/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 12, 2018 */
@font-face {
  font-family: "hallo_sans";
  src: url("/assets/fonts/hallo_sans-webfont.woff2") format("woff2"), url("/assets/fonts/hallo_sans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hallo_sansblack";
  src: url("/assets/fonts/hallo_sans_black-webfont.woff2") format("woff2"), url("/assets/fonts/hallo_sans_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hallo_sanslight";
  src: url("/assets/fonts/hallo_sans_light-webfont.woff2") format("woff2"), url("/assets/fonts/hallo_sans_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "allerbold";
  src: url("/assets/fonts/aller_bd-webfont.woff2") format("woff2"), url("/assets/fonts/aller_bd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aller_lightregular";
  src: url("/assets/fonts/aller_lt-webfont.woff2") format("woff2"), url("/assets/fonts/aller_lt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "allerregular";
  src: url("/assets/fonts/aller_rg-webfont.woff2") format("woff2"), url("/assets/fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "1_ichiroregular";
  src: url("/assets/fonts/ichiro-webfont.woff2") format("woff2"), url("/assets/fonts/ichiro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 32.5em) {
  body:before {
    content: "xs \2265   520px (32.5em)";
  }
}
@media (min-width: 48em) {
  body:before {
    content: "sm \2265   768px (48em)";
  }
}
@media (min-width: 62em) {
  body:before {
    content: "md \2265   992px (62em)";
  }
}
@media (min-width: 76.25em) {
  body:before {
    content: "lg \2265   1220px (76.25em)";
  }
}
@media (min-width: 106.25em) {
  body:before {
    content: "xlg \2265   1700px (106.25em)";
  }
}

.custom-multiple-select .optgroup-header {
  font-family: "allerbold", Verdana, sans-serif;
}
.custom-multiple-select .selectize-input {
  border: 1px solid #8b8b8c;
  border-radius: 0;
}
.custom-multiple-select .selectize-input > input {
  font: italic 1.1em/20px "aller_lightregular", Verdana, sans-serif;
}
.custom-multiple-select.selectize-control.multi .selectize-input > div {
  color: #fff;
  cursor: default;
  background: #eb5b25;
  border-radius: 2px;
}
.custom-multiple-select.selectize-control.multi .selectize-input > div a {
  cursor: pointer;
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
          box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}
.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.25em;
  left: -0.9375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
          transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 2em;
          transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast 0.5s;
          animation: showSweetToast 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast 0.2s forwards;
          animation: hideSweetToast 0.2s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
          animation: animate-toast-success-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
          animation: animate-toast-success-long 0.75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swal2-container.swal2-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-popup .swal2-actions {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px #fff;
  content: "";
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-popup .swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}
.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
          transform: none;
  color: #f27474;
}
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}
.swal2-popup .swal2-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}
.swal2-popup #swal2-content {
  text-align: center;
}
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
          box-shadow: 0 0 2px #f27474 !important;
}
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
          box-shadow: 0 0 3px #c4e6f5;
}
.swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.swal2-popup .swal2-input::-moz-placeholder, .swal2-popup .swal2-file::-moz-placeholder, .swal2-popup .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}
.swal2-popup .swal2-range input {
  width: 80%;
}
.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-popup .swal2-input[type=number] {
  max-width: 10em;
}
.swal2-popup .swal2-file {
  font-size: 1.125em;
}
.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em;
}
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 0.4em;
}
.swal2-popup .swal2-validation-message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}
.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal;
}
.swal2-icon-text {
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
          transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
          transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
  z-index: 2;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-progresssteps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important;
  }
}
body .swal2-modal {
  font-family: "aller_lightregular", Verdana, sans-serif;
}
body .swal2-modal .swal2-content {
  font-size: 14px;
}
body .swal2-modal .swal2-title {
  font-size: 26px;
  font-family: "hallo_sansblack", Verdana, sans-serif !important;
  line-height: 1.2;
}
body .swal2-modal .swal2-title + .swal2-content {
  margin-top: 15px;
}

.clickable {
  cursor: pointer;
}

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

.text-lower {
  text-transform: lowercase;
}

.text-cap {
  text-transform: capitalize;
}

.text-upper {
  text-transform: uppercase;
}

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

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

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

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

.text-bold {
  font-weight: normal;
  font-family: "allerbold", Verdana, sans-serif;
}

.text-italic {
  font-style: italic !important;
}

.no-decoration {
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.img-responsive {
  height: auto;
  display: block;
  max-width: 100%;
}

.img-w100 {
  width: 100%;
}

.img-rounded {
  border-radius: 15px;
}

.img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.relative {
  position: relative;
}

.stuck {
  top: 0 !important;
  position: fixed !important;
}

.-no-after:after,
.-no-before:before {
  display: none !important;
}

.transition {
  -webkit-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, margin 0.3s ease-in-out, width 0.3s ease-in-out;
}

[v-cloak] {
  display: none;
}

.bg-black {
  background-color: #2a2a2a;
}

@media (min-width: 32.5em) and (max-width: 47.99em) {
  .xs\:hidden {
    display: none !important;
  }
}
@media (max-width: 32.49em) {
  .xs-down\:block {
    display: block !important;
  }
  .xs-down\:hidden {
    display: none !important;
  }
}
@media (min-width: 32.5em) {
  .xs-up\:hidden {
    display: none !important;
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .sm\:hidden {
    display: none !important;
  }
}
@media (max-width: 47.99em) {
  .sm-down\:block {
    display: block !important;
  }
  .sm-down\:hidden {
    display: none !important;
  }
  .sm-down\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 48em) {
  .sm-up\:hidden {
    display: none !important;
  }
  .sm-up\:text-justify {
    text-align: justify !important;
  }
  .sm-up\:pt3 {
    padding-top: 15px !important;
  }
}
@media (min-width: 62em) and (max-width: 76.24em) {
  .md\:hidden {
    display: none !important;
  }
}
@media (max-width: 61.99em) {
  .md-down\:hidden {
    display: none !important;
  }
  .md-down\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 62em) {
  .md-up\:hidden {
    display: none !important;
  }
  .md-up\:text-justify {
    text-align: justify !important;
  }
}
@media (max-width: 76.24em) {
  .lg-down\:hidden {
    display: none !important;
  }
}
@media (min-width: 76.25em) {
  .lg-up\:hidden {
    display: none !important;
  }
}
.-m0 {
  margin: 0 !important;
}

.-mxauto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.-mb1 {
  margin-bottom: 5px !important;
}

.-ml1 {
  margin-left: 5px !important;
}

.-mr1 {
  margin-right: 5px !important;
}

.-mt1 {
  margin-top: 5px !important;
}

.-mx1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.-my1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

.-mb3 {
  margin-bottom: 15px !important;
}

.-ml3 {
  margin-left: 15px !important;
}

.-mr3 {
  margin-right: 15px !important;
}

.-mt3 {
  margin-top: 15px !important;
}

.-mx3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.-my3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

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

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

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

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

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

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

.-mb5 {
  margin-bottom: 25px !important;
}

.-ml5 {
  margin-left: 25px !important;
}

.-mr5 {
  margin-right: 25px !important;
}

.-mt5 {
  margin-top: 25px !important;
}

.-mx5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.-my5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

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

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

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

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

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

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

.-mb7 {
  margin-bottom: 35px !important;
}

.-ml7 {
  margin-left: 35px !important;
}

.-mr7 {
  margin-right: 35px !important;
}

.-mt7 {
  margin-top: 35px !important;
}

.-mx7 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.-my7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

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

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

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

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

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

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

.-mb9 {
  margin-bottom: 45px !important;
}

.-ml9 {
  margin-left: 45px !important;
}

.-mr9 {
  margin-right: 45px !important;
}

.-mt9 {
  margin-top: 45px !important;
}

.-mx9 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.-my9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.-p0 {
  padding: 0 !important;
}

.-pb0 {
  padding-bottom: 0px !important;
}

.-pl0 {
  padding-left: 0px !important;
}

.-pr0 {
  padding-right: 0px !important;
}

.-pt0 {
  padding-top: 0px !important;
}

.-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.-pb1 {
  padding-bottom: 5px !important;
}

.-pl1 {
  padding-left: 5px !important;
}

.-pr1 {
  padding-right: 5px !important;
}

.-pt1 {
  padding-top: 5px !important;
}

.-px1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.-py1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.-pb2 {
  padding-bottom: 10px !important;
}

.-pl2 {
  padding-left: 10px !important;
}

.-pr2 {
  padding-right: 10px !important;
}

.-pt2 {
  padding-top: 10px !important;
}

.-px2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.-py2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.-pb3 {
  padding-bottom: 15px !important;
}

.-pl3 {
  padding-left: 15px !important;
}

.-pr3 {
  padding-right: 15px !important;
}

.-pt3 {
  padding-top: 15px !important;
}

.-px3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.-py3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.-pb4 {
  padding-bottom: 20px !important;
}

.-pl4 {
  padding-left: 20px !important;
}

.-pr4 {
  padding-right: 20px !important;
}

.-pt4 {
  padding-top: 20px !important;
}

.-px4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.-py4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.-pb5 {
  padding-bottom: 25px !important;
}

.-pl5 {
  padding-left: 25px !important;
}

.-pr5 {
  padding-right: 25px !important;
}

.-pt5 {
  padding-top: 25px !important;
}

.-px5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.-py5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.-pb6 {
  padding-bottom: 30px !important;
}

.-pl6 {
  padding-left: 30px !important;
}

.-pr6 {
  padding-right: 30px !important;
}

.-pt6 {
  padding-top: 30px !important;
}

.-px6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.-py6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/*
==============================================
slideUp
==============================================
*/
.slideUp {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  50% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  50% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.browserupgrade {
  top: 0;
  color: red;
  width: 100%;
  padding: 5px 15px;
  z-index: 2000;
  position: absolute;
  background: pink;
  text-align: center;
}
.browserupgrade a {
  color: red;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.spinner {
  margin: 8px 10px 10px 0;
  display: inline-block;
  font-size: 0.8em;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBmaWxsPSIjMDBhMGRlIiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPgogICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlVHlwZT0ieG1sIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAyNSAyNSIgdG89IjM2MCAyNSAyNSIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPgogIDwvcGF0aD4KPC9zdmc+) 0 50%/20px auto no-repeat;
  min-height: 30px;
  font-style: italic;
  text-align: left;
  line-height: 34px;
  padding-left: 24px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 16px;
  font-family: "aller_lightregular", Verdana, sans-serif;
}

input,
label,
select,
button {
  white-space: normal;
}

/* Remove the stupid outer glow in Webkit */
input:focus, select:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

[id=bottom] {
  padding: 30px 0;
  background: #2a2a2a;
}
[id=bottom] .col-form, [id=bottom] .col-links {
  margin-top: 40px;
}
[id=bottom] .col-form {
  max-width: 350px;
}
[id=bottom] .heading {
  font-size: 2em;
  margin-bottom: 0.65em;
}
[id=bottom] .socialicons {
  margin-top: 30px;
}
@media (max-width: 32.49em) {
  [id=bottom] .col-form {
    padding-right: 15px;
  }
  [id=bottom] .container {
    padding-left: 30px;
  }
}
@media (max-width: 47.99em) {
  [id=bottom] .col-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 106.24em) {
  [id=bottom] .col-links {
    margin: 25px auto 0 auto;
    max-width: 550px;
  }
}
@media (min-width: 32.5em) {
  [id=bottom] .col-form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  [id=bottom] .col-form, [id=bottom] .col-links {
    margin-top: 50px;
  }
  [id=bottom] .col-logo {
    margin: 0 auto;
  }
  [id=bottom] .socialicons {
    margin-top: 40px;
  }
}
@media (min-width: 48em) {
  [id=bottom] {
    padding: 45px 0;
  }
  [id=bottom] .col-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    margin-top: 0;
    border-left: 2px solid #fff;
    padding-left: 40px;
  }
  [id=bottom] .col-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    width: 500px;
    max-width: 500px;
  }
  [id=bottom] .col-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
    margin: auto 0;
    max-width: 35%;
    padding-right: 40px;
  }
  [id=bottom] .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [id=bottom] .socialicons {
    margin-top: 40px;
  }
}
@media (min-width: 62em) {
  [id=bottom] {
    padding: 55px 0;
  }
  [id=bottom] .col-form {
    padding-left: 70px;
  }
  [id=bottom] .col-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
    width: 650px;
    margin: 60px auto 0 auto;
    max-width: 650px;
  }
  [id=bottom] .col-links-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [id=bottom] .col-logo {
    padding-right: 70px;
  }
  [id=bottom] .container {
    max-width: 1000px;
  }
  [id=bottom] .socialicons {
    margin-top: 50px;
  }
}

.bottom-keurmerk {
  width: 100px;
  margin: 30px auto 0 auto;
  display: block;
}
@media (min-width: 62em) {
  .bottom-keurmerk {
    margin: 0 0 0 50px;
  }
}

.bottom-links .bottom-links-title {
  font: 1.1em/1 "allerbold", Verdana, sans-serif;
  color: #eb5b25;
  margin: 0.4em 0;
}
.bottom-links a {
  font: 1em/1 "allerregular", Verdana, sans-serif;
  color: #d7d7d7;
  display: block;
  padding: 0.4em 0;
  text-decoration: none;
}
.bottom-links a:hover {
  color: #eb5b25;
}
@media (max-width: 32.49em) {
  .bottom-links nav {
    padding: 10px 0;
  }
}
@media (min-width: 32.5em) {
  .bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 48em) {
  .bottom-links {
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 62em) {
  .bottom-links {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 15px;
    grid-column-gap: 30px;
  }
}

[id=footer] {
  font: 0.9em/1.5 "aller_lightregular", Verdana, sans-serif;
  color: #2a2a2a;
  background: #fff;
  text-align: center;
  padding-bottom: 40px;
}
[id=footer] a {
  color: #2a2a2a;
  text-decoration: underline;
}
[id=footer] a:hover {
  color: #eb5b25 !important;
}
[id=footer] a.concept {
  color: #2a2a2a;
  display: block;
  text-decoration: none;
}
[id=footer] a.concept:hover span {
  background-position: 0 bottom;
}
[id=footer] a.concept span {
  width: 167px;
  height: 24px;
  margin: 8px auto 0 auto;
  display: block;
  background: url(/build/img/active-creations-95d4247745011b9178f580ae664bee80.png) 0 0/167px 48px no-repeat;
  vertical-align: middle;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
[id=footer] .container {
  padding: 15px;
}
[id=footer] .col-left a {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
@media (min-width: 48em) {
  [id=footer] .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [id=footer] .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [id=footer] .col-right a.concept,
  [id=footer] .col-right a.concept span {
    display: inline-block;
  }
  [id=footer] .col-right a.concept {
    line-height: 20px;
  }
  [id=footer] .col-right a.concept span {
    margin-left: 5px;
    vertical-align: bottom;
  }
}
@media (min-width: 62em) {
  [id=footer] {
    font-size: 15px;
    padding-bottom: 0;
  }
  [id=footer] .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [id=footer] a.concept span {
    margin-top: 0;
  }
}

html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
}

body:before {
  z-index: 1000;
}

[id=wrapper] {
  width: 100%;
  position: relative;
}

[id=content] {
  width: 100%;
  padding-top: 114px;
}
@media (min-width: 62em) {
  [id=content] {
    padding-top: 95px;
  }
  [id=content].-has-banner {
    padding-top: 65px;
  }
  .-has-fixed-subnav [id=content] {
    padding-top: calc(95px + 48px);
  }
  .-has-fixed-subnav [id=content].-has-banner {
    padding-top: calc(65px + 48px);
  }
}
@media (min-width: 76.25em) {
  [id=content] {
    padding-top: 114px;
  }
  [id=content].-has-banner {
    padding-top: 70px;
  }
  .-has-fixed-subnav [id=content] {
    padding-top: calc(114px + 50px);
  }
  .-has-fixed-subnav [id=content].-has-banner {
    padding-top: calc(70px + 50px);
  }
}
@media (min-width: 106.25em) {
  [id=content] {
    padding-top: 144px;
  }
  [id=content].-has-banner {
    padding-top: 80px;
  }
  .-has-fixed-subnav [id=content] {
    padding-top: calc(144px + 65px);
  }
  .-has-fixed-subnav [id=content].-has-banner {
    padding-top: calc(80px + 65px);
  }
}

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  lost-utility: clearfix;
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 62em) and (max-width: 76.24em) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 76.25em) and (max-width: 106.24em) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 106.25em) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid {
  width: 100%;
  position: relative;
  max-width: 100%;
  lost-utility: clearfix;
}

