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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
  background-color: var(--background-color);
  margin: 0;
}

.slick-loading .slick-list {
  background-image: url(../../images/ajax-loader.svg);
}

.button {
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  color: var(--text-color);
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.button.transparent {
  border: 1px solid var(--button-bg-color);
  background-color: transparent;
}
.button.transparent.red {
  color: var(--button-bg-color);
}

.conf-done {
  margin: 0px auto;
  text-align: center;
}
.conf-done button {
  margin: 0px auto 0;
  position: relative;
  z-index: 100;
  top: -60px;
}
.conf-done .button[disabled] {
  display: none;
}

.vendor-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.vendor-header__vendor-header__inner {
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
.vendor-header img {
  display: block;
  position: relative;
  z-index: 25;
}

.toggle-cart {
  background-image: var(---cart-image);
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: var(--card-bg-color);
  background-position: 50%;
  background-size: 24px auto;
  z-index: 100;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  cursor: pointer;
}

.admin-bar .toggle-cart {
  top: 30px;
}

.cf-pager {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cf-pager span {
  display: block;
}
.cf-pager .cf-reset {
  margin-left: 200px;
  position: absolute;
}
.cf-pager .cf-reset button {
  background-color: transparent;
  border: 0;
  color: var(--link-color);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.cf-pager .cf-reset button.hidden {
  display: none;
}

.cf-pages {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.cf-page {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid var(--text-color);
}
.cf-page.current {
  background-color: var(--text-color);
}

.cart-details {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--background-color);
}
body.cart-open .cart-details {
  transform: translateX(0);
}
.cart-details .cart-inner {
  max-width: 1300px;
  margin: 150px auto 20px;
}
.cart-details h3 {
  color: var(--heading-text-color);
  text-align: center;
  font-size: 60px;
  line-height: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

body.cart-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .cart-details h3 {
    font-size: 32px;
  }
  .cart-details .cart-preview-act {
    margin-top: 10px;
  }
  .cart-details .cart-item__title {
    font-size: 18px;
  }
  .cart-details .cart-item__canvas {
    height: 80px;
  }
  .cart-details .cart-inner {
    margin-left: 25px;
    margin-right: 25px;
    flex-direction: column;
    gap: 50px;
  }
  .cart-details .cart-inner .cart-left {
    width: 100%;
  }
  .cart-details .cart-inner .cart-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .toggle-cart {
    height: 80px;
    width: 80px;
    background-size: 30px auto;
  }
  .cf-pager .cf-reset {
    margin-left: 120px;
  }
  .vendor-header__inner {
    align-self: flex-start;
    margin-left: 15px;
  }
}
.configurator-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  z-index: 1;
}
.configurator-slider .slick-list {
  overflow: visible;
}
.configurator-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.configurator-slider.slick-initialized .slick-slide {
  height: auto;
  margin: 0px 25px;
}
.configurator-slider.slick-initialized .slick-slide[disabled-slide] {
  opacity: 0.4;
}
.configurator-slider.slick-initialized .slick-slide > div {
  display: flex;
  height: 100%;
}
.configurator-slider.slick-initialized .slick-slide > div .configurator-slide {
  display: flex !important;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.cs-inner {
  padding: 110px 50px 30px 50px;
}

.configurator-slide {
  background: var(--card-bg-color, #fff);
  border-radius: 16px;
}
.configurator-slide.build-another-slide {
  background-color: transparent;
}
.configurator-slide.transparent-slide {
  background-color: transparent;
}

.s-foot {
  display: flex;
  flex-direction: row;
}
.s-foot.s-center {
  gap: 15px;
  justify-content: center;
}
.s-foot.s-center .button {
  margin-left: 0 !important;
}
.s-foot .button {
  margin-left: 0;
}
.s-foot .button[disabled] {
  display: none;
}
.s-foot .button + .button {
  margin-left: auto;
}

.s-checkboxes {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.s-checkboxes label {
  display: flex;
  gap: 10px;
}

.tooltip-data {
  display: none;
  position: absolute;
}
.tooltip-data.active {
  display: block;
  padding: 10px;
  background-color: var(--tooltip-bg-color);
  width: 200px;
}
.tooltip-data.active * {
  color: var(--tooltip-content-color);
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
.tooltip-data.active a {
  text-decoration: underline;
}

.s-head {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
.s-head .number {
  font-size: 16px;
  line-height: 16px;
  color: var(--card-bg-color);
  background-color: var(--text-color);
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-head .number.current {
  background-image: var(--added-to-cart-image);
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.s-head .title {
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.s-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.s-form select {
  font-size: 18px;
  line-height: 18px;
  padding: 12px 18px;
  color: var(--input-text-color);
  appearance: none;
  background-image: var(--select-dropdown-image);
  border-radius: 4px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 30px;
  background-color: #fff;
  border: 0;
}
.s-form select[disabled] {
  opacity: 0.5;
}
.s-form .no-label {
  font-size: 12px;
  line-height: 12px;
}
.s-form input {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 18px;
  color: var(--input-text-color);
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 0;
}
.s-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.s-form input[type=checkbox]:checked + label:before {
  background-image: var(--checkmark-image);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
}
.s-form input[type=checkbox]:focus + label:before {
  border-color: var(--button-bg-color);
}
.s-form input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.s-form input[type=radio] + label {
  display: flex;
  gap: 10px;
}
.s-form input[type=radio]:checked + label {
  position: relative;
}
.s-form input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: var(--button-bg-color);
  border-radius: 20px;
}
.s-form label, .s-form span.label {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.s-form label.radio-option, .s-form span.label.radio-option {
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
}
.s-form label.radio-option:before, .s-form span.label.radio-option:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid var(--text-color);
  display: inline-block;
  border-radius: 23px;
  margin-right: 0px;
}
.s-form label.checkbox-option, .s-form span.label.checkbox-option {
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
}
.s-form label.checkbox-option:before, .s-form span.label.checkbox-option:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid var(--text-color);
  display: inline-block;
  margin-right: 0px;
}
.s-form .s-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}
.s-form .s-item.the-number {
  max-width: 90px;
}
.s-form .s-item.s-contact-preference {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.s-form .s-item.s-contact-preference span.label {
  width: 100%;
}
.s-form .s-row.s-two {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.s-form .s-row button[disabled] {
  background-color: #2a2a2a;
  color: #000;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.s-form .s-row button[disabled]#go-to-wire, .s-form .s-row button[disabled]#go-to-left-lug-2 {
  background-color: transparent;
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  padding: 8px 20px;
}
.s-form .s-row.to-right {
  text-align: right;
}

.tooltip {
  border: 0;
  background-image: var(--tooltip-image);
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.s-chk-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tablet-mobile {
  display: none;
}

.just-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .tablet-mobile {
    display: block;
  }
}
@media (max-width: 1210px) {
  .cs-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .s-form select, .s-form input {
    font-size: 16px;
    line-height: 16px;
  }
  .s-head .title {
    font-size: 24px;
  }
  .configurator-slide {
    position: relative;
  }
  .s-row.push-down {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    display: flex;
    gap: 10px;
  }
  .s-row.push-down .button + .button {
    margin-left: auto;
  }
  .configurator-slider.slick-initialized .slick-slide {
    margin-bottom: 60px;
  }
  .conf-done {
    display: none;
  }
}
@media (max-width: 767px) {
  .just-mobile {
    display: block;
  }
  .cs-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .configurator-slider {
    margin-top: 0px;
  }
  .configurator-slider.slick-initialized .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.buttons-top {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.wire-preview-container {
  transition: opacity 0.15s ease;
}

#cable-preview {
  width: calc(100% - 50px);
  margin: 0px 25px 0px;
  height: 150px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
}
#cable-preview canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#cable-added-to-cart {
  position: absolute;
  left: 0;
  width: calc(100% - 50px);
  margin: 45px 25px 0px;
  height: 150px;
  background-image: var(--added-to-cart-image);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 74px auto;
  z-index: 11;
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
#cable-added-to-cart.hidden {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  #cable-preview {
    height: 80px;
    position: static;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #cable-added-to-cart {
    height: 80px;
    background-size: 37px auto;
    margin-top: -80px;
  }
}
.cart-details .s-form .s-row.s-two {
  gap: 20px;
}

.s-contact-preference {
  display: flex;
  gap: 20px;
}
.s-contact-preference .s-radio {
  display: flex;
}

h3 + .s-form {
  margin-top: 50px;
}

.s-item-submit {
  text-align: center;
}

.cart-inner {
  display: flex;
  gap: 25px;
}

.cart-right {
  padding: 25px;
  background-color: var(--card-bg-color);
  width: 250px;
}
.cart-right .button {
  width: 100%;
}

.cart-left {
  width: calc(100% - 275px);
}
.cart-left.full-width {
  width: 100%;
}

.cart-preview h3 {
  text-align: left;
}

.cart-submit-quote.hidden {
  display: none;
}
.cart-submit-quote {
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cart-preview-act {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.cart-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cart-item span {
  display: block;
}
.cart-item + .cart-item {
  position: relative;
}
.cart-item + .cart-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--cart-label-text-color);
  left: 0px;
  top: -15px;
}

.cart-item__title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
}

.cart-item__canvas {
  height: 150px;
  display: flex;
  width: 100%;
}
.cart-item__canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.cart-item__details {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.cart-item__col {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-item__col.cart-item__col--center, .cart-item__col.cart-item__col--right {
  border-left: 1px solid var(--cart-label-text-color);
}
.cart-item__col.cart-item__col--center .cart-item__label, .cart-item__col.cart-item__col--right .cart-item__label {
  padding-left: 10px;
}
.cart-item__col.cart-item__col--center .cart-item__key, .cart-item__col.cart-item__col--right .cart-item__key {
  padding-left: 10px;
}
.cart-item__col .cart-item__label {
  color: var(--cart-label-text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid var(--cart-label-text-color);
  text-transform: uppercase;
}
.cart-item__col .cart-item__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-right: 10px;
}
.cart-item__col .cart-item__row > div {
  width: 50%;
  padding: 8px 10px;
}
.cart-item__col .cart-item__key {
  color: var(--cart-label-text-color);
  text-transform: uppercase;
  font-size: 16px;
}
.cart-item__col .cart-item__val {
  color: var(--text-color);
  font-size: 16px;
}

.cart-item__footer {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.cart-item__footer button {
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.cart-item__footer .cart-item__edit {
  background-image: var(--cart-edit-image);
}
.cart-item__footer .cart-item__qty {
  color: var(--text-color);
  font-size: 16px;
}
.cart-item__footer .cart-item__delete {
  background-image: var(--cart-delete-image);
}

.s-field-error {
  border-color: var(--color-accent, #e74c3c) !important;
}

.s-error {
  display: block;
  color: var(--color-accent, #e74c3c);
  font-size: 0.75rem;
  margin-top: 4px;
}
.s-error--global {
  background: rgba(231, 76, 60, 0.1);
  border: 1px solid var(--color-accent, #e74c3c);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.s-quote-success {
  text-align: center;
  padding: 3rem 2rem;
}
.s-quote-success h3 {
  margin-bottom: 1rem;
}
.s-quote-success .s-order-id {
  margin-top: 1rem;
  opacity: 0.6;
  font-size: 0.85rem;
}

.quote-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
}
.quote-popup__box {
  max-width: 1000px;
  width: 90%;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid var(--text-color);
}
.quote-popup__box-inner {
  max-width: 600px;
  margin: 0px auto;
}
.quote-popup h2 {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.quote-popup .quote-popup__icon.is-success {
  background-image: var(--added-to-cart-image);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 74px auto;
  height: 74px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  #cable-configuration-form {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart-item__details {
    flex-direction: column;
    gap: 20px;
  }
  .cart-item__col.cart-item__col--center, .cart-item__col.cart-item__col--right {
    border-left: 0;
  }
  .cart-item__col.cart-item__col--center .cart-item__label, .cart-item__col.cart-item__col--right .cart-item__label {
    padding-left: 0;
  }
  .cart-item__col.cart-item__col--center .cart-item__key, .cart-item__col.cart-item__col--right .cart-item__key {
    padding-left: 0;
  }
  .cart-item__row {
    padding-left: 10px !important;
  }
  .cart-item__col {
    width: 100%;
    gap: 5px;
  }
  .cart-item + .cart-item::before {
    left: -25px;
    width: calc(100% + 50px);
  }
}

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