<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5625rem 1.25rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .fancybox-content {
    padding: 1.875rem 1.5625rem;
  }
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&amp;fsDefault=1em&amp;fwDefault=normal&amp;cornerRadius=3px&amp;bgColorHeader=e9e9e9&amp;bgTextureHeader=flat&amp;borderColorHeader=dddddd&amp;fcHeader=333333&amp;iconColorHeader=444444&amp;bgColorContent=ffffff&amp;bgTextureContent=flat&amp;borderColorContent=dddddd&amp;fcContent=333333&amp;iconColorContent=444444&amp;bgColorDefault=f6f6f6&amp;bgTextureDefault=flat&amp;borderColorDefault=c5c5c5&amp;fcDefault=454545&amp;iconColorDefault=777777&amp;bgColorHover=ededed&amp;bgTextureHover=flat&amp;borderColorHover=cccccc&amp;fcHover=2b2b2b&amp;iconColorHover=555555&amp;bgColorActive=007fff&amp;bgTextureActive=flat&amp;borderColorActive=003eff&amp;fcActive=ffffff&amp;iconColorActive=ffffff&amp;bgColorHighlight=fffa90&amp;bgTextureHighlight=flat&amp;borderColorHighlight=dad55e&amp;fcHighlight=777620&amp;iconColorHighlight=777620&amp;bgColorError=fddfdf&amp;bgTextureError=flat&amp;borderColorError=f1a899&amp;fcError=5f3f3f&amp;iconColorError=cc0000&amp;bgColorOverlay=aaaaaa&amp;bgTextureOverlay=flat&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=666666&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=5px&amp;offsetTopShadow=0px&amp;offsetLeftShadow=0px&amp;cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #000;
  font-weight: bold;
}

.ui-widget-header a {
  color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/* Slick slider styles */
.slick-slides {
  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-slides .slick-track,
.slick-slides .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;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-italic.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600italic.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-600italic.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700italic.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-700italic.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot");
  src: url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff2") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff") format("woff"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300italic.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-ext_latin_cyrillic-ext_cyrillic-300italic.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vvttfv");
  src: url("../fonts/icomoon.eot?vvttfv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vvttfv") format("truetype"), url("../fonts/icomoon.woff?vvttfv") format("woff"), url("../fonts/icomoon.svg?vvttfv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:not(.btn), [class*=" icon-"]:not(.btn) {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-settings:before {
  content: "\e91a";
}

.icon-help:before {
  content: "\e91b";
}

.icon-a-to-z:before {
  content: "\e919";
}

.icon-grabber2:before {
  content: "\e90d";
}

.icon-play-filled:before {
  content: "\e916";
}

.icon-graphic:before {
  content: "\e908";
}

.icon-enlarge:before {
  content: "\e911";
}

.icon-plus:before {
  content: "\e912";
}

.icon-minus:before {
  content: "\e913";
}

.icon-360:before {
  content: "\e914";
}

.icon-pdf:before {
  content: "\e915";
}

.icon-tick:before {
  content: "\e917";
}

.icon-download:before {
  content: "\e90f";
}

.icon-grabber:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90c";
}

.icon-24-7:before {
  content: "\e909";
}

.icon-services:before {
  content: "\e90a";
}

.icon-setting:before {
  content: "\e90b";
}

.icon-location:before {
  content: "\e907";
}

.icon-arrow-down3:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e910";
}

.icon-mouse-square:before {
  content: "\e904";
}

.icon-cheveron-down:before {
  content: "\e901";
}

.history-slides .paging ul, .company .info-list, .company .link-list, .feature .item-links, .item-listing, .widget-location .nav-tabs, .slick-slides .slick-dots, .nav-info ul, .nav-footer ul, address .contact-list, .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul, .tick-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

a,
button,
input[type=submit] {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  a,
button,
input[type=submit] {
    transition: none;
  }
}

a:active {
  color: #ffb400;
}
a.secondary {
  color: #000;
}
a.secondary:hover, a.secondary:focus {
  color: #838383;
}
a.secondary:active {
  color: #000;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}

.link, #main a {
  font-weight: 600;
}

#main a.btn,
#main .box-info a {
  font-weight: normal;
}

h1 &gt; a,
h2 &gt; a,
h3 &gt; a,
h4 &gt; a,
h5 &gt; a,
h6 &gt; a {
  color: inherit;
  text-decoration: none;
}
h1 &gt; a:hover, h1 &gt; a:focus,
h2 &gt; a:hover,
h2 &gt; a:focus,
h3 &gt; a:hover,
h3 &gt; a:focus,
h4 &gt; a:hover,
h4 &gt; a:focus,
h5 &gt; a:hover,
h5 &gt; a:focus,
h6 &gt; a:hover,
h6 &gt; a:focus {
  color: #838383;
  text-decoration: none;
}
h1 &gt; a:active,
h2 &gt; a:active,
h3 &gt; a:active,
h4 &gt; a:active,
h5 &gt; a:active,
h6 &gt; a:active {
  color: #000;
}

h1 {
  line-height: 2.5rem;
  position: relative;
  padding: 1.25rem 0 0;
  margin: 0 0 0.8125rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}
@media (min-width: 1000px) {
  h1 {
    font-size: 3rem;
    line-height: 3.375rem;
    padding: 1.375rem 0 0;
    margin: 0 0 1.3125rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}
h1 span {
  display: block;
}
h1:after {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 5.625rem;
  height: 0.25rem;
  font-size: 0;
  line-height: 0;
  content: "";
  background: #ffb400;
}
@media (min-width: 1000px) {
  h1:after {
    width: 7.875rem;
    height: 0.375rem;
  }
}
h1.bottom {
  padding: 0 0 1.5625rem;
}
@media (min-width: 1000px) {
  h1.bottom {
    padding: 0 0 1.375rem;
  }
}
h1.bottom:after {
  top: auto;
  bottom: 0;
}
h1.small-headline {
  font-size: 0.75rem;
  line-height: 0;
}
h1.small-headline:after {
  width: 0;
  height: 0;
  background: none;
}

h2 {
  line-height: 2.125rem;
  position: relative;
  padding: 1.25rem 0 0;
  margin: 0 0 1.125rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 2.3125rem;
    padding: 1.75rem 0 0;
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1000px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5625rem;
    margin: 0 0 1.5rem;
    padding: 1.375rem 0 0;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin: 0 0 1.8125rem;
  }
}
h2:after {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 5.625rem;
  height: 0.25rem;
  font-size: 0;
  line-height: 0;
  content: "";
  background: #ffb400;
}
@media (min-width: 1000px) {
  h2:after {
    width: 7.875rem;
    height: 0.375rem;
  }
}
h2 span {
  display: block;
}
h2.bottom {
  padding: 0 0 1.5625rem;
}
@media (min-width: 1000px) {
  h2.bottom {
    padding: 0 0 1.375rem;
  }
}
h2.bottom:after {
  top: auto;
  bottom: 0;
}
h2.small-headline {
  font-size: 0.75rem;
  line-height: 0;
  line-height: 0.75rem;
}
h2.small-headline:after {
  width: 0;
  height: 0;
  background: none;
}

