@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/helveticaneue/Helvetica-Neue-Regular.otf');
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/helveticaneue/Helvetica-Neue-Bold.otf');
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #0B0B0B;
}
.color-gray-base {
  color: #747474;
}
.color-middle-gray {
  color: #EEEEEE;
}
.color-light-gray {
  color: #F3F4F5;
}
.color-primary {
  color: #006AB3;
}
.color-second {
  color: #F58D34;
}
.color-action {
  color: #F58D34;
}
.color-danger {
  color: #8d0e0e;
}
.color-warning {
  color: #FAAD00;
}
.color-success {
  color: #0E8D0E;
}
.color-info {
  color: #d9dddd;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #0B0B0B;
}
.bg-gray-base {
  background-color: #747474;
}
.bg-middle-gray {
  background-color: #EEEEEE;
}
.bg-light-gray {
  background-color: #F3F4F5;
}
.bg-primary {
  background-color: #006AB3;
}
.bg-second {
  background-color: #F58D34;
}
.bg-action {
  background-color: #F58D34;
}
.bg-danger {
  background-color: #8d0e0e;
}
.bg-warning {
  background-color: #FAAD00;
}
.bg-success {
  background-color: #0E8D0E;
}
.bg-info {
  background-color: #d9dddd;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-black {
  border: 1px solid #0B0B0B;
}
.border-gray-base {
  border: 1px solid #747474;
}
.border-middle-gray {
  border: 1px solid #EEEEEE;
}
.border-light-gray {
  border: 1px solid #F3F4F5;
}
.border-primary {
  border: 1px solid #006AB3;
}
.border-second {
  border: 1px solid #F58D34;
}
.border-action {
  border: 1px solid #F58D34;
}
.border-danger {
  border: 1px solid #8d0e0e;
}
.border-warning {
  border: 1px solid #FAAD00;
}
.border-success {
  border: 1px solid #0E8D0E;
}
.border-info {
  border: 1px solid #d9dddd;
}
.margin {
  margin: 10px;
}
.marginTop {
  margin-top: 10px;
}
.marginRight {
  margin-right: 10px;
}
.marginBottom {
  margin-bottom: 10px;
}
.marginLeft {
  margin-left: 10px;
}
.margin--xsmall {
  margin: 24px;
}
.marginTop--xsmall {
  margin-top: 24px;
}
.marginRight--xsmall {
  margin-right: 24px;
}
.marginBottom--xsmall {
  margin-bottom: 24px;
}
.marginLeft--xsmall {
  margin-left: 24px;
}
.margin--xlarge {
  margin: 96px;
}
.marginTop--xlarge {
  margin-top: 96px;
}
.marginRight--xlarge {
  margin-right: 96px;
}
.marginBottom--xlarge {
  margin-bottom: 96px;
}
.marginLeft--xlarge {
  margin-left: 96px;
}
.margin--large {
  margin: 72px;
}
.marginTop--large {
  margin-top: 72px;
}
.marginRight--large {
  margin-right: 72px;
}
.marginBottom--large {
  margin-bottom: 72px;
}
.marginLeft--large {
  margin-left: 72px;
}
.margin--small {
  margin: 48px;
}
.marginTop--small {
  margin-top: 48px;
}
.marginRight--small {
  margin-right: 48px;
}
.marginBottom--small {
  margin-bottom: 48px;
}
.marginLeft--small {
  margin-left: 48px;
}
@media (max-width: 1249px) {
  .marginTop--xlarge {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .marginTop--xlarge {
    margin-top: 48px;
  }
}
@media (max-width: 1249px) {
  .marginBottom--xlarge {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .marginBottom--xlarge {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .marginTop--large {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .marginBottom--large {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .marginTop--small {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .marginBottom--small {
    margin-bottom: 24px;
  }
}
.padding {
  padding: 10px;
}
.paddingTop {
  padding-top: 10px;
}
.paddingRight {
  padding-right: 10px;
}
.paddingBottom {
  padding-bottom: 10px;
}
.paddingLeft {
  padding-left: 10px;
}
.padding--xsmall {
  padding: 24px;
}
.paddingTop--xsmall {
  padding-top: 24px;
}
.paddingRight--xsmall {
  padding-right: 24px;
}
.paddingBottom--xsmall {
  padding-bottom: 24px;
}
.paddingLeft--xsmall {
  padding-left: 24px;
}
.padding--xlarge {
  padding: 96px;
}
.paddingTop--xlarge {
  padding-top: 96px;
}
.paddingRight--xlarge {
  padding-right: 96px;
}
.paddingBottom--xlarge {
  padding-bottom: 96px;
}
.paddingLeft--xlarge {
  padding-left: 96px;
}
.padding--large {
  padding: 72px;
}
.paddingTop--large {
  padding-top: 72px;
}
.paddingRight--large {
  padding-right: 72px;
}
.paddingBottom--large {
  padding-bottom: 72px;
}
.paddingLeft--large {
  padding-left: 72px;
}
.padding--small {
  padding: 48px;
}
.paddingTop--small {
  padding-top: 48px;
}
.paddingRight--small {
  padding-right: 48px;
}
.paddingBottom--small {
  padding-bottom: 48px;
}
.paddingLeft--small {
  padding-left: 48px;
}
@media (max-width: 1249px) {
  .paddingTop--xlarge {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .paddingTop--xlarge {
    padding-top: 48px;
  }
}
@media (max-width: 1249px) {
  .paddingBottom--xlarge {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .paddingBottom--xlarge {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .paddingTop--large {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .paddingBottom--large {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .paddingTop--small {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .paddingBottom--small {
    padding-bottom: 24px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url('../fonts/icons/icons.woff2?v=1680187236') format('woff2'), url('../fonts/icons/icons.woff?v=1680187236') format('woff');
}
.icon-action:before {
  content: "\E001";
}
.icon-angle-down:before {
  content: "\E002";
}
.icon-angle-left:before {
  content: "\E003";
}
.icon-angle-right:before {
  content: "\E004";
}
.icon-angle-up:before {
  content: "\E005";
}
.icon-arrow-down:before {
  content: "\E006";
}
.icon-arrow-left:before {
  content: "\E007";
}
.icon-arrow-right:before {
  content: "\E008";
}
.icon-arrow-up:before {
  content: "\E009";
}
.icon-basket:before {
  content: "\E00A";
}
.icon-belege:before {
  content: "\E00B";
}
.icon-bestellhistorie:before {
  content: "\E00C";
}
.icon-chat:before {
  content: "\E00D";
}
.icon-check-circle:before {
  content: "\E00E";
}
.icon-check:before {
  content: "\E00F";
}
.icon-clock:before {
  content: "\E010";
}
.icon-close:before {
  content: "\E011";
}
.icon-date:before {
  content: "\E012";
}
.icon-datenverwaltung:before {
  content: "\E013";
}
.icon-delivery:before {
  content: "\E014";
}
.icon-document-archive:before {
  content: "\E015";
}
.icon-download:before {
  content: "\E016";
}
.icon-downloads:before {
  content: "\E017";
}
.icon-drag-drop:before {
  content: "\E018";
}
.icon-elefant-bg:before {
  content: "\E019";
}
.icon-elefant:before {
  content: "\E01A";
}
.icon-ersatzteile:before {
  content: "\E01B";
}
.icon-exclamation-circle:before {
  content: "\E01C";
}
.icon-exclamation:before {
  content: "\E01D";
}
.icon-eye:before {
  content: "\E01E";
}
.icon-facebook:before {
  content: "\E01F";
}
.icon-favoriten:before {
  content: "\E020";
}
.icon-favorites-filled:before {
  content: "\E021";
}
.icon-favorites:before {
  content: "\E022";
}
.icon-fax:before {
  content: "\E023";
}
.icon-ferkel-bg:before {
  content: "\E024";
}
.icon-ferkel:before {
  content: "\E025";
}
.icon-file-doc:before {
  content: "\E026";
}
.icon-file-document:before {
  content: "\E027";
}
.icon-file-image:before {
  content: "\E028";
}
.icon-file-pdf:before {
  content: "\E029";
}
.icon-file-powerpoint:before {
  content: "\E02A";
}
.icon-file-video:before {
  content: "\E02B";
}
.icon-file-xls:before {
  content: "\E02C";
}
.icon-filter-absteigend:before {
  content: "\E02D";
}
.icon-filter-aufsteigend:before {
  content: "\E02E";
}
.icon-filter-default:before {
  content: "\E02F";
}
.icon-gaense:before {
  content: "\E030";
}
.icon-gans-bg:before {
  content: "\E031";
}
.icon-gans:before {
  content: "\E032";
}
.icon-gift:before {
  content: "\E033";
}
.icon-giraffe-bg:before {
  content: "\E034";
}
.icon-giraffe:before {
  content: "\E035";
}
.icon-globe:before {
  content: "\E036";
}
.icon-haendler:before {
  content: "\E037";
}
.icon-heart-filled:before {
  content: "\E038";
}
.icon-heart:before {
  content: "\E039";
}
.icon-hilfe:before {
  content: "\E03A";
}
.icon-home:before {
  content: "\E03B";
}
.icon-hunde:before {
  content: "\E03C";
}
.icon-info:before {
  content: "\E03D";
}
.icon-instagram:before {
  content: "\E03E";
}
.icon-kaelber:before {
  content: "\E03F";
}
.icon-kalb-bg:before {
  content: "\E040";
}
.icon-kalb:before {
  content: "\E041";
}
.icon-language:before {
  content: "\E042";
}
.icon-linkedin:before {
  content: "\E043";
}
.icon-lock:before {
  content: "\E044";
}
.icon-loewe-bg:before {
  content: "\E045";
}
.icon-loewe:before {
  content: "\E046";
}
.icon-login:before {
  content: "\E047";
}
.icon-logout:before {
  content: "\E048";
}
.icon-mail:before {
  content: "\E049";
}
.icon-map-pin:before {
  content: "\E04A";
}
.icon-minus:before {
  content: "\E04B";
}
.icon-new:before {
  content: "\E04C";
}
.icon-news:before {
  content: "\E04D";
}
.icon-payment:before {
  content: "\E04E";
}
.icon-pferd-bg:before {
  content: "\E04F";
}
.icon-pferd:before {
  content: "\E050";
}
.icon-pferde:before {
  content: "\E051";
}
.icon-phone:before {
  content: "\E052";
}
.icon-pinterest:before {
  content: "\E053";
}
.icon-plus:before {
  content: "\E054";
}
.icon-print:before {
  content: "\E055";
}
.icon-question:before {
  content: "\E056";
}
.icon-quickorder:before {
  content: "\E057";
}
.icon-reload:before {
  content: "\E058";
}
.icon-rind-1-bg:before {
  content: "\E059";
}
.icon-rind-1:before {
  content: "\E05A";
}
.icon-rind-2-bg:before {
  content: "\E05B";
}
.icon-rind-2:before {
  content: "\E05C";
}
.icon-rind-3-bg:before {
  content: "\E05D";
}
.icon-rind-3:before {
  content: "\E05E";
}
.icon-rinder:before {
  content: "\E05F";
}
.icon-sale:before {
  content: "\E060";
}
.icon-save:before {
  content: "\E061";
}
.icon-schaf-bg:before {
  content: "\E062";
}
.icon-schaf:before {
  content: "\E063";
}
.icon-schafe:before {
  content: "\E064";
}
.icon-schwein-1-bg:before {
  content: "\E065";
}
.icon-schwein-1:before {
  content: "\E066";
}
.icon-schwein-2-bg:before {
  content: "\E067";
}
.icon-schwein-2:before {
  content: "\E068";
}
.icon-schwein-3-bg:before {
  content: "\E069";
}
.icon-schwein-3:before {
  content: "\E06A";
}
.icon-schweine:before {
  content: "\E06B";
}
.icon-search:before {
  content: "\E06C";
}
.icon-service:before {
  content: "\E06D";
}
.icon-settings:before {
  content: "\E06E";
}
.icon-share:before {
  content: "\E06F";
}
.icon-shipping:before {
  content: "\E070";
}
.icon-star-filled:before {
  content: "\E071";
}
.icon-star:before {
  content: "\E072";
}
.icon-telefon:before {
  content: "\E073";
}
.icon-trash:before {
  content: "\E074";
}
.icon-twitter:before {
  content: "\E075";
}
.icon-upload:before {
  content: "\E076";
}
.icon-user:before {
  content: "\E077";
}
.icon-users:before {
  content: "\E078";
}
.icon-vorteile:before {
  content: "\E079";
}
.icon-whatsapp:before {
  content: "\E07A";
}
.icon-xing:before {
  content: "\E07B";
}
.icon-youtube:before {
  content: "\E07C";
}
.icon-ziege-bg:before {
  content: "\E07D";
}
.icon-ziege:before {
  content: "\E07E";
}
.icon-ziegen:before {
  content: "\E07F";
}
.icon-zoom:before {
  content: "\E080";
}
/*

<i class="icon icon-action"></i>

<i class="icon icon-angle-down"></i>

<i class="icon icon-angle-left"></i>

<i class="icon icon-angle-right"></i>

<i class="icon icon-angle-up"></i>

<i class="icon icon-arrow-down"></i>

<i class="icon icon-arrow-left"></i>

<i class="icon icon-arrow-right"></i>

<i class="icon icon-arrow-up"></i>

<i class="icon icon-basket"></i>

<i class="icon icon-belege"></i>

<i class="icon icon-bestellhistorie"></i>

<i class="icon icon-chat"></i>

<i class="icon icon-check-circle"></i>

<i class="icon icon-check"></i>

<i class="icon icon-clock"></i>

<i class="icon icon-close"></i>

<i class="icon icon-date"></i>

<i class="icon icon-datenverwaltung"></i>

<i class="icon icon-delivery"></i>

<i class="icon icon-document-archive"></i>

<i class="icon icon-download"></i>

<i class="icon icon-downloads"></i>

<i class="icon icon-drag-drop"></i>

<i class="icon icon-elefant-bg"></i>

<i class="icon icon-elefant"></i>

<i class="icon icon-ersatzteile"></i>

<i class="icon icon-exclamation-circle"></i>

<i class="icon icon-exclamation"></i>

<i class="icon icon-eye"></i>

<i class="icon icon-facebook"></i>

<i class="icon icon-favoriten"></i>

<i class="icon icon-favorites-filled"></i>

<i class="icon icon-favorites"></i>

<i class="icon icon-fax"></i>

<i class="icon icon-ferkel-bg"></i>

<i class="icon icon-ferkel"></i>

<i class="icon icon-file-doc"></i>

<i class="icon icon-file-document"></i>

<i class="icon icon-file-image"></i>

<i class="icon icon-file-pdf"></i>

<i class="icon icon-file-powerpoint"></i>

<i class="icon icon-file-video"></i>

<i class="icon icon-file-xls"></i>

<i class="icon icon-filter-absteigend"></i>

<i class="icon icon-filter-aufsteigend"></i>

<i class="icon icon-filter-default"></i>

<i class="icon icon-gaense"></i>

<i class="icon icon-gans-bg"></i>

<i class="icon icon-gans"></i>

<i class="icon icon-gift"></i>

<i class="icon icon-giraffe-bg"></i>

<i class="icon icon-giraffe"></i>

<i class="icon icon-globe"></i>

<i class="icon icon-haendler"></i>

<i class="icon icon-heart-filled"></i>

<i class="icon icon-heart"></i>

<i class="icon icon-hilfe"></i>

<i class="icon icon-home"></i>

<i class="icon icon-hunde"></i>

<i class="icon icon-info"></i>

<i class="icon icon-instagram"></i>

<i class="icon icon-kaelber"></i>

<i class="icon icon-kalb-bg"></i>

<i class="icon icon-kalb"></i>

<i class="icon icon-language"></i>

<i class="icon icon-linkedin"></i>

<i class="icon icon-lock"></i>

<i class="icon icon-loewe-bg"></i>

<i class="icon icon-loewe"></i>

<i class="icon icon-login"></i>

<i class="icon icon-logout"></i>

<i class="icon icon-mail"></i>

<i class="icon icon-map-pin"></i>

<i class="icon icon-minus"></i>

<i class="icon icon-new"></i>

<i class="icon icon-news"></i>

<i class="icon icon-payment"></i>

<i class="icon icon-pferd-bg"></i>

<i class="icon icon-pferd"></i>

<i class="icon icon-pferde"></i>

<i class="icon icon-phone"></i>

<i class="icon icon-pinterest"></i>

<i class="icon icon-plus"></i>

<i class="icon icon-print"></i>

<i class="icon icon-question"></i>

<i class="icon icon-quickorder"></i>

<i class="icon icon-reload"></i>

<i class="icon icon-rind-1-bg"></i>

<i class="icon icon-rind-1"></i>

<i class="icon icon-rind-2-bg"></i>

<i class="icon icon-rind-2"></i>

<i class="icon icon-rind-3-bg"></i>

<i class="icon icon-rind-3"></i>

<i class="icon icon-rinder"></i>

<i class="icon icon-sale"></i>

<i class="icon icon-save"></i>

<i class="icon icon-schaf-bg"></i>

<i class="icon icon-schaf"></i>

<i class="icon icon-schafe"></i>

<i class="icon icon-schwein-1-bg"></i>

<i class="icon icon-schwein-1"></i>

<i class="icon icon-schwein-2-bg"></i>

<i class="icon icon-schwein-2"></i>

<i class="icon icon-schwein-3-bg"></i>

<i class="icon icon-schwein-3"></i>

<i class="icon icon-schweine"></i>

<i class="icon icon-search"></i>

<i class="icon icon-service"></i>

<i class="icon icon-settings"></i>

<i class="icon icon-share"></i>

<i class="icon icon-shipping"></i>

<i class="icon icon-star-filled"></i>

<i class="icon icon-star"></i>

<i class="icon icon-telefon"></i>

<i class="icon icon-trash"></i>

<i class="icon icon-twitter"></i>

<i class="icon icon-upload"></i>

<i class="icon icon-user"></i>

<i class="icon icon-users"></i>

<i class="icon icon-vorteile"></i>

<i class="icon icon-whatsapp"></i>

<i class="icon icon-xing"></i>

<i class="icon icon-youtube"></i>

<i class="icon icon-ziege-bg"></i>

<i class="icon icon-ziege"></i>

<i class="icon icon-ziegen"></i>

<i class="icon icon-zoom"></i>

*/
.icon {
  font-family: "icons", Helvetica, Arial, sans-serif;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-favorites:before {
  content: "\E072";
}
.icon-favorites-filled:before {
  content: "\E071";
}
.icon-spinner-up:before {
  content: "\E054";
}
.icon-spinner-down:before {
  content: "\E04B";
}
.icon-edit:before {
  content: "\E06E";
}
.icon-account-user-account:before {
  content: "\E077";
}
.icon-account-customer-account:before {
  content: "\E078";
}
.icon-account-shipment-address:before {
  content: "\E070";
}
.icon-account-order-history:before {
  content: "\E015";
}
.icon-account-tickets:before {
  content: "\E027";
}
.icon-account-digital-products:before {
  content: "\E016";
}
.icon-account-newsletter:before {
  content: "\E049";
}
#box {
  height: 172px;
  position: fixed;
  top: 234px;
  right: -250px;
  z-index: 120;
  -webkit-transition: right 0.2s ease-in;
  -moz-transition: right 0.2s ease-in;
  -ms-transition: right 0.2s ease-in;
  -o-transition: right 0.2s ease-in;
}
#box.hoverintent {
  right: 0;
}
#box .box-icons {
  float: left;
  cursor: pointer;
}
#box .box-icons .box-icon {
  background-color: #006AB3;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#box .box-icons .box-icon:first-child {
  margin-top: 0;
}
#box .box-icons .box-icon:last-child {
  margin-bottom: 0;
}
#box .box-icons .box-icon .icon {
  font-size: 26px;
}
#box .box-content {
  background-color: #F3F4F5;
  padding: 20px;
  width: 250px;
  margin-left: 40px;
  border-top: 4px solid #006AB3;
}
#box .box-content h2 {
  margin-top: 0;
}
#box .box-content .icon {
  font-size: 20px;
  width: 30px;
  text-align: center;
}
.dcCookieBar {
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 1.3;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  padding: 15px;
  padding-left: 90px;
  background-color: #ffffff;
  font-size: 14px;
  color: #0B0B0B;
  box-sizing: border-box;
}
.dcCookieBar a {
  color: #006AB3;
  text-decoration: underline;
}
.dcCookieBar a:hover {
  color: #004c80;
}
.dcCookieBar__button {
  line-height: 1.6;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  min-width: 40px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #0B0B0B;
  border: 1px solid #747474;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dcCookieBar__button:hover {
  background-color: #f2f2f2;
  border-color: #676767;
  color: #0B0B0B;
}
.dcCookieBar__button:active,
.dcCookieBar__button:focus {
  background-color: #e6e6e6;
  border-color: #5a5a5a;
  color: #0B0B0B;
}
@media (max-width: 1024px) {
  .dcCookieBar__button {
    font-size: 14px;
  }
}
.dcCookieBar__buttonaction {
  border-color: #006AB3;
  color: #ffffff;
  background-color: #006AB3;
}
.dcCookieBar__buttonaction:hover {
  background-color: #005b9a;
  border-color: #005b9a;
  color: #ffffff;
}
.dcCookieBar__buttonaction:active,
.dcCookieBar__buttonaction:focus {
  background-color: #004c80;
  border-color: #004c80;
  color: #ffffff;
}
.dcCookieBar__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dcCookieBar__buttons .dcCookieBar__button {
  flex-grow: 1;
  margin-left: 7.5px;
  margin-right: 7.5px;
  box-sizing: border-box;
  flex-basis: 0%;
}
@media (max-width: 767px) {
  .dcCookieBar__buttons .dcCookieBar__button {
    margin-bottom: 7.5px;
  }
  .dcCookieBar__buttons .dcCookieBar__buttonaction {
    order: 1;
    width: 100%;
    flex-basis: 100%!important;
  }
}
.dcCookieBar__main {
  text-align: center;
}
.dcCookieBar__text {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 15px;
  text-align: left;
}
.dcCookieBar__links {
  text-align: right;
  font-size: 12px;
}
.dcCookieBar__links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.dcCookieBar__center {
  text-align: center;
  margin-top: 15px;
}
.dcCookieBar__center a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.dcCookieModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  color: #0B0B0B;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 6001;
  font-size: 14px;
}
@media (min-width: 441px) {
  .dcCookieModal.dcCookieTopPadding {
    padding-top: 150px;
  }
}
.dcCookieModal__dialog {
  max-height: 80vh;
  overflow: auto;
  background-color: #ffffff;
  padding: 30px;
  width: 900px;
  max-width: 100%;
  margin: 15px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .dcCookieModal__dialog {
    padding: 15px;
  }
}
.dcCookieModal a {
  color: #006AB3;
  text-decoration: underline;
  cursor: pointer;
}
.dcCookieModal a:hover {
  color: #004c80;
}
.dcCookieModal .dcCookieBar__button {
  color: #0B0B0B;
  background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.dcCookieModal .dcCookieBar__button:hover {
  background-color: #f2f2f2;
  border-color: #676767;
  color: #0B0B0B;
}
.dcCookieModal .dcCookieBar__button:active,
.dcCookieModal .dcCookieBar__button:focus {
  background-color: #e6e6e6;
  border-color: #5a5a5a;
  color: #0B0B0B;
}
.dcCookieModal .dcCookieBar__buttonaction {
  border-color: #006AB3;
  color: #ffffff;
  background-color: #006AB3;
  cursor: pointer;
}
.dcCookieModal .dcCookieBar__buttonaction:hover {
  background-color: #005b9a;
  border-color: #005b9a;
  color: #ffffff;
}
.dcCookieModal .dcCookieBar__buttonaction:active,
.dcCookieModal .dcCookieBar__buttonaction:focus {
  background-color: #004c80;
  border-color: #004c80;
  color: #ffffff;
}
.dcCookieModal .dcCookieBar__links {
  margin-top: 15px;
  text-align: left;
}
.dcCookieModal .dcCookieBar__links a {
  margin-left: 0;
  margin-right: 15px;
}
.dcCookieModal.open {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.dcCookieModalBody__headline {
  font-size: 20px;
  margin-bottom: 15px;
}
.dcCookieModalBody__info {
  margin-bottom: 15px;
}
.dcCookieBarSwitch {
  width: 50px;
  position: relative;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  border-radius: 13px;
  margin: 0;
  background-color: #F3F4F5;
}
.dcCookieBarSwitch span {
  font-style: normal;
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #0B0B0B;
  top: 50%;
  margin-top: -10px;
  display: block;
  pointer-events: none;
  margin-bottom: 0;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
}
.dcCookieBarSwitch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.dcCookieBarSwitch input:checked + span {
  left: 100%;
  margin-left: -23px;
  background-color: #006AB3;
}
.dcCookieBarSwitch input:disabled {
  opacity: 0 !important;
}
.dcCookieBarSwitch__label {
  color: #0B0B0B;
  margin-bottom: 0;
  line-height: 26px;
  margin-right: 10px;
}
.dcCookieBarBox {
  padding: 15px;
  border: 2px solid #F3F4F5;
  margin-top: 15px;
}
.dcCookieBarBox__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dcCookieBarBox__title {
  margin-right: 30px;
  font-size: 16px;
}
.dcCookieBarBox__info {
  margin-bottom: 15px;
}
.dcCookieBarMoreBox {
  margin-top: 15px;
}
.dcCookieBarMoreBox.open {
  display: block;
}
.dcCookieBarTable {
  margin-top: 15px;
}
.dcCookieBarTable__row {
  padding: 8px 0;
  border-bottom: 1px solid #F3F4F5;
}
.dcCookieBarTable__row:last-child {
  border-bottom: 0;
}
.dcCookieBarTable__cell--description {
  font-weight: bold;
  font-size: 1.2em;
}
.dcCookieBarTable__cell--switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .dcCookieBarTable__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dcCookieBarTable__cell {
    flex-grow: 1;
    text-align: left;
  }
  .dcCookieBarTable__cell:first-child {
    padding-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 200px;
  }
  .dcCookieBarTable__cell:first-child.dcCookieBarTable__cell--description {
    width: 50%;
  }
  .dcCookieBarTable__cell--switch {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .dcCookieBarTable__cell:first-child {
    margin-bottom: 4px;
  }
  .dcCookieBarTable__cell:first-child:after {
    content: ":";
  }
}
.dcCookieBarRecurringTable__row {
  padding: 8px 0;
  border-bottom: 1px solid #F3F4F5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dcCookieBarRecurringTable__row:last-child {
  border-bottom: 0;
}
.dcCookieBarRecurringTable__row--parent .dcCookieBarRecurringTable__label {
  position: relative;
  padding-left: 20px;
}
.dcCookieBarRecurringTable__row--parent .dcCookieBarRecurringTable__label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0B0B0B;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dcCookieBarRecurringTable__row--parent .dcCookieBarRecurringTable__label.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  border-color: transparent transparent transparent #006AB3;
}
.dcCookieBarRecurringTable__row--child {
  padding-left: 20px;
}
.dcCookieBarRecurringTable__label {
  font-weight: bold;
}
.dcCookieBarHistoryTable {
  font-size: 11px;
}
.dcCookieBarHistoryTable__row {
  padding: 8px 0;
  border-bottom: 1px solid #F3F4F5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dcCookieBarHistoryTable__row:last-child {
  border-bottom: 0;
}
.dcCookieBarHistoryTable__label {
  flex-grow: 1;
  margin-right: 8px;
}
.dcCookieBarHistoryTable__badge {
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 1px;
}
.dcCookieBarHistoryTable__badge.active {
  background-color: green;
}
.dcCookieBarHistoryTable__active {
  margin-left: 8px;
  flex-shrink: 0;
  width: 60px;
  text-align: right;
}
.dcCookieBarRecurring {
  z-index: 6001;
  position: fixed;
  left: 20px;
  bottom: 20px;
  box-sizing: border-box;
}
.dcCookieBarRecurringBox {
  position: fixed;
  z-index: 6001;
  left: 20px;
  bottom: 80px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 400px;
  font-size: 14px;
}
.dcCookieBarRecurringBox__close {
  height: 14px;
  width: 14px;
  cursor: pointer;
}
.dcCookieBarRecurringBox__close svg path {
  fill: #000000;
}
.dcCookieBarRecurringBox__close:hover svg path {
  fill: #006AB3;
}
.dcCookieBarRecurringBox__head {
  padding: 15px;
  border-bottom: 1px solid #F3F4F5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dcCookieBarRecurringBox__title {
  margin-right: 15px;
}
.dcCookieBarRecurringBox__footer .dcCookieBar__button {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 440px) {
  .dcCookieBarRecurringBox {
    max-width: 100%;
    left: 0;
    bottom: 0;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
}
.dcCookieBarRecurringButton {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #006AB3;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dcCookieBarRecurringButton:hover,
.dcCookieBarRecurringButton:focus {
  background-color: #005b9a;
}
.dcCookieBarRecurringButton svg path {
  fill: #000000;
}
.dcCookieBarRecurringButton .closelabel {
  display: none;
  position: relative;
  top: 3px;
}
.dcCookieBarRecurringButton .openlabel {
  position: relative;
  top: 6px;
}
.dcCookieBarRecurringButton.open .openlabel {
  display: none;
}
.dcCookieBarRecurringButton.open .closelabel {
  display: block;
}
.dcCookieBarTab {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.dcCookieBarTab:not(.active) {
  background-color: #F3F4F5;
}
.dcCookieBarTab:hover {
  background-color: #f2f2f2;
}
.dcCookieBarTabContent {
  padding: 15px;
  display: none;
  height: 240px;
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}
.dcCookieBarTabContent.active {
  display: block;
}
.dcCookieBarTabs__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dcCookieBarTabs__header .dcCookieBarTab {
  flex-grow: 1;
  width: 50%;
}
.dcCookieExternal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.dcCookieExternal__info {
  padding: 15px;
  border: 1px solid #747474;
  background-color: #ffffff;
  text-align: center;
}
.dcCookieExternal__button {
  line-height: 1.6;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  min-width: 40px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #0B0B0B;
  border: 1px solid #747474;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dcCookieExternal__button:hover {
  background-color: #f2f2f2;
  border-color: #676767;
  color: #0B0B0B;
}
.dcCookieExternal__button:active,
.dcCookieExternal__button:focus {
  background-color: #e6e6e6;
  border-color: #5a5a5a;
  color: #0B0B0B;
}
.hidden {
  display: none !important;
}
#overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
}
#scrolltop_button {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 101;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #006AB3;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  right: -45px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#scrolltop_button:hover {
  background-color: #F58D34;
}
#scrolltop_button.sticky {
  right: 0;
  bottom: 46px;
}
@media (max-width: 1023px) {
  #scrolltop_button.sticky {
    bottom: 43px;
  }
}
@media (max-width: 767px) {
  #scrolltop_button.sticky {
    bottom: 0;
  }
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding-left: 50px;
}
.alert:before {
  content: "\E03D";
  font-family: "icons", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 30px;
  margin-top: -21px;
}
.alert-danger {
  color: #8d0e0e;
  border-color: #8d0e0e;
  background-color: #f6a4a4;
}
.alert-warning {
  color: #FAAD00;
  border-color: #FAAD00;
  background-color: #fffdfa;
}
.alert-success {
  color: #0E8D0E;
  border-color: #0E8D0E;
  background-color: #a4f6a4;
}
.alert-info {
  color: #747474;
  border-color: #747474;
  background-color: #f3f3f3;
}
.emptybox,
.infobox {
  padding: 24px;
  background: #F3F4F5;
  width: fit-content;
}
@media (max-width: 767px) {
  .emptybox,
  .infobox {
    padding: 12px;
  }
}
.modal-dialog {
  width: 600px;
  margin: 40px auto;
  max-width: calc(100% - 24px);
  max-width: -moz-calc(100% - 24px);
  max-width: -webkit-calc(100% - 24px);
  max-width: -o-calc(100% - 24px);
}
.modal-dialog.modal-xlg {
  width: 1644px;
}
.modal-dialog.modal-lg {
  width: 900px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 12px auto;
  }
}
.modal-content {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: 0;
  background: #F3F4F5;
  padding: 12px 50px 12px 24px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-header {
    padding: 12px 40px 12px 12px;
  }
}
.modal-header .close {
  margin: 0;
  padding: 5px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #0B0B0B;
  font-weight: 400;
  position: absolute;
  right: 12px;
  line-height: 1;
  text-shadow: none;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .modal-header .close {
    right: 12px;
  }
}
.modal-header .close .icon {
  line-height: 20px;
}
.modal-header .close:hover {
  color: #ffffff;
  background: #006AB3;
}
.modal-title {
  font-weight: 700;
}
.modal-body {
  padding: 24px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 12px;
  }
}
.modal-body .container {
  width: 100%;
}
.modal {
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
}
.modal.error .modal-header,
.modal.success .modal-header {
  color: #ffffff;
  padding-left: 72px;
}
@media (max-width: 767px) {
  .modal.error .modal-header,
  .modal.success .modal-header {
    padding-left: 48px;
  }
}
.modal.error .modal-header .close,
.modal.success .modal-header .close {
  color: #ffffff;
}
.modal.error .modal-header .close:hover,
.modal.success .modal-header .close:hover {
  background: #ffffff;
}
.modal.error .modal-title,
.modal.success .modal-title {
  color: #ffffff;
}
.modal.error .modal-title:before,
.modal.success .modal-title:before {
  position: absolute;
  left: 24px;
  top: 50%;
  font-family: "icons", Helvetica, Arial, sans-serif;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .modal.error .modal-title:before,
  .modal.success .modal-title:before {
    left: 12px;
  }
}
.modal.error .modal-header {
  border-color: #8d0e0e;
  background: #8d0e0e;
}
.modal.error .modal-header .close:hover {
  color: #8d0e0e;
}
.modal.error .modal-title:before {
  content: "\E011";
  color: #8d0e0e;
}
.modal.success .modal-header {
  border-color: #0E8D0E;
  background: #0E8D0E;
}
.modal.success .modal-header .close:hover {
  color: #0E8D0E;
}
.modal.success .modal-title:before {
  content: "\E00F";
  color: #0E8D0E;
}
body .datepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .datepicker td,
body .datepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .datepicker table tr td.active {
  background: none;
  background-color: #006AB3;
  text-shadow: none;
}
body .datepicker table tr td.active.active,
body .datepicker table tr td.active:hover {
  background-color: #006AB3;
  background: none;
  text-shadow: none;
}
body .datepicker table tr td.active.active:hover,
body .datepicker table tr td.active:hover:hover,
body .datepicker table tr td.active.active.active,
body .datepicker table tr td.active:hover.active {
  background: none;
  background-color: #006AB3;
  text-shadow: none;
}
body .datepicker table tr td span.active {
  background: none;
  background-color: #006AB3;
  text-shadow: none;
}
body .datepicker table tr td span.active.active,
body .datepicker table tr td span.active:hover {
  background-color: #006AB3;
  background: none;
  text-shadow: none;
}
body .datepicker table tr td span.active.active:hover,
body .datepicker table tr td span.active:hover:hover,
body .datepicker table tr td span.active.active.active,
body .datepicker table tr td span.active:hover.active {
  background: none;
  background-color: #006AB3;
  text-shadow: none;
}
body .daterangepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .daterangepicker td,
body .daterangepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .daterangepicker td {
  border-width: 2px;
  background-color: #eeeeee;
}
body .daterangepicker td.in-range {
  background-color: #F3F4F5;
}
body .daterangepicker td.active {
  background-color: #006AB3;
}
body .daterangepicker td.active:hover,
body .daterangepicker td.active:focus {
  background-color: #005b9a !important;
  color: #ffffff !important;
}
body .daterangepicker td.start-date,
body .daterangepicker td.end-date {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .daterangepicker td.off,
body .daterangepicker td.disabled {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
body .daterangepicker .prev > i,
body .daterangepicker .next > i {
  font-size: 18px;
}
body .daterangepicker .daterangepicker_input {
  width: 100%;
  display: none;
}
body .daterangepicker .daterangepicker_input i {
  top: 50%;
  line-height: 24px;
  margin-top: -12px;
  font-size: 24px;
  color: #747474;
}
body .daterangepicker .daterangepicker_input input {
  padding-left: 35px;
}
body .daterangepicker .input-mini.active {
  border-width: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .daterangepicker td.start-date.end-date {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .daterangepicker .calendar td {
  width: 39px;
}
body .daterangepicker .calendar td.available:hover {
  background-color: #e5e7e9;
}
body .daterangepicker .table-condensed tbody > tr > td,
body .daterangepicker .table-condensed tfoot > tr > td,
body .daterangepicker .table-condensed thead > tr > td,
body .daterangepicker .table-condensed tbody > tr > th,
body .daterangepicker .table-condensed tfoot > tr > th,
body .daterangepicker .table-condensed thead > tr > th {
  padding: 8px;
}
body .daterangepicker .calendar-table {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  body .daterangepicker {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 !important;
  }
  body .daterangepicker.dropdown-menu {
    z-index: 6002;
  }
  body .daterangepicker .ranges {
    display: block !important;
    margin: 0;
  }
  body .daterangepicker .ranges .range_inputs {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  body .daterangepicker .ranges .btn {
    width: 100%;
  }
  body .daterangepicker .calendar {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  color: #0B0B0B !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent !important;
}
.owl-carousel .owl-nav > button .icon {
  font-size: 3rem;
}
.owl-carousel .owl-nav > button:hover {
  color: #F58D34 !important;
}
.owl-carousel .owl-nav > button.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-next {
  right: -60px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #747474;
  margin-left: 3px;
  margin-right: 3px;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel .owl-dots .owl-dot.active {
  background: #F58D34;
}
.owl-carousel .owl-item img {
  width: auto;
}
@media (max-width: 1728px) {
  .owl-carousel .owl-nav {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .owl-carousel .owl-nav > button {
    position: static;
    transform: none;
  }
}
body .mz-expand-thumbnails {
  margin-bottom: 24px;
}
body .mz-thumb .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
body .mz-expand-thumbnails {
  height: 100px;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 0;
  padding: 0;
  position: relative;
  opacity: 0.5 !important;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb > img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb:hover,
body .mz-expand-thumbnails .magic-thumbs .magic-thumb.magic-thumb-selected {
  opacity: 1 !important;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb:hover > img,
body .mz-expand-thumbnails .magic-thumbs .magic-thumb.magic-thumb-selected > img {
  filter: none;
}
body .mz-hint-message {
  background-color: rgba(243, 244, 245, 0.8);
  color: #747474;
  display: none!important;
}
body .mz-hint-message:before {
  content: "\E06C";
  font-family: "icons", Helvetica, Arial, sans-serif;
}
body .mz-hint {
  display: none !important;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
  height: 60px;
}
.mobile-magic .mz-expand .mz-expand-thumbnails .magic-thumbs .magic-thumb {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
iframe {
  max-width: 100%;
}
img {
  height: auto !important;
  max-width: 100% !important;
}
.image {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
video {
  height: auto !important;
  max-width: 100% !important;
}
.table_area {
  display: table;
  width: 100%;
  table-layout: auto;
}
.table_area .table_row {
  display: table-row;
}
.table_area .table_row .table_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 6px;
  border-bottom: 1px solid #0B0B0B;
}
.table_area .table_row .table_cell .table_cell_label {
  color: #0B0B0B;
  padding-right: 24px;
  display: none;
}
.table_area .table_row.table_header .table_cell {
  color: #0B0B0B;
}
@media (max-width: 767px) {
  .textcontent .table_wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .table_area {
    display: block;
  }
  .table_area .table_row {
    display: block;
    border-bottom: 1px solid #0B0B0B;
  }
  .table_area .table_row .table_cell {
    display: block;
    border: 0;
    text-align: left;
  }
  .table_area .table_row .table_cell .table_cell_label {
    display: inline;
    float: left;
    width: 40%;
  }
  .table_area .table_row.table_header {
    display: none;
  }
}
@media (max-width: 480px) {
  .table_area .table_row .table_cell .table_cell_label {
    width: 100%;
  }
  .table_area .table_row .table_cell input,
  .table_area .table_row .table_cell .select_body {
    width: 100%;
  }
}
table.contentTable {
  width: 100%;
  display: table;
  table-layout: auto;
}
table.contentTable tr {
  display: table-row;
}
table.contentTable th {
  margin: 0;
  color: #0B0B0B;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.4rem;
}
table.contentTable td,
table.contentTable th {
  display: table-cell;
  vertical-align: middle;
  padding: 6px;
  border: 1px solid #0B0B0B;
}
@media (max-width: 1249px) {
  table.contentTable td,
  table.contentTable th {
    padding-top: 8px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.labelFormGroup {
  margin: 0;
  color: #0B0B0B;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.4rem;
}
input,
select,
textarea,
.inputHelper,
input.datepicker {
  width: 100%;
  font-size: 1.6rem;
  min-height: 45px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  padding: 10px 0;
  color: #0B0B0B;
  border: 0;
  border-bottom: 1px solid #0B0B0B;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.42857143;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1249px) {
  input,
  select,
  textarea,
  .inputHelper,
  input.datepicker {
    min-height: 40px;
    padding: 10px 0 5px 0;
  }
}
input:not(:disabled):active,
select:not(:disabled):active,
textarea:not(:disabled):active,
.inputHelper:not(:disabled):active,
input.datepicker:not(:disabled):active,
input:not(:disabled):focus,
select:not(:disabled):focus,
textarea:not(:disabled):focus,
.inputHelper:not(:disabled):focus,
input.datepicker:not(:disabled):focus {
  outline: 0;
  border-color: #F58D34;
}
input.error,
select.error,
textarea.error,
.inputHelper.error,
input.datepicker.error {
  border-color: #8d0e0e;
}
input:disabled,
select:disabled,
textarea:disabled,
.inputHelper:disabled,
input.datepicker:disabled {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=submit] {
  width: auto;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .inputButtonForm__input {
    width: 100% !important;
  }
}
input[type="file"] + .full {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}
input[type="file"] + .full i {
  font-size: 2rem;
}
input[type="file"]:hover + .full i {
  color: #F58D34;
}
.radio input[type="radio"] {
  margin-top: 12px;
}
textarea {
  resize: vertical;
  min-height: 100px;
  border: 1px solid #0B0B0B;
  padding: 12px;
}
@media (max-width: 767px) {
  textarea {
    min-height: 50px;
  }
}
.select_body {
  width: 100%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}
.select_body:after,
.filter_headline:after,
.filterbox-mobilebutton:after {
  content: "\E002";
  font-family: "icons", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2rem;
  color: #0B0B0B;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.select_body select {
  color: #0B0B0B;
  border-color: #0B0B0B;
  cursor: pointer;
  padding-right: 40px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
}
.select_body select::-ms-expand {
  display: none;
}
.select_body.focus select {
  border-color: #F58D34;
}
.select_body.disabled select {
  cursor: not-allowed !important;
}
.form-group {
  margin-bottom: 24px;
}
.form-group input,
.form-group textarea,
.form-group .select_body {
  width: 100%;
}
.form-group.has-danger input {
  border-color: #8d0e0e;
  color: #8d0e0e;
}
.form-group label {
  margin: 0;
  color: #0B0B0B;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 12px;
  }
}
.form-group--with-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-group--with-button > input {
  width: auto;
  flex-grow: 1;
}
.form-group--with-button .button {
  width: 130px;
  flex-shrink: 1;
  min-width: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .form-group--with-button .button {
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .col-md-4 .form-group--with-button .button {
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
}
.checkbox-group {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .checkbox-group {
    margin-bottom: 12px;
  }
}
.specialradiobox,
.specialcheckbox {
  position: relative;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding-left: 30px;
  color: #0B0B0B !important;
  font-weight: 400 !important;
}
.specialradiobox i,
.specialcheckbox i {
  font-style: normal;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #0B0B0B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 50%;
  margin-top: -10px;
  display: block;
  pointer-events: none;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.specialradiobox i:after,
.specialcheckbox i:after {
  content: " ";
  pointer-events: none;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  background: #006AB3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.specialradiobox input,
.specialcheckbox input {
  min-height: auto;
  position: absolute;
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.specialradiobox input:checked + i:after,
.specialcheckbox input:checked + i:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.specialradiobox input:disabled + i:after,
.specialcheckbox input:disabled + i:after {
  color: #585858;
}
.specialradiobox:active,
.specialcheckbox:active {
  color: #006AB3;
}
.specialradiobox:active i:after,
.specialcheckbox:active i:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.specialradiobox:active input:disabled:not(:checked) + i:after,
.specialcheckbox:active input:disabled:not(:checked) + i:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.specialradiobox.disabled,
.specialcheckbox.disabled {
  cursor: not-allowed !important;
  color: #0B0B0B;
}
.specialradiobox span,
.specialcheckbox span {
  display: inline-block;
  padding-top: 5px;
}
.specialcheckbox i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.specialcheckbox i:after {
  left: -2px;
  content: "\E00F";
  font-family: "icons", Helvetica, Arial, sans-serif;
  color: #006AB3;
  top: -1px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  line-height: 20px;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  font-size: 22px;
  background: transparent;
}
.specialcheckbox input {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.form-groups-inline {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-groups-inline > .form-group {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-groups-inline {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .form-group-set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .form-group-set > label {
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-group-set .form-group,
  .form-group-set .form-group-set {
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-group-set .form-group-set-item__small {
    flex-shrink: 1;
    flex-grow: 0;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > label {
    width: 160px;
    padding-right: 10px;
    flex-shrink: 0;
  }
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > label.full {
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
  }
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > .select_body,
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > input,
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > textarea,
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > .label-filename {
    flex-grow: 1;
    width: auto;
  }
  .form-label-left .form-group-button {
    padding-left: 160px;
  }
  .form-label-left .form-group-button .button {
    width: auto;
  }
  .form-label-left .form-group-set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-label-left .form-group-set > label {
    width: 160px;
    padding-right: 10px;
    flex-shrink: 1;
  }
}
.table_area .form-group {
  margin-bottom: 0;
}
.table_area .form-groups-inline {
  margin-bottom: 0;
}
.inputfile {
  width: auto !important;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  width: 100%;
  font-size: 1.6rem;
  min-height: 45px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  padding: 10px 0;
  color: #0B0B0B;
  border: 0;
  border-bottom: 1px solid #0B0B0B;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.42857143;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  max-width: none;
  padding-left: 40px;
  margin-bottom: 0;
  position: relative;
  background: #F3F4F5;
}
@media (max-width: 1249px) {
  .inputfile + label {
    min-height: 40px;
    padding: 10px 0 5px 0;
  }
}
.inputfile + label:not(:disabled):active,
.inputfile + label:not(:disabled):focus {
  outline: 0;
  border-color: #F58D34;
}
.inputfile + label.error {
  border-color: #8d0e0e;
}
.inputfile + label:disabled {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
}
.inputfile:not(:disabled) + label {
  cursor: pointer;
  background: transparent;
}
.inputfile:not(:disabled) + label:active,
.inputfile:not(:disabled) + label:focus {
  outline: 0;
}
.inputfile:not(:disabled) + label:hover:before,
.inputfile:not(:disabled) + label:hover:after {
  background: transparent;
}
.inputfile:not(:disabled) + label:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #000000;
}
.inputButtonForm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .inputButtonForm {
    margin-bottom: 12px;
  }
}
.inputButtonForm .form-group {
  margin-bottom: 0;
}
.inputButtonForm__input {
  width: 100%;
}
.inputButtonForm__input label {
  display: block;
  width: 100%;
}
.inputButtonForm__button {
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .inputButtonForm__button {
    margin-left: 0;
    margin-top: 12px;
  }
}
.inputButtonForm__button .button {
  min-width: 0;
}
.inputButtonForm__button .button:not(.button_disabled) {
  min-width: 0;
}
.inputButtonForm__button label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .inputButtonForm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inputButtonForm__input {
    width: 100%;
  }
  .inputButtonForm__button {
    width: 100%;
    padding-left: 0;
  }
}
.inputButtonForm--small .inputButtonForm__input {
  width: 100%;
  flex-grow: 1;
}
.inputButtonForm--small .inputButtonForm__button {
  width: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
.inputButtonForm--small .inputButtonForm__button .button {
  padding: 0;
  line-height: 38px;
}
.inputButtonForm--small .inputButtonForm__button .button .icon {
  display: block;
  line-height: 38px;
}
@media (max-width: 767px) {
  .inputButtonForm--small {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.select_body_div {
  color: #0B0B0B;
  position: relative;
}
.select_body_div .select_body_header {
  padding: 7px 15px 9px 15px;
  border: 1px solid #0B0B0B;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.select_body_div .select_body_header:after {
  content: "\E002";
  font-family: "icons", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  font-size: 20px;
  color: #0B0B0B;
  pointer-events: none;
}
.select_body_div .select_body_options {
  display: none;
  padding: 7px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.select_body_div .select_body_options > div {
  padding: 7px 15px 9px 15px;
  cursor: pointer;
}
.select_body_div .select_body_options > div:hover {
  background: #F3F4F5;
}
.pass-wrapper {
  display: none !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 1668px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xlg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xlg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xlg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xlg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xlg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xlg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xlg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xlg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xlg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xlg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xlg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1250px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
}
@media (min-width: 1668px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-1-5 {
    width: 20%;
  }
  .col-xlg-2-5 {
    width: 40%;
  }
  .col-xlg-3-5 {
    width: 60%;
  }
  .col-xlg-4-5 {
    width: 80%;
  }
}
@media (min-width: 1668px) {
  .xlg-margin {
    margin-bottom: 24px;
  }
  .xlg-margin--small {
    margin-bottom: 12px;
  }
}
@media (min-width: 1250px) and (max-width: 1667px) {
  .lg-margin {
    margin-bottom: 24px;
  }
  .lg-margin--small {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .md-margin {
    margin-bottom: 24px;
  }
  .md-margin--small {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sm-margin {
    margin-bottom: 24px;
  }
  .sm-margin--small {
    margin-bottom: 12px;
  }
  .float-sm-right {
    float: right;
  }
}
@media (max-width: 767px) {
  .xs-margin {
    margin-bottom: 24px;
  }
  .xs-margin--small {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
.clearfloat {
  clear: both;
}
.pull-right {
  order: 1;
}
.breadcrumbContainer {
  padding-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .breadcrumbContainer {
    margin-bottom: 9px;
    padding-top: 9px;
  }
}
.breadcrumbWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  color: #006AB3;
  white-space: nowrap;
}
.breadcrumb a {
  color: #006AB3;
}
.breadcrumb a:hover {
  color: #F58D34;
}
.breadcrumb i {
  margin: 0 2px;
  line-height: 1;
  display: inline-flex;
}
.breadcrumb .current {
  font-weight: 700;
}
.breadcrumb .current a {
  font-weight: 700;
}
.breadcrumbBackbutton {
  font-size: 1.2rem;
  color: #006AB3;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .breadcrumbBackbutton {
    margin-top: 12px;
    width: 100%;
  }
}
.breadcrumbBackbutton:hover,
.breadcrumbBackbutton:active,
.breadcrumbBackbutton:focus {
  color: #F58D34;
}
.breadcrumbBackbutton i {
  display: inline-flex;
  margin-right: 5px;
  line-height: 1;
}
body.isFullView .breadcrumbContainer {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.isFullView .breadcrumbContainer {
    margin-bottom: 9px;
  }
}
.button,
.btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
@media (max-width: 1249px) {
  .button,
  .btn {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus,
.button:active,
.btn:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button--small,
.btn--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button--small,
  .btn--small {
    padding: 5px 10px 0 10px;
  }
}
.button_primary,
.btn-primary {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #006AB3;
  color: #ffffff;
  border-color: #006AB3;
}
@media (max-width: 1249px) {
  .button_primary,
  .btn-primary {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_primary:hover,
.btn-primary:hover,
.button_primary:focus,
.btn-primary:focus,
.button_primary:active,
.btn-primary:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_primary--small,
.btn-primary--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_primary--small,
  .btn-primary--small {
    padding: 5px 10px 0 10px;
  }
}
.button_primary:hover,
.btn-primary:hover,
.button_primary:focus,
.btn-primary:focus,
.button_primary:active,
.btn-primary:active {
  background: #004c80;
  color: #ffffff;
  border-color: #004c80;
}
.button_second,
.btn-second {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #006AB3;
  color: #ffffff;
  border-color: #006AB3;
}
@media (max-width: 1249px) {
  .button_second,
  .btn-second {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_second:hover,
.btn-second:hover,
.button_second:focus,
.btn-second:focus,
.button_second:active,
.btn-second:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_second--small,
.btn-second--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_second--small,
  .btn-second--small {
    padding: 5px 10px 0 10px;
  }
}
.button_second:hover,
.btn-second:hover,
.button_second:focus,
.btn-second:focus {
  background: #004c80;
  border-color: #004c80;
}
.button_second:active,
.btn-second:active {
  background: #002e4d;
  border-color: #002e4d;
}
.button_warning,
.btn-warning {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #FAAD00;
  color: #ffffff;
  border-color: #FAAD00;
}
@media (max-width: 1249px) {
  .button_warning,
  .btn-warning {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_warning:hover,
.btn-warning:hover,
.button_warning:focus,
.btn-warning:focus,
.button_warning:active,
.btn-warning:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_warning--small,
.btn-warning--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_warning--small,
  .btn-warning--small {
    padding: 5px 10px 0 10px;
  }
}
.button_warning:hover,
.btn-warning:hover,
.button_warning:focus,
.btn-warning:focus {
  background: #ae7800;
  border-color: #ae7800;
}
.button_warning:active,
.btn-warning:active {
  background: #7a5500;
  border-color: #7a5500;
}
.button_success,
.btn-success {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #0E8D0E;
  color: #ffffff;
  border-color: #0E8D0E;
}
@media (max-width: 1249px) {
  .button_success,
  .btn-success {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_success:hover,
.btn-success:hover,
.button_success:focus,
.btn-success:focus,
.button_success:active,
.btn-success:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_success--small,
.btn-success--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_success--small,
  .btn-success--small {
    padding: 5px 10px 0 10px;
  }
}
.button_success:hover,
.btn-success:hover,
.button_success:focus,
.btn-success:focus {
  background: #074707;
  border-color: #074707;
}
.button_success:active,
.btn-success:active {
  background: #021902;
  border-color: #021902;
}
.button_info,
.btn-info {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #d9dddd;
  color: #ffffff;
  border-color: #d9dddd;
}
@media (max-width: 1249px) {
  .button_info,
  .btn-info {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_info:hover,
.btn-info:hover,
.button_info:focus,
.btn-info:focus,
.button_info:active,
.btn-info:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_info--small,
.btn-info--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_info--small,
  .btn-info--small {
    padding: 5px 10px 0 10px;
  }
}
.button_info:hover,
.btn-info:hover,
.button_info:focus,
.btn-info:focus {
  background: #b1b9b9;
  border-color: #b1b9b9;
}
.button_info:active,
.btn-info:active {
  background: #96a1a1;
  border-color: #96a1a1;
}
.button_gray,
.btn-gray {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #d9dddd;
  color: #ffffff;
  border-color: #d9dddd;
}
@media (max-width: 1249px) {
  .button_gray,
  .btn-gray {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_gray:hover,
.btn-gray:hover,
.button_gray:focus,
.btn-gray:focus,
.button_gray:active,
.btn-gray:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_gray--small,
.btn-gray--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_gray--small,
  .btn-gray--small {
    padding: 5px 10px 0 10px;
  }
}
.button_gray:hover,
.btn-gray:hover,
.button_gray:focus,
.btn-gray:focus {
  background: #b1b9b9;
  border-color: #b1b9b9;
}
.button_gray:active,
.btn-gray:active {
  background: #96a1a1;
  border-color: #96a1a1;
}
.button_action,
.btn-action {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #F58D34;
  color: #ffffff;
  border-color: #F58D34;
}
@media (max-width: 1249px) {
  .button_action,
  .btn-action {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_action:hover,
.btn-action:hover,
.button_action:focus,
.btn-action:focus,
.button_action:active,
.btn-action:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_action--small,
.btn-action--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_action--small,
  .btn-action--small {
    padding: 5px 10px 0 10px;
  }
}
.button_action:hover,
.btn-action:hover,
.button_action:focus,
.btn-action:focus,
.button_action:active,
.btn-action:active {
  background: #ea720c;
  color: #ffffff;
  border-color: #ea720c;
}
.button_danger,
.btn-danger {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #8d0e0e;
  color: #ffffff;
  border-color: #8d0e0e;
}
@media (max-width: 1249px) {
  .button_danger,
  .btn-danger {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_danger:hover,
.btn-danger:hover,
.button_danger:focus,
.btn-danger:focus,
.button_danger:active,
.btn-danger:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_danger--small,
.btn-danger--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_danger--small,
  .btn-danger--small {
    padding: 5px 10px 0 10px;
  }
}
.button_danger:hover,
.btn-danger:hover,
.button_danger:focus,
.btn-danger:focus {
  background: #470707;
  border-color: #470707;
}
.button_danger:active,
.btn-danger:active {
  background: #190202;
  border-color: #190202;
}
.button_black,
.btn-black {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #0B0B0B;
  color: #ffffff;
  border-color: #0B0B0B;
}
@media (max-width: 1249px) {
  .button_black,
  .btn-black {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.button_black:hover,
.btn-black:hover,
.button_black:focus,
.btn-black:focus,
.button_black:active,
.btn-black:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.button_black--small,
.btn-black--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .button_black--small,
  .btn-black--small {
    padding: 5px 10px 0 10px;
  }
}
.button_black:hover,
.btn-black:hover,
.button_black:focus,
.btn-black:focus {
  background: #006AB3;
  border-color: #006AB3;
}
.button_black:active,
.btn-black:active {
  background: #004c80;
  border-color: #004c80;
}
button.disabled,
.button_disabled,
.btn-disabled,
.button[disabled] {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  background: #747474 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
}
.button--icon-left {
  position: relative;
  padding-left: 35px;
  min-width: 0;
}
.button--icon-left .icon {
  position: absolute;
  top: 50%;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  left: 10px;
}
.button--icon-right {
  position: relative;
  padding-right: 35px;
  min-width: 0;
}
.button--icon-right .icon {
  position: absolute;
  top: 50%;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  right: 10px;
}
.button_full {
  width: 100%;
  min-width: 0;
}
.button_row,
.button_row_bottom,
.button_row_top {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .button_row,
  .button_row_bottom,
  .button_row_top {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.button_row:after,
.button_row_bottom:after,
.button_row_top:after {
  clear: both;
  display: block;
  content: " ";
}
.button_row .button_paypalexpress,
.button_row_bottom .button_paypalexpress,
.button_row_top .button_paypalexpress {
  display: inline-block;
}
.button_row .button,
.button_row .button_paypalexpress,
.button_row_bottom .button,
.button_row_bottom .button_paypalexpress,
.button_row_top .button,
.button_row_top .button_paypalexpress {
  margin: 12px 6px;
}
@media (max-width: 767px) {
  .button_row .button,
  .button_row .button_paypalexpress,
  .button_row_bottom .button,
  .button_row_bottom .button_paypalexpress,
  .button_row_top .button,
  .button_row_top .button_paypalexpress {
    margin: 6px;
  }
}
@media (max-width: 480px) {
  .button_row,
  .button_row_bottom,
  .button_row_top {
    text-align: center;
  }
  .button_row .pull-left,
  .button_row .pull-right,
  .button_row_bottom .pull-left,
  .button_row_bottom .pull-right,
  .button_row_top .pull-left,
  .button_row_top .pull-right {
    float: none !important;
  }
}
.button_row_bottom {
  margin-bottom: 0;
}
.button_row_bottom .button,
.button_row_bottom .button_paypalexpress {
  margin-bottom: 0;
}
.button_row_top {
  margin-top: 0;
}
.button_row_top .button,
.button_row_top .button_paypalexpress {
  margin-top: 0;
}
.button-min-width {
  min-width: 270px;
}
.container--small {
  max-width: 1024px;
}
.container--xsmall {
  max-width: 768px;
}
.align-items-flex-start {
  align-items: flex-start;
}
.align-items-flex-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row:before,
.row:after {
  display: none;
}
.row > [class^="col"] {
  float: none;
}
.row.noGapGrid {
  margin-left: 0;
  margin-right: 0;
}
.row.noGapGrid > div {
  padding-left: 0;
  padding-right: 0;
}
.row.smallGrid {
  margin-left: -6px;
  margin-right: -6px;
}
.row.smallGrid > div {
  padding-left: 6px;
  padding-right: 6px;
}
.row.bigGrid {
  margin-left: -24px;
  margin-right: -24px;
}
.row.bigGrid > div {
  padding-left: 24px;
  padding-right: 24px;
}
html {
  font-size: 8px;
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}
body {
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0B0B0B;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
}
h1,
.h1 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
h3,
.h3 {
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.5rem;
  }
}
h4,
.h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #0B0B0B;
}
h5,
.h5 {
  font-size: 2rem;
  font-weight: 400;
  color: #0B0B0B;
}
h6,
.h6 {
  font-size: 1.4rem;
  color: #0B0B0B;
}
a,
.link {
  color: #F58D34;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a:active,
.link:active {
  color: #ea720c;
  text-decoration: none;
  outline: 0;
}
*:focus {
  outline: 0;
}
a:focus {
  outline: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin: 0;
  padding-left: 20px;
}
ul li,
ol li {
  margin: 0;
  padding: 5px 0;
}
b,
strong {
  font-weight: 700;
}
address {
  margin-bottom: 2rem;
  font-style: italic;
  line-height: 1.42857143;
}
hr {
  border-top: 1px solid #0B0B0B;
  margin-top: 48px;
  margin-bottom: 48px;
}
label {
  font-weight: 400;
  color: #747474;
}
.linkWithIcon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.linkWithIcon .icon,
.linkWithIcon .fa {
  font-size: 2rem;
  margin-left: 6px;
}
.linkWithIcon--left {
  align-items: flex-start;
}
.linkWithIcon--left .icon,
.linkWithIcon--left .fa {
  margin-right: 6px;
}
.linkNext {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  width: 40px;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  border: 1px solid #006AB3;
  margin-bottom: 10px;
}
.linkNext:hover {
  width: 60px;
}
.linkNext:after {
  pointer-events: none;
  font-family: "icons";
  content: "\E004";
  font-size: 26px;
  font-weight: 700;
  right: -10px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  color: #006AB3;
  width: 26px;
}
#container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100vh;
  overflow-x: hidden;
}
#container > header,
#container > footer {
  flex-shrink: 0;
}
#container > main {
  flex-grow: 1;
  min-height: 320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 96px;
}
@media (max-width: 1249px) {
  #container > main {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  #container > main {
    padding-bottom: 48px;
  }
}
body.isLoggedIn .headerTop {
  padding: 8px 0;
}
.headerTop {
  background: #F3F4F5;
  padding: 9px 0;
}
.headerTopWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.headerMain {
  background: #ffffff;
}
.headerMain > .container {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 1249px) {
  .headerMain > .container {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.headerMain.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .headerMain.sticky {
    -webkit-box-shadow: 0 2px 2px #EEEEEE;
    -moz-box-shadow: 0 2px 2px #EEEEEE;
    box-shadow: 0 2px 2px #EEEEEE;
  }
}
@media (min-width: 1250px) {
  .headerMain.sticky > .container {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .headerMain.sticky .headerLogo img {
    width: 100px !important;
  }
}
.headerMainWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .headerMainWrapper {
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
  }
}
.headerMainWrapper > div {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .headerMainWrapper > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.headerLink {
  color: #0B0B0B;
  font-size: 1.3rem;
  white-space: nowrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .headerLink {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.headerLink a {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  color: #0B0B0B;
  display: block;
}
.headerLink a:hover,
.headerLink a:active,
.headerLink a:focus,
.headerLink a.active {
  color: #F58D34;
}
.headerLink .icon {
  font-size: 2.6rem;
  margin-bottom: 5px;
  position: relative;
  font-weight: 400;
}
.headerLink .icon.icon-service {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.headerLink .icon.icon-login {
  font-size: 3rem;
  margin-bottom: 3px;
}
.headerLink span {
  display: block;
}
@media (max-width: 359px) {
  .headerLink span {
    display: none;
  }
}
.headerLink .currentAmount {
  width: 20px;
  height: 20px;
  background: #F58D34;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  top: -10px;
  right: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .headerLink .currentAmount {
    width: 16px;
    height: 16px;
    top: -5px;
    right: 5px;
  }
}
body.quick-order .headerLink.quick-order {
  color: #F58D34;
}
.headerLogo {
  flex-grow: 1;
}
@media (max-width: 1249px) {
  .headerLogo .component {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .headerLogo .component {
    width: 60px;
  }
}
.headerLogo img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
}
.headerUser {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.4rem;
  line-height: 1;
}
.headerUser .linkWithIcon {
  margin-left: 50px;
}
@media (max-width: 1249px) {
  .headerUser .linkWithIcon {
    margin-left: 25px;
  }
}
.headerUser a {
  color: #0B0B0B;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
}
.headerUser a:hover,
.headerUser a:focus,
.headerUser a:active {
  color: #F58D34;
}
.footerMain {
  color: #ffffff;
  background: #006AB3;
  padding: 10px 0;
}
.footerMainWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footerMainWrapper {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.footerContent .component {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: -12px;
  margin-right: -12px;
  scroll-snap-type: x mandatory;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .footerContent .component {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footerContent .component .textcontent {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1249px) {
  .footerContent .component .textcontent {
    min-width: 33%;
  }
}
@media (max-width: 1023px) {
  .footerContent .component .textcontent {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .footerContent .component .textcontent {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .footerSocialMedia {
    margin-bottom: 12px;
  }
}
.footerSocialMedia .textcontent {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 20px;
}
.footerSocialMedia a {
  transition: 0.1s all ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1;
}
.footerSocialMedia a:hover,
.footerSocialMedia a:active,
.footerSocialMedia a:focus {
  color: #F58D34;
}
body.home #primaryNavigation > ul {
  margin: 0 auto;
  max-width: 1920px;
}
#primaryNavigation {
  background: #006AB3;
}
#primaryNavigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#primaryNavigation ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 16.66666667%;
}
#primaryNavigation ul li a {
  color: #ffffff;
  line-height: 1;
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 13px 0;
}
@media (max-width: 1249px) {
  #primaryNavigation ul li a {
    font-size: 1.4rem;
    padding-top: 15px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1023px) {
  #primaryNavigation ul li a {
    font-size: 1.1rem;
  }
}
#primaryNavigation ul li a:after {
  position: absolute;
  background: #F58D34;
  height: 0;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  content: "";
  left: 0;
  bottom: 0;
}
#primaryNavigation ul li a:hover:after,
#primaryNavigation ul li a:active:after,
#primaryNavigation ul li a:focus:after,
#primaryNavigation ul li a.active:after,
#primaryNavigation ul li a.active_tree:after {
  height: 3px;
}
body:not(.account) #subNavigation {
  margin-top: 11px;
}
body:not(.account) #subNavigation ul {
  margin: 0;
  padding: 0;
}
body:not(.account) #subNavigation ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body:not(.account) #subNavigation ul li a {
  padding: 7px 0;
  display: block;
}
body:not(.account) #subNavigation > ul {
  border-top: 1px solid #F3F4F5;
}
body:not(.account) #subNavigation > ul > li {
  border-bottom: 1px solid #F3F4F5;
}
body:not(.account) #subNavigation > ul > li:hover > a,
body:not(.account) #subNavigation > ul > li.active > a,
body:not(.account) #subNavigation > ul > li.active_tree > a {
  font-weight: 700;
}
body:not(.account) #subNavigation > ul > li > a {
  position: relative;
  color: #0B0B0B;
  text-transform: uppercase;
  padding: 14px 0;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
}
body:not(.account) #subNavigation > ul > li > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  font-family: icons;
  content: "\E004";
  margin-top: -3px;
}
body:not(.account) #subNavigation > ul > li > a.active_tree,
body:not(.account) #subNavigation > ul > li > a.active {
  border-bottom: 0;
}
body:not(.account) #subNavigation > ul > li > a.active_tree:before,
body:not(.account) #subNavigation > ul > li > a.active:before {
  content: "\E002";
}
body:not(.account) #subNavigation > ul > li > a.active_tree + ul,
body:not(.account) #subNavigation > ul > li > a.active + ul {
  display: block;
}
body:not(.account) #subNavigation > ul > li > ul {
  display: none;
}
body:not(.account) #subNavigation > ul > li > ul > li > a {
  padding-left: 21px;
  position: relative;
  color: #0B0B0B;
  font-weight: 400;
}
body:not(.account) #subNavigation > ul > li > ul > li > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  font-family: icons;
  content: "\E04B";
  display: block;
}
body:not(.account) #subNavigation > ul > li > ul > li > a:hover,
body:not(.account) #subNavigation > ul > li > ul > li > a.active_tree,
body:not(.account) #subNavigation > ul > li > ul > li > a.active {
  font-weight: 700;
}
body.account #subNavigation {
  margin-top: 11px;
  margin-bottom: 24px;
}
@media (max-width: 1249px) {
  body.account #subNavigation {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
body.account #subNavigation ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 1249px) {
  body.account #subNavigation ul {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    scroll-snap-type: x mandatory;
  }
}
body.account #subNavigation ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1249px) {
  body.account #subNavigation ul li {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
body.account #subNavigation ul li a {
  padding: 14px 0;
  display: block;
  line-height: 1em;
}
body.account #subNavigation > ul {
  border-top: 1px solid #F3F4F5;
}
@media (max-width: 1249px) {
  body.account #subNavigation > ul {
    border-top: 0;
  }
}
body.account #subNavigation > ul > li {
  border-bottom: 1px solid #F3F4F5;
}
@media (max-width: 1249px) {
  body.account #subNavigation > ul > li {
    margin-right: 12px;
  }
}
body.account #subNavigation > ul > li > a {
  position: relative;
  color: #0B0B0B;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
}
@media (max-width: 1249px) {
  body.account #subNavigation > ul > li > a {
    padding: 14px 24px 10px 0;
  }
}
body.account #subNavigation > ul > li > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  font-family: icons;
  content: "\E004";
}
body.account #subNavigation > ul > li > a.active_tree,
body.account #subNavigation > ul > li > a.active,
body.account #subNavigation > ul > li > a:hover {
  font-weight: 700;
}
#primaryNavigationMobile {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  z-index: 200;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#primaryNavigationMobile .closeButtonPrimaryNavigationMobile {
  background: #006AB3;
  font-weight: 400;
  padding: 12px 24px;
  color: #ffffff;
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
}
#primaryNavigationMobile .closeButtonPrimaryNavigationMobile:after {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E011";
  font-family: "icons", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}
#primaryNavigationMobile ul {
  margin: 0;
  padding: 0;
}
#primaryNavigationMobile li {
  padding: 0;
  list-style-type: none;
}
#primaryNavigationMobile a {
  display: block;
  text-decoration: none;
  line-height: 1em;
  color: #0B0B0B;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
}
#primaryNavigationMobile .navigation_scrollbox {
  backface-visibility: hidden;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
#primaryNavigationMobile .section {
  padding: 24px;
  border-bottom: 1px solid #F3F4F5;
}
#primaryNavigationMobile .section__headline {
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0B0B0B;
}
#primaryNavigationMobile .section:last-child {
  border-bottom: 0;
}
#primaryNavigationMobile .navigation {
  padding: 0;
  margin-bottom: 12px;
}
#primaryNavigationMobile .navigation .section__headline {
  padding: 15px 20px 0 20px;
  margin-bottom: 10px;
}
#primaryNavigationMobile .navigation > ul li ul {
  display: none;
  padding: 0 0 0 36px;
}
#primaryNavigationMobile .navigation > ul li ul a {
  display: block;
  padding: 12px 0;
  color: #0B0B0B;
}
#primaryNavigationMobile .navigation > ul li ul a:hover,
#primaryNavigationMobile .navigation > ul li ul a:active,
#primaryNavigationMobile .navigation > ul li ul a.active,
#primaryNavigationMobile .navigation > ul li ul a.active_tree {
  color: #F58D34;
}
#primaryNavigationMobile .navigation > ul li ul a:hover .toggleSubnavi,
#primaryNavigationMobile .navigation > ul li ul a:active .toggleSubnavi,
#primaryNavigationMobile .navigation > ul li ul a.active .toggleSubnavi,
#primaryNavigationMobile .navigation > ul li ul a.active_tree .toggleSubnavi {
  color: #F58D34;
}
#primaryNavigationMobile .navigation > ul li ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#primaryNavigationMobile .navigation > ul li.hasChildren > a {
  position: relative;
  padding-right: 50px;
}
#primaryNavigationMobile .navigation > ul li.hasChildren > a .toggleSubnavi {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: -17px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
}
#primaryNavigationMobile .navigation > ul li.hasChildren > a .toggleSubnavi i {
  display: block;
  text-align: center;
  line-height: 34px;
}
#primaryNavigationMobile .navigation > ul li.hasChildren > a:hover .toggleSubnavi,
#primaryNavigationMobile .navigation > ul li.hasChildren > a:focus .toggleSubnavi {
  color: #F58D34;
}
#primaryNavigationMobile .navigation > ul li.active > a {
  color: #F58D34;
}
#primaryNavigationMobile .navigation > ul li.active_tree > a {
  color: #F58D34;
}
#primaryNavigationMobile .navigation > ul li.active_tree > a .toggleSubnavi {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#primaryNavigationMobile .navigation > ul li.active_tree > ul {
  display: block;
}
#primaryNavigationMobile .navigation > ul > li > a {
  padding: 12px 24px;
  display: block;
  line-height: 20px;
  font-size: 16px;
}
#primaryNavigationMobile .navigation > ul > li > a:hover,
#primaryNavigationMobile .navigation > ul > li > a:focus {
  color: #F58D34;
}
#primaryNavigationMobile .navigation > ul > li.hasChildren > a .toggleSubnavi {
  line-height: 48px;
}
#primaryNavigationMobile .navigation.primary {
  padding-top: 12px;
  padding-bottom: 12px;
}
#primaryNavigationMobile .navigation.primary > ul > li > a {
  font-weight: 700;
}
#primaryNavigationMobile .userNavigation {
  padding-top: 12px;
  padding-bottom: 0;
}
#primaryNavigationMobile .userNavigation .headerLink {
  font-size: 13px;
}
#toggleNavigation {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 5px;
  background-color: #ffffff;
  cursor: pointer;
  order: 5;
  margin-top: 6px;
  width: 40px;
}
@media (max-width: 767px) {
  #toggleNavigation {
    display: flex !important;
  }
}
#toggleNavigation .navigation-bar {
  width: 100%;
  height: 2px;
  background: #0B0B0B;
  margin-bottom: 4px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#toggleNavigation .navigation-bar:nth-child(2) {
  width: 80%;
}
#toggleNavigation .navigation-bar:last-of-type {
  margin-bottom: 0;
}
#toggleNavigation:hover .navigation-bar,
#toggleNavigation:focus .navigation-bar,
#toggleNavigation:active .navigation-bar,
#toggleNavigation.active .navigation-bar {
  background: #F58D34;
}
#footerNavigation ul {
  margin: 0 -25px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1249px) {
  #footerNavigation ul {
    margin: 0 -12.5px;
  }
}
#footerNavigation ul > li {
  margin: 0;
  padding: 0 25px;
  list-style-type: none;
}
@media (max-width: 1249px) {
  #footerNavigation ul > li {
    padding: 0 12.5px;
  }
}
@media (max-width: 767px) {
  #footerNavigation ul > li {
    width: 100%;
    margin-bottom: 12px;
  }
}
#footerNavigation ul > li > a {
  color: #ffffff;
  line-height: 1;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
}
@media (max-width: 767px) {
  #footerNavigation ul > li > a {
    text-align: center;
  }
}
#footerNavigation ul > li > a:hover,
#footerNavigation ul > li > a:active,
#footerNavigation ul > li > a:focus,
#footerNavigation ul > li > a.active,
#footerNavigation ul > li > a.active_tree {
  color: #F58D34;
}
.userNavigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .userNavigation {
    margin-left: -5px;
    margin-right: -5px;
  }
}
#headerNavigation ul {
  margin: 0 -25px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1249px) {
  #headerNavigation ul {
    margin: 0 -12.5px;
  }
}
#headerNavigation ul > li {
  margin: 0;
  padding: 0 25px;
  list-style-type: none;
}
@media (max-width: 1249px) {
  #headerNavigation ul > li {
    padding: 0 12.5px;
  }
}
#headerNavigation ul > li > a {
  color: #0B0B0B;
  line-height: 1;
  display: block;
  font-size: 1.4rem;
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
}
#headerNavigation ul > li > a:hover,
#headerNavigation ul > li > a:active,
#headerNavigation ul > li > a:focus,
#headerNavigation ul > li > a.active,
#headerNavigation ul > li > a.active_tree {
  color: #F58D34;
}
.group_filter_area {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .group_filter_area {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.group_filter_area .group_filter {
  display: inline-flex;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .group_filter_area .group_filter {
    padding: 0 6px;
  }
}
.group_filter_area .group_filter.active a:after,
.group_filter_area .group_filter:hover a:after,
.group_filter_area .group_filter:focus a:after,
.group_filter_area .group_filter:active a:after {
  height: 3px;
}
.group_filter_area .group_filter a {
  line-height: 1;
  font-size: 1.8rem;
  padding: 12px 0;
  color: #006AB3;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .group_filter_area .group_filter a {
    padding: 6px 0;
  }
}
.group_filter_area .group_filter a:after {
  position: absolute;
  background: #F58D34;
  height: 0;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  content: "";
  left: 0;
  bottom: 0;
}
.hideCollectionFilter .group_filter_area {
  display: none;
}
.entryNavigation {
  text-align: right;
}
.entryNavigation ul {
  display: inline-flex;
  margin: 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #0B0B0B;
}
@media (max-width: 767px) {
  .entryNavigation ul {
    padding: 0 0 6px 0;
  }
}
.entryNavigation ul li {
  margin: 0;
  list-style: none;
  display: inline-flex;
}
.entryNavigation ul li.active a,
.entryNavigation ul li:hover a,
.entryNavigation ul li:active a,
.entryNavigation ul li:focus a {
  color: #F58D34;
  text-decoration: none;
}
.entryNavigation ul li a {
  line-height: 1;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0B0B0B;
  padding: 0 6px;
}
.entryNavigation ul li a:hover,
.entryNavigation ul li a:active,
.entryNavigation ul li a:focus {
  color: #F58D34;
  text-decoration: none;
}
.entryNavigation ul li a .icon {
  font-size: 2rem;
}
.collectionnews .text .textcontent > div:not(.collection__content) {
  flex-grow: 0;
}
.collectionnews .collection__date {
  margin-bottom: 6px;
}
.collectionnews.isList:not(.preview) .collection__container {
  padding-top: 72px;
}
@media (max-width: 1249px) {
  .collectionnews.isList:not(.preview) .collection__container {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .collectionnews.isList:not(.preview) .collection__container {
    padding-top: 24px;
  }
}
.collectionnews.isList .collectionnewsItem {
  display: flex;
}
.collectionnews.isList .collectionnewsItem > a {
  display: flex;
}
.collectionnews.isList .collectionnewsItem > a > .textcontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.collectionnews.isList .collection__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.collectionnews.isList .collection__title {
  margin-bottom: 12px;
}
.collectionnews.isList .collection__description {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .collectionnews.isList .collection__description {
    margin-bottom: 24px;
  }
}
body.isFullView #content > .container {
  padding: 0;
  max-width: 100%;
}
.collectioncareer .text .textcontent > div:not(.collection__content) {
  flex-grow: 0;
}
.collectioncareer .text .link:hover .textcontent,
.collectioncareer .text .link:active .textcontent,
.collectioncareer .text .link:focus .textcontent {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.56);
}
.collectioncareer .text .link:hover .linkNext,
.collectioncareer .text .link:active .linkNext,
.collectioncareer .text .link:focus .linkNext {
  border-color: #F58D34;
}
.collectioncareer .text .link:hover .linkNext:after,
.collectioncareer .text .link:active .linkNext:after,
.collectioncareer .text .link:focus .linkNext:after {
  color: #F58D34;
}
.collectioncareer .collection__place {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-left: -4px;
}
.collectioncareer .collection__place span {
  padding-top: 4px;
  margin-left: 6px;
}
.collectioncareer .collection__place .icon {
  color: #ffffff;
  display: inline-flex;
  line-height: 1;
}
.collectioncareer .collection__beginning {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-left: -4px;
}
.collectioncareer .collection__beginning span {
  padding-top: 4px;
  margin-left: 6px;
}
.collectioncareer .collection__beginning .icon {
  color: #ffffff;
  display: inline-flex;
  line-height: 1;
}
.collectioncareer .collection__date {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-left: -2px;
}
.collectioncareer .collection__date span {
  padding-top: 4px;
  margin-left: 6px;
}
.collectioncareer .collection__date .icon {
  color: #ffffff;
  display: inline-flex;
  line-height: 1;
  font-size: 2.5rem;
}
.collectioncareer .collection__previewImage {
  width: 33%;
  overflow: hidden;
}
.collectioncareer .collection__previewImage > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.collectioncareer.isList:not(.preview) .collection__container {
  min-height: 279px;
  padding-top: 72px;
}
@media (max-width: 1249px) {
  .collectioncareer.isList:not(.preview) .collection__container {
    padding-top: 48px;
  }
}
@media (max-width: 1023px) {
  .collectioncareer.isList:not(.preview) .collection__container {
    min-height: 262px;
  }
}
@media (max-width: 767px) {
  .collectioncareer.isList:not(.preview) .collection__container {
    padding-top: 24px;
    min-height: auto;
  }
}
.collectioncareer.isList .collectioncareerItem {
  display: flex;
}
.collectioncareer.isList .collectioncareerItem > a {
  display: flex;
}
.collectioncareer.isList .collectioncareerItem > a > .textcontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .collectioncareer.isList .collectioncareerItem > a {
    flex-direction: column-reverse;
    max-height: unset;
  }
  .collectioncareer.isList .collectioncareerItem > a .collection__previewImage {
    width: 100%;
    aspect-ratio: 1.5;
    flex-shrink: 0;
  }
}
.collectioncareer.isList .collection__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.collectioncareer.isList .collection__job {
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (max-width: 1249px) {
  .collectioncareer.isList .collection__job {
    font-size: 2.5rem;
  }
}
.collectioncareer.isList .collection__place .icon {
  font-size: 2.5rem;
}
.collectioncareer.isList .collection__beginning .icon {
  font-size: 2.5rem;
}
.collectioncareer.isList .collection__description {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .collectioncareer.isList .collection__description {
    margin-bottom: 24px;
  }
}
.collectioncareer.isFullView .collection__place {
  margin-bottom: 0;
}
.collectioncareer.isFullView .collection__place .icon {
  font-size: 3.5rem;
  width: 35px;
  text-align: center;
  display: block;
  flex-shrink: 0;
}
.collectioncareer.isFullView .collection__place + .collection__beginning {
  margin-top: 5px;
}
.collectioncareer.isFullView .collection__beginning {
  margin-bottom: 0;
}
.collectioncareer.isFullView .collection__beginning .icon {
  font-size: 3rem;
  width: 35px;
  text-align: center;
  display: block;
  flex-shrink: 0;
}
.collectioncareer.isFullView .collection__job {
  margin-bottom: 0;
}
.collectioncareer.isFullView .collection__banner {
  min-height: 290px;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .collectioncareer.isFullView .collection__banner {
    min-height: 0;
  }
}
.collectioncareer.isFullView .collection__banner .bannerOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.collectioncareer.isFullView .collection__banner .bannerOverlay > img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.collectioncareer.isFullView .collection__banner .bannerOverlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.collectioncareer.isFullView .collection__banner .banner__text {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
.collectioncareer.isFullView .collection__banner .banner__text .textcontent {
  max-width: 100%;
}
.collectioncareer.isFullView .collection__banner .banner__text h1,
.collectioncareer.isFullView .collection__banner .banner__text .h1,
.collectioncareer.isFullView .collection__banner .banner__text h2,
.collectioncareer.isFullView .collection__banner .banner__text .h2,
.collectioncareer.isFullView .collection__banner .banner__text h3,
.collectioncareer.isFullView .collection__banner .banner__text .h3,
.collectioncareer.isFullView .collection__banner .banner__text h4,
.collectioncareer.isFullView .collection__banner .banner__text .h4,
.collectioncareer.isFullView .collection__banner .banner__text h5,
.collectioncareer.isFullView .collection__banner .banner__text .h5,
.collectioncareer.isFullView .collection__banner .banner__text h6,
.collectioncareer.isFullView .collection__banner .banner__text .h6 {
  color: #ffffff;
}
.collectioncareer.isFullView .collection__apply {
  padding: 24px;
  background: #F3F4F5;
}
@media (max-width: 767px) {
  .collectioncareer.isFullView .collection__apply {
    padding: 12px;
  }
}
.collectioncareer.isFullView .collection__apply .componentCareer a {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.collectioncareer.isFullView .collection__apply .componentCareer a .icon {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .collectioncareer.isFullView .collection__details .row {
    flex-direction: column-reverse;
  }
}
body.isFullView.isFullViewCareer.isFullViewOffers .hideCareerContent {
  display: none;
}
body.isFullView.isFullViewCareer.isFullViewTrainee .hideTraineeshipContent {
  display: none;
}
body.isFullView.isFullViewCareer main > #content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.isFullView.isFullViewCareer main > #content .isFullViewCareerContainer,
body.isFullView.isFullViewCareer main > #content .isFullViewCareerContactform {
  order: -1;
}
[id*="ekkoLightbox"] .modal-dialog {
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  flex-direction: column !important;
  margin: 0 auto!important;
  height: 100% !important;
  width: 80% !important;
}
[id*="ekkoLightbox"] button.close {
  transform: none;
  top: 0;
  position: fixed;
  font-size: 50px;
  color: #ffffff;
  right: 0;
  text-align: center;
  font-weight: normal;
  background: transparent!important;
}
[id*="ekkoLightbox"] button.close:hover {
  color: #F58D34;
}
@media (max-width: 1249px) {
  [id*="ekkoLightbox"] button.close {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  [id*="ekkoLightbox"] button.close {
    font-size: 30px;
  }
}
[id*="ekkoLightbox"] .modal-header {
  height: 0;
  min-height: 0;
  padding: 0;
}
.ekko-lightbox-container {
  height: auto!important;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: static;
  display: none!important;
  opacity: 1!important;
}
.ekko-lightbox-container > div.ekko-lightbox-item.fade.in {
  display: block!important;
  opacity: 1!important;
}
.imageGallery__item {
  padding-bottom: 24px;
}
.imageGallery__item > a {
  width: 100%;
  display: block;
  position: relative;
}
.imageGallery__item > a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  background-color: transparent;
  z-index: 1;
}
.imageGallery__item > a:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.imageGallery__item > a:hover .image:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.imageGallery__item .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.imageGallery__item .image:before {
  padding-top: 100%;
}
.imageGallery__item .image:after {
  content: "\E06C";
  font-family: "icons", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 100px;
  line-height: 1em;
  margin-top: -50px;
  margin-left: -50px;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-shadow: 9px 0 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .imageGallery__item .image:after {
    font-size: 60px;
    margin-top: -30px;
    margin-left: -30px;
    text-shadow: 4px 0 6px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .imageGallery__item .image:after {
    font-size: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
  }
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .ekko-lightbox-nav-overlay {
  position: static;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin-top: -40px;
  margin-left: -100px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 50px;
  padding-right: 3px;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -100px;
  padding-left: 3px;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:hover {
  color: #F58D34;
}
@media (max-width: 1249px) {
  .ekko-lightbox .ekko-lightbox-nav-overlay a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 40px;
    margin-left: -60px;
  }
  .ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .ekko-lightbox .ekko-lightbox-nav-overlay a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 30px;
    margin-left: -40px;
  }
  .ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
    margin-right: -40px;
  }
}
.ekko-lightbox-item img {
  max-width: none !important;
  max-height: 80vh !important;
}
.gallery--2-columns {
  width: 100%;
  height: 100%;
  display: flex;
}
.gallery--2-columns .imageGallery {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gallery--2-columns .imageGallery > .row {
  height: 100%;
}
.gallery--2-columns .imageGallery__item {
  width: 50%;
  display: flex;
}
@media (min-width: 768px) {
  .gallery--2-columns .imageGallery__item {
    width: 25%;
  }
}
@media (min-width: 1250px) {
  .gallery--2-columns .imageGallery__item {
    padding-bottom: 24px;
    width: 50%;
  }
  .gallery--2-columns .imageGallery__item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
.gallery--2-columns .imageGallery__item > a {
  height: 100%;
  display: flex;
}
.filegallery_content {
  margin-bottom: -10px;
}
.filegallery_content_file {
  margin-bottom: 10px;
}
.filegallery_content_file:last-child {
  margin-bottom: 0;
}
.filegallery_content_file a {
  color: #0B0B0B;
  display: inline-flex;
  align-items: center;
}
.filegallery_content_file a .filegallery_content_file_icon {
  margin-right: 10px;
  font-size: 1.5em;
  color: #F58D34;
  width: 20px;
}
@media (max-width: 1249px) {
  .filegallery_content_file a .filegallery_content_file_icon {
    margin-top: -4px;
    margin-right: 10px;
  }
}
.filegallery_content_file a:hover,
.filegallery_content_file a:active,
.filegallery_content_file a:focus {
  color: #F58D34;
}
.filegallery_content_file a:hover .filegallery_content_file_icon,
.filegallery_content_file a:active .filegallery_content_file_icon,
.filegallery_content_file a:focus .filegallery_content_file_icon {
  color: #F58D34;
}
.scrollbar.owl-carousel .owl-stage {
  display: flex;
}
.scrollbar.owl-carousel .owl-item {
  display: flex;
}
.scrollbar.owl-carousel .owl-item img {
  width: auto;
  display: inline;
  flex-grow: 1;
  object-fit: cover;
}
.scrollbar__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.scrollbar__item:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.scrollbar__item:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.scrollbar__item:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  background-color: transparent;
  z-index: 1;
}
.scrollbar__item:after {
  content: "\E06C";
  font-family: "icons", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 100px;
  line-height: 1em;
  margin-top: -50px;
  margin-left: -50px;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-shadow: 9px 0 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .scrollbar__item:after {
    font-size: 60px;
    margin-top: -30px;
    margin-left: -30px;
    text-shadow: 4px 0 6px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .scrollbar__item:after {
    font-size: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
  }
}
.scrollbar__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 46px;
}
.slidecontent .slide_container {
  margin-bottom: 12px;
  border-bottom: 1px solid #0B0B0B;
}
.slidecontent .slide_container .slidecontent_headline {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  color: #0B0B0B;
  padding: 12px 36px 12px 0;
  cursor: pointer;
}
@media (max-width: 1249px) {
  .slidecontent .slide_container .slidecontent_headline {
    padding-bottom: 6px;
  }
}
.slidecontent .slide_container .slidecontent_headline:after {
  content: "\E002";
  font-family: "icons", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  width: 20px;
  text-align: center;
  color: #0B0B0B;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.slidecontent .slide_container .slidecontent_headline:hover,
.slidecontent .slide_container .slidecontent_headline:active,
.slidecontent .slide_container .slidecontent_headline:focus {
  color: #F58D34;
}
.slidecontent .slide_container .slidecontent_headline:hover:after,
.slidecontent .slide_container .slidecontent_headline:active:after,
.slidecontent .slide_container .slidecontent_headline:focus:after {
  color: #F58D34;
}
.slidecontent .slide_container .slidecontent_headline.active {
  color: #F58D34;
}
.slidecontent .slide_container .slidecontent_headline.active:after {
  color: #F58D34;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.slidecontent .slide_container .slidecontent_content_container {
  display: none;
  padding: 0 0 12px 0;
}
.googlemaps_content {
  max-width: 100%;
  width: 100% !important;
}
@media (max-width: 767px) {
  .googlemaps_content {
    height: 400px !important;
  }
}
.googlemaps_content img {
  max-width: none !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 12px !important;
}
.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 1023px) {
  .youtubecontent {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }
  .youtubecontent iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .youtubecontent:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
.slideshow .banner__text {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  width: auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1249px) {
  .slideshow .banner__text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .slideshow .banner__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.sitepart_images_contain .imageGallery__item .image {
  background-size: contain;
  object-fit: contain;
}
.sitepart_images_contain .scrollbar.owl-carousel .owl-item img {
  background-size: contain;
  object-fit: contain;
}
.background--lightgray {
  background: #F3F4F5;
}
.background--primary {
  background: #006AB3;
  color: #ffffff;
}
.background--primary .textcontent {
  color: #ffffff;
}
.background--primary h1,
.background--primary .h1,
.background--primary h2,
.background--primary .h2,
.background--primary h3,
.background--primary .h3,
.background--primary h4,
.background--primary .h4,
.background--primary h5,
.background--primary .h5,
.background--primary h6,
.background--primary .h6 {
  color: #ffffff;
}
.background--primary .button,
.background--primary .button_primary {
  border-color: #ffffff;
  color: #0B0B0B;
  background: #ffffff;
}
.background--primary .button:hover,
.background--primary .button_primary:hover,
.background--primary .button:active,
.background--primary .button_primary:active,
.background--primary .button:focus,
.background--primary .button_primary:focus {
  background: #F58D34;
  border-color: #F58D34;
  color: #ffffff;
}
.background--primary .linkNext {
  border-color: #ffffff;
}
.background--primary .linkNext:after {
  color: #ffffff;
}
.color--white {
  color: #ffffff;
}
.color--white .textcontent {
  color: #ffffff;
}
.color--white h1,
.color--white .h1,
.color--white h2,
.color--white .h2,
.color--white h3,
.color--white .h3,
.color--white h4,
.color--white .h4,
.color--white h5,
.color--white .h5,
.color--white h6,
.color--white .h6 {
  color: #ffffff;
}
.color--white .button,
.color--white .button_primary {
  border-color: #ffffff;
  color: #0B0B0B;
  background: #ffffff;
}
.color--white .button:hover,
.color--white .button_primary:hover,
.color--white .button:active,
.color--white .button_primary:active,
.color--white .button:focus,
.color--white .button_primary:focus {
  background: #e6e6e6;
  color: #0B0B0B;
  border-color: #e6e6e6;
}
.color--white .linkNext {
  border-color: #ffffff;
}
.color--white .linkNext:after {
  color: #ffffff;
}
.color--primary {
  color: #006AB3;
}
.color--primary .textcontent {
  color: #006AB3;
}
.color--primary h1,
.color--primary .h1,
.color--primary h2,
.color--primary .h2,
.color--primary h3,
.color--primary .h3,
.color--primary h4,
.color--primary .h4,
.color--primary h5,
.color--primary .h5,
.color--primary h6,
.color--primary .h6 {
  color: #006AB3;
}
.color--primary .linkNext {
  border-color: #ffffff;
}
.color--primary .linkNext:after {
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .scrollable--md {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .scrollable--md > div {
    min-width: calc(33% - 24px / 2);
    min-width: -moz-calc(33% - 24px / 2);
    min-width: -webkit-calc(33% - 24px / 2);
    min-width: -o-calc(33% - 24px / 2);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .scrollable--sm {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .scrollable--sm > div {
    min-width: calc(50% - 24px);
    min-width: -moz-calc(50% - 24px);
    min-width: -webkit-calc(50% - 24px);
    min-width: -o-calc(50% - 24px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
@media (max-width: 767px) {
  .scrollable--xs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .scrollable--xs > div {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-width: calc(100% - 24px * 2);
    min-width: -moz-calc(100% - 24px * 2);
    min-width: -webkit-calc(100% - 24px * 2);
    min-width: -o-calc(100% - 24px * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .column-reverse--md {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-reverse--sm {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .column-reverse--xs {
    flex-direction: column-reverse;
  }
}
.boxIcon .icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media (max-width: 767px) {
  .boxIcon .icon {
    bottom: 12px;
    right: 12px;
  }
}
@media (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.text__block {
  display: block;
  max-width: 768px;
}
.text__block--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text__columns {
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .text__boxes.scrollable--md {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text__boxes.scrollable--sm {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .text__boxes.scrollable--xs {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.text__boxes .textcontent {
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  height: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .text__boxes .textcontent {
    padding: 12px;
  }
}
.text__boxes--service > div {
  width: 12.5%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1249px) {
  .text__boxes--service > div {
    width: 25%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .text__boxes--service > div {
    width: 50%;
  }
}
.text__boxes--service .textcontent {
  align-items: center;
}
.text .icon {
  line-height: 1;
  font-size: 6rem;
  display: block;
  color: #006AB3;
}
.text .icon.icon-arrow-right {
  font-size: 3rem;
}
.text strong {
  font-weight: 700;
  color: #006AB3;
}
.text .keyfacts,
.text .keyfactsExpanded {
  font-size: 6rem;
  color: #006AB3;
}
.text .link {
  width: 100%;
  height: 100%;
  color: #0B0B0B;
}
.text .link:hover .linkNext {
  width: 60px;
}
.text .link:hover .textcontent {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
.text > .gp > .textcontent:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
.text .textcontent > div {
  flex-grow: 1;
}
.banner {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.banner__image {
  min-width: 100%;
}
.banner__image video,
.banner__image img {
  min-width: 100%;
  min-height: 290px;
  max-height: 580px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner__image video,
  .banner__image img {
    min-height: 200px;
    max-height: 200px;
  }
}
.banner__image--small video,
.banner__image--small img {
  max-height: 290px;
  min-height: 145px;
}
@media (max-width: 767px) {
  .banner__image--small video,
  .banner__image--small img {
    min-height: 100px;
    max-height: 100px;
  }
}
.banner__text {
  pointer-events: none;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  max-width: 1668px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 1249px) {
  .banner__text {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .banner__text {
    margin-top: 12px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    color: #0B0B0B;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.banner__text .textcontent {
  width: 100%;
  max-width: 500px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .banner__text .textcontent {
    color: #0B0B0B;
  }
  .banner__text .textcontent h1,
  .banner__text .textcontent .h1,
  .banner__text .textcontent h2,
  .banner__text .textcontent .h2,
  .banner__text .textcontent h3,
  .banner__text .textcontent .h3,
  .banner__text .textcontent h4,
  .banner__text .textcontent .h4,
  .banner__text .textcontent h5,
  .banner__text .textcontent .h5,
  .banner__text .textcontent h6,
  .banner__text .textcontent .h6 {
    color: #006AB3;
  }
  .banner__text .textcontent .button,
  .banner__text .textcontent .button_primary {
    background: #006AB3;
    color: #ffffff;
    border-color: #006AB3;
  }
  .banner__text .textcontent .button:hover,
  .banner__text .textcontent .button_primary:hover,
  .banner__text .textcontent .button:focus,
  .banner__text .textcontent .button_primary:focus,
  .banner__text .textcontent .button:active,
  .banner__text .textcontent .button_primary:active {
    background: #004c80;
    color: #ffffff;
    border-color: #004c80;
  }
}
.banner__text h1,
.banner__text .h1,
.banner__text h2,
.banner__text .h2,
.banner__text h3,
.banner__text .h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .banner__text--center {
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .banner__text--right {
    text-align: right;
    justify-content: flex-start;
  }
}
.banner--tiles {
  position: relative;
}
@media (min-width: 768px) {
  .banner--tiles {
    display: flex;
    flex-wrap: wrap;
  }
}
.banner--tiles:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.banner--tiles:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  pointer-events: none;
}
@media (max-width: 767px) {
  .banner--tiles:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner--tiles .banner__image {
    display: flex;
  }
}
.banner--tiles .banner__image video,
.banner--tiles .banner__image img {
  min-height: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .banner--tiles .banner__image video,
  .banner--tiles .banner__image img {
    min-height: auto;
  }
}
.banner--tiles .banner__text {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  flex-grow: 1;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 768px) {
  .banner--tiles .banner__text {
    width: auto;
  }
}
@media (max-width: 1249px) {
  .banner--tiles .banner__text {
    padding-left: 12px;
    padding-right: 12px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .banner--tiles .banner__text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .banner--tiles .banner__text .button_primary {
    background: #ffffff;
    border-color: #006AB3;
    color: #006AB3;
  }
  .banner--tiles .banner__text .button_primary:hover,
  .banner--tiles .banner__text .button_primary:focus,
  .banner--tiles .banner__text .button_primary:active {
    background: #006AB3;
    border-color: #006AB3;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .jumpmarkTiles {
    justify-content: center;
  }
}
.jumpmarkTiles > div > .textcontent:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.jumpmarkTiles > div > div {
  position: relative;
}
.jumpmarkTiles > div > .textcontent {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.jumpmarkTiles > div > .textcontent:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  pointer-events: none;
}
.jumpmarkTiles img {
  width: 100% !important;
  object-fit: cover;
  height: 290px !important;
}
@media (max-width: 1249px) {
  .jumpmarkTiles img {
    height: 218px !important;
  }
}
@media (max-width: 767px) {
  .jumpmarkTiles img {
    height: 145px !important;
  }
}
.jumpmarkTiles h2,
.jumpmarkTiles .h2,
.jumpmarkTiles h3,
.jumpmarkTiles .h3,
.jumpmarkTiles h4,
.jumpmarkTiles .h4 {
  pointer-events: none;
  position: absolute;
  bottom: 48px;
  left: 48px;
  margin-bottom: 0;
}
@media (max-width: 1249px) {
  .jumpmarkTiles h2,
  .jumpmarkTiles .h2,
  .jumpmarkTiles h3,
  .jumpmarkTiles .h3,
  .jumpmarkTiles h4,
  .jumpmarkTiles .h4 {
    bottom: 24px;
    left: 24px;
  }
}
@media (max-width: 767px) {
  .jumpmarkTiles h2,
  .jumpmarkTiles .h2,
  .jumpmarkTiles h3,
  .jumpmarkTiles .h3,
  .jumpmarkTiles h4,
  .jumpmarkTiles .h4 {
    bottom: 12px;
    left: 12px;
  }
}
.textboxWithImage--single {
  margin-left: 0;
  margin-right: 0;
}
.textboxWithImage--single > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .textboxWithImage--single > div {
    display: flex;
  }
}
.textboxWithImage--single .textcontent img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .textboxWithImage--single .textcontent img {
    max-height: 200px;
    min-height: 200px;
  }
}
.textboxWithImage--single .background--lightgray,
.textboxWithImage--single .background--primary {
  padding: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006AB3;
}
@media (max-width: 1667px) {
  .textboxWithImage--single .background--lightgray,
  .textboxWithImage--single .background--primary {
    padding: 72px;
  }
}
@media (max-width: 1249px) {
  .textboxWithImage--single .background--lightgray,
  .textboxWithImage--single .background--primary {
    padding: 48px;
  }
}
@media (max-width: 1023px) {
  .textboxWithImage--single .background--lightgray,
  .textboxWithImage--single .background--primary {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .textboxWithImage--single .background--lightgray,
  .textboxWithImage--single .background--primary {
    padding: 12px;
  }
}
.textboxWithImage--multiple .textcontent {
  min-width: 100%;
  min-height: 100%;
}
.textboxWithImage--multiple .textcontent img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.textboxWithImage--multiple .background--lightgray,
.textboxWithImage--multiple .background--primary {
  width: 100%;
  height: 100%;
  padding: 72px;
  display: flex;
}
@media (max-width: 1667px) {
  .textboxWithImage--multiple .background--lightgray,
  .textboxWithImage--multiple .background--primary {
    padding: 48px;
  }
}
@media (max-width: 1249px) {
  .textboxWithImage--multiple .background--lightgray,
  .textboxWithImage--multiple .background--primary {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .textboxWithImage--multiple .background--lightgray,
  .textboxWithImage--multiple .background--primary {
    padding: 12px;
  }
}
.tiles {
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  height: 660px;
  display: grid;
  grid-template-areas: "box1 box2" "box1 box3";
}
@media (max-width: 1249px) {
  .tiles {
    grid-template-areas: "box1 box3" "box2 box3";
    height: 460px;
  }
}
@media (max-width: 767px) {
  .tiles {
    grid-template-columns: 100%;
    grid-template-rows: 20% 60% 20%;
    grid-template-areas: "box1" "box3" "box2";
  }
}
.tiles > div {
  overflow: hidden;
  border-color: #ffffff;
  border-style: solid;
}
.tiles > div:nth-child(1) {
  grid-area: box1;
  border-width: 0 12px 0 0;
}
@media (max-width: 1249px) {
  .tiles > div:nth-child(1) {
    border-width: 0 12px 12px 0;
  }
}
@media (max-width: 767px) {
  .tiles > div:nth-child(1) {
    border-width: 0 0 6px 0;
  }
}
.tiles > div:nth-child(2) {
  grid-area: box2;
  border-width: 0 0 12px 12px;
}
@media (max-width: 1249px) {
  .tiles > div:nth-child(2) {
    border-width: 12px 12px 0 0;
  }
}
@media (max-width: 767px) {
  .tiles > div:nth-child(2) {
    border-width: 6px 0 0 0;
  }
}
.tiles > div:nth-child(3) {
  grid-area: box3;
  border-width: 12px 0 0 12px;
}
@media (max-width: 1249px) {
  .tiles > div:nth-child(3) {
    border-width: 0 0 0 12px;
  }
}
@media (max-width: 767px) {
  .tiles > div:nth-child(3) {
    border-width: 6px 0;
  }
}
.tiles .textcontent img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.tiles .background--lightgray,
.tiles .background--primary {
  padding: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1249px) {
  .tiles .background--lightgray,
  .tiles .background--primary {
    padding: 48px;
  }
}
@media (max-width: 1023px) {
  .tiles .background--lightgray,
  .tiles .background--primary {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .tiles .background--lightgray,
  .tiles .background--primary {
    padding: 12px;
  }
}
.orderButton {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px 20px 10px 20px;
  min-height: 45px;
  border: 1px solid #006AB3;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  color: #006AB3;
  cursor: pointer;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  background: #F58D34;
  color: #ffffff;
  border-color: #F58D34;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 1249px) {
  .orderButton {
    min-height: 40px;
    padding: 10px 15px 5px 15px;
  }
}
.orderButton:hover,
.orderButton:focus,
.orderButton:active {
  background: #006AB3;
  border-color: #006AB3;
  color: #ffffff;
  text-decoration: none;
}
.orderButton--small {
  min-height: 35px;
  padding: 5px 10px;
}
@media (max-width: 1249px) {
  .orderButton--small {
    padding: 5px 10px 0 10px;
  }
}
.orderButton:hover,
.orderButton:focus,
.orderButton:active {
  background: #ea720c;
  color: #ffffff;
  border-color: #ea720c;
}
.orderButton.inactive {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  background: #747474 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
  min-width: 0;
}
.orderButton i {
  font-size: 2.6rem;
  font-weight: 400;
}
.orderButtonWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.orderButtonWrapper .quantity {
  flex-shrink: 0;
  margin-right: 48px;
}
@media (min-width: 1250px) and (max-width: 1667px) {
  .orderButtonWrapper .quantity {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .orderButtonWrapper .quantity {
    margin-right: 24px;
  }
}
.orderButtonWrapper .orderButton {
  flex-grow: 1;
}
.sparepartslist + .orderButtonWrapper {
  display: flex;
  justify-content: flex-end;
}
.sparepartslist + .orderButtonWrapper .orderButton {
  max-width: 220px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .sparepartslist + .orderButtonWrapper .orderButton {
    max-width: 100%;
  }
}
.sparepartslist + .orderButtonWrapper .orderButton .icon {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .itemcardVariants .orderButtonWrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .itemcardVariants .orderButtonWrapper .quantity {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .itemcardVariants .orderButtonWrapper .orderButton {
    margin-top: 12px;
  }
}
.itemcardVariants .orderButtonWrapper .orderButton .icon {
  margin-left: 12px;
  margin-top: -5px;
}
.orderbox {
  width: 100%;
  max-width: 500px;
  background: #F3F4F5;
  padding: 18px;
}
@media (max-width: 767px) {
  .orderbox {
    padding: 9px;
  }
}
.orderbox .orderbox_button {
  display: flex;
  flex-wrap: wrap;
}
.orderbox .orderbox_button .graduated_price_table {
  margin-right: 48px;
}
@media (max-width: 767px) {
  .orderbox .orderbox_button .graduated_price_table {
    margin-right: 24px;
  }
}
.orderbox .orderbox_button .order_price_inventory {
  text-align: right;
  flex-grow: 1;
}
.orderbox .orderbox_button .order_price_inventory .base_price {
  padding: 0;
}
.orderbox .orderbox_button .itemcard_order_button_form_outer {
  width: 100%;
}
.orderbox .orderbox_button .itemcard_order_button_form_outer .orderButtonWrapper {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .orderbox .orderbox_button .itemcard_order_button_form_outer .orderButtonWrapper {
    margin-top: 12px;
  }
}
.orderbox .orderbox_button .itemcard_order_button_form_outer .orderButtonWrapper .orderButton .icon {
  margin-left: 12px;
}
.orderbox .itemcard_order_button_vat_ship_notice_wrapper,
.orderbox .inventoryShippingInfo,
.orderbox .itemcard_order_button_cust_price_wrapper {
  display: none;
}
/*.sort_by {
  padding-left: @grid-gap/2;
  padding-right: @grid-gap/2;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  @media(max-width: @screen-old-phones){
    width: 100%;
  }
  form{
    width: 100%;
    max-width: 283px;
    @media(max-width: @screen-md-max){
      max-width: 226px;
    }
    @media(max-width: @screen-sm-max){
      max-width: 224px;
    }
    @media(max-width: @screen-xs-max){
      max-width: 100%;
    }
  }
}*/
.filterbox-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .filterbox-wrapper {
    margin-bottom: 12px;
  }
}
@media (max-width: 359px) {
  .filterbox .filter-wrapper {
    width: 100%;
  }
}
.filterbox .filter-wrapper-inner {
  position: relative;
}
.filterbox .filter_unset {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}
.filterbox .filter_unset a {
  display: block;
  width: 100%;
  height: 100%;
  color: #F58D34;
}
.filterbox .filter_unset a .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.filterbox .filter_unset:hover a {
  color: #F58D34;
}
.filterbox .filter_body.active {
  background-color: #0B0B0B;
}
.filter {
  position: relative;
}
.filter_headline {
  width: 100%;
  font-size: 1.6rem;
  min-height: 45px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  padding: 10px 0;
  color: #0B0B0B;
  border: 0;
  border-bottom: 1px solid #0B0B0B;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.42857143;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1249px) {
  .filter_headline {
    min-height: 40px;
    padding: 10px 0 5px 0;
  }
}
.filter_headline:not(:disabled):active,
.filter_headline:not(:disabled):focus {
  outline: 0;
  border-color: #F58D34;
}
.filter_headline.error {
  border-color: #8d0e0e;
}
.filter_headline:disabled {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
}
.filter_headline.single_checkbox {
  padding: 0;
}
.filter_headline.single_checkbox:after {
  display: none;
}
.filter_headline.single_checkbox .form-check-label {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}
.filter_headline.single_checkbox .form-check-label input[type=checkbox] {
  margin: 7px 5px 0 0;
}
.filter_headline.active {
  border-color: #F58D34;
}
.filter_headline.active:after {
  display: none;
}
.filter_toggle {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 1px solid #0B0B0B;
  border-right: 1px solid #0B0B0B;
  border-bottom: 1px solid #0B0B0B;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  z-index: 100;
}
.filter_toggle ul {
  margin: 0;
  padding: 0;
}
.filter_toggle ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter_toggle ul li a {
  padding: 6px 12px;
  display: block;
}
.filter_toggle .form-check-label {
  display: block;
}
.filter_toggle select[multiple],
.filter_toggle select[size] {
  border: 0;
  width: 100%;
  padding: 0;
}
.filter_toggle select[multiple] option,
.filter_toggle select[size] option {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter_body.icons_body {
  margin-left: -2px;
  margin-right: -2px;
}
.filter_body.icons_body a {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}
.filter_body .filterlist a {
  color: #0B0B0B;
  background: #ffffff;
}
.filter_body .filterlist a:hover {
  background: #006AB3;
  color: #ffffff;
}
.filter .select_body.active select {
  border-bottom-color: #F58D34;
}
.filter .select_body.active:after {
  display: none;
}
.filterbox-mobilebutton {
  width: 100%;
  font-size: 1.6rem;
  min-height: 45px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  padding: 10px 0;
  color: #0B0B0B;
  border: 0;
  border-bottom: 1px solid #0B0B0B;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.42857143;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
}
@media (max-width: 1249px) {
  .filterbox-mobilebutton {
    min-height: 40px;
    padding: 10px 0 5px 0;
  }
}
.filterbox-mobilebutton:not(:disabled):active,
.filterbox-mobilebutton:not(:disabled):focus {
  outline: 0;
  border-color: #F58D34;
}
.filterbox-mobilebutton.error {
  border-color: #8d0e0e;
}
.filterbox-mobilebutton:disabled {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
}
.filterbox-mobilebutton.active {
  background-color: #0B0B0B;
}
.filter .slider.slider-horizontal {
  width: 100%;
  height: 11px;
}
.filter .slider.slider-horizontal .slider-track {
  margin-top: -3px;
  height: 5px;
}
.filter .slider.slider-horizontal .slider-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #a7a7a7;
}
.filter .slider.slider-horizontal .slider-handle {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  top: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #747474;
  cursor: pointer;
  background-image: none;
}
.filter .slider.slider-horizontal .slider-handle:hover {
  background-color: #5a5a5a;
}
/*@media (max-width: @screen-xs-max) {
  .filterbox {
    padding-top: 10px;
    padding-left: 10px;
    padding-right:10px;
    .box-shadow(0 5px 4px rgba(0,0,0,0.3));
    display: none;
  }
}*/
@media (max-width: 767px) {
  /*.filterbox {
    .filter-wrapper {
      &.col-xs-6 {
        width:100%;
      }
    }
  }*/
  .filter.checkbox-filter .filter_body .form-check-label {
    width: 100%;
    float: none;
  }
}
.inventory {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 1.3rem;
}
.inventory:before {
  margin-right: 6px;
  content: "";
  background: transparent;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: -1px;
}
.inventory.available {
  color: #0E8D0E;
}
.inventory.available:before {
  background: #0E8D0E;
}
.inventory.low_availability {
  color: #FAAD00;
}
.inventory.low_availability:before {
  background: #FAAD00;
}
.inventory.not_available {
  color: #8d0e0e;
}
.inventory.not_available:before {
  background: #8d0e0e;
}
.inventory.not_available_orderable {
  color: #F58D34;
}
.inventory.not_available_orderable:before {
  background: #F58D34;
}
.inventory.not_available_orderable_number {
  color: #0E8D0E;
}
.inventory.not_available_orderable_number:before {
  background: #0E8D0E;
}
.inventory p {
  margin: 0;
}
.availability_message {
  margin-top: 20px;
}
.availability_message .availability_message_button {
  display: inline-block;
  margin-bottom: 10px;
}
.availability_message .availability_message_button .icon {
  padding-right: 10px;
}
.availability_message .availability_message_box {
  padding: 20px;
  border: 1px solid #747474;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.availability_message .availability_message_box .button {
  width: 100%;
}
.linklist .button {
  min-width: 0;
}
.linklist.table_area .table_row .table_cell {
  padding-top: 6px;
  padding-bottom: 6px;
}
.linklist.table_area .table_row.table_body:not(.no-hover):hover {
  cursor: pointer;
}
.linklist.table_area .table_row.table_body:not(.no-hover):hover .table_cell {
  background-color: #F3F4F5;
}
@media (max-width: 767px) {
  .linklist .read_more {
    margin-top: 12px;
  }
  .linklist.table_area .table_row {
    border: 0;
    padding: 12px 6px;
    margin-bottom: 24px;
    background-color: #F3F4F5;
  }
  .linklist.table_area .table_row:first-child {
    padding-top: 0;
  }
  .linklist.table_area .table_row .table_cell {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 12px;
  }
  .linklist.table_area .table_row .table_cell:last-child {
    margin-bottom: 0;
  }
  .linklist.table_area .table_row .table_cell .table_cell_label {
    width: 35%;
  }
  .linklist.table_area .table_row .table_cell span {
    width: 65%;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .linklist.table_area .table_row .table_cell {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .linklist.table_area .table_row .table_cell .table_cell_label {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .linklist.table_area .table_row .table_cell span {
    width: 100%;
  }
}
.pageSwitch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.pageSwitch__item {
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0 12px 12px 12px;
  align-items: center;
  display: inline-flex;
  width: 10px;
  height: 32px;
  text-align: center;
  justify-content: center;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #0B0B0B;
  font-size: 1.8rem;
  color: #0B0B0B;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pageSwitch__item {
    padding: 0 12px 6px 12px;
    height: 20px;
  }
}
.pageSwitch__item.active {
  cursor: default;
  color: #F58D34;
}
.pageSwitch__item:not(.active):hover,
.pageSwitch__item:not(.active):focus,
.pageSwitch__item:not(.active):active {
  color: #F58D34;
}
.pageSwitch__item.pageSwitch__item--separator {
  cursor: default;
}
.pageSwitch__item.pageSwitch__item--separator:hover,
.pageSwitch__item.pageSwitch__item--separator:focus {
  background-color: transparent;
  color: #0B0B0B;
}
.pageSwitch__item--prev,
.pageSwitch__item--next {
  color: #0B0B0B;
}
.pageSwitch__item--prev:not(.active),
.pageSwitch__item--next:not(.active) {
  color: #006AB3;
}
.pageSwitch__item--prev:not(.active):hover,
.pageSwitch__item--next:not(.active):hover,
.pageSwitch__item--prev:not(.active):focus,
.pageSwitch__item--next:not(.active):focus {
  color: #F58D34;
  background-color: transparent;
}
.pageSwitch__item--prev:not(.active):hover i,
.pageSwitch__item--next:not(.active):hover i,
.pageSwitch__item--prev:not(.active):focus i,
.pageSwitch__item--next:not(.active):focus i {
  color: #F58D34;
}
.pageSwitch__item--next {
  padding-left: 36px;
}
@media (max-width: 767px) {
  .pageSwitch__item--next {
    padding-left: 24px;
  }
}
.pageSwitch__item--prev {
  padding-right: 36px;
}
@media (max-width: 767px) {
  .pageSwitch__item--prev {
    padding-right: 24px;
  }
}
.pageSwitch__pages {
  display: flex;
  align-items: center;
}
.pageSwitch .icon {
  font-size: 2rem;
}
#flashMessages {
  position: fixed;
  top: 184px;
  right: calc(((100% - 1668px) / 2) + 24px);
  right: -moz-calc(((100% - 1668px) / 2) + 24px);
  right: -webkit-calc(((100% - 1668px) / 2) + 24px);
  right: -o-calc(((100% - 1668px) / 2) + 24px);
  z-index: 300;
}
@media (max-width: 1667px) {
  #flashMessages {
    right: 12px;
  }
}
@media (max-width: 1249px) {
  #flashMessages {
    top: 147px;
  }
}
@media (max-width: 1023px) {
  #flashMessages {
    top: 141px;
  }
}
@media (max-width: 767px) {
  #flashMessages {
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    top: 105px;
  }
}
.flashMessage {
  width: 400px;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 24px 24px 24px 55px;
  background-color: #d9dddd;
  color: #0B0B0B;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(11, 11, 11, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(11, 11, 11, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(11, 11, 11, 0.25);
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .flashMessage {
    padding: 12px 12px 12px 55px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .flashMessage {
    width: 100%;
  }
}
.flashMessage .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-top: -15px;
}
.flashMessage .close_flash {
  position: absolute;
  right: 5px;
  top: 5px;
  left: auto;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: inline-block;
  font-size: 1.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.flashMessage.flashMessage_warning {
  background-color: #FAAD00;
  color: #ffffff;
}
.flashMessage.flashMessage_error {
  background-color: #8d0e0e;
  color: #ffffff;
}
.flashMessage.flashMessage_success {
  background-color: #0E8D0E;
  color: #ffffff;
}
.flashMessage.flashMessage_info {
  background-color: #d9dddd;
  color: #ffffff;
}
.flashMessage:hover .close_flash {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.flashMessage:hover.flashMessage_warning {
  background-color: #e19b00;
}
.flashMessage:hover.flashMessage_error {
  background-color: #760c0c;
}
.flashMessage:hover.flashMessage_success {
  background-color: #0c760c;
}
.flashMessage > div:last-of-type {
  margin-bottom: 0;
}
.spinner_wrapper {
  width: 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  pointer-events: none;
}
.spinner_wrapper > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 2.5rem;
  color: #0B0B0B;
  pointer-events: all;
}
.quantity {
  width: 115px;
  position: relative;
}
.quantity .spinner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.quantity input {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.quantity:not(.inactive) .spinner_wrapper > div {
  cursor: pointer;
}
.quantity:not(.inactive) .spinner_wrapper > div:hover {
  color: #F58D34;
}
.quantity.inactive {
  cursor: not-allowed !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  border-color: #747474 !important;
  color: #0B0B0B !important;
}
@media (max-width: 1249px) {
  .quantity {
    width: 60px;
  }
  .quantity .spinner_wrapper {
    display: none;
  }
  .quantity input {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.favoriteButton {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #0B0B0B;
  z-index: 10;
}
.favoriteButton:hover {
  color: #ea720c;
}
.favoriteButton .icon {
  font-size: 2.6rem;
}
.favoritesWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.itemSharing__item {
  margin-top: 10px;
}
.itemSharing__btn {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  color: #0B0B0B;
}
.itemSharing__btn .icon {
  text-align: center;
  font-size: 1.2em;
  color: #006AB3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.itemSharing__btn:hover {
  color: #ea720c;
}
.itemtable_list {
  display: table;
  width: 100%;
  table-layout: auto;
}
.itemtable_row {
  display: table-row;
}
@media (min-width: 768px) {
  .itemtable_row:last-child .itemtable_cell {
    border-bottom: 1px solid #0B0B0B;
  }
}
.itemtable_cell {
  display: table-cell;
  vertical-align: top;
  padding: 12px;
  border-top: 1px solid #0B0B0B;
}
.itemtable_cell .description {
  font-weight: 700;
}
.itemtable_cell .description > a {
  color: #0B0B0B;
  font-weight: 700;
}
.itemtable_cell .description > a:hover {
  color: #006AB3;
}
.itemtable_cell.description_line .form-group {
  margin-bottom: 0;
}
.itemtable_cell .comission_line {
  display: flex;
  align-items: center;
}
.itemtable_cell .comission_line input {
  max-width: 200px;
  width: 100%;
}
.itemtable_cell .comission_line .buttonSave {
  font-size: 2.6rem;
  margin-left: 12px;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  color: #0B0B0B;
}
.itemtable_cell .comission_line .buttonSave:hover {
  color: #F58D34;
}
.itemtable_cell .basket_delete {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .itemtable_cell .basket_delete {
    margin-top: 12px;
  }
}
.itemtable_cell .basket_delete .icon {
  margin-left: 0;
  margin-right: 5px;
  line-height: 15px;
}
.itemtable_cell .order_price {
  font-weight: 700;
}
.itemtable_label {
  display: none;
  color: #0B0B0B;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.itemtable_header .itemtable_cell {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 0;
}
@media (min-width: 768px) {
  .itemtable_cell.image_line {
    width: 140px;
  }
  .itemtable_cell.quantity_line {
    width: 150px;
  }
  .itemtable_cell.price_line,
  .itemtable_cell.line_amount_line {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .itemtable_list {
    display: block;
  }
  .itemtable_row {
    border-top: 1px solid #0B0B0B;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
  }
  .itemtable_row:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemtable_row:last-child {
    border-bottom: 1px solid #0B0B0B;
  }
  .itemtable_header {
    display: none;
  }
  .itemtable_cell {
    padding: 6px 12px;
    border: 0;
    text-align: left;
    width: 100%;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    float: right;
  }
  .itemtable_cell.image_line {
    width: 100px;
    float: left;
  }
  .itemtable_label {
    display: block;
  }
}
.item_images_container {
  position: relative;
}
.item_images_container .item_main_image {
  position: relative;
  height: 420px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.item_images_container .item_main_image .item_main_container {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
}
.item_images_container .item_main_image .item_main_container a {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
  cursor: default;
}
.item_images_container .item_main_image .item_main_container a img {
  cursor: pointer;
  max-height: 420px !important;
}
.item_images_container .item_main_image .item_video_container {
  position: relative;
  z-index: 20;
}
.item_images_container .item_main_image .item_video_container .embed-container {
  width: 100%;
  height: 100%;
}
.item_images_container .item_main_image .item_video_container .embed-container iframe {
  width: 100%;
  height: 100%;
}
.item_images_container .item_main_image .item_main_container,
.item_images_container .item_main_image .item_video_container {
  height: 420px;
  line-height: 1;
}
@media (max-width: 1249px) {
  .item_images_container .item_main_image {
    height: 320px;
    line-height: 1;
  }
  .item_images_container .item_main_image .item_main_container,
  .item_images_container .item_main_image .item_video_container {
    height: 320px;
    line-height: 1;
  }
  .item_images_container .item_main_image .item_main_container a img {
    max-height: 320px !important;
  }
}
@media (max-width: 1023px) {
  .item_images_container .item_main_image {
    height: 420px;
    line-height: 1;
  }
  .item_images_container .item_main_image .item_main_container,
  .item_images_container .item_main_image .item_video_container {
    height: 420px;
    line-height: 1;
  }
  .item_images_container .item_main_image .item_main_container a img {
    max-height: 420px !important;
  }
}
@media (max-width: 767px) {
  .item_images_container .item_main_image {
    height: 220px;
    line-height: 1;
  }
  .item_images_container .item_main_image .item_main_container,
  .item_images_container .item_main_image .item_video_container {
    height: 220px;
    line-height: 1;
  }
  .item_images_container .item_main_image .item_main_container a img {
    max-height: 220px !important;
  }
}
.item_images_container .item_images {
  margin-top: 48px;
  margin-bottom: -24px;
}
@media (max-width: 767px) {
  .item_images_container .item_images {
    margin-bottom: -12px;
    margin-top: 24px;
  }
}
.item_images_container .item_images > .row {
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .item_images_container .item_images > .row > div {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .item_images_container .item_images .col-xs-1-5 {
    width: 20%;
  }
}
.item_images_container .item_images .mz-thumb {
  border: 1px solid #F3F4F5;
  background: #ffffff;
  padding: 0;
  margin: 0;
  display: block;
}
.item_images_container .item_images .mz-thumb img {
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.item_images_container .item_images .mz-thumb:hover,
.item_images_container .item_images .mz-thumb:active,
.item_images_container .item_images .mz-thumb:focus,
.item_images_container .item_images .mz-thumb.mz-thumb-selected {
  border-color: #F58D34;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border: 1px solid #F3F4F5;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb:hover,
body .mz-expand-thumbnails .magic-thumbs .magic-thumb.magic-thumb-selected {
  border-color: #F58D34;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb img {
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.cross_price {
  display: inline-flex;
  position: relative;
  margin-left: 12px;
  color: #747474;
  font-size: 2.4rem;
  white-space: nowrap;
}
.cross_price--small {
  font-size: 1.6rem;
}
.cross_price:before {
  content: " ";
  height: 2px;
  background: #747474;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.base_price {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .base_price {
    font-size: 1.5rem;
  }
}
.base_price--small {
  font-size: 1.3rem;
  color: #747474;
}
.base_price.catalog {
  color: #0B0B0B;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .base_price.catalog {
    font-size: 1.3rem;
  }
}
.base_price.no-bold {
  font-weight: 400;
}
.label_price {
  font-size: 2rem;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .label_price {
    font-size: 1.5rem;
  }
}
.label_price--small {
  font-size: 1.3rem;
  color: #747474;
}
.label_price.catalog {
  color: #0B0B0B;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .label_price.catalog {
    font-size: 1.3rem;
  }
}
.wrapper_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .wrapper_price {
    margin-bottom: 5px;
  }
}
.wrapper_price:last-child {
  margin-bottom: 0;
}
.wrapper_price.no-margin {
  margin-bottom: 0;
}
.wrapper_price.variants-catalog {
  flex-direction: column;
  align-items: flex-end;
}
.wrapper_price.variants-b2b {
  justify-content: flex-start;
}
.category_headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .category_headline {
    font-size: 2.5rem;
  }
}
.shop_site_headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .shop_site_headline {
    font-size: 2.5rem;
  }
}
.search_headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .search_headline {
    font-size: 2.5rem;
  }
}
.favorites_headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 3rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .favorites_headline {
    font-size: 2.5rem;
  }
}
.order_price_total,
.order_price_total_label {
  font-size: 2rem;
  font-weight: 700;
}
.order_prices_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.order_prices_box:after {
  clear: both;
  content: " ";
  display: block;
}
.order_prices_box .order_prices_box_left,
.order_prices_box .order_prices_box_right {
  width: 50%;
  padding: 24px;
  border-bottom: 1px solid #0B0B0B;
}
@media (max-width: 767px) {
  .order_prices_box .order_prices_box_left,
  .order_prices_box .order_prices_box_right {
    padding: 12px;
  }
}
.order_prices_box .order_prices_box_left {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.order_prices_box .order_prices_box_right {
  background-color: #F3F4F5;
}
@media (max-width: 767px) {
  .order_prices_box {
    display: block;
  }
  .order_prices_box .order_prices_box_left {
    width: 100%;
    border-bottom: 0;
  }
  .order_prices_box .order_prices_box_right {
    border-top: 1px solid #0B0B0B;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  #itemCardModal .order_prices_box_left {
    width: 66.66666667%;
  }
  #itemCardModal .order_prices_box_right {
    width: 33.33333333%;
  }
}
.attributes {
  display: table;
  width: 100%;
  table-layout: auto;
  max-width: 500px;
}
.attributes__row {
  display: table-row;
}
.attributes__cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.attributes__cell--label {
  font-weight: 700;
}
.promotion {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 265px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promotion {
    max-height: 135px;
  }
}
.promotion__icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .promotion__icon {
    width: 30px;
  }
}
.promotion__icon .icon {
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promotion__icon .icon {
    font-size: 33px;
  }
}
.promotion__icon.promotion_1,
.promotion__icon.promotion_2,
.promotion__icon.promotion_3 {
  color: #ffffff;
  height: 22px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .promotion__icon.promotion_1,
  .promotion__icon.promotion_2,
  .promotion__icon.promotion_3 {
    height: 17px;
    font-size: 10px;
  }
}
.promotion__icon.promotion_0,
.promotion__icon.promotion_4,
.promotion__icon.promotion_5,
.promotion__icon.promotion_6,
.promotion__icon.promotion_7,
.promotion__icon.promotion_8 {
  background: #ffffff;
}
.promotion__icon.promotion_1 {
  background: #F58D34;
}
.promotion__icon.promotion_2 {
  height: 22px;
  background: #8d0e0e;
}
.promotion__icon.promotion_3 {
  background: #F58D34;
}
.promotion__icon.promotion_4 .icon {
  color: #006AB3;
}
.promotion__icon.promotion_5 .icon {
  color: #5A1515;
}
.promotion__icon.promotion_6 .icon {
  color: #00632F;
}
.promotion__icon.promotion_7 .icon {
  color: #C14200;
}
.promotion__icon.promotion_8 {
  display: none;
}
.promotion__icon.promotion_8 .icon {
  color: #111111;
}
.itemcard .icon-zoom {
  background: #ffffff;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 34px;
  color: #747474;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .itemcard .icon-zoom {
    font-size: 24px;
  }
}
.categorybox {
  display: flex;
  flex-wrap: wrap;
}
.categorybox .categorylist {
  display: flex;
}
@media (max-width: 359px) {
  .categorybox .categorylist {
    width: 100%;
  }
}
.categorybox .categorylist__container {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
}
.categorybox .categorylist__picture {
  flex-grow: 1;
}
.categorybox .categorylist__picture img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1;
}
.categorybox .categorylist__description {
  padding: 0 6px;
  hyphens: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #0B0B0B;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 250px;
  max-width: 80%;
  left: 50%;
  height: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-bottom: 6px solid #006AB3;
}
@media (max-width: 1667px) {
  .categorybox .categorylist__description {
    font-size: 1.6rem;
  }
}
@media (max-width: 1249px) {
  .categorybox .categorylist__description {
    font-size: 1.8rem;
    height: 45px;
    border-bottom-width: 4px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .categorybox .categorylist__description {
    font-size: 1.4rem;
    height: 30px;
    border-bottom-width: 2px;
  }
}
.categorybox .categorylist:hover .categorylist__description {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1249px) {
  .categorybox .categorylist:hover .categorylist__description {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .categorybox .categorylist:hover .categorylist__description {
    height: 40px;
  }
}
.categorybox.preview {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  justify-content: space-between;
}
.categorybox.preview .categorylist {
  width: auto;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  padding: 0;
  margin: 0;
}
@media (max-width: 1249px) {
  .categorybox.preview .categorylist {
    min-width: calc(25% - 24px);
    min-width: -moz-calc(25% - 24px);
    min-width: -webkit-calc(25% - 24px);
    min-width: -o-calc(25% - 24px);
  }
}
@media (max-width: 1023px) {
  .categorybox.preview .categorylist {
    min-width: calc(33% - 24px);
    min-width: -moz-calc(33% - 24px);
    min-width: -webkit-calc(33% - 24px);
    min-width: -o-calc(33% - 24px);
  }
}
@media (max-width: 767px) {
  .categorybox.preview .categorylist {
    min-width: calc(50% - 24px);
    min-width: -moz-calc(50% - 24px);
    min-width: -webkit-calc(50% - 24px);
    min-width: -o-calc(50% - 24px);
  }
}
.categoryboxEtsy .categorylist {
  display: flex;
}
@media (min-width: 624px) and (max-width: 767px) {
  .categoryboxEtsy .categorylist {
    width: 50%;
  }
}
@media (max-width: 359px) {
  .categoryboxEtsy .categorylist {
    width: 100%;
  }
}
.categoryboxEtsy .categorylist__container {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 18px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  flex-direction: column;
}
.categoryboxEtsy .categorylist__description {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 2rem;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 22px;
  width: 100%;
}
@media (min-width: 768px) {
  .categoryboxEtsy .categorylist__description {
    min-height: 48px;
  }
}
.categoryboxEtsy .categorylist__pictures {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 6px;
  margin-bottom: -6px;
}
.categoryboxEtsy .categorylist__pictures--image {
  width: calc(33.33% - 4px);
  width: -moz-calc(33.33% - 4px);
  width: -webkit-calc(33.33% - 4px);
  width: -o-calc(33.33% - 4px);
  margin-bottom: 6px;
}
.categoryboxEtsy .categorylist__pictures--image .image {
  border: 1px solid #F3F4F5;
}
.categoryboxEtsy .categorylist__pictures--image .image.no-border {
  border: 0;
}
.categoryboxEtsy .categorylist__pictures--image.last {
  background: #006AB3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.2rem;
}
.categoryboxEtsy .categorylist__pictures--image.last > div {
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}
.categoryboxEtsy .categorylist:hover .categorylist__container {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
.categoryboxEtsy .categorylist:hover .categorylist__description {
  color: #F58D34;
}
.tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tabs > ul {
  position: relative;
  left: -15px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 15px 15px 0 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media (max-width: 767px) {
  .tabs > ul {
    left: -12px;
    padding: 12px 12px 0 12px;
    scroll-padding-left: 12px;
    width: calc(100% + 12px);
    width: -moz-calc(100% + 12px);
    width: -webkit-calc(100% + 12px);
    width: -o-calc(100% + 12px);
  }
}
.tabs > ul > li {
  background: #F3F4F5;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: inline-flex;
  list-style-type: none;
  margin: 0 12px 0 0;
  padding: 0;
}
.tabs > ul > li:last-child {
  margin-right: 0;
}
.tabs > ul > li > a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  line-height: 1;
  font-size: 2rem;
  color: #0B0B0B;
  padding: 24px;
  min-height: 70px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 1249px) {
  .tabs > ul > li > a {
    padding: 12px;
    min-height: 45px;
  }
}
.tabs > ul > li.tabon,
.tabs > ul > li:hover {
  background: #ffffff;
}
.tabs > ul > li.tabon > a,
.tabs > ul > li:hover > a {
  color: #F58D34;
}
.tabs > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  padding: 36px 18px;
}
@media (max-width: 1249px) {
  .tabs > div {
    padding: 18px 9px;
  }
}
.tabs > div .itemcardList11 {
  margin-bottom: -48px;
}
@media (max-width: 1249px) {
  .tabs > div .itemcardList11 {
    margin-bottom: -24px;
  }
}
body div#container main div#content div div div div div div div#zoom-box a#zoom > .mz-figure > img {
  width: auto !important;
}
.itemcard_infoblock {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .itemcard_infoblock {
    margin-bottom: 12px;
  }
}
@media (min-width: 1668px) {
  .itemcard__top > .row {
    margin-left: -80px;
    margin-right: -80px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1668px) {
  .itemcard__top > .row > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1668px) {
  .itemcard__top > .row > div:first-child {
    width: 820px;
  }
}
@media (min-width: 1668px) {
  .itemcard__top > .row > div:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1249px) {
  .itemcardList2 .row,
  .itemcardList10 .row,
  .itemcardList11 .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .itemcardList2 .itemlist2,
  .itemcardList10 .itemlist2,
  .itemcardList11 .itemlist2 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.itemlist2 {
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 1249px) {
  .itemlist2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 359px) {
  .itemlist2 {
    width: 100%;
  }
}
.itemlist2__container {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.itemlist2__image {
  flex-shrink: 0;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .itemlist2__image .image:before {
    padding-top: 75%;
  }
}
.itemlist2__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.itemlist2__itemno {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .itemlist2__itemno {
    margin-bottom: 0;
  }
}
.itemlist2__description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #006AB3;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 2rem;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 15px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .itemlist2__description {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.itemlist2__description a {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  color: #0B0B0B;
}
.itemlist2__description a:hover {
  color: #F58D34;
}
.itemlist2__inventory {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .itemlist2__inventory {
    margin-bottom: 10px;
  }
}
.itemlist2__price {
  display: flex;
  flex-direction: column;
}
.itemlist2__cta {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .itemlist2__cta {
    margin-bottom: 10px;
  }
}
.itemlist2__cta .button {
  width: 100%;
  white-space: nowrap;
}
.itemlist2:hover .itemlist2__container {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
#search {
  width: 100%;
}
#search input {
  width: 100%;
}
#search form {
  position: relative;
}
#search form .search_button {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0B0B0B;
  cursor: pointer;
  width: 40px;
  height: 100%;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}
#search form .search_button:hover {
  color: #F58D34;
}
#search form .search_field > input {
  padding-right: 40px;
}
.headerSearch {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 1250px) {
  .headerSearch {
    margin-right: 20px;
  }
}
@media (max-width: 1249px) {
  .headerSearch {
    max-width: 320px;
  }
}
@media (max-width: 1023px) {
  .headerSearch {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .headerSearch {
    max-width: calc(100% - 45px);
    max-width: -moz-calc(100% - 45px);
    max-width: -webkit-calc(100% - 45px);
    max-width: -o-calc(100% - 45px);
    order: 4;
    margin-top: 6px;
  }
}
.quantityBasketWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.quantityBasketWrapper .button_refresh {
  margin-left: 12px;
  flex-shrink: 0;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  color: #0B0B0B;
}
.quantityBasketWrapper .button_refresh:hover,
.quantityBasketWrapper .button_refresh:focus,
.quantityBasketWrapper .button_refresh:active {
  color: #ea720c;
}
.quantityBasketWrapper .button_refresh i {
  display: block;
}
.itemtable_list.itemtable_list--basket .summary {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .itemtable_list.itemtable_list--basket .itemtable_row:not(.itemtable_header) .itemtable_cell:not(.image_line) {
    padding-top: 30px;
  }
  .itemtable_list.itemtable_list--basket .itemtable_row:not(.itemtable_header) .itemtable_cell.quantity_line {
    padding-top: 18px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .itemtable_list.itemtable_list--basket .itemtable_cell.quantity_line {
    width: 210px;
    float: left;
    padding-left: 112px;
  }
  .itemtable_list.itemtable_list--basket .itemtable_cell.line_amount_line {
    width: calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: -o-calc(100% - 210px);
    text-align: right;
  }
  .itemtable_list.itemtable_list--basket .itemtable_cell.line_amount_line .order_price {
    line-height: 40px;
  }
}
.user_basket_refresh_buttons {
  padding-top: 24px;
  padding-bottom: 24px;
}
.user_basket_refresh_buttons a {
  margin-right: 12px;
}
.user_basket_refresh_buttons a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .user_basket_refresh_buttons {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 359px) {
  .user_basket_refresh_buttons a {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .user_basket_refresh_buttons a:last-child {
    margin-bottom: 0;
  }
}
.lineBasketWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineBasketWrapper .user_basket_refresh_buttons {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .lineBasketWrapper .user_basket_refresh_buttons {
    padding: 0;
    align-items: center;
    min-height: 78px;
  }
}
@media (max-width: 767px) {
  .lineBasketWrapper .user_basket_refresh_buttons {
    justify-content: center;
  }
}
.lineBasketWrapper .order_prices_box {
  flex-grow: 1;
  justify-content: flex-end;
}
.lineBasketWrapper .order_prices_box .order_prices_box_right {
  width: 100%;
  max-width: 500px;
}
.order_box {
  background-color: #F3F4F5;
  padding: 20px;
  margin-bottom: 72px;
}
.order_devision_headline {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0B0B0B;
}
.itemtable_list.itemtable_list--order .summary {
  margin-top: 10px;
}
.itemtable_list.itemtable_list--order .itemtable_cell.price_line,
.itemtable_list.itemtable_list--order .itemtable_cell.line_amount_line {
  width: auto;
}
@media (min-width: 360px) and (max-width: 767px) {
  .itemtable_list.itemtable_list--order .itemtable_cell.quantity_line {
    width: 210px;
    float: left;
    padding-left: 112px;
  }
  .itemtable_list.itemtable_list--order .itemtable_cell.line_amount_line {
    text-align: right;
    width: calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: -o-calc(100% - 210px);
  }
}
.shop_item_preview {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 1249px) {
  .shop_item_preview {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.shop_item_preview .owl-carousel {
  display: flex;
  flex-wrap: wrap;
}
.shop_item_preview .owl-carousel .owl-stage-outer {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
.shop_item_preview .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.shop_item_preview .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
}
.shop_item_preview .itemcardList10,
.shop_item_preview .itemcardList11 {
  display: flex;
  flex-wrap: wrap;
}
.shop_item_preview .itemcardList10 .itemlist2 {
  margin-bottom: 0;
}
.itempreviewnoslider .itemcardList10 .itemlist2 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .itempreviewnoslider .itemcardList10 .itemlist2 {
    margin-bottom: 24px;
  }
}
.variantslist {
  display: flex;
  margin: 12px 0;
}
.variantslist:hover .variantslist__container {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
.variantslist__container {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  flex-grow: 1;
  padding: 24px;
  display: flex;
}
@media (max-width: 1249px) {
  .variantslist__container {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .variantslist__container {
    flex-wrap: wrap;
  }
}
.variantslist__infos {
  color: #0B0B0B !important;
  text-decoration: none !important;
  flex-grow: 1;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .variantslist__infos {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .variantslist__infos {
    padding-bottom: 3px;
  }
}
@media (max-width: 1249px) {
  .variantslist__infos {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.variantslist__infos > div {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1249px) {
  .variantslist__infos > div {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.variantslist__cta {
  max-width: 163px;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .variantslist__cta {
    margin-left: 48px;
  }
}
@media (max-width: 767px) {
  .variantslist__cta {
    max-width: 100%;
    margin-top: 12px;
  }
}
.variantslist__image {
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .variantslist__image {
    width: 80px;
  }
}
@media (max-width: 359px) {
  .variantslist__image {
    width: 60px;
  }
}
.variantslist__details {
  flex-grow: 1;
}
.variantslist__details.catalog {
  display: flex;
  flex-direction: column;
}
.variantslist__graduatedprices {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
}
.variantslist__graduatedprices--label {
  text-align: end;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .variantslist__graduatedprices {
    padding-bottom: 3px;
    width: 200px;
  }
}
@media (min-width: 1668px) {
  .variantslist__graduatedprices {
    padding-bottom: 7px;
  }
}
.variantslist__graduatedprices.catalog {
  align-items: flex-start;
}
.variantslist__graduatedprices .graduated_price_line {
  display: flex;
  width: 100%;
  height: 100%;
}
.variantslist__graduatedprices .graduated_price_line .graduated_price_value {
  height: fit-content;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  flex-grow: 1;
  margin-top: -3px;
}
@media (max-width: 1250px) {
  .variantslist__graduatedprices .graduated_price_line .graduated_price_value {
    margin-top: -2px;
  }
}
@media (max-width: 1024px) {
  .variantslist__graduatedprices .graduated_price_line .graduated_price_value {
    font-size: 1.6rem;
    padding-top: 1px;
    padding-right: 11px;
  }
}
@media (max-width: 768px) {
  .variantslist__graduatedprices .graduated_price_line .graduated_price_value {
    font-size: 2rem;
    padding-top: 2px;
    padding-right: 1px;
  }
}
.variantslist__graduatedprices .graduated_price_line:first-child {
  flex-grow: 1;
}
.variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_desc {
  display: none;
}
.variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px;
  color: #0B0B0B;
  margin-bottom: 24px;
  padding: 0;
}
@media (max-width: 767px) {
  .variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value {
    font-size: 1.5rem;
  }
}
.variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value--small {
  font-size: 1.3rem;
  color: #747474;
}
.variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value.catalog {
  color: #0B0B0B;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value.catalog {
    font-size: 1.3rem;
  }
}
.variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value.no-bold {
  font-weight: 400;
}
@media (max-width: 767px) {
  .variantslist__graduatedprices .graduated_price_line:first-child .graduated_price_value {
    margin-bottom: 12px;
  }
}
.variantslist__graduatedprices .label_price {
  white-space: nowrap;
}
.variantslist__itemno {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .variantslist__itemno {
    font-size: 1.6rem;
  }
}
.variantslist__description {
  -webkit-transition: 0.1s ease-in-out all;
  -moz-transition: 0.1s ease-in-out all;
  -ms-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #0B0B0B;
}
@media (max-width: 1667px) {
  .variantslist__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 1249px) {
  .variantslist__description {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .variantslist__description {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .variantslist__description {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.variantslist__description.catalog {
  flex-grow: 1;
}
.variantslist__description:hover,
.variantslist__description:active,
.variantslist__description:focus {
  color: #F58D34;
}
.variantslist__price {
  color: #747474;
  font-size: 1.3rem;
}
.variantslist__inventory {
  line-height: 1;
  margin-top: 5px;
}
.itemcard_order_button_vat_ship_notice_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .itemcard_order_button_vat_ship_notice_wrapper {
    padding-right: 228px;
  }
}
.itemcard_order_button_vat_ship_notice_wrapper.catalog {
  padding-right: 12px;
}
.order_price_inventory {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.price_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 205px;
}
.price_wrapper .price_label {
  font-size: 2rem;
}
.graduated_price_table {
  color: #747474;
  font-size: 1.3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.graduated_price_table .graduated_price_line {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.graduated_price_table .graduated_price_line .graduated_price_desc,
.graduated_price_table .graduated_price_line .graduated_price_value {
  white-space: nowrap;
}
.graduated_price_table .graduated_price_line .graduated_price_desc {
  min-width: 50px;
  max-width: 50px;
  margin-right: 6px;
}
.linklist.sparepartslist .table_cell {
  vertical-align: top;
}
.linklist.sparepartslist .table_cell.image_line {
  min-width: 140px;
}
@media (max-width: 1249px) {
  .linklist.sparepartslist .table_cell.image_line {
    min-width: 100px;
  }
}
@media (max-width: 1249px) {
  .linklist.sparepartslist .table_cell.image_line {
    min-width: 60px;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_cell.image_line {
    min-width: 80px;
    float: left;
  }
}
@media (max-width: 359px) {
  .linklist.sparepartslist .table_cell.image_line {
    min-width: 60px;
  }
}
.linklist.sparepartslist .table_header .table_cell {
  border: 0;
  white-space: nowrap;
  background: #F3F4F5;
  padding: 12px;
}
@media (min-width: 1250px) {
  .linklist.sparepartslist .table_header .table_cell {
    padding: 12px 24px;
  }
}
.linklist.sparepartslist .table_header .table_cell.item_number {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.linklist.sparepartslist .table_header .table_cell.item_number:hover .icon {
  color: #F58D34;
}
.linklist.sparepartslist .table_header .table_cell.item_number.up .icon:before {
  content: "\E02E";
}
.linklist.sparepartslist .table_header .table_cell.item_number.down .icon:before {
  content: "\E02D";
}
.linklist.sparepartslist .table_header .table_cell.item_number .icon {
  font-size: 20px;
  color: #006AB3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body {
    margin-bottom: 0;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body.catalog {
    display: flex;
    align-items: flex-start;
  }
}
.linklist.sparepartslist .table_body.catalog .table_cell.description {
  width: 100%;
}
.linklist.sparepartslist .table_body.catalog .table_cell.uvp {
  width: auto;
}
.linklist.sparepartslist .table_body:nth-child(odd) {
  background: #F3F4F5;
}
.linklist.sparepartslist .table_body:nth-child(even) {
  background: #ffffff;
}
.linklist.sparepartslist .table_body .table_cell {
  padding: 6px;
  margin-bottom: 6px;
}
@media (min-width: 1250px) {
  .linklist.sparepartslist .table_body .table_cell {
    padding: 12px 24px;
  }
}
.linklist.sparepartslist .table_body .table_cell.item_number {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .linklist.sparepartslist .table_body .table_cell.item_number {
    padding-top: 18px;
  }
}
@media (max-width: 1667px) {
  .linklist.sparepartslist .table_body .table_cell.item_number {
    font-size: 1.8rem;
  }
}
@media (max-width: 1249px) {
  .linklist.sparepartslist .table_body .table_cell.item_number {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.item_number {
    font-size: 1.4rem;
    float: right;
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    font-weight: 400;
  }
}
@media (max-width: 359px) {
  .linklist.sparepartslist .table_body .table_cell.item_number {
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
  }
}
.linklist.sparepartslist .table_body .table_cell.description {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .linklist.sparepartslist .table_body .table_cell.description {
    padding-top: 18px;
  }
}
@media (max-width: 1667px) {
  .linklist.sparepartslist .table_body .table_cell.description {
    font-size: 1.8rem;
  }
}
@media (max-width: 1249px) {
  .linklist.sparepartslist .table_body .table_cell.description {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.description {
    font-size: 1.4rem;
    float: right;
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    flex-wrap: wrap;
  }
}
@media (max-width: 359px) {
  .linklist.sparepartslist .table_body .table_cell.description {
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.description > div {
    width: 100%;
  }
}
.linklist.sparepartslist .table_body .table_cell.description .item_number {
  font-weight: 400;
}
.linklist.sparepartslist .table_body .table_cell.description .wrapper_price {
  display: none;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.description .wrapper_price {
    display: flex;
  }
}
.linklist.sparepartslist .table_body .table_cell.description .wrapper_price .label_price {
  white-space: nowrap;
  font-weight: 400;
}
.linklist.sparepartslist .table_body .table_cell.uvp {
  color: #747474;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .linklist.sparepartslist .table_body .table_cell.uvp {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.uvp {
    float: right;
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
  }
}
@media (max-width: 359px) {
  .linklist.sparepartslist .table_body .table_cell.uvp {
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
  }
}
.linklist.sparepartslist .table_body .table_cell.uvp.catalog {
  color: #0B0B0B;
}
.linklist.sparepartslist .table_body .table_cell.uvp .wrapper_price {
  flex-wrap: nowrap;
}
.linklist.sparepartslist .table_body .table_cell.uvp .wrapper_price .label_price {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .linklist.sparepartslist .table_body .table_cell.your_price_per_unit {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.your_price_per_unit {
    width: 100%;
    text-align: right;
    min-height: 40px;
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_table {
    width: 100%;
    align-items: flex-end;
  }
}
.linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child {
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
.linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_desc {
  display: none;
}
.linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value {
  width: auto;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px;
  color: #0B0B0B;
  padding: 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value {
    font-size: 1.5rem;
  }
}
.linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value--small {
  font-size: 1.3rem;
  color: #747474;
}
.linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value.catalog {
  color: #0B0B0B;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value.catalog {
    font-size: 1.3rem;
  }
}
.linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value.no-bold {
  font-weight: 400;
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.your_price_per_unit .graduated_price_line:first-child .graduated_price_value {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .linklist.sparepartslist .table_body .table_cell.quantity {
    width: 60px;
    margin-right: 24px;
    clear: both;
  }
}
.linklist.sparepartslist .table_body .table_cell.quantity .basket_with_price {
  width: 100%;
}
.linklist.sparepartslist .table_body .table_cell.quantity .basket_with_price .quantity {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 1250px) {
  .linklist.sparepartslist .table_body .table_cell.quantity .basket_with_price .quantity {
    min-width: 160px;
  }
}
.categorybox.preview {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#languageSwitch {
  position: relative;
}
#languageSwitch:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 8px;
  display: none;
  left: 0;
  width: 100%;
}
#languageSwitch .listLanguageSwitch {
  -webkit-box-shadow: 0 2px 2px #EEEEEE;
  -moz-box-shadow: 0 2px 2px #EEEEEE;
  box-shadow: 0 2px 2px #EEEEEE;
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  padding: 10px;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 1249px) {
  #languageSwitch .listLanguageSwitch {
    padding: 5px;
  }
}
#languageSwitch .listLanguageSwitch > ul {
  padding: 0;
  margin: 0;
}
#languageSwitch .listLanguageSwitch > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#languageSwitch .listLanguageSwitch > ul > li.active > a {
  color: #F58D34;
}
#languageSwitch .listLanguageSwitch > ul > li > a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  color: #0B0B0B;
  padding: 5px 0;
  text-decoration: none;
}
#languageSwitch .listLanguageSwitch > ul > li > a:hover {
  text-decoration: none;
  color: #F58D34;
}
#languageSwitch .listLanguageSwitch > ul > li > a img {
  width: 40px;
  margin-bottom: 5px;
}
@media (max-width: 1249px) {
  #languageSwitch .listLanguageSwitch > ul > li > a img {
    width: 30px;
  }
}
#languageSwitch.hoverintent:after {
  display: block;
}
#languageSwitch.hoverintent .listLanguageSwitch {
  display: block;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

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