.row {
  lost-utility: clearfix;
}

.debug {
  lost-utility: edit;
}

[id=header] {
  width: 100%;
  z-index: 500;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 62em) {
  [id=header] {
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    position: fixed;
  }
  [id=header] .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 106.25em) {
  [id=header] {
    padding: 15px 0;
  }
}

.header-logo {
  top: 20px;
  width: 173px;
  height: 60px;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo img {
  width: auto;
  height: 100%;
}
.header-logo picture {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 62em) {
  .header-logo {
    top: 0;
    height: 75px;
    margin: 0;
  }
  .-page-is-scrolled-down #header:not(:hover) .header-logo, .-js-animating-banner2 #header:not(:hover) .header-logo {
    height: 45px;
  }
}
@media (min-width: 76.25em) {
  .header-logo {
    width: 219px;
    height: 96px;
  }
  .-page-is-scrolled-down #header:not(:hover) .header-logo, .-js-animating-banner2 #header:not(:hover) .header-logo {
    height: 50px;
  }
}
@media (min-width: 106.25em) {
  .header-logo {
    width: 260px;
    height: 114px;
  }
  .-page-is-scrolled-down #header:not(:hover) .header-logo, .-js-animating-banner2 #header:not(:hover) .header-logo {
    height: 55px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nav a.home {
  top: 0;
  left: 50%;
  width: 120px;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/build/img/element4-xs-24f3f5700b7c7f02e7389f25aa61e9bd.png) 50% 55px/auto 40px no-repeat;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
@media (max-width: 61.99em) {
  .-fixed-header-nav .header-nav {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
  .-fixed-header-nav .header-nav a.home {
    z-index: 1;
    background-position: 50%;
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .-fixed-header-nav .header-nav {
    padding: 10px calc(50vw - 360px);
  }
}
@media (min-width: 62em) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-nav .header-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .-page-is-scrolled-down #header:not(:hover) .header-nav .header-nav-links, .-js-animating-banner2 #header:not(:hover) .header-nav .header-nav-links {
    margin-top: -45px;
  }
  .header-nav a.home {
    display: none;
  }
}

.header-nav-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.header-nav-submenu a {
  font: 14px/1 "allerregular", Verdana, sans-serif;
  color: #8b8b8c;
  padding: 1px 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.header-nav-submenu a:hover {
  color: #eb5b25;
}
@media (max-width: 61.99em) {
  .header-nav-submenu {
    display: none;
  }
}
@media (min-width: 76.25em) {
  .header-nav-submenu {
    margin-right: 30px;
  }
  .header-nav-submenu a {
    padding: 3px 20px;
    font-size: 15px;
  }
}
@media (min-width: 106.25em) {
  .header-nav-submenu {
    margin-right: 50px;
  }
  .header-nav-submenu a {
    padding: 3px 27px;
    font-size: 18px;
  }
}

.header-usa-canadian-flags {
  width: 100px;
  margin-left: 25px;
}
@media (max-width: 61.99em) {
  .header-usa-canadian-flags {
    display: none;
  }
}

.banner-bar {
  right: 0;
  width: 40px;
  bottom: 0;
  height: 75%;
  z-index: 20;
  position: absolute;
  background: #eb5b25;
}
@media (max-width: 47.99em) {
  .banner-bar {
    display: none;
  }
}
@media (min-width: 62em) {
  .banner-bar {
    width: 50px;
    height: 70%;
  }
}
@media (min-width: 76.25em) {
  .banner-bar {
    width: 60px;
  }
}
@media (min-width: 106.25em) {
  .banner-bar {
    width: 70px;
  }
}

.banner-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 48em) {
  .banner-container {
    margin-right: 20px;
  }
}
@media (min-width: 62em) {
  .banner-container {
    margin-right: 25px;
  }
}
@media (min-width: 76.25em) {
  .banner-container {
    margin-right: 30px;
  }
}
@media (min-width: 106.25em) {
  .banner-container {
    margin-right: 35px;
  }
}

.banner-curve {
  content: "";
  z-index: 3;
  background: url(/build/img/banner-curve-8f9d8ffbb5ea14776a6f5439f96c4cc2.png) 20px 0/contain no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 85%;
}
#banner2:not(.-no-animation) .banner-curve {
  opacity: 0;
}
@media (max-width: 47.99em) {
  .banner-curve {
    display: none;
  }
}
@media (min-width: 62em) {
  .banner-curve {
    background-position: 40px 0;
  }
}
@media (min-width: 125em) {
  .banner-curve {
    background-position: 8% 0;
  }
}