h3 {
  line-height: 1.75rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 1000px) {
  h3 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

h4 {
  line-height: 1.625rem;
}
@media (min-width: 1000px) {
  h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h5 {
  line-height: 1.5rem;
}
@media (min-width: 1000px) {
  h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

h6 {
  line-height: 1.375rem;
}
@media (min-width: 1000px) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 0.9375rem;
}
p span {
  font-weight: 400;
}

.lead {
  line-height: 1.5rem;
}
@media (min-width: 1000px) {
  .lead {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.small,
small {
  font-weight: 300;
}

.btn-block {
  margin: -0.3125rem;
  display: flex;
  flex-flow: row wrap;
  padding: 0.625rem 0;
  width: auto;
}
@media (min-width: 768px) {
  .btn-block {
    padding: 0.875rem 0;
  }
}
@media (min-width: 1000px) {
  .btn-block {
    padding: 0.625rem 0;
  }
}
.btn-block:first-child {
  padding-top: 0;
}
.btn-block:last-child {
  padding-bottom: 0;
}
.btn-block .btn,
.btn-block &gt; a {
  margin: 0.3125rem;
}

.btn {
  min-width: 10.9375rem;
  text-align: left;
  text-decoration: none;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .btn {
    max-width: inherit;
    padding: 0.6875rem 0.75rem;
    min-height: inherit;
  }
}
.btn[class^=icon-], .btn[class*=" icon-"] {
  position: relative;
  padding-right: 3.875rem;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .btn[class^=icon-], .btn[class*=" icon-"] {
    padding-right: 3.25rem;
  }
}
@media (min-width: 1000px) {
  .btn[class^=icon-], .btn[class*=" icon-"] {
    padding-right: 2.625rem;
  }
}
.btn[class^=icon-]:before, .btn[class*=" icon-"]:before {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  width: 3.125rem;
  font-family: "icomoon";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media (min-width: 768px) {
  .btn[class^=icon-]:before, .btn[class*=" icon-"]:before {
    font-size: 1.4375rem;
    line-height: 1.4375rem;
    width: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .btn[class^=icon-]:before, .btn[class*=" icon-"]:before {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
    width: 1.875rem;
  }
}
@media (max-width: 999.98px) {
  .btn.icon-pdf:before {
    font-size: 1.9375rem;
    line-height: 1.9375rem;
  }
}
@media (min-width: 1000px) {
  .btn {
    padding: 0.375rem 0.75rem;
  }
}
.btn.icon-arrow-down:before {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-warning:hover, .btn.btn-warning:focus {
  background: #ffd500;
}
.btn.btn-primary:active:not(:disabled), .btn.btn-warning:active:not(:disabled) {
  background: #ffb400;
  color: #000;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #838383;
}
.btn.btn-secondary:active:not(:disabled) {
  background: #000;
  color: #fff;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  background: #cbcbcb;
}
.btn.btn-light:active:not(:disabled) {
  background: #ebebeb;
  color: #000;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background: #676767;
}
.btn.btn-info:active:not(:disabled) {
  background: #838383;
  color: #fff;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background: #e61717;
}
.btn.btn-danger:active:not(:disabled) {
  background: #c00;
  color: #fff;
}
.btn.btn-success {
  color: #000;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background: #46cb82;
}
.btn.btn-success:active:not(:disabled) {
  background: #2b995d;
  color: #000;
}

.tick-list::after {
  display: block;
  clear: both;
  content: "";
}
.tick-list li {
  position: relative;
  overflow: hidden;
  padding: 0 0 0.8125rem 1.875rem;
}
@media (min-width: 1200px) {
  .tick-list li {
    padding: 0 0 0.875rem 1.875rem;
  }
}
.tick-list li:before {
  font-family: "icomoon";
  content: "\e917";
  font-weight: 400;
  font-size: 1.1875rem;
  position: absolute;
  left: 1px;
  top: 0;
}
@media (min-width: 1200px) {
  .tick-list li:before {
    font-size: 1.3125rem;
  }
}

.form-row {
  margin: -0.75rem;
}
.form-row &gt; [class*=col-] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.form-row .form-group {
  padding: 0.75rem;
  margin: 0;
  flex-grow: 1;
  display: block;
  width: auto;
}
.form-row .form-group &gt; .input-group {
  padding: 0;
}

.form-columize {
  margin: -0.5625rem -0.75rem;
}
@media (min-width: 1000px) {
  .form-columize {
    margin: -0.8125rem -0.75rem -0.875rem;
  }
}
@media (min-width: 768px) {
  .form-columize {
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 0;
    -moz-column-gap: 0;
  }
}
@media (min-width: 1000px) {
  .form-columize {
    column-count: 3;
    -moz-column-count: 3;
  }
}
.form-columize &gt; .form-group {
  display: inline-block;
  vertical-align: top;
  padding: 0.5625rem 0.75rem;
  width: 100%;
  margin: 0;
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .form-columize &gt; .form-group {
    padding: 0.8125rem 0.75rem 0.875rem;
  }
}
.form-columize &gt; .form-group &gt; .input-group {
  padding: 0;
}

.custom-control {
  margin: 0 0 0.9375rem;
  min-height: 1.875rem;
  padding: 0 0 0 2.5rem;
}
@media (min-width: 768px) {
  .custom-control {
    padding: 0 0 0 2.9375rem;
  }
}
.custom-control:last-child {
  margin-bottom: 0;
}
.custom-control label {
  font-weight: 300;
  padding: 0.0625rem 0 0;
}
@media (max-width: 999.98px) {
  .custom-control label {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0.1875rem 0 0;
  }
}
.custom-control label:before, .custom-control label:after {
  top: 0;
  left: -2.5rem;
}
@media (min-width: 768px) {
  .custom-control label:before, .custom-control label:after {
    left: -2.9375rem;
  }
}

.form-group {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: -0.3125rem;
  padding: 0 0 0.9375rem;
  display: inline-flex;
  width: calc(100% + 0.625rem);
  vertical-align: top;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .form-group {
    padding: 0 0 0.625rem;
  }
}
@media (min-width: 1000px) {
  .form-group {
    padding: 0 0 0.8125rem;
  }
}
.form-group &gt; .input-group {
  flex-grow: 1;
  padding: 0.3125rem;
  width: auto;
}
.form-group &gt; .btn {
  margin: 0.3125rem;
  flex-shrink: 0;
  min-width: inherit;
}

label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  display: block;
  margin: 0 0 0.1875rem;
}

.form-control {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 1.875rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-left: 4px solid #2b995d;
}
.form-control.in-invalid, .was-validated .form-control:invalid {
  border-left: 4px solid #c00;
}
.form-control.required, .form-control:required {
  border-left: 4px solid #ffb400;
}

textarea.form-control {
  min-height: 7.125rem;
  max-height: 18.75rem;
  width: 100% !important;
}

/* custom select styles */
.jcf-select {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  background: #ebebeb;
  height: 1.875rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  .jcf-select {
    transition: none;
  }
}
.jcf-select:hover {
  background: #cbcbcb;
}
.jcf-select.jcf-focus {
  background: #ebebeb;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 2.5rem 0 1.25rem;
}

.jcf-select .jcf-select-opener {
  width: 1.875rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffb400;
  color: #000;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "icomoon";
  content: "\e910";
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  width: 1.875rem;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

body &gt; .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body &gt; .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select-drop .jcf-scrollbar-horizontal {
  display: none !important;
}
.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-dec {
  height: 0;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #ebebeb;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0.125rem solid #cbcbcb;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  border-top: 1px solid #cbcbcb;
}
.jcf-list ul li:first-child {
  border: 0;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 0.3125rem 1.25rem;
  color: #676767;
  height: 1%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .jcf-list .jcf-option {
    transition: none;
  }
}
.jcf-list .jcf-option.jcf-hover {
  background: #cbcbcb;
  color: #000;
}
.jcf-list .jcf-option.jcf-selected {
  background: #ffb400;
  color: #000;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 0.75rem;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-slider {
  background: #efefef;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  width: 0.75rem;
  height: 0.1875rem;
  background: none;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 0.75rem;
  height: 0.0625rem;
  background: #000;
  min-height: 2.5rem;
  position: relative;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle:after {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: auto;
  font-family: "icomoon";
  content: "\e90e";
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.625rem;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  z-index: 4;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 50;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0 0.0625rem;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 0.0625rem;
  height: 0.75rem;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 0.75rem;
  background: #000;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  background: #000;
  height: 0.75rem;
  position: absolute;
  min-width: 2.5rem;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle:after {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  font-family: "icomoon";
  content: "\e90d";
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 0.375rem;
  color: #fff;
  text-align: center;
  z-index: 4;
  transform: translateY(-50%) scale(0.7);
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 50;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0.0625rem 0;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

.jcf-number {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  .jcf-number {
    flex-grow: 1;
    width: 100%;
  }
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  border: 0;
  background: #ebebeb;
  flex-shrink: 0;
  margin: 0.625rem;
  width: 4.4375rem;
  display: block;
  order: 3;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .jcf-number input {
    width: 3.375rem;
    height: 2.625rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0.4375rem 0.3125rem;
  }
}
@media (min-width: 1000px) {
  .jcf-number input {
    margin: 0;
    padding: 0.0625rem 0.3125rem 0.8125rem;
    order: 2;
    flex-grow: 1;
  }
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  margin: 0.625rem;
  cursor: pointer;
  flex-shrink: 0;
  display: block;
  background: #ffb400;
}
@media (min-width: 768px) {
  .jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media (min-width: 1000px) {
  .jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    margin: 0;
  }
}
.jcf-number .jcf-btn-dec:after,
.jcf-number .jcf-btn-inc:after {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 1.5rem;
  height: 0.25rem;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
@media (min-width: 1000px) {
  .jcf-number .jcf-btn-dec:after,
.jcf-number .jcf-btn-inc:after {
    width: 1rem;
    height: 0.125rem;
  }
}
.jcf-number .jcf-btn-dec:hover, .jcf-number .jcf-btn-dec:focus,
.jcf-number .jcf-btn-inc:hover,
.jcf-number .jcf-btn-inc:focus {
  background: #e6a200;
}

.jcf-number .jcf-btn-inc {
  order: 2;
}
@media (min-width: 1000px) {
  .jcf-number .jcf-btn-inc {
    order: 3;
  }
}
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 0.25rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
@media (min-width: 1000px) {
  .jcf-number .jcf-btn-inc:before {
    width: 0.125rem;
    height: 1rem;
  }
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.captcha .captcha__reload {
  margin-right: 20px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  background: #fff;
  transform: translateY(0);
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 375px) {
  #header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  #header {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  #header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.header-hidden #header {
  transform: translateY(-100%);
}
#header .header-holder {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1000px) {
  #header .header-holder {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: static;
  }
}
#header .header-frame {
  padding: 1.9375rem 0 1.8125rem;
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  #header .header-frame {
    padding: 0;
  }
}

.logo {
  width: 7.5rem;
  margin: 0 0.625rem 0 0;
}
@media (min-width: 768px) {
  .logo {
    width: 11.6875rem;
  }
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.form-search {
  margin: 0 0 0.375rem;
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 1000px) {
  .form-search {
    width: 10.625rem;
    margin: 0 0 0 0.9375rem;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .form-search {
    width: 13.5rem;
    margin: 0 0 0 1.75rem;
  }
}
.form-search .form-control {
  flex-grow: 1;
  min-width: inherit;
  width: 3.125rem;
}
.form-search .btn-search {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  text-align: center;
  min-height: inherit;
  padding: 0;
  min-width: inherit;
}
.form-search .btn-search:after {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-family: "icomoon";
  content: "\e905";
  font-weight: 400;
  display: block;
}

.navbar-toggler {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  border: 0;
  background: none;
  padding: 0;
  top: -3.4375rem;
  width: auto;
}
@media (min-width: 768px) {
  .navbar-toggler {
    top: -4.0625rem;
  }
}
.navbar-toggler .navbar-toggler-icon {
  width: 1.875rem;
  height: 1.875rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  border: 0.125rem solid #000;
  background: none;
  padding: 0.3125rem;
  float: right;
  left: auto;
  top: auto;
  position: relative;
}
@media (min-width: 768px) {
  .navbar-toggler .navbar-toggler-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.875rem;
  }
}
.navbar-toggler .navbar-toggler-icon:after, .navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon span {
  width: 1.1875rem;
  height: 0.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transition: transform 300ms ease-out;
  background: #000;
  content: "";
  transform: translate(-50%, -50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler .navbar-toggler-icon:after, .navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon span {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-toggler .navbar-toggler-icon:after, .navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon span {
    width: 1.5625rem;
  }
}
.navbar-toggler .navbar-toggler-icon:after {
  top: 1.25rem;
}
@media (min-width: 768px) {
  .navbar-toggler .navbar-toggler-icon:after {
    top: 1.6875rem;
  }
}
.navbar-toggler .navbar-toggler-icon:before {
  top: 0.375rem;
}
@media (min-width: 768px) {
  .navbar-toggler .navbar-toggler-icon:before {
    top: 0.5625rem;
  }
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: #ffb400;
  border-color: #ffb400;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  transform: translateX(-50%) rotate(45deg);
  top: 0.75rem;
}
@media (min-width: 768px) {
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    top: 1rem;
  }
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
  transform: translateX(-50%) rotate(-45deg);
  top: 0.75rem;
}
@media (min-width: 768px) {
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    top: 1rem;
  }
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
  opacity: 0;
}
.navbar-toggler .text {
  display: none;
}
@media (min-width: 768px) {
  .navbar-toggler .text {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1875rem 0 0;
  }
}

.navbar {
  padding: 0;
}
@media (min-width: 1000px) {
  .navbar {
    position: static;
  }
}
@media (max-width: 999.98px) {
  #wrapper:not(.header-hidden) .navbar .navbar-collapse {
    position: fixed;
    top: 4.9375rem;
    right: 0;
    left: 0;
    padding: 0 1.5rem;
    background: #fff;
    max-height: calc(100vh - 79px);
    overflow: auto;
  }
}
@media (max-width: 374px) {
  #wrapper:not(.header-hidden) .navbar .navbar-collapse {
    padding: 0 0.75rem;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-collapse {
    position: static;
  }
}
.navbar .navbar-holder {
  padding: 2.1875rem 0 2rem;
  position: relative;
}
@media (min-width: 375px) {
  .navbar .navbar-holder {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 999.98px) {
  .navbar .navbar-holder:after {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    height: 0.1875rem;
    top: 0;
    background: #ffb400;
    content: "";
  }
}
@media (max-width: 374px) {
  .navbar .navbar-holder:after {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-holder {
    border: 0;
    padding: 0;
    flex-flow: row-reverse nowrap;
    display: flex;
    position: static;
  }
}
.navbar .navbar-nav {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  position: static;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav {
    margin: -0.4375rem;
    font-size: 0.9375rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    font-size: 1rem;
    margin: -0.4375rem -0.6875rem;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar-nav {
    margin: -0.4375rem -0.9375rem;
    font-size: 1.125rem;
  }
}
.navbar .navbar-nav &gt; li {
  position: relative;
  border-bottom: 0.0625rem solid #efefef;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li {
    border: 0;
    margin: 0.4375rem 0;
    padding: 0 0.4375rem;
    position: static;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav &gt; li {
    padding: 0 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar-nav &gt; li {
    padding: 0 0.9375rem;
  }
}
.navbar .navbar-nav &gt; li.dropdown &gt; a {
  position: static;
  padding-right: 2.1875rem;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.dropdown &gt; a {
    padding-right: 0;
    position: relative;
  }
}
.navbar .navbar-nav &gt; li.dropdown &gt; a:after {
  border: 0;
}
@media (max-width: 999.98px) {
  .navbar .navbar-nav &gt; li.dropdown &gt; a:after {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 22px;
    font-family: "icomoon";
    content: "\e903";
    font-weight: 400;
    transition: transform 300ms ease-out 180ms;
    border: 0;
    text-align: center;
    transform: rotate(0);
    cursor: pointer;
    display: block;
    color: #000;
    background: #ffb400;
  }
}
@media screen and (max-width: 999.98px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav &gt; li.dropdown &gt; a:after {
    transition: none;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.dropdown &gt; a:before {
    height: 0;
    width: 0;
    border-bottom: 0.875rem solid #ffb400;
    border-left: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    transition: opacity 300ms ease-out 180ms;
    bottom: -1.875rem;
    content: "";
    opacity: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav &gt; li.dropdown &gt; a:before {
    transition: none;
  }
}
.navbar .navbar-nav &gt; li &gt; a {
  padding: 1.25rem 0 0.9375rem;
  display: block;
  position: relative;
  z-index: 600;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; a {
    padding: 0 0 0.1875rem;
  }
}
.navbar .navbar-nav &gt; li &gt; a:after {
  margin: 0;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; a:after {
    position: absolute;
    left: 50%;
    top: auto;
    right: 50%;
    bottom: 0;
    transition: left 300ms ease-out, right 300ms ease-out;
    content: "";
    opacity: 0;
    background: #ffb400;
    height: 0.1875rem;
  }
}
@media screen and (min-width: 1000px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav &gt; li &gt; a:after {
    transition: none;
  }
}
@media (max-width: 999.98px) {
  .navbar .navbar-nav &gt; li &gt; a:hover {
    color: #ffb400;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; a:hover:after {
    left: 0;
    opacity: 1;
    right: 0;
  }
}
.navbar .navbar-nav &gt; li.show &gt; a:after {
  transform: rotate(179.9deg);
  bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.show &gt; a:after {
    transform: none;
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.show.dropdown {
    padding-bottom: 1.875rem;
    margin-bottom: -1.875rem;
  }
}
.navbar .navbar-nav &gt; li.show.dropdown &gt; a:before {
  transition-delay: 0s;
  opacity: 1;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.show .dropdown-menu {
    pointer-events: auto;
    display: block;
  }
  .navbar .navbar-nav &gt; li.show .dropdown-menu:before {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.show .dropdown-menu ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 180ms;
  }
}
.navbar .navbar-nav &gt; li.active &gt; a {
  color: #ffb400;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.active &gt; a {
    color: #000;
  }
  .navbar .navbar-nav &gt; li.active &gt; a:after {
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
  }
}
.navbar .navbar-nav &gt; li.language {
  position: relative;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.language {
    margin-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav &gt; li.language {
    margin-left: 2.0625rem;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar-nav &gt; li.language {
    margin-left: 2.8125rem;
  }
}
.navbar .navbar-nav &gt; li.language:after {
  position: absolute;
  left: -15px;
  top: 1px;
  right: auto;
  bottom: 0;
  background: #000;
  content: "";
  width: 0.0625rem;
  height: 1.875rem;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav &gt; li.language:after {
    left: -1.375rem;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar-nav &gt; li.language:after {
    left: -1.875rem;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li.language a:after {
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
.navbar .navbar-nav &gt; li.language i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.25rem;
}
.navbar .navbar-nav &gt; li.language &gt; .dropdown-menu {
  min-width: inherit;
  width: 4.125rem;
  top: 3.75rem;
  left: 0.9375rem;
}
.navbar .navbar-nav &gt; li.language &gt; .dropdown-menu ul {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: auto;
}
.navbar .navbar-nav &gt; li.language &gt; .dropdown-menu ul:before {
  left: 0;
  right: 0;
}
.navbar .navbar-nav &gt; li.language &gt; .dropdown-menu ul &gt; li {
  display: block;
  margin: 0;
}
.navbar .navbar-nav &gt; li.language &gt; .dropdown-menu ul &gt; li &gt; a {
  padding: 0;
}
.navbar .navbar-nav &gt; li.language &gt; .dropdown-menu ul &gt; li &gt; a:after {
  display: none;
}
.navbar .navbar-nav &gt; li &gt; .dropdown-menu {
  margin: 0;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 100%;
    height: auto;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 300ms ease-out 180ms, visibility 300ms ease-out 180ms;
    background: #ffb400;
    content: "";
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu:before {
    transition: none;
  }
}
.navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  background: none;
  letter-spacing: -0.32em;
  z-index: 500;
  border: 0;
  margin: 0;
  position: relative;
  justify-content: center;
  padding: 0 0 3.9375rem;
  border: 0;
}
@media (min-width: 576px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    width: 32.25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    width: 43.125rem;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    transition: opacity 240ms ease 0ms, visibility 240ms ease 0ms;
    padding: 0.9375rem;
    opacity: 0;
    display: flex;
    flex-flow: row wrap;
    visibility: hidden;
    width: 59.125rem;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    transition: none;
  }
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul.language-select {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    width: 71rem;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    width: 84.75rem;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul {
    width: 94.625rem;
  }
}
.navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li {
  margin: 0 0 0.75rem;
  padding: 0;
  letter-spacing: 0;
  width: auto;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li {
    display: inline-block;
    vertical-align: top;
    margin: 0.3125rem 0.625rem;
    border: 0;
  }
}
.navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a {
  color: #000;
  display: block;
  padding: 0.3125rem 2.25rem 0.3125rem 1.25rem;
  background: #ffb400;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a {
    padding: 0 0 0 1.5625rem;
    background: none;
  }
}
.navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a:after {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "icomoon";
  content: "\e910";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  width: 1.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a:after {
    font-size: 0.625rem;
    line-height: 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    right: auto;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}
.navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a:hover, .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a:focus {
  background: #cc9000;
}
@media (min-width: 1000px) {
  .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a:hover, .navbar .navbar-nav &gt; li &gt; .dropdown-menu ul &gt; li &gt; a:focus {
    background: none;
    text-decoration: underline;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

span.hit {
  font-weight: 700;
}

html.hidden-html {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

body {
  min-width: 320px;
}

#wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 4.9375rem;
}
@media (min-width: 375px) {
  #wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  #wrapper {
    padding: 5.625rem 0 0;
  }
}

#main {
  position: relative;
  padding: 3.625rem 0 3.8125rem;
}
#main::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  #main {
    padding: 5.5625rem 0 5.5rem;
  }
}
@media (min-width: 1200px) {
  #main {
    padding: 7.4375rem 0 3.75rem;
  }
}
@media (min-width: 1600px) {
  #main {
    padding: 8.1875rem 0 3.75rem;
  }
}

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

.btn-scroll {
  font-size: 3.4375rem;
  line-height: 3.125rem;
  z-index: 500;
  position: absolute;
  left: 50%;
  bottom: 0.9375rem;
  color: #000;
  text-decoration: none;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .btn-scroll {
    bottom: 0.25rem;
  }
}
@media (min-width: 1000px) {
  .btn-scroll {
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 0.0625rem;
    bottom: 1.25rem;
  }
}
.btn-scroll:before {
  font-family: "icomoon";
  content: "\e903";
  font-weight: 400;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  display: block;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn-scroll:before {
    transition: none;
  }
}
@media (min-width: 1000px) {
  .btn-scroll:before {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
    content: "\e904";
    margin: 0 0 0.375rem;
  }
}
.btn-scroll:hover, .btn-scroll:focus {
  color: #838383;
  text-decoration: none;
}
.btn-scroll:active {
  color: #000;
}
.btn-scroll .text {
  display: block;
}
@media (max-width: 999.98px) {
  .btn-scroll .text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

address {
  margin: 0 0 1.25rem;
}
address:last-child {
  margin: 0;
}
address .title,
address .sub-title {
  display: block;
}
address .title span,
address .sub-title span {
  display: block;
}
address .contact-list {
  margin: 1.375rem 0 0;
}
address .contact-list li::after {
  display: block;
  clear: both;
  content: "";
}
address .contact-list a:not(.secondary) {
  font-weight: 700;
}
address .contact-list .secondary {
  text-decoration: none;
}
address .address {
  display: block;
}

a.btn-up {
  width: 1.25rem;
  height: 1.25rem;
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  background: #000;
  z-index: 999;
  color: #fff;
  text-decoration: none;
}
a.btn-up:after {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: auto;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "icomoon";
  content: "\e901";
  font-weight: 400;
  transform: translateY(-50%) rotate(-180deg);
  text-align: center;
}
a.btn-up:hover, a.btn-up:focus {
  background: #838383;
}
a.btn-up:active:not(:disabled) {
  background: #000;
  color: #fff;
}

.text-block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .text-block {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .text-block {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .text-block {
    padding-top: 3.75rem;
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 1600px) {
  .text-block {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 999.98px) {
  .text-block:first-child {
    padding-top: 0;
  }
  .text-block:last-child {
    padding-bottom: 0;
  }
}
.text-block:only-child {
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .text-block:only-child {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .text-block:only-child {
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .text-block:only-child {
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 1600px) {
  .text-block:only-child {
    padding-bottom: 3.75rem;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}
.card-group .text-block {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.head {
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .head {
    margin: 0 0 5.3125rem;
  }
}
@media (min-width: 1000px) {
  .head {
    margin: 0 0 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .head {
    margin: 0 0 3.1875rem;
  }
}
.head:last-child {
  margin-bottom: 0;
}
.head h1:last-child,
.head h2:last-child,
.head h3:last-child,
.head h4:last-child,
.head h5:last-child,
.head h6:last-child {
  margin: 0;
}
.head span {
  font-weight: 400;
}

.btn-play {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  position: relative;
  background: #000;
  min-width: inherit;
  color: #fff;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-play {
    background: none;
    color: #838383;
  }
}
.btn-play:before {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  font-family: "icomoon";
  content: "\e916";
  font-weight: 400;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.625rem;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
  border: 0.0625rem solid #000;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn-play:before {
    transition: none;
  }
}
@media (min-width: 768px) {
  .btn-play:before {
    color: #000;
    content: "\e90c";
  }
}
.btn-play:hover, .btn-play:focus {
  color: #ffb400;
}
.btn-play:hover:before, .btn-play:focus:before {
  color: #ffb400;
}
@media (min-width: 768px) {
  .btn-play:hover:before, .btn-play:focus:before {
    border-color: #ffb400;
  }
}
.btn-play:active:not(:disabled) {
  color: #ffb400;
}
@media (min-width: 768px) {
  .btn-play:active:not(:disabled):before {
    border-color: #ffb400;
  }
}

.img-area[id^=bg], .img-area[id*=" bg"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .content {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.content:first-child {
  padding-top: 0;
}
.content:last-child {
  padding-bottom: 0;
}

.section-header {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section-header::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .section-header {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-header {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.section-header:first-child {
  padding-top: 0;
}
.section-header:last-child {
  padding-bottom: 0;
}
.section-header h2:last-child {
  margin-bottom: 0;
}
.section-header .text-block {
  padding-top: 1.875rem;
}
.section-header .text-block:last-child {
  padding-bottom: 0;
}

#footer::after {
  display: block;
  clear: both;
  content: "";
}

.footer-content {
  background: #ffb400;
  overflow: hidden;
  margin: 0 -1.875rem;
  padding: 2rem 1.875rem 3.4375rem;
}
@media (min-width: 768px) {
  .footer-content {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer-content {
    padding: 2.8125rem 0 1.625rem;
  }
}

.fnav-holder {
  margin: -0.625rem -0.75rem;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 5;
  align-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1000px) {
  .fnav-holder {
    margin: -0.875rem -0.75rem;
  }
}

.nav-footer {
  padding: 0.625rem 0.75rem;
  flex-basis: 0;
  position: relative;
  min-width: 100%;
}
@media (min-width: 576px) {
  .nav-footer {
    min-width: 50%;
  }
}
@media (min-width: 1000px) {
  .nav-footer {
    border: 0;
    min-width: 16.66%;
    padding: 0.875rem 0.75rem;
  }
}
@media (max-width: 999.98px) {
  .nav-footer:after {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0;
    height: 0.0625rem;
    background: #000;
    content: "";
  }
}
@media (max-width: 999.98px) {
  .nav-footer.active h3 &gt; a:before {
    transform: translateY(-50%) rotate(180deg);
  }
}
.nav-footer h3 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  position: relative;
  margin: 0;
}
@media (min-width: 1000px) {
  .nav-footer h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 0.5rem;
  }
  .nav-footer h3:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
  }
}
@media (max-width: 999.98px) {
  .nav-footer h3 &gt; a {
    padding-right: 2.1875rem;
    position: relative;
    display: block;
  }
  .nav-footer h3 &gt; a:before {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    font-family: "icomoon";
    content: "\e900";
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.75rem;
    transition: transform 0.15s ease-in-out;
    transform: translateY(-50%);
  }
}
@media (min-width: 1000px) {
  .nav-footer h3 &gt; a {
    pointer-events: none;
  }
  .nav-footer h3 &gt; a:hover, .nav-footer h3 &gt; a:focus {
    color: inherit;
  }
}
.nav-footer ul {
  overflow: hidden;
}
@media (min-width: 1000px) {
  .nav-footer ul {
    height: auto !important;
    display: block !important;
    position: static !important;
  }
}
.nav-footer ul li {
  overflow: hidden;
  margin: 1.1875rem 0 0;
}
@media (min-width: 1000px) {
  .nav-footer ul li {
    margin: 1.0625rem 0 0;
  }
}
.nav-footer ul li:last-child {
  margin-bottom: 0.5625rem;
}
@media (min-width: 1000px) {
  .nav-footer ul li:last-child {
    margin-bottom: 0;
  }
}
.nav-footer ul li a {
  color: #000;
  text-decoration: none;
}
.nav-footer ul li a:hover, .nav-footer ul li a:focus {
  text-decoration: underline;
}

.nav-info {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  position: relative;
  color: #fff;
  z-index: 50;
  margin: 0 -1.875rem;
  padding: 1.6875rem 1.875rem;
  background: #000;
}
@media (min-width: 768px) {
  .nav-info {
    padding: 0.5625rem 0;
    margin: 0;
  }
}
.nav-info ul {
  display: flex;
  flex-flow: column wrap;
  margin: -0.5625rem;
}
@media (min-width: 768px) {
  .nav-info ul {
    flex-direction: row;
    margin: -0.5625rem -1rem;
  }
}
.nav-info ul li {
  padding: 0.5625rem;
}
@media (min-width: 768px) {
  .nav-info ul li {
    padding: 0.5625rem 1rem;
  }
}
.nav-info ul li a {
  color: #fff;
}
.nav-info ul li a:hover, .nav-info ul li a:focus {
  text-decoration: none;
}

.breadcrumb {
  font-size: 0.6875rem;
  line-height: 1rem;
}
.breadcrumb:last-child {
  margin-bottom: 0;
}
.breadcrumb li.active {
  font-weight: 700;
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #838383;
}
.breadcrumb li a:active {
  color: #000;
}

.intro {
  position: relative;
}
.intro::after {
  display: block;
  clear: both;
  content: "";
}
.intro:after {
  min-height: inherit;
  content: "";
}
.intro &gt; .row {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .intro .intro-holder {
    min-height: 21.5625rem;
    display: flex;
    z-index: 60;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .intro .intro-holder {
    min-height: 42.375rem;
    align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .intro .intro-holder {
    min-height: 47.375rem;
  }
}
.intro .intro-holder:after {
  min-height: inherit;
  content: "";
}
.intro .img-holder {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .intro .img-holder {
    width: 50%;
    padding-top: 0;
    min-height: inherit;
    order: 2;
  }
}
@media (min-width: 1000px) {
  .intro .img-holder {
    position: static;
    align-self: flex-end;
  }
}
.intro .img-holder picture {
  display: block;
  width: 100%;
}
.intro .img-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: contain;
}
@media (min-width: 1000px) {
  .intro .img-area {
    left: 0.75rem;
    right: 0.75rem;
  }
}
.intro .img-thumbnail {
  align-self: flex-end;
  display: flex;
}
@media (min-width: 768px) {
  .intro .img-thumbnail {
    max-width: 17.5625rem;
  }
}
@media (min-width: 1000px) {
  .intro .img-thumbnail {
    max-width: 34.4375rem;
  }
}
@media (min-width: 1600px) {
  .intro .img-thumbnail {
    max-width: 38.5rem;
  }
}
@media (min-width: 1000px) {
  .intro h1:after,
.intro h2:after {
    width: 10.875rem;
  }
}
@media (max-width: 999.98px) {
  .intro h1,
.intro h2 {
    margin: 0 0 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .intro h1,
.intro h2 {
    margin: 0 0 1.25rem;
  }
}
.intro h1:last-child,
.intro h2:last-child {
  margin-bottom: 0;
}
.intro .text-block {
  padding: 1.5rem 1.25rem 4.8125rem;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .intro .text-block {
    width: 50%;
    padding: 2.25rem 1.25rem 3.75rem;
    order: 1;
  }
}
@media (min-width: 1000px) {
  .intro .text-block {
    padding: 8.75rem 0;
    margin: 0 0 0 8.333%;
    background: none;
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .intro .text-block {
    padding: 6.875rem 0;
  }
}
@media (min-width: 768px) {
  .intro .btn-block {
    padding: 0.625rem 0;
  }
}
.intro.dual-img .img-holder {
  padding-top: 0;
}

.card-group {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
  flex-direction: row;
}
.card-group &gt; .card {
  flex: inherit;
}

.card {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 0;
  background: none;
  display: block;
}
.card-group &gt; .card {
  margin-bottom: 0;
}
.card h6 {
  margin: 0;
}
.card p {
  margin: 0 0 0.4375rem;
}
.card .img-thumbnail {
  margin: 0;
}
.card .img-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .card .card-body {
    padding: 1.5rem 0;
  }
}
.card .card-body:last-child {
  padding-bottom: 0;
}

.info-block {
  padding-top: 3.125rem;
  padding-bottom: 2.375rem;
}
.info-block::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .info-block {
    padding-top: 2.25rem;
    padding-bottom: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .info-block {
    padding-top: 2.625rem;
  }
}
@media (min-width: 1600px) {
  .info-block {
    padding-top: 3.625rem;
    padding-bottom: 3.6875rem;
  }
}
.info-block:first-child {
  padding-top: 0;
}
.info-block:last-child {
  padding-bottom: 0;
}
.info-block .holder {
  margin: -0.9375rem -0.75rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.info-block .box-info {
  background: #ffb400;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  min-height: 7.75rem;
  margin: 0.9375rem 0.75rem;
}
.info-block .box-info &gt; a {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  color: #000;
  text-decoration: none;
}
.info-block .box-info &gt; a:hover {
  background: #ffd500;
}
.info-block .box-info &gt; a:hover .ico-holder i {
  transform: translateX(-100%);
}
.info-block .box-info &gt; a:hover .ico-holder i:first-child {
  opacity: 0;
}
.info-block .box-info &gt; a:hover .ico-holder i + i {
  opacity: 1;
}
@media (min-width: 768px) {
  .info-block .box-info {
    width: calc(50% - 1.5rem);
    min-height: inherit;
  }
}
@media (min-width: 1000px) {
  .info-block .box-info {
    max-width: calc(48% - 1.5rem);
  }
}
@media (min-width: 1200px) {
  .info-block .box-info {
    max-width: calc(45% - 1.5rem);
  }
}
@media (min-width: 1600px) {
  .info-block .box-info {
    max-width: calc(33.3% - 1.5rem);
  }
}
.info-block .box-info h6 {
  margin: 0;
}
@media (min-width: 768px) {
  .info-block .box-info h6 {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .info-block .box-info h6 {
    margin: 0 0 0.3125rem;
  }
}
.info-block .box-info .ico-holder {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  width: 3.125rem;
  background: #000;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .info-block .box-info .ico-holder {
    width: 4.375rem;
  }
}
@media (min-width: 1000px) {
  .info-block .box-info .ico-holder {
    width: 6.9375rem;
  }
}
@media (min-width: 1200px) {
  .info-block .box-info .ico-holder {
    width: 7.6875rem;
  }
}
.info-block .box-info i {
  font-size: 1.9375rem;
  line-height: 2rem;
  padding: 0.1875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  color: #fff;
  justify-content: center;
  transition: 240ms ease;
  transition-property: opacity, transform;
}
@media (min-width: 1200px) {
  .info-block .box-info i {
    padding: 0.5rem 0.5rem 0.46875rem;
  }
}
.info-block .box-info i:first-child {
  opacity: 1;
}
.info-block .box-info i + i {
  opacity: 0;
}
@media (min-width: 768px) {
  .info-block .box-info i.icon-settings {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media (min-width: 1000px) {
  .info-block .box-info i.icon-settings {
    font-size: 3.6875rem;
    line-height: 4.625rem;
  }
}
.info-block .box-info i.icon-help {
  font-size: 2.125rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .info-block .box-info i.icon-help {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1000px) {
  .info-block .box-info i.icon-help {
    font-size: 4.4375rem;
    line-height: 4.625rem;
  }
}
.info-block .box-info .text-box {
  padding: 0.625rem 1.5625rem 0.625rem 1.25rem;
  flex-grow: 1;
  align-self: center;
}
@media (min-width: 768px) {
  .info-block .box-info .text-box {
    padding: 0.4375rem 0.5rem 0.4375rem 1.125rem;
  }
}
@media (min-width: 1000px) {
  .info-block .box-info .text-box {
    padding: 0.1875rem 0.4375rem 0.1875rem 0.75rem;
  }
}
.info-block .box-info p:last-child {
  margin: 0;
}

.service-type {
  position: relative;
  z-index: 50;
  overflow: hidden;
  margin: 1.9375rem -1.875rem;
  padding: 0 1.875rem;
  background: #ffb400;
}
@media (min-width: 768px) {
  .service-type {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .service-type {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}
.service-type:first-child {
  margin-top: 0;
}
.service-type:last-child {
  margin-bottom: 0;
}
.service-type .service {
  position: relative;
  z-index: 20;
  padding-top: 2.3125rem;
  padding-bottom: 2.0625rem;
  color: #fff;
}
@media (min-width: 768px) {
  .service-type .service {
    padding-top: 2.0625rem;
    padding-bottom: 1.9375rem;
  }
}
@media (min-width: 1000px) {
  .service-type .service {
    padding-top: 4.25rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .service-type .service {
    padding-top: 5.875rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .service-type .service {
    padding-top: 6.5rem;
    padding-bottom: 4.375rem;
  }
}
.service-type .service:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: auto;
  height: 0.125rem;
  background: #fff;
  content: "";
  z-index: -1;
}
@media (min-width: 768px) {
  .service-type .service:after {
    position: absolute;
    left: 0;
    top: -9999px;
    right: auto;
    bottom: -9999px;
    background: #fff;
    width: 2px;
    content: "";
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .service-type .service:nth-child(odd):after {
    display: none;
  }
}
.service-type .service h6 {
  margin: 0;
}
@media (min-width: 1600px) {
  .service-type .service h6 {
    margin: 0 0 0.1875rem;
  }
}
.service-type .service h6:last-child {
  margin: 0;
}
.service-type .service p:last-child {
  margin: 0;
}
.service-type .service .icon {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
  max-width: 6.875rem;
}
@media (min-width: 768px) {
  .service-type .service .icon {
    margin-bottom: 1.625rem;
    max-width: 5.75rem;
  }
}
@media (min-width: 1000px) {
  .service-type .service .icon {
    max-width: 10.3125rem;
    margin-bottom: 3.1875rem;
  }
}
@media (min-width: 1600px) {
  .service-type .service .icon {
    max-width: 11.5625rem;
    margin-bottom: 3.5rem;
  }
}
.service-type .service .icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.carousel {
  margin: 0.5625rem 0;
}
.carousel:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .carousel {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1000px) {
  .carousel {
    margin: 0 0 2.75rem;
  }
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: auto;
  top: 50%;
  text-decoration: none;
  bottom: auto;
  left: 0.75rem;
}
@media (min-width: 1000px) {
  .carousel .carousel-control-prev,
.carousel .carousel-control-next {
    left: 1.875rem;
  }
}
.carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
    transition: none;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media (min-width: 1000px) {
  .carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
.carousel .carousel-control-prev span:after,
.carousel .carousel-control-next span:after {
  font-family: "icomoon";
  content: "\e902";
  font-weight: 400;
  display: block;
}
.carousel .carousel-control-prev:hover, .carousel .carousel-control-prev:focus,
.carousel .carousel-control-next:hover,
.carousel .carousel-control-next:focus {
  outline: none !important;
}
.carousel .carousel-control-prev:hover span, .carousel .carousel-control-prev:focus span,
.carousel .carousel-control-next:hover span,
.carousel .carousel-control-next:focus span {
  background: #838383;
  opacity: 0.95;
}
.carousel .carousel-control-prev:active span,
.carousel .carousel-control-next:active span {
  opacity: 1;
  background: #000;
}
.carousel .carousel-control-next {
  left: auto;
  right: 0.75rem;
}
@media (min-width: 1000px) {
  .carousel .carousel-control-next {
    left: auto;
    right: 1.875rem;
  }
}
.carousel .carousel-control-next span:after {
  content: "\e910";
}
.carousel .carousel-indicators {
  bottom: -0.6875rem;
  margin: 0;
}
@media (min-width: 768px) {
  .carousel .carousel-indicators {
    bottom: -1.6875rem;
  }
}
@media (min-width: 1000px) {
  .carousel .carousel-indicators {
    bottom: -2.75rem;
  }
}
@media (min-width: 1600px) {
  .carousel .carousel-indicators {
    bottom: -3.25rem;
  }
}
.carousel .carousel-indicators li {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  border: 0.125rem solid #000;
  opacity: 1;
  box-sizing: border-box;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .carousel-indicators li {
    transition: none;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-indicators li {
    width: 0.625rem;
    height: 0.625rem;
    background: none;
    margin: 0.3125rem;
  }
}
@media (min-width: 1000px) {
  .carousel .carousel-indicators li {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0.5rem;
  }
}
.carousel .carousel-indicators li:hover, .carousel .carousel-indicators li.active {
  background: #ffb400;
  border-color: #ffb400;
}
.carousel .img-thumbnail img {
  width: 100%;
}

.slick-slides {
  display: block;
  position: relative;
}
.slick-slides .slick-prev,
.slick-slides .slick-next {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  z-index: 50;
  text-decoration: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0.1875rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slick-slides .slick-prev,
.slick-slides .slick-next {
    transition: none;
  }
}
@media (min-width: 375px) {
  .slick-slides .slick-prev,
.slick-slides .slick-next {
    left: -0.1875rem;
  }
}
.slick-slides .slick-prev:after,
.slick-slides .slick-next:after {
  font-family: "icomoon";
  content: "\e902";
  font-weight: 400;
  display: block;
}
.slick-slides .slick-prev:hover, .slick-slides .slick-prev:focus,
.slick-slides .slick-next:hover,
.slick-slides .slick-next:focus {
  background: #838383;
  opacity: 0.95;
}
.slick-slides .slick-prev:active,
.slick-slides .slick-next:active {
  opacity: 1;
  background: #000;
}
.slick-slides .slick-next {
  left: auto;
  right: 0.1875rem;
}
@media (min-width: 375px) {
  .slick-slides .slick-next {
    left: auto;
    right: -0.1875rem;
  }
}
.slick-slides .slick-next:after {
  content: "\e910";
}
.slick-slides .slick-dots {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  bottom: -0.6875rem;
  margin: 0;
}
@media (min-width: 768px) {
  .slick-slides .slick-dots {
    bottom: -1.25rem;
  }
}
@media (min-width: 1000px) {
  .slick-slides .slick-dots {
    bottom: -1.75rem;
  }
}
.slick-slides .slick-dots li {
  margin: 0.1875rem;
}
@media (min-width: 768px) {
  .slick-slides .slick-dots li {
    margin: 0.3125rem;
  }
}
@media (min-width: 1000px) {
  .slick-slides .slick-dots li {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0.5rem;
  }
}
.slick-slides .slick-dots li:hover button, .slick-slides .slick-dots li.slick-active button {
  background: #ffb400;
  border-color: #ffb400;
}
.slick-slides .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  border: 0.125rem solid #000;
  opacity: 1;
  box-sizing: border-box;
  background: #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slick-slides .slick-dots li button {
    transition: none;
  }
}
@media (min-width: 768px) {
  .slick-slides .slick-dots li button {
    width: 0.625rem;
    height: 0.625rem;
    background: none;
  }
}
@media (min-width: 1000px) {
  .slick-slides .slick-dots li button {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.widget-location {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .widget-location {
    background: #fff;
    width: 19.875rem;
    overflow: hidden;
    padding: 1.3125rem 1.25rem;
  }
}
@media (min-width: 1000px) {
  .widget-location {
    width: 20.125rem;
  }
}
@media (min-width: 1200px) {
  .widget-location {
    width: 23.3125rem;
    padding: 1.1875rem 1.1875rem 1.1875rem 1.8125rem;
  }
}
@media (min-width: 1600px) {
  .widget-location {
    width: 25.5rem;
    padding: 1.6875rem 1.25rem 1.6875rem 1.8125rem;
  }
}
.widget-location h2 {
  margin: 0 0 1.75rem;
}
@media (min-width: 768px) {
  .widget-location h2 {
    font-size: 2rem;
    line-height: 2.3125rem;
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 1000px) {
  .widget-location h2 {
    font-size: 2rem;
    line-height: 2.3125rem;
    margin: 0 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .widget-location h2 {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
}
@media (min-width: 1600px) {
  .widget-location h2 {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
}
.widget-location h6 {
  margin: 0 0 0.25rem;
}
.widget-location .form-group {
  padding-bottom: 1.8125rem;
  margin: -0.625rem;
  width: calc(100% + 1.25rem);
}
@media (min-width: 1000px) {
  .widget-location .form-group {
    margin: 0;
    padding-bottom: 0.6875rem;
    width: 100%;
  }
}
.widget-location .form-group &gt; .input-group {
  padding: 0.625rem;
}
@media (min-width: 1000px) {
  .widget-location .form-group &gt; .input-group {
    padding: 0;
  }
}
.widget-location .form-group &gt; .btn {
  margin: 0.625rem;
}
@media (min-width: 1000px) {
  .widget-location .form-group &gt; .btn {
    margin: 0;
  }
}
.widget-location .form-control {
  width: 4.5rem;
  height: 3.125rem;
  padding: 0.5625rem 0.75rem;
}
@media (min-width: 768px) {
  .widget-location .form-control {
    height: 2.5rem;
  }
}
.widget-location .range-selector {
  margin: -0.625rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 1000px) {
  .widget-location .range-selector {
    margin: 0;
    flex-flow: column nowrap;
  }
}
.widget-location .range-selector .increase,
.widget-location .range-selector .decrease {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  margin: 0.625rem;
  flex-shrink: 0;
  background: #ffb400;
}
@media (min-width: 768px) {
  .widget-location .range-selector .increase,
.widget-location .range-selector .decrease {
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media (min-width: 1000px) {
  .widget-location .range-selector .increase,
.widget-location .range-selector .decrease {
    margin: 0;
  }
}
.widget-location .range-selector .increase:after,
.widget-location .range-selector .decrease:after {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 1.5rem;
  height: 0.25rem;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
@media (min-width: 1000px) {
  .widget-location .range-selector .increase:after,
.widget-location .range-selector .decrease:after {
    width: 1rem;
    height: 0.125rem;
  }
}
.widget-location .range-selector .increase:hover, .widget-location .range-selector .increase:focus,
.widget-location .range-selector .decrease:hover,
.widget-location .range-selector .decrease:focus {
  background: #e6a200;
}
@media (min-width: 1000px) {
  .widget-location .range-selector .increase {
    order: 3;
  }
}
.widget-location .range-selector .increase:before {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 0.25rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
@media (min-width: 1000px) {
  .widget-location .range-selector .increase:before {
    width: 0.125rem;
    height: 1rem;
  }
}
.widget-location .range-selector .form-control {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
  margin: 0.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .widget-location .range-selector .form-control {
    width: 3.375rem;
    height: 2.625rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0.4375rem 0.3125rem;
    margin: 0.625rem;
  }
}
@media (min-width: 1000px) {
  .widget-location .range-selector .form-control {
    margin: 0;
    padding: 0.125rem 0.3125rem 0.75rem;
    order: 2;
    flex-grow: 1;
  }
}
.widget-location .range-selector .secondary {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  display: inline-block;
  vertical-align: top;
  align-items: center;
  position: relative;
  text-decoration: none;
  justify-content: space-between;
  margin: 0.625rem;
}
@media (min-width: 1000px) {
  .widget-location .range-selector .secondary {
    position: absolute;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    top: 1.5rem;
    margin: 0;
    transform: translateX(-50%);
    z-index: 5;
  }
}
.widget-location .btn-locate {
  padding: 0.375rem;
  min-width: 3.125rem;
}
@media (min-width: 768px) {
  .widget-location .btn-locate {
    min-width: 2.625rem;
  }
}
.widget-location .btn-locate i {
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  display: inline-flex;
  vertical-align: middle;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media screen and (prefers-reduced-motion: reduce) {
  .widget-location .btn-locate i {
    transition: none;
  }
}
.widget-location .link-area {
  display: block;
  margin: 0 0 0.9375rem;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .widget-location .link-area {
    margin: 0 0 1.3125rem;
  }
}
.widget-location .link-area:last-child {
  margin-bottom: 0;
}
.widget-location .btn-block {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .widget-location .btn-block {
    padding-top: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .widget-location .btn-block {
    margin: -0.9375rem;
    padding-top: 0.9375rem;
    width: calc(100% + 1.875rem);
  }
}
.widget-location .btn-block:first-child {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .widget-location .btn-block &gt; a,
.widget-location .btn-block .btn {
    margin: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .widget-location .btn-block .btn {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
@media (min-width: 1000px) {
  .widget-location .btn-block .btn {
    flex-grow: 1;
  }
}
.widget-location .btn-block .btn[class^=icon-], .widget-location .btn-block .btn[class*=" icon-"] {
  padding-right: 3.875rem;
}
@media (min-width: 768px) {
  .widget-location .btn-block .btn[class^=icon-], .widget-location .btn-block .btn[class*=" icon-"] {
    padding-right: 3.25rem;
  }
}
.widget-location .btn-block .btn[class^=icon-]:before, .widget-location .btn-block .btn[class*=" icon-"]:before {
  width: 3.125rem;
}
@media (min-width: 768px) {
  .widget-location .btn-block .btn[class^=icon-]:before, .widget-location .btn-block .btn[class*=" icon-"]:before {
    width: 2.5rem;
  }
}
.widget-location .btn-advance {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: top;
  color: #000;
  position: relative;
  border-bottom: 0.0625rem solid #000;
  padding: 0 1.25rem 0 0;
}
.widget-location .btn-advance:after {
  position: absolute;
  left: auto;
  top: 50%;
  right: -1px;
  bottom: auto;
  font-family: "icomoon";
  content: "\e900";
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  transform: scale(0.75) translateY(-50%);
}
.widget-location .btn-advance:hover, .widget-location .btn-advance:focus {
  color: #838383;
  border-color: #838383;
}
.widget-location .btn-advance:active {
  color: #000;
  border-color: #000;
}
.widget-location .nav-tabs {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
  border: 0;
  margin: 0 0 1.9375rem;
}
@media (min-width: 1000px) {
  .widget-location .nav-tabs {
    margin: 0 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .widget-location .nav-tabs {
    margin: 0 0 1.625rem;
  }
}
.widget-location .nav-tabs:last-child {
  margin-bottom: 0;
}
.widget-location .nav-tabs &gt; li {
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 768px) {
  .widget-location .nav-tabs &gt; li {
    min-width: inherit;
  }
}
.widget-location .nav-tabs &gt; li:before {
  display: none;
}
.widget-location .nav-tabs &gt; li a {
  display: block;
  border: 0;
  text-decoration: none;
  background: #ebebeb;
  padding: 0.6875rem 0.9375rem;
  color: #000;
}
@media (min-width: 1000px) {
  .widget-location .nav-tabs &gt; li a {
    padding: 0.75rem 0.9375rem;
  }
}
.widget-location .nav-tabs &gt; li a:hover, .widget-location .nav-tabs &gt; li a:focus {
  background: #ffb400;
}
.widget-location .nav-tabs &gt; li a.active {
  background: #000;
  color: #fff;
}
.widget-location .slide-area {
  position: relative;
  height: 200px;
}
.widget-location .slide-area .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.widget-location .slide-area .slide.active {
  z-index: 2;
}
.widget-location .jcf-scrollable, .widget-location .jcf-scrollable-wrapper {
  width: 100% !important;
}

.contact-info {
  clear: both;
  padding: 1.875rem 0 0;
}
@media (min-width: 1000px) {
  .contact-info {
    float: left;
    width: 35%;
    clear: none;
    padding: 0 0.75rem;
  }
  .contact-info .jcf-select,
.contact-info .form-control {
    background: #fff;
  }
  .contact-info .jcf-select:hover,
.contact-info .form-control:hover {
    background: #cbcbcb;
  }
  .contact-info .jcf-select.jcf-focus,
.contact-info .form-control.jcf-focus {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    width: 25.4%;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .map-img + .contact-info {
    float: left;
    clear: none;
    width: 49%;
    padding: 1.25rem 0;
  }
}

.contact-box {
  background: #ebebeb;
  font-weight: 400;
  padding: 0.875rem 1.375rem;
}
@media (min-width: 1000px) {
  .contact-box {
    background: #fff;
    padding: 0.5625rem 0.75rem 0.5625rem 1.375rem;
  }
}
.contact-box .jcf-scrollable-wrapper {
  width: 100% !important;
}
.contact-box .holder {
  height: 12.5rem;
  overflow: hidden;
  overflow-y: auto;
  width: 100% !important;
  padding: 0 1.25rem 0 0;
}
@media (min-width: 1200px) {
  .contact-box .holder {
    height: 15.25rem;
    max-height: inherit;
  }
}
.contact-box .jcf-scrollbar-horizontal {
  display: none !important;
}

.contact-item-box {
  margin: 0 0 1.25rem;
}
.contact-item-box:last-child {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .contact-item-box address {
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    border-bottom: 1px solid #707070;
    padding: 1.25rem 0;
  }
  .contact-item-box address .address {
    width: 12.5rem;
    padding: 0 0.9375rem 0 0;
    margin: 0;
  }
  .contact-item-box address .contact-list {
    flex-grow: 1;
    margin: 0;
  }
  .contact-item-box address:first-child {
    padding-top: 0;
  }
  .contact-item-box address:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

.widget {
  background: #fff;
  padding: 0.9375rem;
  max-width: 17.5rem;
}
.widget::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 1000px) {
  .widget {
    padding: 1.25rem 0.9375rem 1.25rem 1.25rem;
    max-width: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .widget {
    padding: 1.875rem 1.25rem 1.875rem 1.875rem;
  }
}
.widget.widget-cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.6);
}
.widget.widget-cookies .widget-cookies-inner {
  position: relative;
  margin: 0 auto;
  padding: 1.5625rem;
  width: 25rem;
  background-color: #fff;
  box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0, 0, 0, 0.1);
}
.widget.widget-cookies .widget-cookies-inner .widget-cookies-inner-denied {
  display: none;
  margin-bottom: 1rem;
}
.widget.widget-cookies .widget-cookies-inner .btn-block.fr {
  padding-top: 0 !important;
}
.widget.widget-cookies .widget-cookies-inner .cookie-close {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  right: 0.625rem;
  top: 0.9375rem;
}
.widget.widget-cookies .widget-cookies-inner .cookie-close:after, .widget.widget-cookies .widget-cookies-inner .cookie-close:before {
  color: #000;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  width: 0.9375rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  background: #cbcbcb;
  content: "";
  transform: rotate(45deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  .widget.widget-cookies .widget-cookies-inner .cookie-close:after, .widget.widget-cookies .widget-cookies-inner .cookie-close:before {
    transition: none;
  }
}
.widget.widget-cookies .widget-cookies-inner .cookie-close:after {
  transform: rotate(-45deg);
}
.widget.widget-cookies .widget-cookies-inner .cookie-close:hover:after, .widget.widget-cookies .widget-cookies-inner .cookie-close:hover:before, .widget.widget-cookies .widget-cookies-inner .cookie-close:focus:after, .widget.widget-cookies .widget-cookies-inner .cookie-close:focus:before {
  background: #000;
}
.widget + .widget {
  margin-top: 1.875rem;
}
.widget h3 span {
  display: block;
}
.widget p {
  margin: 0 0 1.25rem;
}
@media (min-width: 1000px) {
  .widget p {
    margin: 0 0 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .widget p {
    margin: 0 0 1.875rem;
  }
}
.widget .btn-block {
  padding: 0.625rem 0 1.25rem;
}
@media (min-width: 1000px) {
  .widget .btn-block {
    padding: 0.8125rem 0 1.625rem;
  }
}
@media (min-width: 1200px) {
  .widget .btn-block {
    padding: 1.125rem 0 2.3125rem;
  }
}
.widget .btn-block:first-child {
  padding-top: 0;
}
.widget .btn-block:last-child {
  padding-top: 0;
}
.widget .btn-block.btn-block-ck {
  padding: 0 0 0.5rem 0 !important;
}
.widget .note {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: block;
}
.widget .btn-close {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  right: 0.625rem;
  top: 0.9375rem;
}
.widget .btn-close:after, .widget .btn-close:before {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  width: 0.9375rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  background: #cbcbcb;
  content: "";
  transform: rotate(45deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  .widget .btn-close:after, .widget .btn-close:before {
    transition: none;
  }
}
.widget .btn-close:after {
  transform: rotate(-45deg);
}
.widget .btn-close:hover:after, .widget .btn-close:hover:before, .widget .btn-close:focus:after, .widget .btn-close:focus:before {
  background: #000;
}

.company-features {
  overflow: hidden;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .company-features {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .company-features {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .company-features {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.company-features:first-child {
  margin-top: 0;
}
.company-features:last-child {
  margin-bottom: 0;
}
.company-features .row {
  flex-grow: 1;
}
.company-features .row &gt; [class^=col-],
.company-features .row &gt; [class*=" col-"] {
  display: flex;
}

.info-area {
  color: #fff;
  padding: 3.75rem 1rem 3.875rem 1rem;
  position: relative;
}
.info-area::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .info-area {
    padding: 3.875rem 6.25rem 3.8125rem 7.375rem;
  }
}
@media (min-width: 1000px) {
  .info-area {
    padding: 4.375rem 3.4375rem 4.375rem 6.25rem;
  }
}
@media (min-width: 1200px) {
  .info-area {
    padding: 5.6875rem 3.4375rem 3.75rem 7.1875rem;
  }
}
.info-area:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffb400;
  content: "";
}
@media (min-width: 1000px) {
  .info-area:before {
    right: -0.75rem;
  }
}
.info-area .info-holder {
  font-size: 1.5rem;
  line-height: 1.75rem;
  position: relative;
  padding: 1.25rem 0 2.625rem;
}
@media (min-width: 768px) {
  .info-area .info-holder {
    padding: 1.9375rem 0 2rem;
  }
}
@media (min-width: 1000px) {
  .info-area .info-holder {
    font-size: 1.6875rem;
    line-height: 2rem;
    padding: 2.1875rem 0 3.4375rem;
  }
}
@media (min-width: 1200px) {
  .info-area .info-holder {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding: 1.5rem 0 4.125rem;
  }
}
.info-area .info-holder:after, .info-area .info-holder:before {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 5.625rem;
  height: 0.25rem;
  content: "";
  background: #fff;
}
@media (min-width: 768px) {
  .info-area .info-holder:after, .info-area .info-holder:before {
    width: 11rem;
    height: 0.375rem;
  }
}
.info-area .info-holder:after {
  top: auto;
  bottom: 0;
}
.info-area p:last-child {
  margin: 0;
}

.features-holder {
  position: relative;
  z-index: 15;
  padding: 1.4375rem 1rem;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .features-holder {
    padding: 3.375rem 6.5625rem 3.8125rem 7.375rem;
    margin: 0;
    background: none;
    color: #000;
  }
}
@media (min-width: 1000px) {
  .features-holder {
    padding: 2.5rem 4.375rem 2.5rem 5rem;
  }
}
@media (min-width: 1200px) {
  .features-holder {
    padding: 2.375rem 6.625rem 2.75rem 7.25rem;
  }
}
@media (min-width: 768px) {
  .features-holder:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(134deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
    content: "";
    z-index: -1;
  }
}
@media (min-width: 1000px) {
  .features-holder:before {
    left: -0.75rem;
  }
}
.features-holder .feature {
  overflow: hidden;
  margin: 0 0 0.75rem;
  padding: 0;
}
@media (min-width: 768px) {
  .features-holder .feature {
    margin: 0 0 1.4375rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .features-holder .feature {
    margin: 0 0 2rem;
    padding: 0;
  }
}
.features-holder .feature:last-child {
  margin: 0;
}
.features-holder .feature h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 0.3125rem;
}
@media (min-width: 768px) {
  .features-holder .feature h3 {
    margin: 0 0 0.25rem;
  }
}
.features-holder .feature p {
  margin: 0 0 2rem;
}

.calendar {
  margin: 0 0 0.375rem;
  background: none;
}
@media (min-width: 768px) {
  .calendar {
    margin: 0 calc(-7.143% + 10px) 0.5rem;
  }
}

.ui-datepicker {
  width: 100%;
  border: 0;
  padding: 0;
  background: none;
  font: 0.875rem/1.125rem "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .ui-datepicker {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1000px) {
  .ui-datepicker {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  font-size: 1rem;
  line-height: 1rem;
  left: 0.9375rem;
  top: 50%;
  width: auto;
  height: auto;
  border-radius: 0;
  cursor: pointer;
  transform: translateY(-50%);
  border: 0;
}
@media (min-width: 1000px) {
  .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    font-size: 1.25rem;
    line-height: 1.25rem;
    left: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    left: 2.5rem;
  }
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background: none;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: "icomoon";
  content: "\e902";
  font-weight: 400;
  width: auto;
  top: 0;
  left: 0;
  height: auto;
  margin: 0;
  z-index: 5;
  background: none;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover:not([href]):not([tabindex]),
.ui-datepicker .ui-datepicker-next.ui-state-hover:not([href]):not([tabindex]) {
  color: #fff;
  background: none;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-prev.ui-state-hover:not([href]):not([tabindex]),
.ui-datepicker .ui-datepicker-next.ui-state-hover:not([href]):not([tabindex]) {
    color: #ffb400;
  }
}
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0.9375rem;
}
@media (min-width: 1000px) {
  .ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 2.5rem;
  }
}
.ui-datepicker .ui-datepicker-next:after {
  content: "\e910";
}
.ui-datepicker .ui-datepicker-header {
  padding: 0.5rem 1.875rem;
  border: 0;
  border-radius: 0;
  background: #ffb400;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-header {
    background: none;
    padding: 0 10%;
  }
}
.ui-datepicker .ui-datepicker-title {
  font-size: 1.375rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-title {
    background: none;
  }
}
@media (min-width: 1000px) {
  .ui-datepicker .ui-datepicker-title {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-title {
    font-size: 2.625rem;
    line-height: 2.875rem;
    letter-spacing: 0.125rem;
  }
}
.ui-datepicker th {
  text-transform: uppercase;
  padding: 0.375rem 0.3125rem;
  color: #fff;
  background: #838383;
}
@media (min-width: 768px) {
  .ui-datepicker th {
    background: none;
    color: #000;
    padding: 0.6875rem 0.3125rem;
  }
}
.ui-datepicker td {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-datepicker td {
    padding: 0.375rem 0.3125rem;
  }
}
@media (min-width: 1000px) {
  .ui-datepicker td {
    padding: 0.9375rem 0.3125rem;
  }
}
.ui-datepicker td .ui-state-default,
.ui-datepicker td a,
.ui-datepicker td span {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  display: block;
  max-width: 100%;
  padding: 0.625rem 0.1875rem;
  text-align: center;
  background: none;
  color: #000;
  border: 0.0625rem solid #c6c6c6;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ui-datepicker td .ui-state-default,
.ui-datepicker td a,
.ui-datepicker td span {
    transition: none;
  }
}
@media (min-width: 768px) {
  .ui-datepicker td .ui-state-default,
.ui-datepicker td a,
.ui-datepicker td span {
    display: inline-block;
    vertical-align: top;
    width: 1.875rem;
    padding: 0.125rem;
    border: 0.125rem solid #000;
  }
}
@media (min-width: 1000px) {
  .ui-datepicker td .ui-state-default,
.ui-datepicker td a,
.ui-datepicker td span {
    padding: 0.0625rem 0.125rem;
  }
}
.ui-datepicker td .ui-state-default.ui-state-hover,
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
  background: #ebebeb;
}
@media (min-width: 768px) {
  .ui-datepicker td .ui-state-default.ui-state-hover,
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}
.ui-datepicker td .ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
  background: #ffb400;
  color: #000;
}
@media (min-width: 768px) {
  .ui-datepicker td .ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
    color: #fff;
    border-color: #ffb400;
  }
}
.ui-datepicker .ui-datepicker-calendar [data-event=click] {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-calendar [data-event=click].has-event {
  pointer-events: auto;
}
.ui-datepicker .ui-datepicker-calendar [data-event=click].has-event a {
  background: #000;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar [data-event=click].has-event a.ui-state-active {
  background: #ffb400;
}

.nav-tabs {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  border: 0;
  overflow: hidden;
  margin: 0 0 1.875rem;
}
@media (min-width: 768px) {
  .nav-tabs {
    margin: 0 0 4.0625rem;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .nav-tabs {
    margin: 0 0 3.75rem;
  }
}
.nav-tabs li {
  position: relative;
  border-left: 1px solid #000;
}
@media (min-width: 768px) {
  .nav-tabs li {
    min-width: 11.25rem;
  }
}
.nav-tabs li:first-child {
  padding: 0;
  border: 0;
}
.nav-tabs li a {
  text-decoration: none;
  background: #ebebeb;
  display: block;
  color: #000;
  padding: 0.3125rem 0.75rem;
}
.nav-tabs li a:hover {
  background: #ffd500;
}
.nav-tabs li a.active {
  background: #ffb400;
}

.nav-tabs-holder {
  margin: 0 -2.25rem 1.875rem;
}
.nav-tabs-holder::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 767.98px) {
  .nav-tabs-holder {
    position: relative;
    z-index: 5;
  }
  .nav-tabs-holder:before {
    position: absolute;
    left: -99999px;
    top: 0;
    right: -99999px;
    bottom: 0;
    background: #ffb400;
    content: "";
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .nav-tabs-holder {
    margin: 0 0 4.0625rem;
  }
}
@media (min-width: 1000px) {
  .nav-tabs-holder {
    margin: 0 0 3.75rem;
  }
}
.nav-tabs-holder .jcf-scrollbar-vertical {
  display: none !important;
}
.nav-tabs-holder .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.nav-tabs-holder .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  height: 0;
}
.nav-tabs-holder .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  background: none;
}
.nav-tabs-holder .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  border-radius: 0.25rem;
}
.nav-tabs-holder .jcf-scrollbar-horizontal .jcf-scrollbar-handle:after {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs-holder .jcf-scrollbar {
    display: none !important;
  }
}
.nav-tabs-holder .jcf-scrollable-wrapper {
  overflow: hidden;
  height: auto !important;
}
@media (min-width: 768px) {
  .nav-tabs-holder .jcf-scrollable-wrapper {
    width: auto !important;
    height: auto !important;
  }
}
.nav-tabs-holder .nav-tabs {
  position: relative;
  z-index: 5;
  margin: 0;
  width: 100%;
}
.nav-tabs-holder .nav-tabs::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 767.98px) {
  .nav-tabs-holder .nav-tabs {
    flex-flow: row nowrap;
    overflow: hidden;
    overflow-x: auto;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .nav-tabs-holder .nav-tabs {
    margin: 0;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 1000px) {
  .nav-tabs-holder .nav-tabs {
    margin: 0;
  }
}
.nav-tabs-holder .nav-tabs li {
  margin: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs-holder .nav-tabs li {
    padding: 1.375rem 0.9375rem;
    flex-shrink: 0;
    border: 0;
  }
  .nav-tabs-holder .nav-tabs li:first-child {
    padding-left: 2.25rem;
  }
  .nav-tabs-holder .nav-tabs li:last-child {
    padding-right: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs-holder .nav-tabs li a {
    font-size: 1rem;
    line-height: 1.375rem;
    opacity: 0.5;
    padding: 0;
    background: none;
  }
  .nav-tabs-holder .nav-tabs li a:hover, .nav-tabs-holder .nav-tabs li a.active {
    opacity: 1;
  }
}

.accordion {
  padding: 0.5rem 0;
}
.accordion:last-child {
  padding-bottom: 0;
}
.accordion .card {
  padding: 0;
  overflow: visible;
  border-top: 0.0625rem solid #000;
}
.accordion .card::after {
  display: block;
  clear: both;
  content: "";
}
.accordion .card:first-child {
  border: 0;
}
.accordion .card.active h6 a {
  color: #ffb400;
}
.accordion .card.active h6 a:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .card.active h6 a .ico {
  background: #000;
}
.accordion .card.active h6 a .ico:after {
  opacity: 0;
}
.accordion .card.active h6 a .ico:after, .accordion .card.active h6 a .ico:before {
  background: #fff;
}
.accordion .card h6 a {
  display: block;
  position: relative;
  padding: 0.5625rem 3.125rem 0.5625rem 0;
  text-decoration: none;
}
.accordion .card h6 a:after {
  font-family: "icomoon";
  content: "\e900";
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  right: 0.3125rem;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
  transform: translateY(-50%);
}
.accordion .card h6 a .ico {
  width: 1.875rem;
  height: 1.875rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffb400;
}
@media screen and (prefers-reduced-motion: reduce) {
  .accordion .card h6 a .ico {
    transition: none;
  }
}
.accordion .card h6 a .ico:before, .accordion .card h6 a .ico:after {
  width: 0.8125rem;
  height: 0.1875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
@media screen and (prefers-reduced-motion: reduce) {
  .accordion .card h6 a .ico:before, .accordion .card h6 a .ico:after {
    transition: none;
  }
}
.accordion .card h6 a .ico:after {
  width: 0.1875rem;
  height: 0.8125rem;
}
.accordion .card h6 a:hover, .accordion .card h6 a:focus {
  color: #ffb400;
}
.accordion .card h6 a:hover .ico, .accordion .card h6 a:focus .ico {
  background: #000;
}
.accordion .card h6 a:hover .ico:after, .accordion .card h6 a:hover .ico:before, .accordion .card h6 a:focus .ico:after, .accordion .card h6 a:focus .ico:before {
  background: #fff;
}
.accordion .card .card-body {
  padding: 0;
}
@media (min-width: 1000px) {
  .accordion .card .card-body .holder {
    max-width: 78%;
  }
}

.accordion-nested {
  padding: 0.5rem 0;
}
.accordion-nested:last-child {
  padding-bottom: 0;
}
.accordion-nested .card {
  padding: 0;
  overflow: visible;
  border-bottom: 0.0625rem solid #000;
}
.accordion-nested .card::after {
  display: block;
  clear: both;
  content: "";
}
.accordion-nested .card .card-header {
  padding: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent;
  border-bottom: 0 solid transparent;
}
.accordion-nested .card.level1 &gt; .card-header:first-child {
  border: 0;
}
.accordion-nested .card.level1 &gt; .card-header &gt; h6 a {
  display: block;
  position: relative;
  padding: 0.5625rem 3.125rem 0.5625rem 0;
  text-decoration: none;
}
.accordion-nested .card.level1 &gt; .card-header &gt; h6 a:after {
  font-family: "icomoon";
  content: "\e900";
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  right: 0.3125rem;
  position: absolute;
  top: 50%;
  transition: transform 0.15s ease-in-out;
  transform: translateY(-50%);
}
.accordion-nested .card.level1 &gt; .card-header &gt; h6 a:hover, .accordion-nested .card.level1 &gt; .card-header &gt; h6 a:focus {
  color: #ffb400;
}
.accordion-nested .card.level1 &gt; .card-header &gt; h6 a[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-nested .card.level1 &gt; .card-header .card-body {
  padding: 0;
}
@media (min-width: 1000px) {
  .accordion-nested .card.level1 &gt; .card-header .card-body .holder {
    max-width: 78%;
  }
}
.accordion-nested .card.level2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.accordion-nested .card.level2 &gt; .card-header:first-child {
  border: 0;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a {
  display: block;
  position: relative;
  padding: 0.5625rem 3.125rem 0.5625rem 0;
  text-decoration: none;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico {
  width: 1.875rem;
  height: 1.875rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffb400;
}
@media screen and (prefers-reduced-motion: reduce) {
  .accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico {
    transition: none;
  }
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico:before, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico:after {
  width: 0.8125rem;
  height: 0.1875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
@media screen and (prefers-reduced-motion: reduce) {
  .accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico:before, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico:after {
    transition: none;
  }
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a .ico:after {
  width: 0.1875rem;
  height: 0.8125rem;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a:hover, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a:focus {
  color: #ffb400;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a:hover .ico, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a:focus .ico {
  background: #000;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a:hover .ico:after, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a:hover .ico:before, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a:focus .ico:after, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a:focus .ico:before {
  background: #fff;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a[aria-expanded=true] .ico {
  background: #000;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a[aria-expanded=true] .ico:after {
  opacity: 0;
}
.accordion-nested .card.level2 &gt; .card-header &gt; h6 a[aria-expanded=true] .ico:after, .accordion-nested .card.level2 &gt; .card-header &gt; h6 a[aria-expanded=true] .ico:before {
  background: #fff;
}
.accordion-nested .card.level2 &gt; .card-header .card-body {
  padding: 0;
}
@media (min-width: 1000px) {
  .accordion-nested .card.level2 &gt; .card-header .card-body .holder {
    max-width: 78%;
  }
}

.tooltip-link {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  outline: none !important;
  border-bottom: 0.0625rem solid #ffb400;
}
.tooltip-link.default {
  text-decoration: none;
  border-bottom-color: #000;
}
.tooltip-link.link {
  text-decoration: none;
}
.tooltip-link .icon-graphic {
  color: #000;
}
.tooltip-link .tooltip-area {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 0 0.3125rem;
}
.tooltip-link .tooltip-area img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-width: 1.875rem;
  margin: 0 0 0.125rem;
}

.tip-text {
  position: relative;
  float: left;
}
.tip-text .btn-tip {
  width: 1.875rem;
  height: 1.875rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: relative;
  float: left;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background: #ffb400;
}
@media screen and (prefers-reduced-motion: reduce) {
  .tip-text .btn-tip {
    transition: none;
  }
}
.tip-text .btn-tip:before, .tip-text .btn-tip:after {
  width: 0.8125rem;
  height: 0.1875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  border: 0;
  transition: transform 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
}
.tip-text .btn-tip:after {
  width: 0.1875rem;
  height: 0.8125rem;
}
.tip-text .btn-tip:hover {
  background: #000;
}
.tip-text .btn-tip:hover:after, .tip-text .btn-tip:hover:before {
  background: #fff;
}
@media (min-width: 1000px) {
  .tip-text .tip-slide {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    line-height: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    z-index: 15;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    padding: 0.9375rem 2.1875rem 1.125rem;
    width: 20rem;
    min-height: 7.5rem;
    max-height: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .tip-text .tip-slide {
    width: 27.25rem;
    padding: 1rem 2.9375rem 1.4375rem;
    min-height: 9rem;
  }
}
.tip-text .tip-slide .holder {
  max-height: 18.75rem;
  overflow: auto;
}
.tip-text .tip-slide:not(.js-slide-hidden) {
  z-index: 4;
}
.tip-text .tip-slide:not(.js-slide-hidden) + .btn-tip {
  z-index: 5;
}
.tip-text .tip-slide h6 {
  margin: 0;
}
.tip-text .tip-slide p:last-child {
  margin-bottom: 0;
}
.tip-text.active {
  z-index: 20;
}
.tip-text.active .btn-tip {
  background: #000;
}
.tip-text.active .btn-tip:after, .tip-text.active .btn-tip:before {
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.modernization-steps .text-block {
  padding-top: 0;
  padding-bottom: 2.125rem;
}
@media (min-width: 768px) {
  .modernization-steps .text-block {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .modernization-steps .text-block {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1000px) {
  .steps-list {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .steps-list {
    padding-top: 1.9375rem;
    padding-bottom: 1.9375rem;
  }
}
.steps-list:last-child {
  padding-bottom: 0;
}
.steps-list .step {
  overflow: hidden;
  margin: 0 0 0.9375rem;
  position: relative;
  padding: 0 0 0 1.25rem;
}
@media (min-width: 768px) {
  .steps-list .step {
    padding: 0 0 0 1.375rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .steps-list .step {
    margin: 0 0 1.6875rem;
  }
}
.steps-list .step:before {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  bottom: 0.3125rem;
  background: #ffb400;
  content: "";
  width: 0.25rem;
}
.steps-list .step:last-child {
  margin-bottom: 0;
}
.steps-list .step h6 {
  margin: 0;
}
.steps-list .step p:last-child {
  margin: 0;
}

.section-functions {
  position: relative;
}
.section-functions .text-block {
  padding-top: 0.4375rem;
}

.functions-list {
  position: relative;
  margin: -0.9375rem -0.75rem;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .functions-list {
    flex-flow: row wrap;
    margin: -0.8125rem -0.75rem -0.875rem;
  }
}
@media (min-width: 1000px) {
  .functions-list {
    flex-flow: column nowrap;
    margin: -0.625rem -0.75rem;
  }
}
.functions-list .box-function {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  flex-flow: column nowrap;
  padding: 0.9375rem 0.75rem;
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .functions-list .box-function {
    width: 50%;
    padding: 0.8125rem 0.75rem 0.875rem;
  }
}
@media (min-width: 1000px) {
  .functions-list .box-function {
    flex-flow: row nowrap;
    padding: 0.625rem 0.75rem;
  }
}
.functions-list .box-function .icon {
  margin: 0 0 0.6875rem;
}
@media (min-width: 768px) {
  .functions-list .box-function .icon {
    margin: 0 0 1rem;
  }
}
@media (min-width: 1000px) {
  .functions-list .box-function .icon {
    flex-shrink: 0;
    width: 6.25rem;
    margin: 0.25rem 1.25rem 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .functions-list .box-function .icon {
    margin: 0.375rem 1.875rem 0 0;
  }
}
.functions-list .box-function .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.functions-list .box-function .text-box {
  overflow: hidden;
}
@media (min-width: 1000px) {
  .functions-list .box-function .text-box {
    flex-grow: 1;
  }
}
.functions-list .box-function h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 767.98px) {
  .functions-list .box-function h6 {
    margin: 0;
  }
}
.functions-list .box-function p {
  margin: 0;
}
@media (min-width: 768px) {
  .functions-list .box-function p {
    margin: 0 0 0.125rem;
  }
}

.feature-list {
  position: relative;
}
.feature-list .text-block {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}
@media (min-width: 768px) {
  .feature-list .text-block {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .feature-list .text-block {
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
  }
}
.feature-list .text-block:first-child {
  padding-top: 0;
}

.listing-area {
  position: relative;
}
@media (min-width: 768px) {
  .listing-area {
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .listing-area {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .listing-area:last-child {
    padding-bottom: 0.625rem;
  }
}

.item-listing {
  overflow: hidden;
}
.listing-area:first-child .item-listing {
  border-top: 0.375rem solid #ffb400;
}
@media (min-width: 768px) {
  .item-listing {
    border-top: 0.375rem solid #ffb400;
  }
}
.item-listing li {
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding: 0.6875rem 0;
  min-height: 2.875rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .item-listing li {
    min-height: 2.875rem;
    padding: 0.3125rem 0;
  }
}
@media (min-width: 1200px) {
  .item-listing li {
    min-height: 4.6875rem;
  }
}
.item-listing li:after {
  min-height: inherit;
  content: "";
}
.item-listing h6:last-child {
  margin-bottom: 0;
}

.pagination {
  margin: -0.4375rem;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .pagination {
    margin: -0.625rem;
  }
}
.pagination li {
  padding: 0.4375rem;
}
@media (min-width: 1000px) {
  .pagination li {
    padding: 0.625rem;
  }
}
.pagination li a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0.25rem;
  vertical-align: top;
  min-width: 2.125rem;
}
@media (min-width: 1000px) {
  .pagination li a {
    font-size: 1.75rem;
    line-height: 1.875rem;
    min-width: 2.5rem;
    padding: 0.25rem 0.25rem 0.375rem;
  }
}
@media (min-width: 1200px) {
  .pagination li a {
    font-size: 2.125rem;
    line-height: 2rem;
    padding: 0.0625rem 0 0.4375rem;
  }
}
@media (min-width: 1200px) {
  .pagination li a.icon-a-to-z {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0.25rem;
  }
}

.mobile-language-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: -3.4375rem;
  right: 32px;
  margin-top: 4px;
}
.mobile-language-select ul {
  padding-left: 0.6rem;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}
.mobile-language-select ul li {
  margin-right: 10px;
}
.mobile-language-select ul li a {
  font-size: 1.2em;
  text-decoration: none;
}

@media (min-width: 400px) {
  .mobile-language-select {
    right: 54px;
  }
  .mobile-language-select ul {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .mobile-language-select {
    top: -4.0625rem;
    right: 132px;
  }
}
@media (min-width: 1000px) {
  .mobile-language-select {
    display: none;
  }
}
.leads-iframe-container .leads-iframe {
  border: 0;
  width: 100%;
  height: 100vh;
}

.section-location {
  overflow: hidden;
  padding-top: 3.0625rem;
  padding-bottom: 3.0625rem;
}
@media (min-width: 768px) {
  .section-location {
    padding-top: 2.5rem;
    padding-bottom: 2.875rem;
  }
}
@media (min-width: 1000px) {
  .section-location {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}
@media (min-width: 1600px) {
  .section-location {
    padding-top: 3.6875rem;
    padding-bottom: 3.75rem;
  }
}
.section-location:first-child {
  padding-top: 0;
}
.section-location:last-child {
  padding-bottom: 0;
}
.section-location .head {
  margin: 0 0 2rem;
}
.section-location .head:last-child {
  margin: 0;
}
.section-location .head span {
  font-weight: 700;
}
.section-location .holder {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section-location .holder {
    min-height: 41.8125rem;
    padding: 1.125rem 0;
    padding-left: calc(6.5% - 1.5rem);
    padding-right: calc(6.5% - 1.5rem);
  }
}
@media (min-width: 1200px) {
  .section-location .holder {
    min-height: 35.5625rem;
    padding-left: calc(8.33% - 1.5rem);
    padding-right: calc(8.33% - 1.5rem);
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .section-location .holder {
    min-height: 42.375rem;
    padding-top: 3.6875rem;
    padding-bottom: 3.8125rem;
  }
}
.section-location .map-holder-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-location .map-holder-overlay .map-holder-overlay-inner {
  margin: 0 5%;
  padding: 20px;
  background-color: #fff;
}
.section-location .map-holder-overlay .map-holder-overlay-inner .map-holder-overlay-text {
  padding: 0 0 20px 0;
}
.section-location .map-holder-overlay .map-holder-overlay-inner .map-holder-overlay-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.section-location .map-holder-overlay .map-holder-overlay-inner .map-holder-overlay-buttons a {
  width: 50%;
}
.section-location .map-holder-overlay .map-holder-overlay-inner .map-holder-overlay-buttons a:first-child {
  margin-right: 5%;
}

.map-holder {
  height: auto;
}
@media (min-width: 768px) {
  .map-holder {
    height: 740px;
  }
}

.map {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.map img {
  width: 100%;
  height: 100%;
  display: block;
}
.map iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}

.section-locations {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section-locations {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1000px) {
  .section-locations:after {
    position: absolute;
    left: 0.75rem;
    top: 0;
    right: 0.75rem;
    bottom: 0;
    background-image: linear-gradient(115deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
    content: "";
    z-index: -1;
  }
}
@media (min-width: 1000px) {
  .section-locations {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-locations {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    padding-top: 5.3125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-locations h2 {
    margin: 0 0 2.0625rem;
  }
}
.section-locations .map-img {
  overflow: hidden;
  float: right;
  width: 48.5%;
  display: flex;
  padding: 0.625rem;
  background: #ebebeb;
  width: 100%;
  min-height: 21rem;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
@media (min-width: 1000px) {
  .section-locations .map-img {
    float: left;
    width: 65%;
    min-height: 29.9375rem;
    background: none;
  }
}
@media (min-width: 1200px) {
  .section-locations .map-img {
    min-height: 32.9375rem;
    width: 67%;
  }
}
.section-locations .map-img:after {
  min-height: inherit;
  content: "";
}
.section-locations .map-img picture {
  width: 100%;
  display: block;
}
.section-locations .map-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  flex-basis: 0;
}

@media (min-width: 768px) {
  .office-locations .text-block {
    padding-bottom: 0;
  }
}
@media (max-width: 999.98px) {
  .office-locations .text-block p:last-of-type {
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 1000px) {
  .office-locations h2 {
    margin: 0 0 1.375rem;
  }
}
.office-locations address .title {
  margin: 0 0 0.125rem;
}
@media (min-width: 1200px) {
  .office-locations address .title {
    margin: 0 0 0.25rem;
  }
}
.office-locations address .contact-list {
  margin: 1.375rem 0 0;
}
@media (min-width: 1200px) {
  .office-locations address .contact-list {
    margin: 1.5rem 0 0;
  }
}
.office-locations address .contact-list:first-child {
  margin-top: 0;
}
.office-locations .carousel {
  margin: 0 0 1.875rem;
}
@media (min-width: 1200px) {
  .office-locations .carousel {
    margin: 0 0 3.8125rem;
  }
}
.office-locations .carousel .carousel-indicators {
  bottom: -1.875rem;
}
@media (min-width: 1200px) {
  .office-locations .carousel .carousel-indicators {
    bottom: -3.4375rem;
  }
}

.section-news {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .section-news {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-news {
    padding-top: 3.75rem;
    padding-bottom: 3.6875rem;
  }
}
@media (min-width: 1400px) {
  .section-news {
    padding-top: 4.5625rem;
    padding-bottom: 4.5625rem;
  }
}
.section-news:first-child {
  padding-top: 0;
}
.section-news:last-child {
  padding-bottom: 0;
}
.section-news .text-block {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 999.98px) {
  .section-news .text-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .section-news .text-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .section-news .text-block {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 999.98px) {
  .section-news .card-group {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
@media (max-width: 999.98px) {
  .section-news .card {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section-news .card .img-thumbnail {
  border: 0.0625rem solid #ebebeb;
}

.section-features {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .section-features {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-features {
    padding-top: 3.6875rem;
    padding-bottom: 3.6875rem;
  }
}
@media (min-width: 1600px) {
  .section-features {
    padding-top: 4.5625rem;
    padding-bottom: 4.5rem;
  }
}
.section-features:first-of-type {
  padding-top: initial !important;
}
@media (min-width: 768px) {
  .section-features .text-block {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-features .carousel {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1600px) {
  .section-features .carousel {
    margin-bottom: 2.125rem;
  }
}

.feature {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .feature {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .feature {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.feature:first-child {
  padding-top: 0;
}
.feature:last-child {
  padding-bottom: 0;
}
.feature .row {
  position: relative;
}
.feature h2 {
  margin: 0 0 0.9375rem;
}
@media (min-width: 1000px) {
  .feature h2 {
    margin: 0 0 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .feature h2 {
    margin: 0 0 1.8125rem;
  }
}
.feature h2:last-child {
  margin-bottom: 0;
}
.feature .btn-block {
  padding: 0.875rem 0;
}
.feature .btn-block:first-child {
  padding-top: 0;
}
.feature .btn-block:last-child {
  padding-bottom: 0;
}
@media (max-width: 999.98px) {
  .feature .btn-block.opener-block {
    display: none;
  }
}
.feature .img-thumbnail {
  position: relative;
}
.feature .img-thumbnail picture {
  display: block;
  width: 100%;
}
.feature .img-thumbnail img {
  width: 100%;
}
.feature .img-thumbnail.img-fit {
  padding: 0.9375rem;
  min-height: 17rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .feature .img-thumbnail.img-fit {
    min-height: 19.125rem;
  }
}
@media (min-width: 1000px) {
  .feature .img-thumbnail.img-fit {
    min-height: 27.25rem;
  }
}
@media (min-width: 1200px) {
  .feature .img-thumbnail.img-fit {
    min-height: 39.75rem;
  }
}
.feature .img-thumbnail.img-fit:after {
  min-height: inherit;
  content: "";
}
.feature .img-thumbnail.img-fit img {
  width: auto;
  margin: 0 auto;
}
.feature .img-thumbnail.img-shadow img {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.feature .item-links {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  width: 2.5rem;
}
@media (min-width: 1000px) {
  .feature .item-links {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .feature .item-links {
    right: 2rem;
    bottom: 1.25rem;
  }
}
.feature .item-links li {
  margin: 0 0 0.5625rem;
  overflow: hidden;
}
.feature .item-links li:last-child {
  margin-bottom: 0;
}
.feature .item-links li a {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  text-decoration: none;
  background: #fff;
  text-align: center;
  justify-content: center;
  color: #000;
  align-items: center;
}
@media (min-width: 1000px) {
  .feature .item-links li a {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.feature .item-links li a.icon-360 {
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .feature .item-links li a.icon-360 {
    font-size: 1.875rem;
  }
}
.feature .item-links li a:hover, .feature .item-links li a:focus {
  background: #000;
  color: #fff;
}
.feature .item-links li a:active:not(:disabled) {
  background: #fff;
  color: #000;
}
.feature .text-block {
  padding-bottom: 0;
}
.feature h6 {
  margin: 0 0 0.6875rem;
}
@media (min-width: 1200px) {
  .feature h6 {
    margin: 0 0 0.875rem;
  }
}
.feature.has-bg, .feature.product-analysis {
  z-index: 5;
}
@media (min-width: 1000px) {
  .feature.has-bg .row:after, .feature.product-analysis .row:after {
    position: absolute;
    left: 0.75rem;
    top: 0;
    right: 0.75rem;
    bottom: 0;
    background: linear-gradient(115deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
    content: "";
    z-index: -1;
  }
}
.feature.has-bg .img-thumbnail {
  background: #ebebeb;
}
@media (min-width: 1000px) {
  .feature.has-bg .img-thumbnail {
    background: none;
  }
}

.product-analysis.feature {
  position: relative;
  z-index: 150;
}
.product-analysis.feature .row-area {
  margin: -1.125rem -0.75rem;
}
.product-analysis.feature .row-area::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 1000px) {
  .product-analysis.feature .row-area {
    margin: -0.75rem;
  }
}
.product-analysis.feature .row-area .col-left,
.product-analysis.feature .row-area .col-right {
  padding: 1.125rem 0.75rem;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .product-analysis.feature .row-area .col-left,
.product-analysis.feature .row-area .col-right {
    overflow: visible;
    padding: 0.75rem;
  }
}
@media (min-width: 768px) {
  .product-analysis.feature .row-area .col-left {
    width: 62%;
  }
}
@media (min-width: 1000px) {
  .product-analysis.feature .row-area .col-left {
    margin: 0 0 0 8.333%;
    width: 41.6667%;
    float: left;
  }
}
@media (min-width: 1400px) {
  .product-analysis.feature .row-area .col-left {
    width: 35%;
  }
}
@media (max-width: 999.98px) {
  .product-analysis.feature .row-area .col-left.additional {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-analysis.feature .row-area .col-right {
    width: 62%;
  }
}
@media (min-width: 1000px) {
  .product-analysis.feature .row-area .col-right {
    width: 50%;
    float: right;
  }
}
@media (max-width: 999.98px) {
  .product-analysis.feature .text-block {
    padding: 0;
  }
}
.product-analysis.feature .text-block:last-child {
  padding-bottom: 0;
}
.product-analysis.feature .img-thumbnail img {
  width: auto;
}
.product-analysis.feature .img-wrap {
  display: block;
  position: relative;
}
@media (max-width: 999.98px) {
  .product-analysis.feature .img-wrap {
    min-height: inherit;
  }
}
.product-analysis.feature .img-wrap img {
  width: auto;
}
.product-analysis.feature .img-wrap .img-thumbnail {
  overflow: hidden;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .product-analysis.feature .img-wrap .img-thumbnail {
    width: 21rem;
    border: 1px solid #ebebeb;
  }
}
@media (min-width: 1000px) {
  .product-analysis.feature .img-wrap .img-thumbnail {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    border: 0;
  }
}
.product-analysis.feature .img-wrap .img-thumbnail picture {
  display: block;
  width: 100%;
}
.product-analysis.feature .img-wrap img {
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .product-analysis.feature .tips-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .product-analysis.feature .tips-area .tip-text {
    position: absolute;
    left: 54.5%;
    top: 31.5%;
    right: auto;
    bottom: auto;
  }
}
.product-analysis.feature .tips-area .tip-text .tip-slide {
  left: auto;
  right: 0;
}

.content-up {
  position: relative;
  margin-top: 0.9375rem;
}
.content-up::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 999.98px) {
  .content-up {
    display: block !important;
    height: auto !important;
  }
}
@media (min-width: 1000px) {
  .content-up {
    position: absolute;
    top: 0.9375rem;
    padding: 0;
    right: 1.5rem;
    z-index: 50;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    width: calc(50% - 3rem);
  }
  .popup-active .content-up {
    opacity: 1;
    visibility: visible;
  }
}
.content-up .jcf-scrollbar-horizontal {
  display: none;
}
.content-up .jcf-scrollbar-vertical {
  z-index: 50;
}
.content-up .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.content-up .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 0;
}
@media (max-width: 999.98px) {
  .content-up .jcf-scrollable-wrapper,
.content-up .jcf-scrollable {
    height: auto !important;
    width: auto !important;
  }
}
.content-up .holder {
  padding: 1.1875rem 1.25rem;
  overflow: hidden;
  background: #f9f9f9;
}
@media (min-width: 1000px) {
  .content-up .holder {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 2.125rem 1.75rem 1.875rem;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    z-index: 50;
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .content-up .holder {
    padding: 1.875rem 2.375rem;
  }
}
@media (min-width: 1000px) {
  .content-up .holder .area {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    padding: 0 0.625rem 0 0;
  }
}
.content-up .frame {
  margin: -0.75rem;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .content-up .frame {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .content-up .frame {
    flex-direction: column;
  }
}
.content-up .btn-hide {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  z-index: 60;
  left: 0;
  background: #000;
}
.content-up .btn-hide:after, .content-up .btn-hide:before {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 0.875rem;
  height: 0.1875rem;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  background: #fff;
}
.content-up .btn-hide:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.content-up .btn-hide:hover, .content-up .btn-hide:focus {
  background: #838383;
}
.content-up .btn-hide:active:not(:disabled) {
  background: #000;
  color: #fff;
}
.content-up .box {
  overflow: hidden;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .content-up .box {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .content-up .box {
    width: 100%;
  }
}
.content-up .box h6 {
  margin: 0;
}
.content-up .box p {
  margin: 0 0 0.5625rem;
}
@media (min-width: 768px) {
  .content-up .btn-block {
    padding: 1.5625rem 0;
  }
}
.content-up .btn-block:first-child {
  padding-top: 0;
}
.content-up .btn-block:last-child {
  padding-bottom: 0;
}
@media (max-width: 999.98px) {
  .content-up .custom-control label:before {
    background: #fff;
  }
}

.section-services {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section-services::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .section-services {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-services {
    padding-top: 3.75rem;
    padding-bottom: 3.875rem;
  }
}
@media (min-width: 1600px) {
  .section-services {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.section-services:first-child {
  padding-top: 0;
}
.section-services:last-child {
  padding-bottom: 0;
}
.section-services .text-block {
  padding-top: 0;
}

.specialist-companies {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .specialist-companies {
    padding-top: 2.6875rem;
    padding-bottom: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .specialist-companies {
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
  }
}
@media (min-width: 1000px) {
  .specialist-companies h2 {
    margin: 0 0 1.375rem;
  }
}
@media (min-width: 1200px) {
  .specialist-companies h2 {
    margin: 0 0 1.6875rem;
  }
}
.specialist-companies .btn-block {
  padding: 0.9375rem 0;
}
@media (min-width: 1000px) {
  .specialist-companies .btn-block {
    padding: 1.8125rem 0;
  }
}
.specialist-companies .btn-block:first-child {
  padding-top: 0;
}
.specialist-companies .btn-block:last-child {
  padding-bottom: 0;
}

.companies-list {
  overflow: hidden;
}
.companies-list .head {
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 1000px) {
  .companies-list .head {
    margin: 0 0 1.75rem;
  }
}
.companies-list .head .btn-back {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  background: #000;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.9375rem 0 0;
}
.companies-list .head .btn-back:after {
  font-family: "icomoon";
  content: "\e902";
  font-weight: 400;
  display: block;
}
.companies-list .head .btn-back:hover, .companies-list .head .btn-back:focus {
  background: #838383;
}
.companies-list .head .btn-back:active:not(:disabled) {
  background: #000;
  color: #fff;
}
.companies-list .head .text-box {
  overflow: hidden;
  flex-grow: 1;
}
.companies-list .jcf-scrollable {
  height: 19.375rem;
  padding: 0 1.125rem 0 0;
}
@media (min-width: 576px) {
  .companies-list .jcf-scrollable {
    height: 17.25rem;
  }
}
@media (min-width: 768px) {
  .companies-list .jcf-scrollable {
    height: 17.5rem;
  }
}
@media (min-width: 1000px) {
  .companies-list .jcf-scrollable {
    height: 21.875rem;
  }
}
@media (min-width: 1200px) {
  .companies-list .jcf-scrollable {
    height: 24.75rem;
  }
}
.companies-list .jcf-scrollbar-horizontal {
  display: none;
}
.companies-list .jcf-scrollbar .jcf-scrollbar-dec,
.companies-list .jcf-scrollbar .jcf-scrollbar-inc {
  height: 0;
}

.company {
  overflow: hidden;
  display: flex;
  flex-flow: row-reverse nowrap;
  border-bottom: 0.0625rem solid #000;
  position: relative;
  padding: 0.875rem 0 1rem;
}
@media (min-width: 768px) {
  .company {
    flex-flow: row nowrap;
  }
}
@media (min-width: 768px) {
  .company {
    padding: 1.375rem 0;
  }
}
@media (min-width: 1200px) {
  .company {
    padding: 1.5625rem 0;
  }
}
.company:first-child {
  padding-top: 0;
}
.company .head {
  flex-shrink: 0;
  padding: 0 0 12px;
  margin: 0;
  max-width: 50%;
}
@media (min-width: 768px) {
  .company .head {
    width: 34%;
    padding: 0 0.625rem 0 0;
    flex-grow: inherit;
  }
}
@media (min-width: 1000px) {
  .company .head {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .company .head {
    width: 10%;
  }
}
.company h6 {
  margin: 0;
}
@media (min-width: 1000px) {
  .company h6 {
    padding: 0 0 0.375rem;
  }
}
.company .info {
  flex-grow: 1;
  overflow: hidden;
}
.company .subtitle {
  display: block;
  margin: 0 0 0.875rem;
}
.company .subtitle span {
  font-weight: 700;
}
.company .link-list {
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin: -0.3125rem -0.125rem -0.375rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.company .link-list li {
  padding: 0.3125rem 0.125rem 0.375rem;
}
.company .link-list li a {
  color: #000;
  display: block;
  text-decoration: none;
}
.company .link-list li a:hover, .company .link-list li a:focus {
  color: #838383;
}
.company .link-list li a:active {
  color: #000;
}
.company .info-list {
  margin: -0.625rem;
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 0.375rem;
}
@media (min-width: 768px) {
  .company .info-list {
    margin: -0.375rem;
  }
}
@media (min-width: 1600px) {
  .company .info-list {
    margin: -0.75rem;
  }
}
.company .info-list:last-child {
  padding-bottom: 0;
}
.company .info-list .top-space {
  display: none;
}
@media (min-width: 1000px) {
  .company .info-list .top-space {
    display: block;
  }
}
.company .info-list h6 {
  display: block;
  overflow: hidden;
}
.company .info-list li {
  padding: 0.625rem;
  flex-grow: 1;
  min-width: 100%;
  flex-basis: 0;
}
@media (min-width: 576px) {
  .company .info-list li {
    min-width: 50%;
  }
}
@media (min-width: 768px) {
  .company .info-list li {
    padding: 0.375rem;
  }
}
@media (min-width: 1000px) {
  .company .info-list li {
    min-width: 25%;
  }
}
@media (min-width: 1600px) {
  .company .info-list li {
    padding: 0.75rem;
  }
}
@media (min-width: 1000px) {
  .company .info-list li:first-child {
    max-width: 34%;
  }
}
.company .info-list li a:not(.secondary) {
  font-weight: 700;
}
.company .info-list .contacts {
  margin: 0 -0.75rem -1.25rem;
}
@media (min-width: 768px) {
  .company .info-list .contacts {
    margin: 0 -0.75rem;
  }
}
@media (min-width: 1000px) {
  .company .info-list .contacts {
    display: flex;
  }
}
.company .info-list .contacts .box {
  padding: 0 0.75rem 1.25rem;
}
@media (min-width: 768px) {
  .company .info-list .contacts .box {
    padding: 0 0.75rem;
  }
}
@media (min-width: 1000px) {
  .company .info-list .contacts .box {
    width: 50%;
  }
}
.company .info-list address {
  margin: 0 0 0.9375rem;
}
.company .info-list address:last-child {
  margin: 0;
}
.company .info-list .text {
  display: block;
}
.company .info-list .text &gt; a {
  text-decoration: none;
}
.widget-location .company {
  transition: background 0.2s ease-in-out;
  border: 0;
  padding: 0;
  background: #ebebeb;
  margin: 0 0 1.25rem;
  flex-flow: row-reverse nowrap;
}
@media screen and (prefers-reduced-motion: reduce) {
  .widget-location .company {
    transition: none;
  }
}
.widget-location .company:last-child {
  margin-bottom: 0;
}
.widget-location .company h6 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.widget-location .company .info-list {
  display: block;
  margin: 0;
  padding: 0.6875rem 0.875rem 0.9375rem;
}
.widget-location .company .info-list h6 {
  height: auto !important;
  padding: 0;
}
.widget-location .company .info-list li {
  min-height: inherit;
  padding: 0 0 1.125rem;
  max-width: inherit;
}
.widget-location .company .info-list li:last-child {
  padding: 0;
}
.widget-location .company .head {
  transition: background 0.2s ease-in-out;
  width: 4.8125rem;
  display: block;
  max-width: inherit;
  padding: 0.625rem 0.625rem;
  background: #e2e2e2;
}
@media screen and (prefers-reduced-motion: reduce) {
  .widget-location .company .head {
    transition: none;
  }
}
.widget-location .company:hover {
  background: #ffb400;
}
.widget-location .company:hover .meta {
  background: #ebebeb;
}

.section-featured {
  position: relative;
  z-index: 50;
  clear: both;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.section-featured::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .section-featured {
    min-height: 20.375rem;
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-featured {
    margin-top: 3.6875rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1000px) {
  .section-featured:before {
    position: absolute;
    left: 0.75rem;
    top: 0;
    right: 0.75rem;
    bottom: 0;
    content: "";
    background-image: linear-gradient(115deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
    z-index: -1;
  }
}
.section-featured &gt; .row {
  position: relative;
}
.section-featured .img-holder, .section-featured .img-thumbnail {
  position: relative;
  min-height: 18.875rem;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-featured .img-holder, .section-featured .img-thumbnail {
    min-height: 20.375rem;
  }
}
@media (min-width: 1000px) {
  .section-featured .img-holder, .section-featured .img-thumbnail {
    min-height: 29.125rem;
  }
}
@media (min-width: 1200px) {
  .section-featured .img-holder, .section-featured .img-thumbnail {
    position: static;
    min-height: 41.625rem;
  }
}
.section-featured .img-holder .img-area, .section-featured .img-thumbnail .img-area {
  left: 0.75rem;
  right: 0.75rem;
}
.section-featured .img-holder:after, .section-featured .img-thumbnail:after {
  min-height: inherit;
  content: "";
}
.section-featured .img-holder picture, .section-featured .img-thumbnail picture {
  display: block;
  overflow: hidden;
}
.section-featured .text-block {
  position: static;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .section-featured .text-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-featured .text-block {
    padding-top: 5.5625rem;
  }
}
.section-featured .img-thumbnail {
  background: #ebebeb;
  margin: 0 0 1.875rem;
}
@media (min-width: 768px) {
  .section-featured .img-thumbnail {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .section-featured .img-thumbnail {
    background: none;
  }
}
.section-featured .img-thumbnail img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.section-featured .btn-block {
  padding: 0.4375rem 0;
}
@media (max-width: 767.98px) {
  .section-featured .btn-block {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

.facts-and-figures {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .facts-and-figures {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .facts-and-figures {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .facts-and-figures {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .facts-and-figures h2 {
    margin: 0 0 2.0625rem;
  }
}
.facts-and-figures .wrap {
  margin-top: -0.4375rem;
  margin-bottom: -0.4375rem;
  display: flex;
}
@media (min-width: 768px) {
  .facts-and-figures .wrap {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .facts-and-figures .wrap {
    margin-top: -1.375rem;
    margin-bottom: -1.4375rem;
  }
}

.box-figures {
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding-top: 0.4375rem;
  display: flex;
  padding-bottom: 0.4375rem;
}
@media (min-width: 768px) {
  .box-figures {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .box-figures {
    line-height: 1.875rem;
    padding-top: 1.375rem;
    padding-bottom: 1.4375rem;
  }
}
.box-figures .holder {
  overflow: hidden;
  padding: 0 0 0 1rem;
  position: relative;
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .box-figures .holder {
    padding: 0 2.5rem 0 1.125rem;
  }
}
.box-figures .holder:before {
  position: absolute;
  left: 0;
  top: 0.75rem;
  bottom: 0.1875rem;
  content: "";
  width: 0.25rem;
  background: #ffb400;
}
@media (min-width: 768px) {
  .box-figures .holder:before {
    top: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .box-figures .holder:before {
    top: 0.75rem;
  }
}
.box-figures .number {
  font-size: 3.75rem;
  line-height: 3.75rem;
  display: block;
  margin: 0 0 0.875rem;
}
@media (min-width: 768px) {
  .box-figures .number {
    margin: 0 0 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .box-figures .number {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.box-figures .number sup {
  font-size: 2.25rem;
  line-height: 2.25rem;
  display: inline-block;
  vertical-align: top;
  margin: 1.25rem 0 0;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .box-figures .number sup {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 0.75rem 0 0;
  }
}
@media (min-width: 1000px) {
  .box-figures .number sup {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin: 1.25rem 0 0;
  }
}
@media (min-width: 1200px) {
  .box-figures .number sup {
    font-size: 2.9375rem;
    line-height: 3rem;
  }
}

.section-sources {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .section-sources {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-sources {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .section-sources {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.section-sources .wrap {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media (min-width: 1200px) {
  .section-sources h2 {
    margin: 0 0 2.0625rem;
  }
}

.box-source {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.box-source .img-thumbnail {
  display: flex;
  flex-flow: row nowrap;
  padding: 0.625rem 1.25rem;
  justify-content: center;
  min-height: 17.625rem;
  margin: 0 0 0.9375rem;
  align-items: center;
  background-image: linear-gradient(134deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
}
@media (min-width: 768px) {
  .box-source .img-thumbnail {
    min-height: 12.375rem;
    margin: 0 0 1.625rem;
  }
}
@media (min-width: 1000px) {
  .box-source .img-thumbnail {
    min-height: 18.875rem;
    margin: 0 0 1.3125rem;
  }
}
@media (min-width: 1200px) {
  .box-source .img-thumbnail {
    min-height: 26rem;
    margin: 0 0 1.625rem;
  }
}
.box-source .img-thumbnail:after {
  min-height: inherit;
  content: "";
}
.box-source .img-thumbnail a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100%;
}
.box-source .img-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}
.box-source .img-thumbnail:last-child {
  margin-bottom: 0;
}
.box-source h6 {
  margin: 0;
}
.box-source p {
  margin: 0 0 0.3125rem;
}
@media (max-width: 999.98px) {
  .box-source p:last-of-type {
    margin-bottom: 0;
  }
}
.box-source .btn-block {
  padding: 0;
}

.section-events {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .section-events {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .section-events {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .section-events {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.section-events .text-block:first-child {
  padding-top: 0;
}

.events-block {
  display: flex;
}
.events-block .holder {
  position: relative;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  z-index: 50;
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .events-block .holder {
    padding: 1.875rem 2.1875rem 1.875rem 3.75rem;
  }
}
@media (min-width: 1200px) {
  .events-block .holder {
    padding: 2.1875rem 2.1875rem 2.1875rem 4.375rem;
  }
}
@media (min-width: 1600px) {
  .events-block .holder {
    padding: 2.6875rem 2.9375rem 2.6875rem 7.3125rem;
  }
}
.events-block .holder:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #ffb400;
}
@media (min-width: 768px) {
  .events-block .holder:after {
    right: -0.75rem;
  }
}
.events-block .holder &gt; h3 {
  display: flex;
  flex-flow: row nowrap;
  color: #fff;
  align-items: center;
  line-height: 2.125rem;
  position: relative;
  font-size: 1.75rem;
  margin: 0 0 0.9375rem;
}
@media (min-width: 1000px) {
  .events-block .holder &gt; h3 {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    margin: 0 0 1.375rem;
  }
}
@media (min-width: 1200px) {
  .events-block .holder &gt; h3 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin: 0 0 2.3125rem;
  }
}
.events-block .holder &gt; h3 .date {
  font-size: 4.6875rem;
  line-height: 4.6875rem;
  flex-shrink: 0;
  margin: 0 0.625rem 0 0;
}
@media (min-width: 1000px) {
  .events-block .holder &gt; h3 .date {
    font-size: 5.625rem;
    line-height: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .events-block .holder &gt; h3 .date {
    font-size: 6.9375rem;
    line-height: 6.9375rem;
  }
}
.events-block .holder &gt; h3 .text {
  flex-grow: 1;
}
.events-block .btn-close {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 0.5rem;
  z-index: 60;
  right: 0.5rem;
  background: #000;
}
.events-block .btn-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 0.875rem;
  height: 0.1875rem;
  transform: translate(-50%, -50%);
  content: "";
  background: #fff;
}
.events-block .btn-close:hover, .events-block .btn-close:focus {
  background: #838383;
}
.events-block .btn-close:active:not(:disabled) {
  background: #000;
  color: #fff;
}

@media (max-width: 767.98px) {
  .calendar-event-wrap.hidden-box .jcf-scrollable-wrapper {
    display: none;
    overflow: hidden;
  }
}

.events-list {
  overflow: hidden;
  overflow: auto;
  height: 12.5rem;
  counter-reset: item;
  padding: 0 0.9375rem 0 0;
}
@media (min-width: 1000px) {
  .events-list {
    height: 21.875rem;
  }
}
.events-list .jcf-scrollbar-horizontal {
  display: none;
}
.events-list .event {
  margin: 0 0 1.25rem;
}
@media (min-width: 1000px) {
  .events-list .event {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .events-list .event {
    margin: 0 0 2.5rem;
  }
}
.events-list .event:last-child {
  margin-bottom: 0;
}
.events-list .event h2 {
  margin: 0 0 0.9375rem;
  padding: 0;
}
@media (min-width: 1200px) {
  .events-list .event h2 {
    margin: 0 0 1.3125rem;
  }
}
.events-list .event h2:before {
  content: counters(item, ".", decimal-leading-zero) ". ";
  counter-increment: item;
}
.events-list .event h2:after {
  display: none;
}
.events-list .event address:last-child {
  margin: 0;
}
.events-list .event address span {
  display: block;
}
.events-list .event address .secondary {
  font-weight: 700;
}

.calendar-area {
  display: flex;
}
.calendar-area .widget-location {
  padding: 0;
  width: auto;
  max-width: 19.4375rem;
}
.calendar-area .widget-location .btn-block {
  padding-top: 0;
}
.calendar-area .holder {
  position: relative;
  z-index: 5;
  flex-grow: 1;
}
.calendar-area .holder::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .calendar-area .holder {
    padding: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .calendar-area .holder {
    padding: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .calendar-area .holder {
    padding: 2.3125rem 3.75rem 3.1875rem 2.4375rem;
  }
}
@media (min-width: 768px) {
  .calendar-area .holder:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: -1;
    left: -0.75rem;
    border: 1px solid #eee;
  }
}

.contact-form .btn-block {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  padding: 1.25rem 0;
  margin: -0.9375rem;
}
@media (min-width: 768px) {
  .contact-form .btn-block {
    max-width: calc(50% - 1.125rem);
  }
}
@media (min-width: 1200px) {
  .contact-form .btn-block {
    max-width: calc(35% - 1.125rem);
    padding: 1.4375rem 0;
    margin: -0.5625rem;
  }
}
.contact-form .btn-block .text {
  padding: 0.9375rem;
  flex-grow: 1;
  display: block;
}
@media (min-width: 1200px) {
  .contact-form .btn-block .text {
    padding: 0.5625rem;
  }
}
.contact-form .btn-block .btn {
  margin: 0.9375rem;
}
@media (min-width: 1200px) {
  .contact-form .btn-block .btn {
    margin: 0.5625rem;
  }
}
.contact-form .btn-block:first-child {
  padding-top: 0;
}
.contact-form .btn-block:last-child {
  padding-bottom: 0;
}
.contact-form .btn {
  margin: 0.9375rem;
}
@media (min-width: 1200px) {
  .contact-form .btn {
    margin: 0.5625rem;
  }
}
.contact-form textarea.form-control {
  height: 7.125rem !important;
}

.product-details .feature,
.product-details .content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .product-details .feature,
.product-details .content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .product-details .feature,
.product-details .content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.product-details .feature:first-child,
.product-details .content:first-child {
  padding-top: 0;
}
.product-details .feature:last-child,
.product-details .content:last-child {
  padding-bottom: 0;
}

.product-specs {
  margin-bottom: -3.5625rem;
}
@media (min-width: 768px) {
  .product-specs {
    margin-bottom: -1.875rem;
  }
}
.product-specs:last-child {
  padding-bottom: 0;
}
.product-specs:first-child {
  padding-top: 0;
}
.product-specs .specs-box {
  padding-top: 1.75rem;
  padding-bottom: 1.8125rem;
}
@media (min-width: 1000px) {
  .product-specs .specs-box {
    padding-top: 1.3125rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 1199.98px) {
  .product-specs .specs-box:last-child {
    padding-bottom: 0;
  }
}
.product-specs .specs-box:after {
  position: absolute;
  top: 0;
  left: 0.75rem;
  right: 0.75rem;
  background: #ffb400;
  height: 0.375rem;
  content: "";
}
.product-specs .specs-box &gt; h6 {
  display: flex;
  align-items: center;
  margin: 0 0 0.9375rem;
}
@media (min-width: 1000px) {
  .product-specs .specs-box &gt; h6 {
    margin: 0 0 1.8125rem;
  }
}
.product-specs .specs-box &gt; h6 i {
  font-size: 1.875rem;
  line-height: 1.875rem;
  flex-shrink: 0;
  margin: 0 0.625rem 0 0;
}
.product-specs .specs-box &gt; h6 img {
  max-width: 50%;
  display: block;
  margin: 0 0.625rem 0 0;
  height: auto;
}
.product-specs .accordion {
  padding: 0;
}
.product-specs .accordion .card {
  border: 0;
}
.product-specs .accordion .card h6 {
  border-bottom: 1px solid #000;
}
@media (max-width: 1199.98px) {
  .product-specs .accordion .card h6 a {
    padding-top: 0.8125rem;
    padding-bottom: 0.875rem;
  }
}
.product-specs .accordion .card h6 a:after {
  display: none;
}
.product-specs .accordion .card .card-body .holder {
  max-width: 100%;
  padding: 0.375rem 0.625rem 0 0;
}
.product-specs .accordion .card.active h6 a {
  color: #000;
}

.specs-slider {
  position: relative;
  margin: 0 -1.125rem 1.25rem;
}
@media (min-width: 768px) {
  .specs-slider {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .specs-slider {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .specs-slider {
    margin-bottom: 4.25rem;
  }
}

.specs-block {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  padding: 0 0.75rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 375px) {
  .specs-block {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .specs-block {
    width: 24.1875rem;
  }
}
@media (min-width: 1400px) {
  .specs-block {
    font-size: 1.125rem;
    line-height: 1.75rem;
    width: 28.75rem;
  }
}
@media (min-width: 1600px) {
  .specs-block {
    width: 32.0625rem;
  }
}
.specs-block .holder {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 1.0625rem 1.25rem;
}
@media (min-width: 768px) {
  .specs-block .holder {
    padding: 0.375rem 1.25rem 0.625rem;
  }
}
@media (min-width: 1200px) {
  .specs-block .holder {
    padding: 0.625rem 1.875rem;
  }
}
.specs-block .holder hr {
  margin-top: 0;
  margin-bottom: 0;
}
.specs-block .row-block {
  display: flex;
  padding: 0.25rem;
  flex-flow: column nowrap;
  position: relative;
  padding: 0.375rem 0 0.3125rem;
  overflow: hidden;
  width: 100%;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .specs-block .row-block {
    padding: 0.5625rem 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  .specs-block .row-block {
    padding: 0.8125rem 0 0.875rem;
  }
}
.specs-block .row-block:last-child {
  border: 0;
}
.specs-block .row-block.heading {
  min-height: 4.375rem;
  padding-bottom: 0.1875rem;
}
@media (min-width: 768px) {
  .specs-block .row-block.heading {
    min-height: 4.5625rem;
  }
}
@media (min-width: 1200px) {
  .specs-block .row-block.heading {
    min-height: 5.3125rem;
  }
}
.specs-block .row-block h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.375rem;
  flex-grow: 1;
  margin: 0 0 0.875rem;
}
@media (min-width: 1200px) {
  .specs-block .row-block h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1400px) {
  .specs-block .row-block h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.specs-block .row-block h5:last-child {
  margin-bottom: 0;
}
.specs-block .row-block .unit,
.specs-block .row-block .title,
.specs-block .row-block .value,
.specs-block .row-block .text,
.specs-block .row-block .note {
  padding: 0 0.125rem;
  display: block;
  overflow: hidden;
}
.specs-block .row-block .unit:first-child,
.specs-block .row-block .title:first-child,
.specs-block .row-block .value:first-child,
.specs-block .row-block .text:first-child,
.specs-block .row-block .note:first-child {
  padding-left: 0;
}
.specs-block .row-block .unit:last-child,
.specs-block .row-block .title:last-child,
.specs-block .row-block .value:last-child,
.specs-block .row-block .text:last-child,
.specs-block .row-block .note:last-child {
  padding-right: 0;
}
.specs-block .row-block .unit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 30%;
  flex-shrink: 0;
  text-align: right;
  height: auto;
}
.specs-block .row-block .text {
  font-size: 0.6875rem;
  line-height: 1.375rem;
  display: block;
  flex-grow: 1;
  text-align: left;
}
@media (min-width: 1400px) {
  .specs-block .row-block .text {
    font-size: 0.8125rem;
    line-height: 1.5rem;
  }
}
.specs-block .row-block .note {
  font-size: 0.8125rem;
  line-height: 1rem;
  flex-grow: 1;
  display: block;
  height: 2rem;
  max-height: 2rem;
}
@media (min-width: 768px) {
  .specs-block .row-block .note {
    max-width: 85%;
  }
}
.specs-block .row-block .text-row {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
.specs-block .row-block .title {
  flex-grow: 1;
}
@media (min-width: 1400px) {
  .specs-block .row-block .title {
    max-width: 75%;
  }
}
.specs-block .row-block .value {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 50%;
}
.specs-block .row-block .value sub {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .specs-block .row-block .value sub {
    line-height: 1.75rem;
  }
}
.specs-block .row-block[data-lines="2"] .title,
.specs-block .row-block[data-lines="2"] .value,
.specs-block .row-block[data-lines="2"] .text {
  height: 2.75rem;
  max-height: 2.75rem;
}
@media (min-width: 1200px) {
  .specs-block .row-block[data-lines="2"] .title,
.specs-block .row-block[data-lines="2"] .value,
.specs-block .row-block[data-lines="2"] .text {
    height: 3.5rem;
    max-height: 3.5rem;
  }
}
.specs-block .row-block[data-lines="2"] .note {
  height: 2rem;
  max-height: 2rem;
}
@media (min-width: 1200px) {
  .specs-block .row-block[data-lines="2"] .note {
    height: 2rem;
    max-height: 2rem;
  }
}
.specs-block .row-block[data-lines="3"] .title,
.specs-block .row-block[data-lines="3"] .value,
.specs-block .row-block[data-lines="3"] .text {
  height: 4.125rem;
  max-height: 4.125rem;
}
@media (min-width: 1200px) {
  .specs-block .row-block[data-lines="3"] .title,
.specs-block .row-block[data-lines="3"] .value,
.specs-block .row-block[data-lines="3"] .text {
    height: 5.25rem;
    max-height: 5.25rem;
  }
}
.specs-block .row-block[data-lines="3"] .note {
  height: 3rem;
  max-height: 3rem;
}
@media (min-width: 1200px) {
  .specs-block .row-block[data-lines="3"] .note {
    height: 3rem;
    max-height: 3rem;
  }
}
.specs-block .efficiency-class {
  display: inline-block;
  vertical-align: top;
  background: #d2dd00;
  position: relative;
  min-width: 5.375rem;
  padding: 0 0.75rem;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  margin: 0 0.6875rem 0 0;
}
@media (min-width: 1200px) {
  .specs-block .efficiency-class {
    min-width: 8.125rem;
  }
}
@media (min-width: 1400px) {
  .specs-block .efficiency-class {
    margin: -0.1875rem 0.9375rem -0.1875rem 0;
    padding: 0.1875rem 0.75rem;
  }
}
.specs-block .efficiency-class:after {
  height: 0;
  width: 0;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #d2dd00;
  border-top: 11px solid transparent;
  position: absolute;
  right: -0.65625rem;
  top: 0;
  content: "";
}
@media (min-width: 1400px) {
  .specs-block .efficiency-class:after {
    border-width: 1.0625rem;
    right: -1.03125rem;
  }
}
.specs-block .efficiency-class span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.specs-block.specs-heading {
  text-align: left;
}
.specs-block.specs-heading .holder {
  background-image: linear-gradient(151deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
  box-shadow: none;
}
.specs-block.specs-heading .row-block {
  border-bottom-color: #000;
  text-align: left;
}
.specs-block.specs-heading .row-block,
.specs-block.specs-heading .text-row {
  justify-content: space-between;
}
.specs-block.specs-heading .text {
  line-height: 1rem;
}

.product-parts {
  display: flex;
  flex-flow: row wrap;
  margin: -1.125rem -0.75rem;
}
@media (min-width: 1000px) {
  .product-parts {
    padding: 1.625rem 0;
    flex-flow: row wrap;
    margin: -0.75rem -0.875rem;
  }
}
.product-parts:last-child {
  padding-bottom: 0;
}
.product-parts .box-part {
  padding: 1.125rem 0.75rem;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .product-parts .box-part {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .product-parts .box-part {
    width: 33.33%;
    display: flex;
    padding: 0.75rem 0.875rem;
    flex-flow: row nowrap;
  }
}
.product-parts .box-part .img-thumbnail {
  border: 0.0625rem solid #ebebeb;
  max-width: 13.625rem;
  min-height: 12.875rem;
  padding: 0.3125rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.75rem;
}
@media (min-width: 1000px) {
  .product-parts .box-part .img-thumbnail {
    min-height: inherit;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.product-parts .box-part .img-thumbnail:after {
  min-height: inherit;
  content: "";
}
.product-parts .box-part .img-thumbnail img {
  margin: 0 auto;
}
.product-parts .box-part .img-thumbnail &gt; * {
  overflow: hidden;
}
.product-parts .box-part .tip-text {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 1000px) {
  .product-parts .box-part .tip-text {
    margin: 0 0 0 0.75rem;
  }
}

@media (min-width: 1000px) {
  .section-manuals h2 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-manuals h2 {
    margin-bottom: 3.875rem;
  }
}

.manuals-area {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media (min-width: 1000px) {
  .manuals-area {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1200px) {
  .manuals-area {
    margin-top: -1.6875rem;
    margin-bottom: -1.75rem;
  }
}

.box-manual {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1000px) {
  .box-manual {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .box-manual {
    padding-top: 1.6875rem;
    padding-bottom: 1.75rem;
  }
}
.box-manual .img-thumbnail {
  display: flex;
  align-items: center;
  background: #ebebeb;
  margin: 0 0 0.3125rem;
  border: 0.0625rem solid #707070;
  width: 9.0625rem;
  min-height: 12.4375rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .box-manual .img-thumbnail {
    min-height: 12.375rem;
    width: 13.625rem;
    border: 0;
    margin-bottom: 0.3125rem;
    padding: 0.625rem 2.6875rem;
  }
}
@media (min-width: 1200px) {
  .box-manual .img-thumbnail {
    min-height: 18.1875rem;
    margin-bottom: 1.625rem;
    width: auto;
  }
}
.box-manual .img-thumbnail:after {
  min-height: inherit;
  content: "";
}
.box-manual .img-thumbnail img {
  background: #fff;
}
.box-manual .img-thumbnail picture,
.box-manual .img-thumbnail &gt; a {
  overflow: hidden;
}
.box-manual h6 {
  margin: 0;
}
.box-manual .text {
  display: block;
}
.box-manual .btn-block {
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  .box-manual .btn-block {
    padding: 0;
  }
}
.box-manual .btn-block:first-child {
  padding-top: 0;
}
.box-manual .btn-block:last-child {
  padding-bottom: 0;
}
.box-manual .btn-primary {
  max-width: 13.625rem;
}
@media (min-width: 768px) {
  .box-manual .btn-primary {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #ffb400;
    padding: 0;
    background: none;
    min-width: inherit;
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .box-manual .btn-primary {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .box-manual .btn-primary.icon-pdf:before {
    font-size: 1.9375rem;
    line-height: 1.9375rem;
  }
}
@media (min-width: 768px) {
  .box-manual .btn-primary.icon-pdf:before {
    display: none;
  }
  .box-manual .btn-primary:hover {
    background: none;
    color: #000;
  }
  .box-manual .btn-primary:active {
    color: #ffb400;
  }
}
.box-manual.more-products .img-thumbnail {
  background-image: linear-gradient(134deg, #f9f8f8 0%, #f7f6f6 36%, #ededeb 100%);
  position: relative;
}
.box-manual .btn-more {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 3.125rem;
  height: 3.125rem;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .box-manual .btn-more {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .box-manual .btn-more {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.box-manual .btn-more span,
.box-manual .btn-more span:after,
.box-manual .btn-more span:before {
  font-size: 0;
  line-height: 0;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  content: "";
}
@media (min-width: 1200px) {
  .box-manual .btn-more span,
.box-manual .btn-more span:after,
.box-manual .btn-more span:before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.box-manual .btn-more span:before {
  margin-left: -0.5rem;
}
@media (min-width: 768px) {
  .box-manual .btn-more span:before {
    margin-left: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .box-manual .btn-more span:before {
    margin-left: -0.9375rem;
  }
}
.box-manual .btn-more span:after {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .box-manual .btn-more span:after {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .box-manual .btn-more span:after {
    margin-left: 0.9375rem;
  }
}
.box-manual .btn-more:hover, .box-manual .btn-more:focus {
  background: #838383;
}
.box-manual .btn-more:active:not(:disabled) {
  background: #000;
  color: #fff;
}

.range-meter-wrap {
  background-color: #ebebeb;
}

.table-hover &gt; tbody &gt; tr:hover .range-meter-wrap {
  background-color: #fff;
}

.search-results-container .search-results.hidden {
  display: none;
}

.section-history {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .section-history {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1000px) {
  .section-history {
    margin-bottom: 2.8125rem;
  }
  .section-history:first-child {
    margin-top: 0;
  }
  .section-history:last-child {
    padding-bottom: 1.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .section-history:after {
    position: absolute;
    left: 0.75rem;
    top: 0;
    right: 0.75rem;
    bottom: 0;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.06);
    z-index: -1;
    content: "";
  }
}
@media (min-width: 1200px) {
  .section-history {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .section-history h2 {
    font-size: 2.625rem;
    line-height: 3rem;
    padding: 1.25rem 0 0;
    margin: 0 0 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .section-history h2 {
    margin: 0 0 1.75rem;
  }
}
@media (min-width: 768px) {
  .section-history h2:after {
    width: 7.875rem;
    height: 0.375rem;
  }
}
.section-history .content-holder {
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-history .content-holder {
    font-size: 1.125rem;
    line-height: 1.75rem;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: flex-start;
  }
}
@media (min-width: 1000px) {
  .section-history .content-holder {
    flex-flow: row nowrap;
  }
}
.section-history .content-holder .img-thumbnail {
  flex-shrink: 0;
  width: 13.625rem;
  min-height: 13rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .section-history .content-holder .img-thumbnail {
    margin: 0 0 0.625rem 1.25rem;
  }
}
@media (min-width: 1000px) {
  .section-history .content-holder .img-thumbnail {
    margin: 0 1.875rem 0.625rem 0;
  }
}
@media (min-width: 1200px) {
  .section-history .content-holder .img-thumbnail {
    min-height: 19.4375rem;
    margin: 0 4.25rem 0.625rem 0;
    width: 20.0625rem;
  }
}
.section-history .content-holder .img-thumbnail:after {
  min-height: inherit;
  content: "";
}
.section-history .content-holder .img-thumbnail &gt; * {
  overflow: hidden;
}
.section-history .content-holder .img-thumbnail:last-child {
  margin-bottom: 0;
}
.section-history .content-holder .text-box {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .section-history .content-holder .text-box {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .section-history .content-holder .text-box {
    max-width: 55%;
  }
}
.section-history .content-holder p {
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  .section-history .content-holder p {
    margin: 0 0 1.5rem;
  }
}
.section-history .content-holder p:last-child {
  margin-bottom: 0;
}

.history-slides {
  position: relative;
}
@media (min-width: 1000px) {
  .history-slides {
    display: flex;
    flex-flow: column nowrap;
  }
}
.history-slides .mask {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .history-slides .mask {
    margin: 0 0 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .history-slides .mask {
    margin: 0 0 3.4375rem;
  }
}
.history-slides .slideset {
  width: 99999px;
  float: left;
}
.history-slides .slide {
  float: left;
  width: 100%;
}
.history-slides .paging {
  margin: 0 -2.25rem 2.5rem;
}
.history-slides .paging::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 767.98px) {
  .history-slides .paging {
    position: relative;
    z-index: 5;
  }
  .history-slides .paging:before {
    position: absolute;
    left: -99999px;
    top: 0;
    right: -99999px;
    bottom: 0;
    background: #ffb400;
    content: "";
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .history-slides .paging {
    margin: 0 0 3.75rem;
  }
}
@media (min-width: 1000px) {
  .history-slides .paging {
    margin: 0 0 3.75rem;
  }
}
.history-slides .paging .jcf-scrollbar-slider {
  background: none;
}
@media (min-width: 768px) {
  .history-slides .paging .jcf-scrollbar-slider {
    background: #ebebeb;
  }
}
.history-slides .paging .jcf-scrollbar-vertical {
  display: none !important;
}
@media (max-width: 767.98px) {
  .history-slides .paging .jcf-scrollbar-horizontal .jcf-scrollbar-handle:after {
    display: none;
  }
}
.history-slides .paging ul {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  border: 0;
  justify-content: flex-start;
  flex-flow: row nowrap;
  overflow: hidden;
  overflow-x: auto;
  text-align: center;
  height: auto !important;
}
@media (min-width: 768px) {
  .history-slides .paging ul {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 0.9375rem 0 2.1875rem;
  }
}
.history-slides .paging ul li {
  position: relative;
  padding: 1.625rem 0.9375rem;
}
@media (max-width: 767.98px) {
  .history-slides .paging ul li:first-child {
    padding-left: 2.25rem;
  }
  .history-slides .paging ul li:last-child {
    padding-right: 2.25rem;
  }
}
@media (min-width: 768px) {
  .history-slides .paging ul li {
    border: 0;
    min-width: 5.875rem;
    padding: 0 0.9375rem;
  }
  .history-slides .paging ul li:before {
    position: absolute;
    left: 0;
    right: 0;
    background: #efefef;
    content: "";
    height: 0.0625rem;
    bottom: 0.4375rem;
    z-index: -1;
  }
}
.history-slides .paging ul li a {
  text-decoration: none;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .history-slides .paging ul li a {
    transition: all 0.2s ease-in-out;
    background: none;
    position: relative;
    opacity: 1;
    color: #000;
    padding: 0 0 1.375rem;
  }
  .history-slides .paging ul li a:before {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    transition: all 0.2s ease-in-out;
    transform: translateX(-50%);
    content: "";
    background: #ffb400;
  }
}
.history-slides .paging ul li a:hover, .history-slides .paging ul li a:focus {
  color: #000;
}
@media (min-width: 768px) {
  .history-slides .paging ul li a:hover, .history-slides .paging ul li a:focus {
    color: #838383;
  }
}
.history-slides .paging ul li a:active {
  color: #000;
}
.history-slides .paging ul li.active a {
  color: #000;
}
@media (min-width: 768px) {
  .history-slides .paging ul li.active a {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: -1.0625rem 0 0;
    padding-bottom: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .history-slides .paging ul li.active a:before {
    width: 1.875rem;
    height: 1.875rem;
    bottom: -0.4375rem;
  }
}
.history-slides hr {
  border-top: 2px solid #ffb400;
  width: 7.875rem;
  margin-left: 0;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>