.banner-image {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.-homepage .banner-image {
  background-position: 50%;
}

.banner-title {
  font: 35px/1.2 "hallo_sansblack", Verdana, sans-serif;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.55em;
  text-transform: uppercase;
}
.banner-title.-no-wrap {
  white-space: nowrap;
}
.banner-title.-lg {
  font-size: 40px;
  text-align: center;
}
@media (min-width: 32.5em) {
  .banner-title.-lg {
    font-size: 50px;
  }
}
@media (min-width: 48em) {
  .banner-title {
    font-size: 45px;
  }
  .banner-title.-lg {
    font-size: 60px;
  }
}
@media (min-width: 62em) {
  .banner-title {
    font-size: 55px;
  }
  .banner-title.-lg {
    font-size: 80px;
  }
}
@media (min-width: 76.25em) {
  .banner-title {
    font-size: 70px;
  }
  .banner-title.-lg {
    font-size: 100px;
    text-align: center;
  }
}
@media (min-width: 106.25em) {
  .banner-title {
    font-size: 85px;
  }
  .banner-title.-lg {
    font-size: 120px;
  }
}

[id=banner1] {
  height: calc(100vh - 114px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  [id=banner1] {
    min-height: 600px;
  }
}
@media (min-width: 62em) {
  [id=banner1] {
    height: calc(100vh - 65px);
  }
}
@media (min-width: 76.25em) {
  [id=banner1] .banner1-image {
    background-image: none !important;
  }
}

.banner1-content {
  padding: 0 15px;
  z-index: 2;
  max-width: 450px;
}
.banner1-content .btn {
  float: right;
}
.banner1-content p {
  font: 1.1em/1.2 "allerregular", Verdana, sans-serif;
  color: #fff;
  text-align: justify;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 48em) {
  .banner1-content {
    max-width: 475px;
  }
}
@media (min-width: 62em) {
  .banner1-content {
    max-width: 500px;
  }
}

[id=banner2] {
  width: 100% !important;
  bottom: 0;
  height: calc(100vh - 70px);
  position: absolute;
  min-height: 620px;
}
[id=banner2].-fixed {
  top: 70px;
  left: 0;
  position: fixed;
}
[id=banner2] .banner2-image {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 76.24em) {
  [id=banner2] .banner2-image {
    background-image: none !important;
  }
}
@media (min-width: 106.25em) {
  [id=banner2] {
    height: calc(100vh - 80px);
    min-height: 800px;
  }
  [id=banner2].-fixed {
    top: 80px;
  }
}

.banner2-spacer {
  height: calc(3000px + 100vh);
  position: relative;
}

.banner2-image-content {
  width: 100%;
  z-index: 2;
  padding-top: 30px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
}

.banner2-scroll-indicator {
  top: 50%;
  font: 0.95em/1 "allerregular", Verdana, sans-serif;
  color: #fff;
  right: 2px;
  width: 100px;
  z-index: 20;
  position: absolute;
  -webkit-animation: flash 3s infinite;
          animation: flash 3s infinite;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .banner2-scroll-indicator {
    right: 35px;
  }
}
@media (min-width: 76.25em) {
  .banner2-scroll-indicator {
    right: 55px;
  }
}
@media (min-width: 106.25em) {
  .banner2-scroll-indicator {
    right: 85px;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banner2-scroll-line {
  top: 0;
  right: 65px;
  width: 2px;
  height: 0;
  z-index: 20;
  position: absolute;
  background: #fff;
}
@media (min-width: 62em) {
  .banner2-scroll-line {
    right: 100px;
  }
}
@media (min-width: 76.25em) {
  .banner2-scroll-line {
    right: 125px;
  }
}
@media (min-width: 106.25em) {
  .banner2-scroll-line {
    right: 160px;
  }
}

.banner2-video {
  display: block;
  z-index: 3;
  overflow: hidden;
  background: url(https://via.placeholder.com/2000x1000) 50%/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#banner2:not(.-no-animation) .banner2-video {
  opacity: 0;
}
.banner2-video video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner2-video-content {
  top: 45%;
  right: 60%;
  width: 525px;
  z-index: 4;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#banner2:not(.-no-animation) .banner2-video-content {
  opacity: 0;
}
.banner2-video-content .btn {
  float: right;
  margin: 20px 0 0 auto;
}
.banner2-video-content p {
  font: 1.1em/1.2 "allerregular", Verdana, sans-serif;
  color: #fff;
  text-align: justify;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 106.25em) {
  .banner2-video-content {
    right: 50%;
    width: 600px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

[id=banner3] {
  height: 200px;
  overflow: hidden;
  position: relative;
}
[id=banner3].-centered .banner-image {
  background-position: 50% 50%;
}
[id=banner3] .banner3-content {
  padding: 0 15px;
  z-index: 2;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[id=banner3] .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) and (max-width: 61.99em) {
  [id=banner3] {
    height: 380px;
  }
}
@media (min-width: 48em) {
  [id=banner3] .banner3-image {
    margin-right: 20px;
  }
}
@media (min-width: 62em) and (max-width: 76.24em) {
  [id=banner3] {
    height: calc(100vh - 65px);
    max-height: calc(700px + 30px);
    min-height: calc(460px + 30px);
  }
  .-is-ios [id=banner3] {
    height: calc(100vh - 65px - 50px);
  }
  [id=banner3] .banner3-content {
    padding-top: 30px;
  }
}
@media (min-width: 76.25em) {
  [id=banner3] {
    height: 650px;
  }
  .-is-ios [id=banner3] {
    height: calc(100vh - 70px - 50px);
  }
  [id=banner3] .banner3-content {
    padding-top: 44px;
  }
}
@media (min-width: 106.25em) {
  [id=banner3] {
    height: 750px;
  }
  [id=banner3] .banner3-content {
    padding-top: 64px;
  }
}

.banner4 {
  height: calc(100vh - 114px);
  position: relative;
}
.banner4 video,
.banner4 .banner4-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 48em) {
  .banner4 {
    min-height: 600px;
  }
}
@media (min-width: 62em) {
  .banner4 {
    height: calc(100vh - 65px);
  }
}

.boxy1 {
  margin: 0 auto;
  display: block;
  max-width: 450px;
}
.boxy1 .boxy1-footer {
  font: 19px/1 "hallo_sans", Verdana, sans-serif;
  left: 0;
  color: #2a2a2a;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0.3em 15px;
  position: absolute;
  background: #fff;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-transform: uppercase;
  text-decoration: none;
}
.boxy1 .boxy1-aside,
.boxy1 .boxy1-main {
  display: block;
  overflow: hidden;
  position: relative;
}
.boxy1 a:hover .boxy1-footer {
  color: #eb5b25;
}
.boxy1 a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.boxy1 a img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 47.99em) {
  .boxy1 .boxy1-aside {
    margin-top: 15px;
  }
}
@media (min-width: 48em) {
  .boxy1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .boxy1.-reversed .boxy1-aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .boxy1 .boxy1-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 55%;
    height: 220px;
    max-width: 55%;
    margin-top: 45px;
  }
  .boxy1 .boxy1-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .boxy1 .boxy1-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .boxy1 .boxy1-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    height: 280px;
    max-width: 45%;
  }
}
@media (min-width: 62em) {
  .boxy1 {
    max-width: 880px;
  }
  .boxy1 .boxy1-aside {
    height: 280px;
    margin-top: 55px;
  }
  .boxy1 .boxy1-main {
    height: 350px;
  }
}
@media (min-width: 76.25em) {
  .boxy1 {
    max-width: 1050px;
  }
  .boxy1 .boxy1-aside {
    height: 320px;
    margin-top: 60px;
  }
  .boxy1 .boxy1-main {
    height: 400px;
  }
}
@media (min-width: 106.25em) {
  .boxy1 {
    max-width: 1350px;
  }
  .boxy1 .boxy1-aside {
    height: 425px;
    margin-top: 80px;
  }
  .boxy1 .boxy1-main {
    height: 530px;
  }
}

.boxy1:not(.-reversed) .boxy1-aside:after, .boxy1.-reversed .boxy1-main:after {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.boxy1:not(.-reversed) .boxy1-main:after, .boxy1.-reversed .boxy1-aside:after {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.boxy1 .boxy1-aside:after {
  top: 0;
}
.boxy1 .boxy1-main:after {
  bottom: 0;
}
.boxy1 .boxy1-aside, .boxy1 .boxy1-main {
  position: relative;
}
.boxy1 .boxy1-aside:after, .boxy1 .boxy1-main:after {
  width: 6px;
  height: 66%;
  content: "";
  position: absolute;
  background: #eb5b25;
}
@media (min-width: 76.25em) {
  .boxy1 .boxy1-aside:after, .boxy1 .boxy1-main:after {
    width: 8px;
  }
}

.boxy2 .boxy2-image {
  position: relative;
}
.boxy2 .boxy2-image.-videocontainer {
  aspect-ratio: 1440/1080;
}
.boxy2 .boxy2-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.boxy2 .boxy2-buttons {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 32.49em) {
  .boxy2 .boxy2-image {
    background-image: none !important;
  }
  .boxy2 .boxy2-main {
    padding: 20px 15px 0 15px;
    text-align: center;
  }
  .boxy2 .boxy2-image + .boxy2-main,
  .boxy2 .boxy2-main + .boxy2-image {
    margin-top: 25px;
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .boxy2 .heading {
    font-size: 1.7em;
  }
}
@media (min-width: 32.5em) {
  .boxy2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy2.-reversed .boxy2-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .boxy2 .boxy2-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .boxy2 .boxy2-image.-alt1 {
    background-position: 10% 50%;
  }
  .boxy2 .boxy2-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 50%;
    padding: 20px 15px;
    max-width: 50%;
  }
  .boxy2 img {
    display: none;
  }
}
@media (min-width: 48em) {
  .boxy2 .boxy2-buttons {
    margin-top: 45px;
  }
  .boxy2 .boxy2-main {
    padding: 13% 0;
    position: relative;
  }
  .boxy2 .boxy2-text {
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (min-width: 62em) {
  .boxy2 .boxy2-buttons {
    margin-top: 55px;
  }
  .boxy2 .boxy2-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    width: 44%;
    max-width: 44%;
  }
  .boxy2 .boxy2-text {
    max-width: 350px;
  }
}
@media (min-width: 76.25em) {
  .boxy2 .boxy2-buttons {
    margin-top: 65px;
  }
  .boxy2 .boxy2-text {
    max-width: 450px;
  }
}
@media (min-width: 106.25em) {
  .boxy2 .boxy2-buttons {
    margin-top: 75px;
  }
  .boxy2 .boxy2-text {
    max-width: 550px;
  }
}

.boxy3 {
  margin: 0 auto;
}
.boxy3 .boxy3-label {
  top: 0;
  font: 1.5em/1 "hallo_sanslight", Verdana, sans-serif;
  left: 0;
  color: #fff;
  padding: 2px 18px;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #eb5b25;
  text-transform: uppercase;
}
.boxy3 .boxy3-main {
  color: #fff;
  padding: 15px 10px 35px 15px;
  position: relative;
  background: #2a2a2a;
}
.boxy3 .heading {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.boxy3[data-href-link]:hover .boxy3-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.boxy3[data-href-link]:hover .btn {
  color: #2a2a2a;
}
.boxy3[data-href-link]:hover .btn:after {
  background-image: url(/build/img/arrow-right-black-42fcbf2422a23b02ca897908b91a691c.png);
}
.boxy3[data-href-link]:hover .btn:before {
  left: 0;
  right: auto;
  width: 100%;
}
.boxy3 a {
  right: 10px;
  bottom: 10px;
  position: absolute;
}
.boxy3 time {
  color: #eb5b25;
}
@media (max-width: 32.49em) {
  .boxy3 {
    max-width: 290px;
  }
  .boxy3 .boxy3-bg {
    display: none;
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .boxy3 {
    max-width: 570px;
  }
  .boxy3 .boxy3-main {
    max-width: 400px;
  }
}
@media (min-width: 32.5em) {
  .boxy3 {
    padding: 200px 0 0 100px;
    position: relative;
  }
  .boxy3 .boxy3-aside {
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 320px;
    position: absolute;
  }
  .boxy3 .boxy3-aside:after {
    left: -3px;
    width: 6px;
    bottom: 0;
    height: 75%;
    content: "";
    position: absolute;
    background: #eb5b25;
  }
  .boxy3 .boxy3-image {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .boxy3 .boxy3-image img {
    display: none;
  }
  .boxy3 .boxy3-bg {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .boxy3 .boxy3-main {
    margin: auto 0 0 auto;
    padding: 25px 15px 40px 25px;
    z-index: 1;
  }
  .boxy3 a {
    right: 15px;
    bottom: 15px;
    position: absolute;
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .boxy3 {
    max-width: 620px;
  }
}
@media (min-width: 48em) {
  .boxy3 {
    padding: 225px 0 0 175px;
  }
  .boxy3 .boxy3-aside {
    height: 360px;
  }
  .boxy3 .boxy3-main {
    padding: 30px 20px 45px 30px;
  }
  .boxy3 a {
    right: 20px;
    bottom: 20px;
    position: absolute;
  }
}
@media (min-width: 62em) {
  .boxy3 {
    padding: 175px 0 0 75px;
    font-size: 0.8em;
  }
  .boxy3 .boxy3-aside {
    height: 280px;
  }
  .boxy3 .boxy3-main {
    padding: 25px 15px 40px 25px;
  }
  .boxy3 a {
    right: 15px;
    bottom: 15px;
    position: absolute;
  }
}
@media (min-width: 76.25em) {
  .boxy3 {
    padding: 200px 0 0 90px;
  }
  .boxy3 .boxy3-aside {
    height: 320px;
  }
}
@media (min-width: 106.25em) {
  .boxy3 {
    padding: 280px 0 0 180px;
    font-size: 0.9em;
  }
  .boxy3 .boxy3-aside {
    width: calc(100% - 70px);
    height: 445px;
  }
  .boxy3 .boxy3-aside:after {
    left: -4px;
    width: 8px;
  }
  .boxy3 .boxy3-main {
    padding: 35px 25px 50px 40px;
  }
  .boxy3 a {
    right: 25px;
    bottom: 25px;
    position: absolute;
  }
}

.boxy4 .boxy4-buttons {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 32.49em) {
  .boxy4 .boxy4-image {
    background-image: none !important;
  }
  .boxy4 .boxy4-main {
    padding: 0 15px;
  }
  .boxy4 .boxy4-aside,
  .boxy4 .boxy4-main {
    margin-top: 25px;
  }
}
@media (max-width: 61.99em) {
  .boxy4 .boxy4-image-overlap {
    display: none;
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .boxy4 .heading {
    font-size: 1.7em;
  }
}
@media (min-width: 32.5em) {
  .boxy4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy4.-reversed .boxy4-aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .boxy4.-reversed .boxy4-aside:after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .boxy4:not(.-reversed) .boxy4-aside {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .boxy4 .boxy4-aside {
    width: 100%;
    position: relative;
  }
  .boxy4 .boxy4-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .boxy4 .boxy4-image img {
    display: none;
  }
  .boxy4 .boxy4-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 20px;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .boxy4 .boxy4-buttons {
    margin-top: 45px;
  }
  .boxy4 .boxy4-main {
    padding: 80px 0;
  }
  .boxy4 .boxy4-text {
    margin: 0 auto;
    max-width: 270px;
  }
}
@media (min-width: 62em) {
  .boxy4.-reversed .boxy4-image-overlap {
    left: -10%;
  }
  .boxy4:not(.-reversed) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .boxy4:not(.-reversed) .boxy4-image-overlap {
    right: -10%;
  }
  .boxy4 .boxy4-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52% - 50px);
            flex: 0 0 calc(52% - 50px);
    width: calc(52% - 50px);
    max-width: calc(52% - 50px);
  }
  .boxy4 .boxy4-image {
    height: calc(100% + 90px);
    z-index: 1;
  }
  .boxy4 .boxy4-image-overlap {
    top: 5%;
    width: 85%;
    z-index: 2;
    position: absolute;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  .boxy4 .boxy4-image-overlap.-alt {
    top: 9%;
    width: 64%;
  }
  .boxy4 .boxy4-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
    padding: 18% 0 0 1%;
    max-width: 48%;
  }
  .boxy4 .boxy4-text {
    max-width: 300px;
  }
}
@media (min-width: 76.25em) {
  .boxy4 .boxy4-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52% - 65px);
            flex: 0 0 calc(52% - 65px);
    width: calc(52% - 65px);
    max-width: calc(52% - 65px);
  }
  .boxy4 .boxy4-image {
    height: calc(100% + 100px);
  }
  .boxy4 .boxy4-text {
    max-width: 350px;
  }
}
@media (min-width: 106.25em) {
  .boxy4 .boxy4-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52% - 80px);
            flex: 0 0 calc(52% - 80px);
    width: calc(52% - 80px);
    max-width: calc(52% - 80px);
  }
  .boxy4 .boxy4-image {
    height: calc(100% + 140px);
  }
  .boxy4 .boxy4-image-overlap {
    max-width: 1050px;
  }
  .boxy4 .boxy4-text {
    max-width: 440px;
  }
  .boxy4 .boxy4-text p {
    padding-right: 85px;
  }
}
@media (min-width: 134.375em) {
  .boxy4 .boxy4-main {
    padding: 17% 0;
  }
}

.boxy5 {
  padding: 15px;
  background-color: #2a2a2a;
}
.boxy5.-list {
  margin-top: 25px;
}
.boxy5 .boxy5-buttons {
  margin-top: 1em;
  text-align: right;
}
.boxy5 .boxy5-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.boxy5 .boxy5-text {
  color: #fff;
}
@media (max-width: 32.49em) {
  .boxy5 .boxy5-image + .boxy5-main {
    margin: 5px 0;
  }
  .boxy5 .boxy5-main + .boxy5-image {
    margin-top: 20px;
  }
}
@media (max-width: 47.99em) {
  .boxy5 .boxy5-image {
    background-image: none !important;
  }
}
@media (min-width: 32.5em) {
  .boxy5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boxy5.-reversed .boxy5-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 15px;
  }
  .boxy5:not(.-reversed) .boxy5-main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 15px;
  }
  .boxy5 .boxy5-image {
    width: 100%;
  }
  .boxy5 .boxy5-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    padding: 5px 0 15px 0;
    max-width: 60%;
  }
}
@media (min-width: 48em) {
  .boxy5 {
    padding: 45px 0 0 20px;
    position: relative;
    background-color: transparent;
  }
  .boxy5.-list {
    margin-top: 40px;
  }
  .boxy5.-reversed {
    padding-left: 0;
    padding-right: 20px;
  }
  .boxy5.-reversed .boxy5-image {
    left: 0;
  }
  .boxy5.-reversed .boxy5-main {
    margin-left: auto;
    padding-left: 230px;
  }
  .boxy5:not(.-reversed) .boxy5-image {
    right: 0;
  }
  .boxy5:not(.-reversed) .boxy5-main {
    padding-right: 230px;
  }
  .boxy5 .boxy5-image {
    top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    position: absolute;
    max-width: 45%;
  }
  .boxy5 .boxy5-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81%;
            flex: 0 0 81%;
    width: 81%;
    padding: 30px 40px;
    max-width: 81%;
    min-height: 300px;
    background-color: #2a2a2a;
  }
}
@media (min-width: 62em) {
  .boxy5 {
    padding: 0 0 0 35px;
  }
  .boxy5.-list {
    margin-top: 110px;
  }
  .boxy5.-reversed {
    padding-right: 35px;
  }
  .boxy5.-reversed .boxy5-main {
    padding-left: 345px;
  }
  .boxy5:not(.-reversed) .boxy5-main {
    padding-right: 345px;
  }
  .boxy5 .boxy5-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    width: 49%;
    max-width: 49%;
  }
  .boxy5 .boxy5-main {
    padding: 60px;
    min-height: 425px;
  }
}
@media (min-width: 76.25em) {
  .boxy5 {
    padding: 0 0 0 45px;
    font-size: 0.9em;
  }
  .boxy5.-list {
    margin-top: 130px;
  }
  .boxy5.-reversed {
    padding-right: 45px;
  }
  .boxy5.-reversed .boxy5-main {
    padding-left: 410px;
  }
  .boxy5:not(.-reversed) .boxy5-main {
    padding-right: 410px;
  }
  .boxy5 .boxy5-buttons {
    margin-top: 2.5em;
  }
  .boxy5 .boxy5-main {
    padding: 70px;
    min-height: 510px;
  }
}
@media (min-width: 106.25em) {
  .boxy5 {
    padding: 90px 0 0 60px;
  }
  .boxy5.-list {
    margin-top: 160px;
  }
  .boxy5.-reversed {
    padding-right: 60px;
  }
  .boxy5.-reversed .boxy5-main {
    padding-left: 620px;
  }
  .boxy5:not(.-reversed) .boxy5-main {
    padding-right: 620px;
  }
  .boxy5 .boxy5-main {
    padding: 140px 130px;
    min-height: 715px;
  }
}

@media (max-width: 47.99em) {
  .boxy6 .boxy6-aside + .boxy6-main,
  .boxy6 .boxy6-main + .boxy6-aside {
    margin-top: 25px;
  }
  .boxy6 .boxy6-image {
    background-image: none !important;
  }
  .boxy6 .boxy6-main {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 500px;
  }
  .boxy6 .heading {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .boxy6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy6.-reversed .boxy6-image:after {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .boxy6.-reversed .boxy6-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .boxy6:not(.-reversed) .boxy6-image:after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .boxy6 .boxy6-aside {
    width: 100%;
    position: relative;
  }
  .boxy6 .boxy6-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .boxy6 .boxy6-image:after {
    width: 6px;
    bottom: 0;
    height: 75%;
    content: "";
    z-index: 3;
    position: absolute;
    background: #eb5b25;
  }
  .boxy6 .boxy6-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 50%;
    padding: 15px 25px;
    max-width: 50%;
  }
  .boxy6 img {
    display: none;
  }
}
@media (min-width: 62em) {
  .boxy6 {
    margin: 0 auto;
    padding: 0 15px;
    font-size: 0.95em;
    max-width: 970px;
  }
  .boxy6 .boxy6-image {
    height: calc(100% + 90px);
    z-index: 1;
  }
  .boxy6 .boxy6-image:after {
    height: 75%;
  }
  .boxy6 .boxy6-main {
    padding: 15px 40px 30px 40px;
  }
  .boxy6 .boxy6-main.-extra-padding-y {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (min-width: 76.25em) {
  .boxy6 {
    font-size: 0.85em;
    max-width: 1150px;
  }
  .boxy6 .boxy6-image {
    height: calc(100% + 100px);
  }
  .boxy6 .boxy6-image:after {
    width: 8px;
  }
  .boxy6 .boxy6-main {
    padding: 15px 70px 40px 70px;
  }
  .boxy6 .boxy6-main.-extra-padding-y {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (min-width: 106.25em) {
  .boxy6 {
    max-width: 1600px;
  }
  .boxy6 .boxy6-image {
    height: calc(100% + 140px);
  }
  .boxy6 .boxy6-image:after {
    width: 10px;
  }
  .boxy6 .boxy6-main {
    padding: 15px 160px 50px 160px;
  }
  .boxy6 .boxy6-main.-extra-padding-y {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

.boxy7 {
  margin: 35px auto;
  padding: 0 15px;
  position: relative;
}
.boxy7 .boxy7-footer {
  font: 19px/1 "hallo_sans", Verdana, sans-serif;
  color: #2a2a2a;
  display: block;
  padding: 0.3em 15px;
  background: #fff;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-transform: uppercase;
  text-decoration: none;
}
.boxy7 .boxy7-image {
  overflow: hidden;
}
.boxy7 a.boxy7-box {
  display: block;
  text-decoration: none;
}
.boxy7 a.boxy7-box:hover .boxy7-footer {
  color: #eb5b25;
}
.boxy7 a.boxy7-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.boxy7 img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 47.99em) {
  .boxy7 .boxy7-box {
    margin: 25px auto 0 auto;
    max-width: 300px;
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .boxy7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .boxy7 .boxy7-left, .boxy7 .boxy7-main, .boxy7 .boxy7-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .boxy7 .boxy7-main {
    margin: 0 calc(25% + 8px);
  }
}
@media (min-width: 48em) {
  .boxy7 {
    margin: 60px auto;
    max-width: 720px;
    padding-top: 20px;
  }
  .boxy7 .boxy7-footer {
    font-size: 16px;
  }
  .boxy7 .boxy7-left {
    left: 0;
    width: 40%;
    bottom: 40px;
    position: absolute;
  }
  .boxy7 .boxy7-left .boxy7-footer {
    padding-right: 23%;
  }
  .boxy7 .boxy7-main {
    width: 37%;
    margin: 0 auto;
    z-index: 1;
  }
  .boxy7 .boxy7-right {
    top: 0;
    right: 0;
    width: 46%;
    position: absolute;
  }
  .boxy7 .boxy7-right .boxy7-footer {
    padding-left: 31%;
  }
}
@media (min-width: 62em) {
  .boxy7 {
    margin: 70px auto;
    max-width: 970px;
  }
  .boxy7 .boxy7-footer {
    font-size: 17px;
  }
}
@media (min-width: 76.25em) {
  .boxy7 {
    margin: 90px auto;
    max-width: 1180px;
    padding-top: 30px;
  }
  .boxy7 .boxy7-footer {
    font-size: 20px;
  }
  .boxy7 .boxy7-left {
    bottom: 50px;
  }
}
@media (min-width: 106.25em) {
  .boxy7 {
    margin: 110px auto;
    max-width: 1670px;
    padding-top: 37px;
  }
  .boxy7 .boxy7-footer {
    font-size: 27px;
  }
  .boxy7 .boxy7-left {
    bottom: 60px;
  }
}

.boxy7-box {
  position: relative;
}
.boxy7-box:after {
  content: "";
  position: absolute;
  background: #eb5b25;
}
.boxy7-box.boxy7-left:after {
  top: 0;
  left: 0;
  width: 6px;
  height: 62%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.boxy7-box.boxy7-main:after {
  top: 0;
  right: 0;
  width: 62%;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.boxy7-box.boxy7-right:after {
  right: 0;
  width: 6px;
  bottom: 0;
  height: 62%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 106.25em) {
  .boxy7-box.boxy7-left:after, .boxy7-box.boxy7-right:after {
    width: 9px;
  }
  .boxy7-box.boxy7-main:after {
    height: 9px;
  }
}

.boxy8 .boxy8-aside {
  width: 100%;
  margin-top: 15px;
}
.boxy8 .boxy8-aside-body {
  width: 100%;
  margin-top: 15px;
}
.boxy8 .boxy8-aside-body.-static {
  position: static !important;
  margin-top: 15px !important;
}
@media (min-width: 48em) {
  .boxy8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boxy8.-reversed .boxy8-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 60px;
    margin-right: 0 !important;
  }
  .boxy8 .boxy8-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 360px;
    margin-right: 60px;
  }
}
@media (min-width: 62em) {
  .boxy8 .boxy8-aside {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .boxy8 .boxy8-aside-body {
    width: 340px;
    margin-top: -10px;
    margin-left: auto;
  }
  .boxy8 .boxy8-sfeerbeeld {
    position: relative;
    margin-right: 45px;
  }
  .boxy8 .boxy8-sfeerbeeld:after {
    top: 30px;
    right: -6px;
    width: 12px;
    height: calc(100% - 30px);
    content: "";
    display: block;
    position: absolute;
    background: #eb5b25;
  }
}
@media (min-width: 76.25em) {
  .boxy8.-reversed .boxy8-main {
    margin-left: 90px;
  }
  .boxy8 .boxy8-aside-body {
    width: 400px;
    margin-top: -25px;
  }
  .boxy8 .boxy8-main {
    max-width: 420px;
    margin-right: 90px;
  }
  .boxy8 .boxy8-sfeerbeeld {
    margin-right: 60px;
  }
}
@media (min-width: 106.25em) {
  .boxy8.-reversed .boxy8-main {
    margin-left: 130px;
  }
  .boxy8 .boxy8-aside-body {
    width: 500px;
    margin-top: -40px;
  }
  .boxy8 .boxy8-main {
    max-width: 600px;
    margin-right: 130px;
  }
}

@media (max-width: 47.99em) {
  .boxy9 {
    text-align: center;
  }
  .boxy9 .boxy9-aside {
    margin-top: 50px;
  }
  .boxy9 .form-find-dealer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .boxy9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy9 .boxy9-aside {
    width: 100%;
    padding-left: 60px;
  }
  .boxy9 .boxy9-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    text-align: right;
    border-right: 1px solid #fff;
    padding-right: 60px;
  }
  .boxy9 .boxy9-aside,
  .boxy9 .boxy9-main {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .boxy9 .heading {
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 62em) {
  .boxy9 .boxy9-aside {
    padding-left: 90px;
  }
  .boxy9 .boxy9-main {
    padding-right: 90px;
  }
}
@media (min-width: 76.25em) {
  .boxy9 .boxy9-aside {
    padding-left: 120px;
  }
  .boxy9 .boxy9-main {
    padding-right: 120px;
  }
}
@media (min-width: 106.25em) {
  .boxy9 .boxy9-aside {
    padding-left: 200px;
  }
  .boxy9 .boxy9-main {
    padding-right: 200px;
  }
  .boxy9 .boxy9-aside,
  .boxy9 .boxy9-main {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media (max-width: 47.99em) {
  .boxy10 .boxy10-box:last-child {
    margin-top: 25px;
  }
}
@media (min-width: 48em) {
  .boxy10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy10 .boxy10-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(odd) {
    padding-right: 30px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(even) {
    padding-left: 30px;
  }
  .boxy10 .boxy10-box.-single {
    margin: 0 auto;
  }
}
@media (min-width: 62em) {
  .boxy10 {
    margin: 0 auto;
    max-width: 800px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(odd) {
    padding-right: 50px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(even) {
    padding-left: 50px;
  }
}
@media (min-width: 76.25em) {
  .boxy10 {
    max-width: 950px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(odd) {
    padding-right: 60px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(even) {
    padding-left: 60px;
  }
}
@media (min-width: 106.25em) {
  .boxy10 {
    max-width: 1300px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(odd) {
    padding-right: 80px;
  }
  .boxy10 .boxy10-box:not(.-single):nth-child(even) {
    padding-left: 80px;
  }
}

@media (max-width: 61.99em) {
  .boxy11 {
    margin: 0 auto;
    max-width: 600px;
  }
  .boxy11 .boxy11-image + .boxy11-main,
  .boxy11 .boxy11-main + .boxy11-image {
    margin-top: 25px;
  }
  .boxy11 .heading {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .boxy11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy11.-reversed .boxy11-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 100px;
  }
  .boxy11:not(.-reversed) .boxy11-main {
    padding-right: 100px;
  }
  .boxy11 .boxy11-image {
    width: 100%;
    margin-top: 138px;
  }
  .boxy11 .boxy11-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 55%;
    max-width: 55%;
  }
}
@media (min-width: 76.25em) {
  .boxy11.-reversed .boxy11-main {
    padding-left: 140px;
  }
  .boxy11:not(.-reversed) .boxy11-main {
    padding-right: 140px;
  }
  .boxy11 .boxy11-image {
    margin-top: 164px;
  }
}
@media (min-width: 106.25em) {
  .boxy11.-reversed .boxy11-main {
    padding-left: 170px;
    padding-right: 110px;
  }
  .boxy11:not(.-reversed) .boxy11-main {
    padding-right: 170px;
    padding-left: 110px;
  }
  .boxy11 .boxy11-image {
    margin-top: 200px;
  }
  .boxy11 .boxy11-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    width: 51%;
    max-width: 51%;
  }
}

@media (max-width: 32.49em) {
  .boxy12 {
    margin: 0 auto;
    max-width: 600px;
  }
  .boxy12 .boxy12-image + .boxy12-main,
  .boxy12 .boxy12-main + .boxy12-image {
    margin-top: 25px;
  }
}
@media (min-width: 32.5em) {
  .boxy12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boxy12.-reversed .boxy12-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 45px;
  }
  .boxy12:not(.-reversed) .boxy12-main {
    padding-right: 45px;
  }
  .boxy12 .boxy12-image {
    width: 100%;
  }
  .boxy12 .boxy12-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 53%;
    max-width: 53%;
  }
}
@media (min-width: 48em) {
  .boxy12.-reversed .boxy12-main {
    padding-left: 90px;
  }
  .boxy12:not(.-reversed) .boxy12-main {
    padding-right: 90px;
  }
}
@media (min-width: 62em) {
  .boxy12.-reversed .boxy12-main {
    padding-left: 120px;
  }
  .boxy12:not(.-reversed) .boxy12-main {
    padding-right: 120px;
  }
}
@media (min-width: 76.25em) {
  .boxy12.-reversed .boxy12-main {
    padding-left: 140px;
  }
  .boxy12:not(.-reversed) .boxy12-main {
    padding-right: 140px;
  }
}
@media (min-width: 106.25em) {
  .boxy12.-reversed .boxy12-main {
    padding-left: 170px;
  }
  .boxy12:not(.-reversed) .boxy12-main {
    padding-right: 170px;
  }
}

@media (max-width: 61.99em) {
  .boxy13 .boxy13-aside + .boxy13-main,
  .boxy13 .boxy13-main + .boxy13-aside {
    margin-top: 25px;
  }
  .boxy13 .boxy13-image {
    margin: 0 auto;
    max-width: 625px;
    background-image: none !important;
  }
  .boxy13 .boxy13-main {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 525px;
  }
}
@media (min-width: 62em) {
  .boxy13 {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    max-width: 962px;
  }
  .boxy13.-reversed .boxy13-image:after {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .boxy13.-reversed .boxy13-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 40px;
  }
  .boxy13:not(.-reversed) .boxy13-image:after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .boxy13:not(.-reversed) .boxy13-main {
    padding-right: 40px;
  }
  .boxy13 .boxy13-aside {
    width: 100%;
    position: relative;
  }
  .boxy13 .boxy13-image {
    height: calc(100% + 90px);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .boxy13 .boxy13-image:after {
    width: 6px;
    bottom: 0;
    height: 75%;
    content: "";
    z-index: 3;
    position: absolute;
    background: #eb5b25;
  }
  .boxy13 .boxy13-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 43%;
    max-width: 43%;
    padding-bottom: 20px;
  }
  .boxy13 img {
    display: none;
  }
}
@media (min-width: 76.25em) {
  .boxy13 {
    max-width: 1150px;
  }
  .boxy13.-reversed .boxy13-main {
    padding-left: 70px;
  }
  .boxy13:not(.-reversed) .boxy13-main {
    padding-right: 70px;
  }
  .boxy13 .boxy13-image {
    height: calc(100% + 100px);
  }
  .boxy13 .boxy13-image:after {
    width: 8px;
  }
  .boxy13 .boxy13-main {
    padding-bottom: 35px;
  }
}
@media (min-width: 106.25em) {
  .boxy13 {
    max-width: 1600px;
  }
  .boxy13.-reversed .boxy13-main {
    padding-left: 160px;
    padding-right: 120px;
  }
  .boxy13:not(.-reversed) .boxy13-main {
    padding-right: 160px;
    padding-left: 120px;
  }
  .boxy13 .boxy13-image {
    height: calc(100% + 140px);
  }
  .boxy13 .boxy13-image:after {
    width: 10px;
  }
  .boxy13 .boxy13-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-bottom: 50px;
  }
}

.boxy13-title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}
@media (min-width: 62em) {
  .boxy13-title {
    max-width: 962px;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 76.25em) {
  .boxy13-title {
    max-width: 1150px;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 106.25em) {
  .boxy13-title {
    max-width: 1600px;
    padding-left: 133px;
    margin-bottom: 70px !important;
  }
}

.boxy14 .boxy14-buttons {
  margin-top: 20px;
}
.boxy14 .boxy14-buttons a {
  margin: 10px 6px 0 0;
}
@media (max-width: 32.49em) {
  .boxy14 .boxy14-image {
    background-image: none !important;
  }
  .boxy14 .boxy14-main {
    padding: 15px 15px 0 15px;
    text-align: center;
  }
  .boxy14 .boxy14-image + .boxy14-main,
  .boxy14 .boxy14-main + .boxy14-image {
    margin-top: 25px;
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .boxy14 .heading {
    font-size: 1.7em;
  }
}
@media (min-width: 32.5em) {
  .boxy14 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxy14.-reversed .boxy14-main, .boxy14:not(.-reversed) .boxy14-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .boxy14 .boxy14-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .boxy14 .boxy14-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 30px 15px 40px 15px;
    max-width: 50%;
  }
  .boxy14 img {
    display: none;
  }
}
@media (min-width: 48em) {
  .boxy14 .boxy14-buttons {
    margin-top: 45px;
  }
  .boxy14 .boxy14-main {
    padding: 13% 0;
    position: relative;
  }
  .boxy14 .boxy14-text {
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (min-width: 62em) {
  .boxy14 .boxy14-buttons {
    margin-top: 55px;
  }
  .boxy14 .boxy14-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    width: 44%;
    max-width: 44%;
  }
  .boxy14 .boxy14-text {
    max-width: 350px;
  }
}
@media (min-width: 76.25em) {
  .boxy14 .boxy14-buttons {
    margin-top: 65px;
  }
  .boxy14 .boxy14-text {
    max-width: 450px;
  }
}
@media (min-width: 106.25em) {
  .boxy14 .boxy14-buttons {
    margin-top: 75px;
  }
  .boxy14 .boxy14-buttons a {
    margin-right: 15px;
  }
  .boxy14 .boxy14-text {
    max-width: 625px;
  }
}

.boxy15 {
  color: #fff;
  margin: 0 auto;
  padding: 30px;
  max-width: 1100px;
  background: #2a2a2a url(/build/img/bg-dealer-xs-0116f47c8ce5ef3f9c03e088681de8f0.jpg);
  background-size: 100% auto;
  background-position: right 50%;
}
.boxy15 .dsearch {
  margin: 15px auto 0 auto;
  max-width: 300px;
}
.boxy15 .dsearch .form-control {
  color: #2a2a2a;
  background: #fff;
}
@media (max-width: 47.99em) {
  .boxy15 {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .boxy15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boxy15 .boxy15-left {
    margin-right: 15px;
  }
}
@media (min-width: 62em) {
  .boxy15 {
    padding: 45px 80px;
  }
  .boxy15 .heading {
    font-size: 2em;
  }
}
@media (min-width: 76.25em) {
  .boxy15 .dsearch {
    margin: 0;
    min-width: 300px;
  }
}

.duo-boxy {
  margin: 35px 0;
}
.duo-boxy .duo-boxy-box + .duo-boxy-box {
  margin-top: 25px;
}
@media (min-width: 32.5em) {
  .duo-boxy .duo-boxy-box + .duo-boxy-box {
    margin-top: 40px;
  }
}
@media (min-width: 62em) {
  .duo-boxy {
    margin: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .duo-boxy .duo-boxy-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .duo-boxy .duo-boxy-box + .duo-boxy-box {
    margin: 0 0 0 40px;
  }
}
@media (min-width: 76.25em) {
  .duo-boxy {
    margin: 70px 0;
  }
}
@media (min-width: 106.25em) {
  .duo-boxy {
    margin: 90px 0;
  }
  .duo-boxy .duo-boxy-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 47.99em) {
  .boxy16 .boxy16-box + .boxy16-box {
    margin-top: 35px;
  }
  .boxy16 .boxy16-box {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .boxy16 {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boxy16 .boxy16-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 76.25em) {
  .boxy16 {
    max-width: 800px;
  }
  .boxy16 .boxy16-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 50px);
            flex: 0 0 calc(50% - 50px);
    width: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}
@media (min-width: 106.25em) {
  .boxy16 {
    max-width: 850px;
  }
}

.adminlink {
  top: 48px;
  color: #fff !important;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  z-index: 400;
  position: fixed;
  background: cornflowerblue;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-decoration: none;
}
.adminlink:hover {
  background: #3676e8;
  padding-right: 15px;
  text-decoration: none;
}
.adminlink:hover span {
  width: 100%;
  max-width: none;
}
.adminlink i {
  padding: 0 15px;
  font-size: 1.4em;
  font-style: normal;
  margin-top: -3px;
}
.adminlink span {
  width: 0;
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 62em) {
  .adminlink {
    top: 130px;
  }
}
@media (min-width: 76.25em) {
  .adminlink {
    top: 150px;
  }
}

.article {
  color: #fff;
  margin: 0 auto;
  max-width: 900px;
}
.article .article-date {
  color: #eb5b25;
}
.article .article-image {
  cursor: pointer;
  margin: 0 auto 15px auto;
  position: relative;
}
.article .article-image:before {
  content: "";
  display: block;
  opacity: 0;
  background: rgba(42, 42, 42, 0.6) url(/build/img/search-d72720d950bed344ebe8e1fed518f01f.png) 50%/90px auto no-repeat;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.article .article-image:hover:before {
  opacity: 1;
}
.article .heading {
  color: #fff;
}
.article a {
  color: #fff;
}
.article a:hover {
  color: #eb5b25;
}
@media (max-width: 47.99em) {
  .article .article-image {
    display: none;
  }
}

.btn-link {
  font: 1em/1.1 "allerregular", Verdana, sans-serif;
  color: #2a2a2a;
  border: 2px solid transparent;
  display: inline-block;
  padding: 0.4em 0;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  vertical-align: middle;
}
.btn-link:hover {
  color: #eb5b25 !important;
}
.btn-link.-white {
  color: #fff;
  font-family: "aller_lightregular", Verdana, sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.btn-link.-white:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn-link.-white:hover:after {
  background: #eb5b25;
}
.btn-link.-xs {
  font-size: 0.85em;
  padding: 0.3em 0;
}

.btn {
  font: 1.05em/1.1 "allerbold", Verdana, sans-serif;
  color: #2a2a2a;
  border: 2px solid #eb5b25;
  display: inline-block;
  padding: 0.35em 3em;
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: none;
  vertical-align: middle;
  text-decoration: none;
}
.btn:after {
  content: "";
  background-size: 1.7em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.65em) 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn.-plain {
  padding-left: 1em;
  padding-right: 1em;
}
.btn.-plain:after {
  display: none !important;
}
.btn.-arrow-left {
  padding-right: 0.95em;
}
.btn.-arrow-left:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn:not(.-arrow-left):not(.-no-arrow) {
  padding-left: 0.95em;
}
.btn:before {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
  background-color: #eb5b25;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.btn.-xs {
  font-size: 0.82em;
}

.btn:after,
.btn.-to-white:hover:after,
.btn.btn.-white-orange:after {
  background-image: url(/build/img/arrow-right-black-42fcbf2422a23b02ca897908b91a691c.png);
}

.btn:hover:after,
.btn.-to-white:after {
  background-image: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png);
}

.btn.-to-white {
  color: #fff;
  border-color: #fff;
}
.btn.-to-white:before {
  background-color: #fff;
}
.btn.-to-white:hover {
  color: #2a2a2a;
}

.btn.-orange {
  color: #fff !important;
  background: #eb5b25;
  border-color: #eb5b25;
}
.btn.-orange:after {
  background-image: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png);
}
.btn.-orange:hover {
  color: #2a2a2a !important;
  background: #fff;
}
.btn.-orange:hover:after {
  background-image: url(/build/img/arrow-right-black-42fcbf2422a23b02ca897908b91a691c.png);
}

.btn.-white-orange {
  color: #eb5b25;
  background: #fff;
  border-color: #fff;
}
.btn.-white-orange:after {
  background-image: url(/build/img/arrow-right-orange-9069be8e5950047ff0c216a7bae41895.png);
}
.btn.-white-orange:before {
  background-color: #fff;
}
.btn.-white-orange:hover {
  border-color: #eb5b25;
}

.btn.-to-transparent:before {
  left: 0;
  right: auto;
  width: 100%;
}
.btn.-to-transparent:hover:before {
  left: auto;
  right: 0;
  width: 0;
}
.btn.-to-transparent.-orange {
  color: #fff;
}
.btn.-to-transparent.-orange:after {
  background-image: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png);
}
.btn.-to-transparent.-orange:before {
  background-color: #eb5b25;
}
.btn.-to-transparent.-orange:hover {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  border-color: #fff;
}
.btn.-to-transparent.-orange2 {
  color: #fff;
}
.btn.-to-transparent.-orange2:after {
  background-image: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png);
}
.btn.-to-transparent.-orange2:before {
  background-color: #eb5b25;
}
.btn.-to-transparent.-orange2:hover {
  color: #eb5b25;
}
.btn.-to-transparent.-orange2:hover:after {
  background-image: url(/build/img/arrow-right-orange-9069be8e5950047ff0c216a7bae41895.png);
}
.btn.-to-transparent.-white {
  color: #2a2a2a;
  border-color: #fff;
}
.btn.-to-transparent.-white:after {
  background-image: url(/build/img/arrow-right-black-42fcbf2422a23b02ca897908b91a691c.png);
}
.btn.-to-transparent.-white:before {
  background-color: #fff;
}
.btn.-to-transparent.-white:hover {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.btn.-to-transparent.-white:hover:after {
  background-image: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png);
}
.btn.-to-transparent.-white-orange {
  color: #eb5b25;
  border-color: #fff;
}
.btn.-to-transparent.-white-orange:after {
  background-image: url(/build/img/arrow-right-orange-9069be8e5950047ff0c216a7bae41895.png);
}
.btn.-to-transparent.-white-orange:before {
  background-color: #fff;
}
.btn.-to-transparent.-white-orange:hover {
  border-color: #eb5b25;
}

.carousel1 {
  margin: 35px auto 0 auto;
  max-width: 290px;
}
.carousel1 .carousel1-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel1 .carousel1-slides:not(.slick-initialized) {
  visibility: hidden;
}
.carousel1 .carousel1-title {
  font: 1.8em/1 "hallo_sanslight", Verdana, sans-serif;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
.carousel1 .item {
  margin: 15px 0 8px 0;
  font-size: 20px;
  text-align: center;
}
.carousel1 .item-title,
.carousel1 .item-value {
  color: #2a2a2a;
  line-height: 1;
  text-transform: uppercase;
}
.carousel1 .item-title {
  font-family: "hallo_sansblack", Verdana, sans-serif;
}
.carousel1 .item-value {
  font-size: 0.8em;
  font-family: "hallo_sanslight", Verdana, sans-serif;
}
.carousel1 .slick-arrow {
  top: calc(50% - 45px);
  width: 30px;
  height: 30px;
  z-index: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #eb5b25 url(/build/img/options-carousel-next-4fd6daec8f9dd181e2135a58761e4fa0.png) 58% 50%/35% no-repeat;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100%;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
.carousel1 .slick-arrow:hover {
  background-color: #2a2a2a;
}
.carousel1 .slick-next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.carousel1 .slick-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/build/img/options-carousel-prev-e57d607f99269cbea4a403c04227bc6f.png);
  background-position: 42% 50%;
}
@media (min-width: 32.5em) {
  .carousel1 {
    max-width: 400px;
  }
  .carousel1 .slick-arrow {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 48em) {
  .carousel1 {
    max-width: none;
    margin-top: 50px;
  }
}
@media (min-width: 62em) {
  .carousel1 .item {
    margin: 20px 0 10px 0;
    font-size: 22px;
  }
}
@media (min-width: 76.25em) {
  .carousel1 .carousel1-buttons span {
    font-size: 15px;
  }
  .carousel1 .item {
    margin: 23px 0 15px 0;
    font-size: 26px;
  }
  .carousel1 .item-value {
    font-size: 0.7em;
  }
  .carousel1 .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 106.25em) {
  .carousel1 .carousel1-buttons span {
    font-size: 16px;
  }
  .carousel1 .item {
    margin: 26px 0 18px 0;
    font-size: 34px;
  }
  .carousel1 .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.cta {
  color: #fff;
  display: block;
  padding: 11vw 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.cta .cta-background {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 140%;
  z-index: -1;
  position: absolute;
  background: url(/build/img/bg-cta-xs-e12e6453a3de6b59cb9daa97c2a2543a.jpg) 50% top/cover no-repeat;
}
.cta .heading, .cta .heading span {
  color: #fff;
}
.cta p {
  margin: 0 auto 2em auto;
  max-width: 900px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
@media (min-width: 48em) {
  .cta .cta-background {
    height: 150%;
    background-image: url(/build/img/bg-cta-304a6d55170ba84f768ec97709e90102.jpg);
  }
}

.dealerbox {
  color: #2a2a2a;
  right: 0;
  bottom: -500px;
  padding: 20px 30px;
  z-index: -1;
  position: fixed;
  min-width: 300px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dealerbox.-visible {
  bottom: 0;
  z-index: 340;
  background: #fff;
}
.dealerbox .dealerbox-close {
  top: 0;
  left: 0;
  color: #ccc;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  position: absolute;
  font-size: 46px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dealerbox .dealerbox-close:hover {
  color: #999;
}
.dealerbox .dealerbox-title {
  font: 40px/1 "1_ichiroregular", Verdana, sans-serif;
  color: #eb5b25;
  text-align: center;
}
.dealerbox .dealerbox-title span {
  font: 30px/1 "hallo_sansblack", Verdana, sans-serif;
  color: #2a2a2a;
  display: block;
  text-transform: uppercase;
}
.dealerbox .dsearch {
  margin-top: 15px;
}
.dealerbox .dsearch .control-label {
  color: #2a2a2a;
}
.dealerbox .dsearch .form-control {
  color: #2a2a2a;
}

.downloads-panel {
  margin: 15px 0;
  position: relative;
}
.downloads-panel.-opened button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.downloads-panel.-opened button {
  border-bottom-color: #fff;
}
.downloads-panel > div {
  top: calc(100% - 2px);
  left: 0;
  border: 2px solid #eb5b25;
  z-index: 20;
  min-width: 100%;
  background: #fff;
}
.downloads-panel a {
  display: block;
  padding: 8px 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.downloads-panel a:hover {
  background: #f8f8f8;
}
.downloads-panel button {
  font: 16px/1 "allerbold", Verdana, sans-serif;
  color: #2a2a2a;
  border: 2px solid #eb5b25;
  padding: 8px 40px 8px 15px;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.downloads-panel button:after {
  top: 0;
  right: 10px;
  width: 21px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url(/build/img/chevron-down-5116bb07f86a76f5be9923274fec5bb7.png) 50%/21px auto no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 48em) {
  .downloads-panel > div {
    position: absolute;
  }
}

.energielabel {
  width: 55px;
  height: 23px;
  display: inline-block;
  background: url(/build/img/energielabel-sprite-631e6c8a88c2319118d7aa0503d792fa.png) 0 0/55px auto no-repeat;
}
.energielabel.-A\+ {
  background-position: 0 calc(-23px * 1);
}
.energielabel.-A {
  background-position: 0 calc(-23px * 2);
}
.energielabel.-B {
  background-position: 0 calc(-23px * 3);
}
.energielabel.-C {
  background-position: 0 calc(-23px * 4);
}
.energielabel.-D {
  background-position: 0 calc(-23px * 5);
}
.energielabel.-E {
  background-position: 0 calc(-23px * 6);
}
.energielabel.-F {
  background-position: 0 calc(-23px * 7);
}

.gallery .gallery-footer {
  margin-top: 30px;
  text-align: center;
}
.gallery .gallery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery a {
  display: block;
  overflow: hidden;
}
.gallery figcaption {
  display: none;
}
.gallery figure {
  position: relative;
}
@media (max-width: 32.49em) {
  .gallery {
    max-width: 400px;
  }
  .gallery figure:not(:first-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    margin-top: 14px;
  }
}
@media (min-width: 32.5em) {
  .gallery .gallery-images {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gallery figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    cursor: pointer;
    max-width: calc(25% - 10px);
    margin-top: 14px;
    margin-left: 13px;
  }
  .gallery figure:before {
    content: "";
    display: block;
    opacity: 0;
    background: rgba(51, 51, 51, 0.6) url(/build/img/search-d72720d950bed344ebe8e1fed518f01f.png) 50%/40px auto no-repeat;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .gallery figure:hover:before {
    opacity: 1;
  }
  .gallery figure:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}

.icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  display: inline-block;
  stroke-width: 0;
}
.icon path {
  fill: currentColor;
  stroke: currentColor;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
/* Languages overlay trigger button */
#trigger-overlay:before,
.overlay li span {
  background: url(/assets/img/icons/flags.png) 0 0/21px auto no-repeat;
}

#trigger-overlay {
  height: 28px;
  display: inline-block;
  padding: 0 15px 0 30px;
  position: relative;
  font-family: "allerregular", Verdana, sans-serif;
  margin-right: 15px;
}
#trigger-overlay:after {
  top: 50%;
  right: 0;
  width: 10px;
  height: 8px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/img/icons/overlay-arrow.png) 50% 0/100% auto no-repeat;
}
#trigger-overlay:before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 14px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/img/icons/flags.png) 0 0/21px auto no-repeat;
}
[lang=de] #trigger-overlay:before {
  background-position: 0 -14px;
}
[lang=en] #trigger-overlay:before {
  background-position: 0 -28px;
}
[lang=fr] #trigger-overlay:before {
  background-position: 0 -42px;
}
#trigger-overlay:hover:after {
  border-top-color: #eb5b25;
  background-position: 50% -8px;
}
@media (min-width: 76.25em) {
  #trigger-overlay {
    margin-right: 40px;
  }
}
@media (min-width: 106.25em) {
  #trigger-overlay {
    margin-right: 60px;
  }
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(31, 31, 31, 0.95);
  z-index: 1000;
  text-transform: uppercase;
}

/* Overlay closing cross */
.overlay .overlay-close {
  top: 0;
  font: 60px/1 Verdana, sans-serif;
  color: #fff;
  right: 20px;
  border: none;
  display: block;
  outline: none;
  z-index: 100;
  overflow: hidden;
  position: fixed;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.overlay .overlay-close:hover {
  color: #eb5b25;
}
.overlay .overlay-close span {
  display: none;
}
@media (min-width: 48em) {
  .overlay .overlay-close {
    font-size: 80px;
  }
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay li {
  display: block;
  min-height: 24px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.overlay li a {
  font-size: 20px;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}

.overlay li a:hover,
.overlay li a:focus {
  color: #f0f0f0;
  text-decoration: underline;
}

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.overlay-scale.open {
  opacity: 1;
  z-index: 1200;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  visibility: visible;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 60%;
    font-size: 30px;
  }
  .overlay li {
    min-height: 34px;
  }
}
.overlay li span {
  height: 40px;
  display: block;
  text-align: left;
  line-height: 40px;
  padding-left: 80px;
  background-size: 60px auto;
}

.overlay [hreflang=de] span {
  background-position: 0 -40px;
}

.overlay [hreflang=en] span {
  background-position: 0 -80px;
}

.overlay [hreflang=fr] span {
  background-position: 0 -120px;
}

.overlay [hreflang=en-us] span,
.overlay [hreflang=en-ca] span {
  position: relative;
  background: none;
}
.overlay [hreflang=en-us] span:after,
.overlay [hreflang=en-ca] span:after {
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
  content: "";
  position: absolute;
  background: url(/assets/img/icons/usa-canadian-flags.jpg) 0 0/auto 100% no-repeat;
}

.overlay [hreflang=en-ca] span:after {
  background-position: -97px 0;
}

.overlay .overlay-text {
  top: 50%;
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 62em) {
  .overlay .overlay-text {
    font-size: 1.4em;
  }
}

.fixed-dealer-btn {
  font: 20px/1 "hallo_sansblack", Verdana, sans-serif;
  color: #fff !important;
  right: 0;
  width: 100%;
  bottom: 0;
  display: block;
  z-index: 330;
  position: fixed;
  background: #eb5b25;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.fixed-dealer-btn:hover {
  background: #e24d15;
}
.fixed-dealer-btn span {
  display: block;
  padding: 10px 1.8em;
}
.fixed-dealer-btn span:after, .fixed-dealer-btn span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.fixed-dealer-btn span:after {
  background-size: 1.7em auto;
  background-image: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png);
  background-position: calc(100% - 0.65em) 50%;
}
.fixed-dealer-btn span:before {
  background-size: auto 80%;
  background-image: url(/build/img/vlam-wit-c78f3141fd53774a1f152ceb9fb96e1f.png);
  background-position: 0.65em 50%;
}
@media (min-width: 48em) {
  .fixed-dealer-btn {
    color: #2a2a2a !important;
    width: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .fixed-dealer-btn:hover {
    background: #f8f8f8;
  }
  .fixed-dealer-btn span {
    padding-right: 10px;
  }
  .fixed-dealer-btn span:after {
    display: none;
  }
  .fixed-dealer-btn span:before {
    background-image: url(/build/img/vlam-oranje-ed46e27f4657d4b1b4cf9cc2ec128edf.png);
  }
}

.photosbox {
  margin-bottom: 1.2em;
}
.photosbox.-has-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photosbox.-has-2 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.photosbox.-has-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photosbox.-has-3 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 12px);
          flex: 0 0 calc(33.3333333333% - 12px);
  width: calc(33.3333333333% - 12px);
  max-width: calc(33.3333333333% - 12px);
}
.photosbox .item {
  cursor: pointer;
}

.play {
  position: relative;
}
.play:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/build/img/play-9c475b84d5b2591f0fc3bdf301ee462f.png) 50%/20% auto no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.play:hover:after {
  background-color: rgba(42, 42, 42, 0.3);
}

.quote {
  font: 34px/0.85em "1_ichiroregular", Verdana, sans-serif;
  color: #fff;
  padding: 3px 15px;
  background: #eb5b25;
  text-align: center;
}
@media (min-width: 48em) {
  .quote {
    font-size: 45px;
  }
}
@media (min-width: 62em) {
  .quote {
    font-size: 50px;
  }
}
@media (min-width: 76.25em) {
  .quote {
    font-size: 55px;
  }
}
@media (min-width: 106.25em) {
  .quote {
    font-size: 65px;
  }
}

.scroll-down {
  left: 50%;
  width: 38px;
  bottom: 12%;
  height: 80px;
  display: block;
  outline: none;
  z-index: 10;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
.scroll-down span {
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  -webkit-animation: sdb07 2s infinite;
          animation: sdb07 2s infinite;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #fff;
  margin-left: -12px;
  border-bottom: 2px solid #fff;
}
.scroll-down span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-down span:nth-of-type(2) {
  top: 18px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.scroll-down span:nth-of-type(3) {
  top: 36px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 47.99em) {
  .scroll-down {
    display: none;
  }
}
@media (min-width: 106.25em) {
  .scroll-down span {
    width: 18px;
    height: 18px;
  }
  .scroll-down span:nth-of-type(2) {
    top: 22px;
  }
  .scroll-down span:nth-of-type(3) {
    top: 44px;
  }
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#trigger-search {
  color: #8b8b8c;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#trigger-search:hover {
  color: #eb5b25;
}
#trigger-search .icon {
  width: 100%;
  height: 100%;
}
@media (min-width: 62em) {
  #trigger-search {
    width: 20px;
    height: 20px;
  }
}

.switch {
  width: 1.5em;
  height: 1em;
  margin: 2.8em auto;
  position: relative;
  background: #8b8b8c;
  border-radius: 20px;
}
.switch #switch-b:checked ~ .switch-bullet {
  left: 0.5em;
}
.switch #switch-a:checked ~ label[for=switch-a],
.switch #switch-b:checked ~ label[for=switch-b] {
  color: #fff;
  font-family: "allerbold", Verdana, sans-serif;
}
.switch #switch-a:not(:checked) ~ label[for=switch-a],
.switch #switch-b:not(:checked) ~ label[for=switch-b] {
  cursor: pointer;
}
.switch #switch-a:not(:checked) ~ label[for=switch-a]:hover,
.switch #switch-b:not(:checked) ~ label[for=switch-b]:hover {
  color: #fff;
}
.switch input {
  display: none;
}
.switch label {
  top: 0;
  font: 90%/1 "aller_lightregular", Verdana, sans-serif;
  color: #8b8b8c;
  position: absolute;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.switch label[for=switch-a] {
  left: 17px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding-right: 3em;
}
.switch label[for=switch-b] {
  right: 17px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding-left: 3em;
}

.switch-bullet {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.cb {
  color: #eb5b25;
  font-family: "allerbold", Verdana, sans-serif;
}
@media (min-width: 48em) {
  .cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cb-aside {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .cb-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
    margin: 0 30px 0 0;
    max-width: 160px;
  }
}
@media (min-width: 76.25em) {
  .cb-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    margin-right: 45px;
  }
}

@media (min-width: 32.5em) and (max-width: 47.99em) {
  .cb-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cb-filters .cb-filter {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.cb-filter {
  display: block;
  margin-top: 30px;
}
.cb-filter .cb-filter-heading {
  font: 18px/1.2 "allerbold", Verdana, sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.cb-filter .radiocheck + .radiocheck {
  margin-top: 10px;
}
@media (max-width: 47.99em) {
  .cb-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cb-filter .cb-filter-heading {
    width: 100%;
    min-width: 100%;
  }
  .cb-filter .radiocheck {
    margin: 0 20px 10px 0 !important;
  }
}

.cb-main {
  width: 100%;
}
.cb-main .cb-main-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.cb-main .cb-main-sort .radiocheck {
  margin-left: 15px;
}

.cb-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cb-products .item {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 15px;
}
.cb-products .item:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: #d2d2d2;
}
.cb-products .item:hover .item-title:after {
  right: 12px;
}
.cb-products .item-label {
  top: 15px;
  font: 14px/1 "hallo_sans", Verdana, sans-serif;
  left: -8px;
  color: #fff;
  display: block;
  padding: 4px 18px;
  position: absolute;
  background: #eb5b25;
  text-transform: uppercase;
}
.cb-products .item-link {
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
.cb-products .item-title {
  font: 14px/1 "hallo_sans", Verdana, sans-serif;
  color: #000;
  padding: 6px 45px 6px 10px;
  position: relative;
  text-transform: uppercase;
}
.cb-products .item-title:after {
  top: 0;
  right: 15px;
  width: 25px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url(/build/img/arrow-right-orange-9069be8e5950047ff0c216a7bae41895.png) right 50%/contain no-repeat;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media (min-width: 32.5em) {
  .cb-products .item-title {
    font-size: 22px;
  }
}
@media (max-width: 61.99em) {
  .cb-products .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .cb-products .item:nth-child(even) {
    margin-left: auto;
  }
}
@media (min-width: 48em) {
  .cb-products .item-label {
    font-size: 16px;
  }
}
@media (min-width: 62em) {
  .cb-products .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 20px);
            flex: 0 0 calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
    margin: 0 0 30px 30px;
    max-width: calc(33.3333333333% - 20px);
  }
  .cb-products .item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 76.25em) {
  .cb-products .item-label {
    padding: 6px 24px;
    font-size: 18px;
  }
  .cb-products .item-title {
    padding: 10px 45px 10px 15px;
  }
}
@media (min-width: 106.25em) {
  .cb-products .item-label {
    top: 30px;
    left: -10px;
    padding: 8px 45px;
    font-size: 22px;
  }
}

[id=collectie-overlay] {
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  position: fixed;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  background: rgba(42, 42, 42, 0.92);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  padding-top: 106px;
}
.touchevents [id=collectie-overlay] {
  display: none;
}
[id=collectie-overlay].-visible {
  opacity: 1;
  z-index: 450;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
@media (max-width: 61.99em) {
  [id=collectie-overlay] {
    display: none;
  }
}
@media (min-width: 106.25em) {
  [id=collectie-overlay] {
    padding-top: 112px;
  }
}

.co-boxy {
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  position: relative;
  max-width: 750px;
}
.co-boxy:after {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background: #fff;
}
.co-boxy .co-boxy-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.co-boxy .co-boxy-box:first-child {
  padding-right: 25px;
}
.co-boxy .co-boxy-box:first-child .co-boxy-title {
  text-align: right;
  padding-right: 15px;
}
.co-boxy .co-boxy-box:last-child {
  padding-left: 25px;
}
.co-boxy .co-boxy-box:last-child .co-boxy-title {
  padding-left: 15px;
}
.co-boxy .co-boxy-title {
  font: 1.2em/1 "aller_lightregular", Verdana, sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 76.25em) {
  .co-boxy {
    max-width: 825px;
  }
}
@media (min-width: 106.25em) {
  .co-boxy {
    max-width: 950px;
  }
}

.co-link {
  font: 1.2em/1 "hallo_sans", Verdana, sans-serif;
  color: #fff;
  display: block;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #454545;
}
.co-link:hover .co-link-image-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.co-link + .co-link {
  margin-top: 25px;
}
.co-boxy-box:first-child .co-link {
  text-align: right;
  padding-left: 90px;
}
.co-boxy-box:first-child .co-link .co-link-image {
  left: -10px;
}
.co-boxy-box:last-child .co-link {
  padding-right: 90px;
}
.co-boxy-box:last-child .co-link .co-link-image {
  right: -10px;
}
.co-link .co-link-image {
  top: -10px;
  width: 85px;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.co-link .co-link-image-bg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.co-link .icon {
  margin: -0.23em 0 -0.23em 7px;
  font-size: 1.3em;
}

.dsearch {
  margin: 30px auto 0 auto;
  position: relative;
  max-width: 315px;
}
.dsearch ::-webkit-input-placeholder {
  color: #999 !important;
}
.dsearch ::-moz-placeholder {
  color: #999 !important;
}
.dsearch :-ms-input-placeholder {
  color: #999 !important;
}
.dsearch ::-ms-input-placeholder {
  color: #999 !important;
}
.dsearch ::placeholder {
  color: #999 !important;
}
.dsearch :-moz-placeholder {
  color: #999 !important;
}
.dsearch ::-moz-placeholder {
  color: #999 !important;
}
.dsearch :-ms-input-placeholder {
  color: #999 !important;
}
.dsearch ::-ms-input-placeholder {
  color: #999 !important;
}
.dsearch ::-webkit-input-placeholder {
  color: #999 !important;
}
@media (min-width: 48em) {
  .dsearch {
    margin-top: 50px;
  }
}
@media (min-width: 62em) {
  .dsearch {
    max-width: 330px;
  }
}
@media (min-width: 106.25em) {
  .dsearch {
    max-width: 380px;
    margin-top: 75px;
  }
}

.panel {
  color: #fff;
  margin: 0 auto;
  max-width: 850px;
}
.panel .panel-body {
  padding: 15px;
  border-top: 1px solid #eb5b25;
}
.panel .panel-heading {
  font: 1.1em/1 "allerbold", Verdana, sans-serif;
  cursor: pointer;
  padding: 0.6em 1em 0.6em 1.9em;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 2px solid #eb5b25;
}
.panel .panel-heading:hover {
  color: #eb5b25;
}
@media (min-width: 62em) {
  .panel .panel-heading {
    font-size: 1em;
  }
}

.questionbox.-is-open .questionbox-heading {
  color: #eb5b25;
}
.questionbox + .questionbox {
  margin-top: 15px;
}
.questionbox .questionbox-body {
  padding: 0.6em 0 0.6em 1.7em;
}
.questionbox .questionbox-body a {
  color: #fff;
}
.questionbox .questionbox-body a:hover {
  color: #eb5b25;
}
.questionbox .questionbox-heading {
  font: 1em/1.2 "allerbold", Verdana, sans-serif;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-left: 1.7em;
}
.questionbox .questionbox-heading:hover {
  color: #eb5b25;
}

.toggle-plus-minus {
  top: 0;
  left: 0;
  width: 1.3em;
  height: 100%;
  position: absolute;
}
.toggle-plus-minus:after {
  width: 2px;
  height: 10px;
}
.toggle-plus-minus:before {
  width: 10px;
  height: 2px;
}
.toggle-plus-minus:after, .toggle-plus-minus:before {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.panel.-is-open .panel-heading .toggle-plus-minus:after, .panel.-is-open .panel-heading .toggle-plus-minus:before, .questionbox.-is-open .questionbox-heading .toggle-plus-minus:after, .questionbox.-is-open .questionbox-heading .toggle-plus-minus:before {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.panel.-is-open .panel-heading .toggle-plus-minus:after, .questionbox.-is-open .questionbox-heading .toggle-plus-minus:after {
  opacity: 0;
}

.table1 {
  line-height: 1.5;
}
.table1 a {
  color: #fff;
}
.table1 caption {
  font-size: 1.1em;
  text-align: left;
  font-family: "allerbold", Verdana, sans-serif;
}
.table1 th {
  padding-right: 20px;
}

.table2 .icon {
  color: #eb5b25;
  width: 25px;
  min-height: 25px;
}
.table2 .table2-group {
  border-bottom: 1px solid #2a2a2a;
}
.table2 .table2-group:last-child {
  border-bottom: none;
}
.table2 .table2-group > td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: middle;
}
.table2 .table2-icon {
  padding-right: 15px;
}
.table2 .table2-nested th {
  min-width: 180px;
  padding-right: 10px;
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .table2 {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .table2 .table2-nested th {
    min-width: 200px;
  }
}
@media (min-width: 76.25em) {
  .table2 .table2-nested th {
    min-width: 230px;
  }
}
@media (min-width: 106.25em) {
  .table2 .icon {
    width: 32px;
    min-height: 32px;
  }
  .table2 .table2-nested th {
    min-width: 270px;
  }
}

.table3 td {
  padding: 1px 10px 1px 0;
}
.table3 th {
  padding: 1px 15px 1px 4px;
  padding-right: 15px;
  vertical-align: middle;
}
.table3 tr.-border {
  border-bottom: 1px solid #2a2a2a;
}
.table3 tr.-border td, .table3 tr.-border th {
  padding-bottom: 4px;
}
.table3 tr.-border ~ tr td, .table3 tr.-border ~ tr th {
  padding-top: 4px;
}
@media (min-width: 48em) {
  .table3 {
    font-size: 0.8em;
  }
}
@media (min-width: 62em) {
  .table3 th {
    padding-right: 35px;
  }
}
@media (min-width: 76.25em) {
  .table3 {
    font-size: 0.9em;
  }
}
@media (min-width: 106.25em) {
  .table3 {
    font-size: 1em;
  }
  .table3 th {
    padding-right: 55px;
  }
}

body {
  font: 14px/1.3 "aller_lightregular", Verdana, sans-serif;
  color: #2a2a2a;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-black p {
  color: #fff;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
  white-space: nowrap;
  text-decoration: none;
}
.no-touchevents a[href^=tel] {
  text-decoration: none !important;
}

b, strong {
  font-family: "allerbold", Verdana, sans-serif;
  font-weight: normal;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font: normal 14px/24px "hallo_sansblack", Verdana, sans-serif;
  margin: 0;
}

a {
  color: #2a2a2a;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: underline;
}
a:hover {
  color: #eb5b25;
}

p {
  margin-bottom: 1.2em;
}

th {
  text-align: left;
  font-weight: normal;
}

@media (min-width: 48em) {
  body, h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
  }
}
@media (min-width: 62em) {
  body, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}
@media (min-width: 76.25em) {
  body, h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
  }
}
@media (min-width: 106.25em) {
  body, h1, h2, h3, h4, h5, h6 {
    font-size: 21px;
  }
}
.heading {
  font: 2.1em/1.1 "hallo_sansblack", Verdana, sans-serif;
  color: #000;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}
.bg-black .heading, .heading.-white {
  color: #fff;
}
.heading span {
  font: 1.15em/1.1 "1_ichiroregular", Verdana, sans-serif;
  color: #eb5b25;
  display: block;
  text-transform: none;
}
@media (min-width: 62em) {
  .heading {
    font-size: 2.3em;
  }
}
@media (min-width: 76.25em) {
  .heading {
    font-size: 2.5em;
  }
}
@media (min-width: 106.25em) {
  .heading {
    font-size: 2.7em;
  }
}

.quote2 {
  font: 1.5em/1.2 "hallo_sans", Verdana, sans-serif;
  color: #2a2a2a;
}
.bg-black .quote2 {
  color: #fff;
}

.textbox blockquote {
  font: 1.6em/1.1 "hallo_sans", Verdana, sans-serif;
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.textbox blockquote:after {
  content: "\201D";
}
.textbox blockquote:before {
  content: "\201C";
}
.textbox blockquote br {
  display: none;
}
.textbox h2, .textbox h3, .textbox h4, .textbox h5, .textbox h6 {
  font-family: "allerbold", Verdana, sans-serif;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.textbox h2 {
  font-size: 1.3em;
}
.textbox h3 {
  font-size: 1.2em;
}
.textbox h4, .textbox h5, .textbox h6 {
  font-size: 1.1em;
}
.textbox table {
  margin-bottom: 1.2em;
}
.textbox li > ol,
.textbox li > ul {
  margin-bottom: 0;
}
.textbox ul {
  margin: 0 0 2em 19px;
  list-style-type: square;
}
.textbox ol {
  margin: 0 0 2em 20px;
  list-style-type: decimal;
}
.textbox p + ul,
.textbox p + ol {
  margin-top: -1em;
}
@media (min-width: 62em) {
  .textbox blockquote {
    font-size: 1.9em;
  }
}

.breadcrumbs {
  color: #8b8b8c;
  text-align: right;
  padding-top: 1em;
}
.breadcrumbs.-black {
  background-color: #2a2a2a;
}
.breadcrumbs a {
  font: 0.9em/1.1 "aller_lightregular", Verdana, sans-serif;
  color: #8b8b8c;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a.active {
  color: #eb5b25;
}
@media (min-width: 48em) {
  .breadcrumbs.-absolute {
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  height: 34px;
  padding: 5px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
  background-color: #eb5b25;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  background-color: #2a2a2a;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[id=menu] a {
  font: 15px/1 "allerregular", Verdana, sans-serif;
  color: #2a2a2a !important;
  border: 2px solid transparent;
  display: inline-block;
  padding: 0.2em 12px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  text-decoration: none;
}
[id=menu] li {
  padding: 0 12px;
  position: relative;
}
[id=menu] li:not(.last):after {
  top: 50%;
  right: 0;
  height: 60%;
  width: 2px;
  content: "";
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #eb5b25;
}
[id=menu] li.current a, [id=menu] li:hover a {
  border-color: #eb5b25;
}
[id=menu] li.last {
  padding-right: 0;
}
[id=menu] li.last a {
  color: #fff !important;
  background: #eb5b25;
  border-color: #eb5b25;
}
[id=menu] li.last a:hover {
  color: #2a2a2a !important;
  background: #fff;
}
[id=menu] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 61.99em) {
  [id=menu] {
    display: none;
  }
}
@media (min-width: 76.25em) {
  [id=menu] a {
    padding: 5px 16px;
    font-size: 16px;
  }
  [id=menu] li {
    padding: 0 14px;
  }
}
@media (min-width: 106.25em) {
  [id=menu] a {
    padding: 5px 19px;
    font-size: 21px;
  }
  [id=menu] li {
    padding: 0 21px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1em;
  margin-top: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 2px 4px;
}
.block.-black .pagination a:hover {
  color: white;
}
.pagination li + li {
  margin-left: 2px;
}

[id=subnav] {
  width: 100%;
  padding: 3px 0;
  z-index: 380;
  position: relative;
  background: #2a2a2a;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
[id=subnav].-js-fixed {
  top: 95px;
  position: fixed;
}
.-page-is-scrolled-down [id=subnav].-js-fixed {
  top: 65px;
}
[id=subnav] .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[id=subnav] a.name {
  font: 1.1em/1 "hallo_sans", Verdana, sans-serif;
  color: #eb5b25;
  text-transform: uppercase;
  text-decoration: none;
}
[id=subnav] a.name:hover {
  color: #fff;
}
[id=subnav] a:not(.name) {
  font: 0.9em/1 "aller_lightregular", Verdana, sans-serif;
  color: #8b8b8c;
  display: block;
  padding: 14px;
  position: relative;
  margin-left: 15px;
  text-transform: none;
  text-decoration: none;
}
[id=subnav] a:not(.name):after {
  left: 50%;
  width: calc(100% - 22px);
  bottom: 10px;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
[id=subnav] a:not(.name):hover, [id=subnav] a:not(.name).current {
  color: #fff;
}
[id=subnav] a:not(.name):hover:after, [id=subnav] a:not(.name).current:after {
  background-color: #eb5b25;
}
@media (max-width: 61.99em) {
  [id=subnav] {
    display: none;
  }
}
@media (min-width: 76.25em) {
  [id=subnav].-js-fixed {
    top: 114px;
  }
  .-page-is-scrolled-down [id=subnav].-js-fixed {
    top: 70px;
  }
  [id=subnav] a {
    margin-left: 45px;
  }
}
@media (min-width: 106.25em) {
  [id=subnav].-js-fixed {
    top: 144px;
  }
  .-page-is-scrolled-down [id=subnav].-js-fixed {
    top: 80px;
  }
  [id=subnav] a {
    padding: 18px;
    margin-left: 60px;
  }
  [id=subnav] a:after {
    width: calc(100% - 30px);
    bottom: 14px;
  }
}

.block {
  padding: 30px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.block.-bg-dealer {
  background-image: url(/build/img/bg-dealer-xs-0116f47c8ce5ef3f9c03e088681de8f0.jpg);
}
.block.-black {
  color: #fff;
  background-color: #2a2a2a;
}
.block.-black a {
  color: #eb5b25;
}
.block.-black a:hover {
  color: #ed6d3c;
}
.block .block-intro {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
.block .block-intro a:not(.btn) {
  text-decoration: underline;
}
@media (min-width: 32.5em) {
  .block {
    padding: 40px 0;
  }
}
@media (min-width: 48em) {
  .block {
    padding: 60px 0;
  }
  .block.-bg-dealer {
    background-image: url(/build/img/bg-dealer-e18ca8285913c32c7fdf906b790f70f7.jpg);
  }
  .block .block-intro {
    max-width: 636px;
  }
}
@media (min-width: 62em) {
  .block {
    padding: 80px 0;
  }
  .block.-extra-padding-top {
    padding-top: 150px;
  }
  .block .block-intro {
    max-width: 650px;
  }
}
@media (min-width: 76.25em) {
  .block {
    padding: 100px 0;
  }
  .block.-extra-padding-top {
    padding-top: 180px;
  }
  .block .block-intro {
    max-width: 750px;
  }
}
@media (min-width: 106.25em) {
  .block {
    padding: 120px 0;
  }
  .block.-extra-padding-top {
    padding-top: 240px;
  }
  .block .block-intro {
    max-width: 950px;
  }
}

.avgbox {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.form-brochure .avgbox label, .form-light .avgbox label, .form-offerte .avgbox label {
  color: #eb5b25;
  font-family: "aller_lightregular", Verdana, sans-serif;
}
.form-brochure .avgbox label:before, .form-light .avgbox label:before, .form-offerte .avgbox label:before {
  border-color: #2a2a2a;
}
.form-brochure .avgbox label:not(:hover), .form-light .avgbox label:not(:hover), .form-offerte .avgbox label:not(:hover) {
  color: #2a2a2a;
}
.avgbox label {
  font: 0.9em/1.1 "allerregular", Verdana, sans-serif;
  color: #d7d7d7;
  cursor: pointer;
  position: relative;
  min-height: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-left: 30px;
}
.avgbox label:before {
  top: 2px;
  left: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s, transform 0.2s;
  transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.avgbox label:not(:hover) {
  color: #d7d7d7;
}
.avgbox input {
  display: none;
}
.avgbox input:checked + label:before {
  top: -3px;
  left: 11px;
  width: 8px;
  height: 18px;
  border: solid green;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
@media (min-width: 48em) {
  .avgbox label {
    font-size: 0.85em;
  }
}
@media (min-width: 76.25em) {
  .avgbox label {
    font-size: 0.75em;
  }
}
@media (min-width: 106.25em) {
  .avgbox label {
    font-size: 0.65em;
  }
}

.avg-note {
  font: 0.85em/1.1 "allerregular", Verdana, sans-serif;
  color: #d7d7d7;
  padding-left: 30px;
  margin-bottom: 15px;
}
.form-brochure .avg-note, .form-light .avg-note, .form-offerte .avg-note {
  color: #2a2a2a;
  font-family: "aller_lightregular", Verdana, sans-serif;
}
.form-brochure .avg-note a, .form-light .avg-note a, .form-offerte .avg-note a {
  color: #2a2a2a;
}
.form-brochure .avg-note a:hover, .form-light .avg-note a:hover, .form-offerte .avg-note a:hover {
  color: #eb5b25;
}
.avg-note a {
  color: #d7d7d7;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 48em) {
  .avg-note {
    font-size: 0.85em;
  }
}
@media (min-width: 76.25em) {
  .avg-note {
    font-size: 0.75em;
  }
}
@media (min-width: 106.25em) {
  .avg-note {
    font-size: 0.65em;
  }
}

.actueel-categories {
  margin: 45px 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.actueel-categories, .actueel-categories label {
  color: #fff;
  font-family: "allerregular", Verdana, sans-serif;
}
.actueel-categories label:first-child {
  margin-left: 1.4em;
}
.actueel-categories label + label {
  margin-left: 1.9em;
}
@media (min-width: 62em) {
  .actueel-categories {
    margin: 55px 0 45px 0;
  }
}
@media (min-width: 76.25em) {
  .actueel-categories {
    margin: 70px 0 55px 0;
  }
}
@media (min-width: 106.25em) {
  .actueel-categories {
    margin: 85px 0 60px 0;
  }
}

::-webkit-input-placeholder {
  color: #909090 !important;
}

::-moz-placeholder {
  color: #909090 !important;
}

:-ms-input-placeholder {
  color: #909090 !important;
}

::-ms-input-placeholder {
  color: #909090 !important;
}

::placeholder {
  color: #909090 !important;
}

:-moz-placeholder {
  color: #909090 !important;
}

::-moz-placeholder {
  color: #909090 !important;
}

:-ms-input-placeholder {
  color: #909090 !important;
}

::-ms-input-placeholder {
  color: #909090 !important;
}

::-webkit-input-placeholder {
  color: #909090 !important;
}

textarea {
  resize: vertical;
  max-height: 360px;
  min-height: 130px;
}

button, [type=button], [type=submit] {
  cursor: pointer;
}

label {
  font-size: inherit;
}

.form.-has-xhr-activity .spinner {
  display: inline-block;
}
.form .note {
  color: #2a2a2a;
  margin: 0 30px 0 0;
  display: inline-block;
  font-size: 0.8em;
}
.form .spinner {
  display: none;
}

.form-light ::-webkit-input-placeholder {
  color: #3f3f3f !important;
}

.form-light ::-moz-placeholder {
  color: #3f3f3f !important;
}

.form-light :-ms-input-placeholder {
  color: #3f3f3f !important;
}

.form-light ::-ms-input-placeholder {
  color: #3f3f3f !important;
}

.form-light ::placeholder {
  color: #3f3f3f !important;
}
.form-light :-moz-placeholder {
  color: #3f3f3f !important;
}
.form-light ::-moz-placeholder {
  color: #3f3f3f !important;
}
.form-light :-ms-input-placeholder {
  color: #3f3f3f !important;
}
.form-light ::-ms-input-placeholder {
  color: #3f3f3f !important;
}
.form-light ::-webkit-input-placeholder {
  color: #3f3f3f !important;
}
.form-light .control-label {
  color: #2a2a2a;
}
.form-light .form-control {
  color: #2a2a2a;
  border: 1px solid #8b8b8c;
}

.control-label {
  font: 1em/1.2 "allerbold", Verdana, sans-serif;
  color: #d7d7d7;
  margin: 0 0 8px 8px;
  display: block;
  text-align: left;
  text-transform: none;
}

.form-group {
  margin-bottom: 15px;
}
.form-group.-has-error .form-control {
  color: #333 !important;
  background: #f6fbca !important;
  border-color: #9a9e1a !important;
}
.form-group.-has-error .control-label {
  color: #9a9e1a;
}

.form-control {
  font: 16px/1.2 "aller_lightregular", Verdana, sans-serif;
  color: #d7d7d7;
  width: 100%;
  border: 1px solid #fff;
  display: block;
  outline: 0;
  padding: 0.4em 0.5em;
  -webkit-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s;
  border-radius: 0;
  background-color: transparent;
}
.form-control:focus {
  border-color: #eb5b25 !important;
}

select.form-control {
  color: #999;
  background: #fff;
}

.form-control[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2a2a2a;
}

@media (min-width: 48em) {
  .control-label,
  .form-control {
    font-size: 0.9em;
  }
}
@media (min-width: 76.25em) {
  .control-label,
  .form-control {
    font-size: 16px;
  }
}
.form-brochure .control-label {
  color: #2a2a2a;
}
.form-brochure .form-control {
  color: #2a2a2a;
  border: 1px solid #8b8b8c;
}
.form-brochure .form-group {
  margin-bottom: 10px;
}
.form-brochure ::-webkit-input-placeholder {
  color: #3f3f3f !important;
}
.form-brochure ::-moz-placeholder {
  color: #3f3f3f !important;
}
.form-brochure :-ms-input-placeholder {
  color: #3f3f3f !important;
}
.form-brochure ::-ms-input-placeholder {
  color: #3f3f3f !important;
}
.form-brochure ::placeholder {
  color: #3f3f3f !important;
}
.form-brochure textarea {
  min-height: 99px;
}
@media (min-width: 32.5em) and (max-width: 61.99em) {
  .form-brochure .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-brochure .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .form-brochure .col:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 62em) {
  .form-brochure {
    font-size: 14px;
  }
}
@media (min-width: 76.25em) {
  .form-brochure {
    font-size: 17px;
  }
  .form-brochure .form-group {
    margin-bottom: 20px;
  }
}
@media (min-width: 106.25em) {
  .form-brochure {
    font-size: 21px;
  }
}

.checkbox-bullet {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.checkbox-bullet .checkmark {
  top: 50%;
  left: 0;
  width: 0.6em;
  border: 1.5px solid #fff;
  height: 0.6em;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.checkbox-bullet input {
  display: none;
}
.checkbox-bullet:hover .checkmark,
.checkbox-bullet input:checked ~ .checkmark {
  border-color: #eb5b25;
  background-color: #eb5b25;
}
@media (min-width: 76.25em) {
  .checkbox-bullet .checkmark {
    border-width: 2px;
  }
}

.mapbox-overlay .form-dealer .control-label {
  color: #2a2a2a;
  font-size: 14px;
}
.mapbox-overlay .form-dealer button:hover {
  cursor: default;
  background-color: #eb5b25;
}
.mapbox-overlay .form-dealer input {
  color: #2a2a2a;
}
.mapbox-overlay .form-dealer input:focus {
  -webkit-box-shadow: inset 0px 11px 8px -10px #d2d2d2;
          box-shadow: inset 0px 11px 8px -10px #d2d2d2;
}
.form-dealer .form-group {
  margin: 0;
}
.form-dealer .form-group > div {
  position: relative;
}
.form-dealer .form-group > div.-no-button input {
  padding-right: 10px;
}
.form-dealer button {
  top: 1px;
  right: 1px;
  width: 40px;
  border: 0;
  bottom: 1px;
  display: block;
  position: absolute;
  background: #eb5b25 url(/build/img/search-d72720d950bed344ebe8e1fed518f01f.png) 50%/20px auto no-repeat;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
.form-dealer button:hover {
  background-color: #2a2a2a;
}
.form-dealer input {
  color: #fff;
  width: 100%;
  border: 1px solid #eb5b25;
  height: 40px;
  display: block;
  padding: 8px 45px 8px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.form-dealer input:focus {
  -webkit-box-shadow: inset 0px 11px 8px -10px #2a2a2a;
          box-shadow: inset 0px 11px 8px -10px #2a2a2a;
}

.form-nieuwsbrief .avgbox {
  margin-top: 1em;
}
.form-nieuwsbrief ::-webkit-input-placeholder {
  color: #fff !important;
}
.form-nieuwsbrief ::-moz-placeholder {
  color: #fff !important;
}
.form-nieuwsbrief :-ms-input-placeholder {
  color: #fff !important;
}
.form-nieuwsbrief ::-ms-input-placeholder {
  color: #fff !important;
}
.form-nieuwsbrief ::placeholder {
  color: #fff !important;
}
@media (min-width: 32.5em) and (max-width: 76.24em) {
  .form-nieuwsbrief .form-group {
    width: calc(50% - 10px);
    display: inline-block;
  }
  .form-nieuwsbrief .form-group + .form-group {
    margin-left: 15px;
  }
}
@media (min-width: 76.25em) and (max-width: 106.24em) {
  .form-nieuwsbrief {
    font-size: 17px;
  }
}
@media (min-width: 106.25em) {
  .form-nieuwsbrief .form-group {
    width: calc(50% - 10px);
    display: inline-block;
  }
  .form-nieuwsbrief .form-group + .form-group {
    margin-left: 14px;
  }
}

.form-offerte .control-label {
  color: #2a2a2a;
}
.form-offerte .form-control {
  color: #2a2a2a;
  border: 1px solid #8b8b8c;
}
.form-offerte .form-group {
  margin-bottom: 15px;
}
.form-offerte ::-webkit-input-placeholder {
  color: #3f3f3f !important;
}
.form-offerte ::-moz-placeholder {
  color: #3f3f3f !important;
}
.form-offerte :-ms-input-placeholder {
  color: #3f3f3f !important;
}
.form-offerte ::-ms-input-placeholder {
  color: #3f3f3f !important;
}
.form-offerte ::placeholder {
  color: #3f3f3f !important;
}
@media (min-width: 32.5em) and (max-width: 61.99em) {
  .form-offerte .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-offerte .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .form-offerte .col:first-child {
    padding-right: 15px;
  }
  .form-offerte textarea {
    min-height: 103px;
  }
}
@media (min-width: 76.25em) {
  .form-offerte {
    font-size: 18px;
  }
}
@media (min-width: 106.25em) {
  .form-offerte {
    font-size: 21px;
  }
}

.radiocheck {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
}
.radiocheck.-alt {
  color: inherit;
  font-size: 14px;
  text-transform: uppercase;
}
.radiocheck.-alt input {
  margin-right: 14px;
}
.radiocheck.-alt input:after {
  background-image: url(/build/img/checkmark-orange-34fab9b724e9144974696e407fb71ce7.png);
}
.radiocheck.-alt input:checked {
  background: #ccc;
}
.radiocheck input {
  width: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 16px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 7px;
  border-radius: 0;
  -webkit-appearance: none;
}
.radiocheck input:after {
  top: -6px;
  left: -3px;
  right: -4px;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  background: url(/build/img/checkmark-a1799a30740cefe24efad7ca42da3f0f.png) 50%/contain no-repeat;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.radiocheck input:checked {
  background: #eb5b25;
}
.radiocheck input:checked:after {
  opacity: 1;
}
.radiocheck input[type=radio] {
  border-radius: 100%;
}
@media (min-width: 32.5em) {
  .radiocheck.-alt {
    font-size: 18px;
  }
}

.list2 {
  margin: 35px auto 0 auto;
  padding: 0 15px;
  max-width: 290px;
}
.list2 .icon {
  color: #fff;
  right: 10px;
  bottom: 10px;
  -webkit-filter: drop-shadow(0 0 2px rgb(0, 0, 0));
          filter: drop-shadow(0 0 2px rgb(0, 0, 0));
  position: absolute;
  font-size: 2em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list2 .item {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
.list2 .item:hover .item-body {
  opacity: 1;
}
.list2 .item:hover .item-image {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.list2 .item:hover .icon {
  opacity: 0;
}
.list2 .item-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 15px;
  z-index: 1;
  position: relative;
  min-height: 180px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(42, 42, 42, 0.72);
}
.list2 .item-image {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.list2 .item-title {
  font: 1.4em/1 "hallo_sansblack", Verdana, sans-serif;
  color: #fff;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.list2 p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 32.49em) {
  .list2 .item + .item {
    margin-top: 15px;
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .list2 .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (min-width: 32.5em) {
  .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list2 .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 48em) {
  .list2 {
    padding: 0;
    max-width: 740px;
  }
  .list2 .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(27% - 12px);
            flex: 0 0 calc(27% - 12px);
    width: calc(27% - 12px);
    max-width: calc(27% - 12px);
  }
  .list2 .item:nth-child(6n+1), .list2 .item:nth-child(6n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(46% - 12px);
            flex: 0 0 calc(46% - 12px);
    width: calc(46% - 12px);
    max-width: calc(46% - 12px);
  }
  .list2 .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .list2 .item-body {
    min-height: 220px;
  }
}
@media (min-width: 62em) {
  .list2 {
    max-width: 950px;
    margin-top: 40px;
  }
  .list2 .item {
    font-size: 14px;
  }
  .list2 .item-body {
    padding: 20px;
    min-height: 290px;
  }
}
@media (min-width: 76.25em) {
  .list2 {
    max-width: 1180px;
    margin-top: 45px;
  }
  .list2 .item {
    font-size: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(27% - 18px);
            flex: 0 0 calc(27% - 18px);
    width: calc(27% - 18px);
    max-width: calc(27% - 18px);
  }
  .list2 .item:nth-child(6n+1), .list2 .item:nth-child(6n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(46% - 18px);
            flex: 0 0 calc(46% - 18px);
    width: calc(46% - 18px);
    max-width: calc(46% - 18px);
  }
  .list2 .item:nth-child(n+4) {
    margin-top: 28px;
  }
  .list2 .item-body {
    padding: 30px;
    min-height: 370px;
  }
}
@media (min-width: 106.25em) {
  .list2 {
    max-width: 1670px;
    margin-top: 55px;
  }
  .list2 .item {
    font-size: 21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(27% - 23px);
            flex: 0 0 calc(27% - 23px);
    width: calc(27% - 23px);
    max-width: calc(27% - 23px);
  }
  .list2 .item:nth-child(6n+1), .list2 .item:nth-child(6n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(46% - 23px);
            flex: 0 0 calc(46% - 23px);
    width: calc(46% - 23px);
    max-width: calc(46% - 23px);
  }
  .list2 .item:nth-child(n+4) {
    margin-top: 38px;
  }
  .list2 .item-body {
    padding: 40px;
    min-height: 520px;
  }
}

.list3-container {
  margin: 30px auto;
  max-width: 450px;
}
@media (min-width: 48em) {
  .list3-container {
    max-width: 550px;
  }
}
@media (min-width: 62em) {
  .list3-container {
    margin: 50px auto;
    max-width: none;
  }
}
@media (min-width: 76.25em) {
  .list3-container {
    margin: 70px auto;
  }
}
@media (min-width: 76.25em) {
  .list3-container {
    margin: 80px auto;
  }
}

.list3 .item {
  width: 100%;
  padding: 16px;
  display: block;
  position: relative;
  text-decoration: none;
}
.list3 .item.-left:after {
  content: "";
  position: absolute;
  background: #eb5b25;
  top: 16px;
  left: 16px;
  width: 6px;
  height: 62%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list3 .item.-right:after {
  content: "";
  position: absolute;
  background: #eb5b25;
  right: 16px;
  width: 6px;
  bottom: 16px;
  height: 62%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.list3 .item:hover .item-footer {
  color: #eb5b25;
}
.list3 .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list3 .item-footer {
  font: 19px/1 "hallo_sans", Verdana, sans-serif;
  color: #2a2a2a;
  display: block;
  padding: 0.4em 15px;
  background: #fff;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-transform: uppercase;
  text-decoration: none;
}
.list3 .item-image {
  width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
  position: relative;
}
.list3 img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 62em) {
  .list3 {
    margin: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .list3 .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 62em) {
  .list3 {
    margin: -22px;
  }
  .list3 .item {
    padding: 22px;
  }
  .list3 .item.-left:after {
    top: 22px;
    left: 22px;
  }
  .list3 .item.-right:after {
    right: 22px;
    bottom: 22px;
  }
  .list3 .item-footer {
    font: 24px/1 "hallo_sans", Verdana, sans-serif;
  }
}

.dealerslist {
  display: block;
}
.dealerslist a {
  font: 14px/1 "allerbold", Verdana, sans-serif;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px 10px 15px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
.dealerslist a:after {
  top: 0;
  right: 15px;
  width: 26px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url(/build/img/arrow-right-white-e2791c9c2233bc690c0b658b263be022.png) 50%/26px auto no-repeat;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.dealerslist a:hover:after {
  right: 10px;
}
.dealerslist li + li {
  border-top: 1px solid #eb5b25;
}

.downloads a {
  color: #fff !important;
  display: block;
  padding: 8px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.downloads a:hover {
  color: #eb5b25;
}
.downloads li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.downloads li:hover {
  background: #424242;
}
.downloads li + li {
  border-top: 1px solid #424242;
}
.downloads span {
  font-size: 0.8em;
  margin-left: 15px;
}
@media (min-width: 106.25em) {
  .downloads {
    font-size: 0.8em;
  }
}

.newsgrid {
  margin: 0 auto;
}
.newsgrid:before, .newsgrid:after {
  content: "";
  display: table;
}
.newsgrid:after {
  clear: both;
}
.newsgrid .item {
  color: #2a2a2a;
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-bottom: 30px;
}
.newsgrid .item:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.newsgrid .item-body {
  position: relative;
  padding: 20px 15px 25px 15px;
}
.newsgrid .item-label {
  top: 0;
  font: 1.5em/1 "hallo_sanslight", Verdana, sans-serif;
  left: 0;
  color: #fff;
  padding: 2px 18px;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #eb5b25;
  text-transform: uppercase;
}
.newsgrid .item-title {
  font: 1.6em/1.1 "hallo_sansblack", Verdana, sans-serif;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}
.newsgrid a {
  right: 20px;
  width: 25px;
  bottom: 15px;
  height: 12px;
  display: block;
  position: absolute;
  background: url(/build/img/arrow-right-orange-9069be8e5950047ff0c216a7bae41895.png) 50%/100% auto no-repeat;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
.newsgrid time {
  color: #eb5b25;
}
@media (min-width: 32.5em) {
  .newsgrid .grid-gutter {
    width: 30px;
  }
  .newsgrid .item {
    float: left;
    width: calc(50% - 15px);
  }
}
@media (min-width: 62em) {
  .newsgrid .grid-gutter {
    width: 24px;
  }
  .newsgrid .item {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 76.25em) {
  .newsgrid .grid-gutter {
    width: 54px;
  }
  .newsgrid .item {
    width: calc(33.3333333333% - 36px);
    margin-bottom: 50px;
  }
  .newsgrid .item-body {
    padding: 20px 20px 25px 20px;
  }
  .newsgrid a {
    width: 30px;
    height: 15px;
  }
}
@media (min-width: 106.25em) {
  .newsgrid {
    max-width: 1300px;
  }
  .newsgrid .item-body {
    padding: 23px 23px 28px 23px;
  }
  .newsgrid a {
    width: 35px;
    height: 17px;
  }
}

.radiochecks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.radiochecks-list .radiocheck {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}

.socialicons .icon {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.socialicons a {
  color: #2a2a2a;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 5px;
  background: #eb5b25;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-radius: 100%;
}
.socialicons a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.socialicons a + a {
  margin-left: 10px;
}
@media (min-width: 32.5em) {
  .socialicons {
    margin-top: 50px;
    text-align: center;
  }
}
@media (min-width: 62em) {
  .socialicons a {
    width: 32px;
    height: 32px;
    padding: 7px;
  }
  .socialicons a + a {
    margin-left: 17px;
  }
}

.searchy {
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  margin-bottom: 30px;
}
.searchy ::-webkit-input-placeholder {
  color: #eb5b25 !important;
}
.searchy ::-moz-placeholder {
  color: #eb5b25 !important;
}
.searchy :-ms-input-placeholder {
  color: #eb5b25 !important;
}
.searchy ::-ms-input-placeholder {
  color: #eb5b25 !important;
}
.searchy ::placeholder {
  color: #eb5b25 !important;
}
.searchy :-moz-placeholder {
  color: #eb5b25 !important;
}
.searchy ::-moz-placeholder {
  color: #eb5b25 !important;
}
.searchy :-ms-input-placeholder {
  color: #eb5b25 !important;
}
.searchy ::-ms-input-placeholder {
  color: #eb5b25 !important;
}
.searchy ::-webkit-input-placeholder {
  color: #eb5b25 !important;
}
@media (min-width: 48em) {
  .searchy {
    margin: 0 auto 45px auto;
    padding: 15px;
    max-width: 600px;
  }
}

.searchy .selectize-input {
  border: 0;
  height: 40px;
  outline: none !important;
  padding: 10px 52px 10px 12px;
  line-height: 23px;
  border-radius: 4px;
}
.searchy .selectize-control .selectize-dropdown {
  z-index: 180;
}
.searchy .selectize-control .selectize-dropdown > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.searchy .selectize-control::before {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  background: #eb5b25 url(/build/img/search-d72720d950bed344ebe8e1fed518f01f.png) 50%/22px auto no-repeat;
  border-radius: 0 4px 4px 0;
}
.searchy .selectize-control.loading::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBmaWxsPSIjMDBhMGRlIiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPgogICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlVHlwZT0ieG1sIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAyNSAyNSIgdG89IjM2MCAyNSAyNSIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPgogIDwvcGF0aD4KPC9zdmc+);
}
.searchy .selectize-control.single {
  white-space: nowrap;
}
.searchy .selectize-dropdown-content {
  padding: 0;
}

.searchyresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchyresult .highlight {
  color: #fff !important;
  background-color: rgba(235, 91, 37, 0.7) !important;
}
.searchyresult .searchyresult-description {
  color: #999;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.searchyresult .searchyresult-body {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchyresult .searchyresult-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 70px;
  max-width: 70px;
  margin-left: 15px;
}
.searchyresult .searchyresult-title {
  font: 14px/1.2 "allerbold", Verdana, sans-serif;
  display: block;
  white-space: normal;
}

.mapbox {
  position: relative;
  background: #8b8b8c;
}
.mapbox .vue-map-container {
  height: 400px;
}
@media (min-width: 48em) {
  .mapbox .vue-map-container {
    height: 700px;
  }
}
@media (min-width: 62em) {
  .mapbox {
    border-bottom: 0;
  }
  .mapbox .vue-map-container {
    height: calc(100vh - 100px);
    max-height: none;
  }
}
@media (min-width: 76.25em) {
  .mapbox .vue-map-container {
    height: calc(100vh - 140px);
    min-height: 700px;
  }
}

.mapbox-dealer .btn span {
  background: url(/build/img/marker-on-map-6927c5e882f7e5754d163d710c7c94c4.png) 0 0/16px auto no-repeat;
  padding-left: 24px;
}

.mapbox-dealer-heading {
  font: 18px/1 "allerbold", Verdana, sans-serif;
  margin: 0 0 10px 0;
}

.mapbox-overlay-filters {
  font-size: 14px;
  margin-top: 15px;
}
.mapbox-overlay-filters .cb-filter {
  margin-top: 5px !important;
}
.mapbox-overlay-filters .radiocheck.-alt {
  font-size: 14px;
  text-transform: none;
}

.mapbox-overlay {
  color: #2a2a2a;
  padding: 15px;
  font-size: 16px;
  background: #fff;
}
.mapbox-overlay > h2 {
  font: 20px/1 "hallo_sansblack", Verdana, sans-serif;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.mapbox-overlay hr {
  height: 1px;
  border: 0;
  margin: 15px -15px;
  background: #d2d2d2;
}
.mapbox-overlay table {
  font-size: 14px;
  line-height: 24px;
}
.mapbox-overlay table th {
  padding-right: 15px;
}
@media (min-width: 48em) {
  .mapbox-overlay {
    top: 50px;
    left: 15px;
    z-index: 100;
    position: absolute;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 62em) {
  .mapbox-overlay {
    top: 130px;
    width: 400px;
    padding: 20px 30px;
  }
  .mapbox-overlay > h2 {
    font-size: 26px;
  }
  .mapbox-overlay hr {
    margin: 20px -30px;
  }
}
@media (min-width: 76.25em) {
  .mapbox-overlay {
    left: 30px;
  }
}
@media (min-width: 106.25em) {
  .mapbox-overlay {
    left: 80px;
  }
}
.touchevents .animate-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.touchevents .animate-fade-in.come-in {
  opacity: 1;
}

.animate-fade-in.come-in {
  -webkit-animation: fade-in 1s ease-in-out forwards;
          animation: fade-in 1s ease-in-out forwards;
}

.animate-fade-in.already-visible {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.touchevents .animate-grow-in {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.touchevents .animate-grow-in.come-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animate-grow-in.come-in {
  -webkit-animation: grow-in 1s ease-in-out forwards;
          animation: grow-in 1s ease-in-out forwards;
}

.animate-grow-in.already-visible {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes grow-in {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes grow-in {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.touchevents .animate-slide-in {
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.touchevents .animate-slide-in.come-in {
  opacity: 1;
}

.animate-slide-in.come-in {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-animation: come-in 0.6s ease forwards;
          animation: come-in 0.6s ease forwards;
}

.touchevents .animate-slide-in-left {
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.touchevents .animate-slide-in-left.come-in {
  opacity: 1;
}

.animate-slide-in-left.come-in {
  -webkit-animation: slide-in-left 1s ease-in-out forwards;
          animation: slide-in-left 1s ease-in-out forwards;
}

@-webkit-keyframes slide-in-left {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-in-left {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.touchevents .animate-slide-in-right {
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.touchevents .animate-slide-in-right.come-in {
  opacity: 1;
}

.animate-slide-in-right.come-in {
  -webkit-animation: slide-in-right 1s ease-in-out forwards;
          animation: slide-in-right 1s ease-in-out forwards;
}

@-webkit-keyframes slide-in-right {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-in-right {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.animate-slide-in.already-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.touchevents .animate-zoom-in {
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.touchevents .animate-zoom-in.come-in {
  opacity: 1;
}

.animate-zoom-in.come-in {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: come-in 1.2s ease forwards;
          animation: come-in 1.2s ease forwards;
}

.animate-zoom-in.already-visible {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes come-in {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@charset "UTF-8";
body:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 32.5em) {
  body:before {
    content: "xs \2265   520px (32.5em)";
  }
}
@media (min-width: 48em) {
  body:before {
    content: "sm \2265   768px (48em)";
  }
}
@media (min-width: 62em) {
  body:before {
    content: "md \2265   992px (62em)";
  }
}
@media (min-width: 76.25em) {
  body:before {
    content: "lg \2265   1220px (76.25em)";
  }
}
@media (min-width: 106.25em) {
  body:before {
    content: "xlg \2265   1700px (106.25em)";
  }
}

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/*
	jQuery.mmenu pageDim extension CSS
*/
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu shadows extension CSS
*/
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0px 0, 0px 100%, -20px 100%);
          clip-path: polygon(-20px 0, 0px 0, 0px 100%, -20px 100%);
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-next:after, .mm-menu.mm-shadow-page.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after, .mm-navbar {
  border-color: rgba(42, 42, 42, 0.3);
}

.mm-offcanvas {
  background: #fff;
}

.mm-listview .mm-next {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.mm-listview .mm-next:hover {
  background: #eb5b25;
}
.mm-listview a:hover {
  color: #eb5b25;
}

.mm-navbar {
  background: #eb5b25;
}
.mm-navbar .mm-btn::after, .mm-navbar .mm-btn::before {
  border-color: #fff;
}

a.mm-title {
  color: #fff !important;
  text-transform: uppercase;
}
/* @see: http://www.mitch-solutions.com/blog/17-ipad-jquery-live-click-events-not-working */
[data-href-link] {
  cursor: pointer;
}

/*# sourceMappingURL=app.css.map*/