/*======================================
  #Hero
======================================*/
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  max-width: 100%;
  background-color: var(--background-dark);
}
.hero.hero--v-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero.hero--v-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 60px 0;
  }
}
.hero.hero--25 {
  min-height: 25vh;
}
.hero.hero--30 {
  min-height: 30vh;
}
.hero.hero--35 {
  min-height: 35vh;
}
.hero.hero--40 {
  min-height: 40vh;
}
.hero.hero--45 {
  min-height: 45vh;
}
.hero.hero--50 {
  min-height: 50vh;
}
.hero.hero--55 {
  min-height: 55vh;
}
.hero.hero--60 {
  min-height: 60vh;
}
.hero.hero--65 {
  min-height: 65vh;
}
.hero.hero--70 {
  min-height: 70vh;
}
.hero.hero--75 {
  min-height: 75vh;
}
.hero.hero--80 {
  min-height: 80vh;
}
.hero.hero--85 {
  min-height: 85vh;
}
.hero.hero--90 {
  min-height: 90vh;
}
.hero.hero--95 {
  min-height: 95vh;
}
.hero.hero--100 {
  min-height: 100vh;
}
.hero .hero__background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.hero .hero__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.hero.overlay--light {
  background: var(--white) !important;
}
.browser-explorer.browser-version-11 .hero .hero__inner,
.browser-explorer.browser-version-10 .hero .hero__inner,
.browser-explorer.browser-version-9 .hero .hero__inner {
  overflow: hidden;
  padding: 10px 0;
}
.browser-explorer.browser-version-11 .hero.hero--25,
.browser-explorer.browser-version-10 .hero.hero--25,
.browser-explorer.browser-version-9 .hero.hero--25 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 25vh;
}
.browser-explorer.browser-version-11 .hero.hero--30,
.browser-explorer.browser-version-10 .hero.hero--30,
.browser-explorer.browser-version-9 .hero.hero--30 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 30vh;
}
.browser-explorer.browser-version-11 .hero.hero--35,
.browser-explorer.browser-version-10 .hero.hero--35,
.browser-explorer.browser-version-9 .hero.hero--35 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 35vh;
}
.browser-explorer.browser-version-11 .hero.hero--40,
.browser-explorer.browser-version-10 .hero.hero--40,
.browser-explorer.browser-version-9 .hero.hero--40 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 40vh;
}
.browser-explorer.browser-version-11 .hero.hero--45,
.browser-explorer.browser-version-10 .hero.hero--45,
.browser-explorer.browser-version-9 .hero.hero--45 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 45vh;
}
.browser-explorer.browser-version-11 .hero.hero--50,
.browser-explorer.browser-version-10 .hero.hero--50,
.browser-explorer.browser-version-9 .hero.hero--50 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 50vh;
}
.browser-explorer.browser-version-11 .hero.hero--55,
.browser-explorer.browser-version-10 .hero.hero--55,
.browser-explorer.browser-version-9 .hero.hero--55 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 55vh;
}
.browser-explorer.browser-version-11 .hero.hero--60,
.browser-explorer.browser-version-10 .hero.hero--60,
.browser-explorer.browser-version-9 .hero.hero--60 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 60vh;
}
.browser-explorer.browser-version-11 .hero.hero--65,
.browser-explorer.browser-version-10 .hero.hero--65,
.browser-explorer.browser-version-9 .hero.hero--65 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 65vh;
}
.browser-explorer.browser-version-11 .hero.hero--70,
.browser-explorer.browser-version-10 .hero.hero--70,
.browser-explorer.browser-version-9 .hero.hero--70 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 70vh;
}
.browser-explorer.browser-version-11 .hero.hero--75,
.browser-explorer.browser-version-10 .hero.hero--75,
.browser-explorer.browser-version-9 .hero.hero--75 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 75vh;
}
.browser-explorer.browser-version-11 .hero.hero--80,
.browser-explorer.browser-version-10 .hero.hero--80,
.browser-explorer.browser-version-9 .hero.hero--80 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 80vh;
}
.browser-explorer.browser-version-11 .hero.hero--85,
.browser-explorer.browser-version-10 .hero.hero--85,
.browser-explorer.browser-version-9 .hero.hero--85 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 85vh;
}
.browser-explorer.browser-version-11 .hero.hero--90,
.browser-explorer.browser-version-10 .hero.hero--90,
.browser-explorer.browser-version-9 .hero.hero--90 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 90vh;
}
.browser-explorer.browser-version-11 .hero.hero--95,
.browser-explorer.browser-version-10 .hero.hero--95,
.browser-explorer.browser-version-9 .hero.hero--95 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 95vh;
}
.browser-explorer.browser-version-11 .hero.hero--100,
.browser-explorer.browser-version-10 .hero.hero--100,
.browser-explorer.browser-version-9 .hero.hero--100 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .browser-safari .top + .hero.hero--100 {
    min-height: 90vh;
  }
}
/*======================================
  #Hero text
======================================*/
.hero__inner {
  position: relative;
  z-index: 10;
}
.hero__inner h1,
.hero__inner h2 {
  /*font-size: 3.75rem;
  line-height: 1.4;*/
    line-height: 0.85em;
    font-size: 7rem;
  margin-bottom: 0;
}
.hero__inner .hero__text {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-big);
  margin: 40px 0 0;

}
.hero__inner .hero__text p:last-of-type {
  margin-bottom: 0;
}
.hero__text a {
    color: inherit;
}
    .hero__text a:after {
        content: "\f061";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 0.5rem;
    }
.hero__inner .button-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .hero__inner h1,
  .hero__inner h2 {
    font-size: 4rem;
  }
}
.hero .hero__button {
    position: absolute;
    bottom: 12px;
    z-index: 10;
}
.hero .hero__button .button.button--light {

}
/*======================================
  #Hero animation
======================================*/
.hero.animate {
  overflow: hidden;
}
.hero.animate .hero__background {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}
.hero.animate .hero__inner {
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
  -webkit-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.hero.animate .hero__inner .button-wrap .button {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0.5s, background 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: opacity 1.2s ease 0.5s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: opacity 1.2s ease 0.5s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.hero.animate .hero__inner .button-wrap .button:nth-child(2) {
  -webkit-transition: opacity 1.2s ease 0.7s, background 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: opacity 1.2s ease 0.7s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: opacity 1.2s ease 0.7s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.hero.animate .hero__inner .button-wrap .button:nth-child(3) {
  -webkit-transition: opacity 1.2s ease 0.9s, background 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: opacity 1.2s ease 0.9s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: opacity 1.2s ease 0.9s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.hero.in-view.animate .hero__background {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.hero.in-view.animate .hero__inner {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.hero.in-view.animate .hero__inner .button-wrap .button {
  opacity: 1;
}
.row--center .hero__inner {
  text-align: center;
}
.row--center .hero__inner .button-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--center .hero__inner .button-wrap .button {
  margin: 5px;
}
/*======================================
  #Overlay
======================================*/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: var(--background-dark);
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overlay.overlay--light {
  background: var(--white);
}
/*======================================
  #Scroll icon
======================================*/
.icon-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: var(--heading-light);
  z-index: 9;
  width: 30px;
  text-align: center;
  margin-left: -15px;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
.icon-scroll.overlay--light {
  color: var(--heading-dark);
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0.5);
            transform: translateY(36px) scale(0.5);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.9);
            transform: translateY(-5px) scale(0.9);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0.5);
            transform: translateY(36px) scale(0.5);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.9);
            transform: translateY(-5px) scale(0.9);
  }
}
/*======================================
  #Video
======================================*/
.hero__video {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.hero__video .hero__video-player {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*======================================
  #Top + Combos
======================================*/
.top + #content > .hero:first-child {
  padding: calc(var(--header-height) + 80px) 0 80px;
}
@media only screen and (max-width: 992px) {
  .top + #content > .hero:first-child {
    padding: calc(var(--header-height) + 60px) 0 60px;
  }
}
.top + #content > .hero:first-child .hero__background,
.top + #content > .hero:first-child .hero__video {
  top: var(--header-height);
}
.pre-top + .top + #content > .hero:first-child {
  padding: calc(var(--header-height) + var(--pre-top-height) + 80px) 0 80px;
}
@media only screen and (max-width: 992px) {
  .pre-top + .top + #content > .hero:first-child {
    padding: calc(var(--header-height) + 60px) 0 60px;
  }
}
.pre-top + .top + #content > .hero:first-child .hero__background,
.pre-top + .top + #content > .hero:first-child .hero__video {
  top: calc(var(--header-height) + var(--pre-top-height));
}
@media only screen and (max-width: 992px) {
  .pre-top + .top + #content > .hero:first-child .hero__background,
  .pre-top + .top + #content > .hero:first-child .hero__video {
    top: var(--header-height);
  }
}
.top.top--scroll-bg + #content > .hero:first-child {
  padding: calc(var(--header-height) + 10px) 0;
}
.top.top--scroll-bg + #content > .hero:first-child .hero__background,
.top.top--scroll-bg + #content > .hero:first-child .hero__video {
  top: 0;
}
.pre-top + .top.top--scroll-bg + #content > .hero:first-child {
  padding: calc(var(--header-height) + var(--pre-top-height) + 10px) 0;
}
@media only screen and (max-width: 992px) {
  .pre-top + .top.top--scroll-bg + #content > .hero:first-child {
    padding: calc(var(--header-height) + 10px) 0;
  }
}
.pre-top + .top.top--scroll-bg + #content > .hero:first-child .hero__background,
.pre-top + .top.top--scroll-bg + #content > .hero:first-child .hero__video {
  top: 0;
}
/*======================================
  #Block General
======================================*/
.block {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .block {
    padding: 30px 0;
  }
}
.block.block--compact {
  padding: 30px 0;
}
.block.block--np {
  padding: 0;
}
.block__header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}
.block__header .block__header-text {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-big);
}
.block__header .block__header-text img {
  height: auto!important;
}
.block__header .block__header-text p:last-of-type {
  margin-bottom: 0;
}
.block__header h1,
.block__header h2,
.block__header h3 {
  margin-bottom: 0;
}
.block__header h1 + .block__header-text,
.block__header h2 + .block__header-text,
.block__header h3 + .block__header-text {
  margin-top: 15px;
}
.block__header + .block__body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block__header + .block__body {
    margin-top: 30px;
  }
}
.block__body + .button-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block__body + .button-wrap {
    margin-top: 20px;
  }
}
.block__header + .button-wrap {
  margin-top: 30px;
}
.block > .button-wrap {
  padding: 0 20px;
  text-align: center;
}
.button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-wrap .button {
  margin: 5px 10px 5px 0;
}
.text-center .button-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-center .button-wrap .button {
  margin: 5px;
}
.text-right .button-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text-right .button-wrap .button {
  margin: 5px 0 5px 10px;
}
/*======================================
  #Block background
======================================*/
.block__background {
  background-color: var(--background-dark);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.light-color .block__background.lazyloading {
  opacity: 1;
  background-color: var(--background-dark);
}
/*======================================
  #Section Combos
======================================*/
/*.top + #content {
  margin-top: var(--header-height);
}
.pre-top-visible .top + #content {
  margin-top: var(--top-combo-calc);
}
@media only screen and (max-width: 992px) {
  .pre-top-visible .top + #content {
    margin-top: var(--header-height);
  }
}
.top.top--scroll-bg + #content {
  margin-top: 0;
}*/
#content {
    margin-top: var(--header-height);
}

#content {
    margin-top: var(--top-combo-calc);
}

@media only screen and (max-width: 992px) {
    #content {
        margin-top: var(--header-height);
    }
}

.top.top--scroll-bg + #content {
    margin-top: 0;
}
#content > .map:first-child,
#content > .hero:first-child,
#content > .split-wrap:first-child,
#content > .account-form:first-child {
  margin-top: calc(var(--header-height) * -1);
}
.pre-top-visible #content > .map:first-child,
.pre-top-visible #content > .split-wrap:first-child,
.pre-top-visible #content > .hero:first-child,
.pre-top-visible #content > .account-form:first-child {
  margin-top: calc(var(--top-combo-calc) * -1);
}
@media only screen and (max-width: 992px) {
  .pre-top-visible #content > .map:first-child,
  .pre-top-visible #content > .split-wrap:first-child,
  .pre-top-visible #content > .hero:first-child,
  .pre-top-visible #content > .account-form:first-child {
    margin-top: calc(var(--header-height) * -1);
  }
}
#content > .map:first-child,
#content > .split-wrap:first-child .split,
#content > .account-form:first-child {
  padding-top: var(--header-height);
}
.pre-top-visible #content > .map:first-child,
.pre-top-visible #content > .split-wrap:first-child .split,
.pre-top-visible #content > .account-form:first-child {
  padding-top: var(--top-combo-calc);
}
@media only screen and (max-width: 992px) {
  .pre-top-visible #content > .map:first-child,
  .pre-top-visible #content > .split-wrap:first-child .split,
  .pre-top-visible #content > .account-form:first-child {
    padding-top: var(--header-height);
  }
}
.top.top--scroll-bg + #content > .map:first-child,
.top.top--scroll-bg + #content > .split-wrap:first-child .split,
.top.top--scroll-bg + #content > .split-wrap:first-child,
.top.top--scroll-bg + #content > .account-form:first-child {
  padding-top: 0;
  margin-top: 0;
}
.top.top--scroll-bg + #content > .hero:first-child {
  margin-top: 0;
}
.block.theme-bg + .block.theme-bg,
.block.theme-alt-bg + .block.theme-alt-bg,
.block.dark-bg + .block.dark-bg,
.block.white-bg + .block.white-bg,
.block.gray-bg + .block.gray-bg {
  padding-top: 0;
}
.pre-top-visible .search__autocomplete,
.pre-top-visible .main-nav__ul--big {
  max-height: calc(100vh - var(--top-combo-calc));
}
.search__autocomplete,
.pre-top-visible.scroll .search__autocomplete,
.main-nav__ul--big,
.pre-top-visible.scroll .main-nav__ul--big {
  max-height: calc(100vh - var(--header-height));
}
.gallery,
.gallery-simple {
  padding: 5px;
  position: relative;
  z-index: 2;
}
.gallery .gallery__item,
.gallery-simple .gallery__item {
  display: block;
  margin: 5px;
}
.gallery .gallery__item img,
.gallery-simple .gallery__item img {
  width: 100%;
  display: block;
}
.gallery .gallery__item,
.gallery-simple .gallery__item,
.gallery .instagram-image-link,
.gallery-simple .instagram-image-link {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .gallery__item img,
.gallery-simple .gallery__item img,
.gallery .instagram-image-link img,
.gallery-simple .instagram-image-link img,
.gallery .gallery__item .bg,
.gallery-simple .gallery__item .bg,
.gallery .instagram-image-link .bg,
.gallery-simple .instagram-image-link .bg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px) translate3d(0, 0, 0);
          transform: translateY(0px) translate3d(0, 0, 0);
}
.gallery .gallery__item:hover,
.gallery-simple .gallery__item:hover,
.gallery .instagram-image-link:hover,
.gallery-simple .instagram-image-link:hover {
  z-index: 2;
}
.gallery .gallery__item:hover img,
.gallery-simple .gallery__item:hover img,
.gallery .instagram-image-link:hover img,
.gallery-simple .instagram-image-link:hover img,
.gallery .gallery__item:hover .bg,
.gallery-simple .gallery__item:hover .bg,
.gallery .instagram-image-link:hover .bg,
.gallery-simple .instagram-image-link:hover .bg {
  -webkit-transform: translateY(-3px) translate3d(0, 0, 0);
          transform: translateY(-3px) translate3d(0, 0, 0);
  -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
}
.gallery.gallery--no-border,
.gallery-simple.gallery--no-border {
  padding: 0;
}
.gallery.gallery--no-border .gallery__item,
.gallery-simple.gallery--no-border .gallery__item {
  margin: 0;
}
.gallery.gallery--no-border .gallery__item:hover img,
.gallery-simple.gallery--no-border .gallery__item:hover img,
.gallery.gallery--no-border .gallery__item:hover .bg,
.gallery-simple.gallery--no-border .gallery__item:hover .bg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0.9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gallery .gallery-instagram .gallery__item,
.gallery-simple .gallery-instagram .gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.gallery .gallery-instagram .gallery__item figure,
.gallery-simple .gallery-instagram .gallery__item figure {
  position: relative;
}
.gallery .gallery-instagram .gallery__item .instagram-user-link,
.gallery-simple .gallery-instagram .gallery__item .instagram-user-link {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--heading-light);
  display: block;
  padding: 10px;
  line-height: 1;
  border-radius: 100%;
  z-index: 3;
  opacity: 0.7;
}
.gallery .gallery-instagram .gallery__item .instagram-user-link:hover,
.gallery-simple .gallery-instagram .gallery__item .instagram-user-link:hover {
  opacity: 1;
}
.browser-explorer.browser-version-10 .gallery,
.gallery-simple .gallery-instagram .gallery__item {
  display: block;
}
/*======================================
  #Gallery Animation
======================================*/
.gallery.animate .gallery__item,
.gallery-simple.animate .gallery__item {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
}
.gallery.animate .row > [class*='col-']:nth-child(15) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(15) .gallery__item {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.gallery.animate .row > [class*='col-']:nth-child(14) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(14) .gallery__item {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.gallery.animate .row > [class*='col-']:nth-child(13) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(13) .gallery__item {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.gallery.animate .row > [class*='col-']:nth-child(12) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(12) .gallery__item {
  -webkit-transition-delay: 1.7999999999999998s;
       -o-transition-delay: 1.7999999999999998s;
          transition-delay: 1.7999999999999998s;
}
.gallery.animate .row > [class*='col-']:nth-child(11) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(11) .gallery__item {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.gallery.animate .row > [class*='col-']:nth-child(10) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(10) .gallery__item {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.gallery.animate .row > [class*='col-']:nth-child(9) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(9) .gallery__item {
  -webkit-transition-delay: 1.3499999999999999s;
       -o-transition-delay: 1.3499999999999999s;
          transition-delay: 1.3499999999999999s;
}
.gallery.animate .row > [class*='col-']:nth-child(8) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(8) .gallery__item {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.gallery.animate .row > [class*='col-']:nth-child(7) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(7) .gallery__item {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.gallery.animate .row > [class*='col-']:nth-child(6) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(6) .gallery__item {
  -webkit-transition-delay: 0.8999999999999999s;
       -o-transition-delay: 0.8999999999999999s;
          transition-delay: 0.8999999999999999s;
}
.gallery.animate .row > [class*='col-']:nth-child(5) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(5) .gallery__item {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.gallery.animate .row > [class*='col-']:nth-child(4) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(4) .gallery__item {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.gallery.animate .row > [class*='col-']:nth-child(3) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(3) .gallery__item {
  -webkit-transition-delay: 0.44999999999999996s;
       -o-transition-delay: 0.44999999999999996s;
          transition-delay: 0.44999999999999996s;
}
.gallery.animate .row > [class*='col-']:nth-child(2) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(2) .gallery__item {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.gallery.animate .row > [class*='col-']:nth-child(1) .gallery__item,
.gallery-simple.animate .row > [class*='col-']:nth-child(1) .gallery__item {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.gallery.animate.in-view .gallery__item,
.gallery-simple.animate.in-view .gallery__item {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*======================================
  #List
======================================*/
/* .feed{} */
.box-wrap .box {
  margin-bottom: 0!important;
  height: 100%;
}
.box-wrap > [class*='col-'] {
  margin-bottom: var(--grid-gutter);
}
.box {
  background: var(--white);
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: block;
  margin-bottom: var(--grid-gutter);
  color: var(--text-dark);
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  color: var(--heading-dark) !important;
}
.box img {
  display: block;
}
.box .box__image img {
  width: 100%;
}
.box .box__text {
  padding: var(--grid-gutter);
  position: relative;
}
.box .box__text p {
  margin-bottom: 0;
  font-size: 1rem;
}
.box .box__meta {
  font-size: 0.7rem;
  line-height: 1;
  padding: 0 0 0.7em;
  font-weight: var(--font-weight-bold);
}
.box:hover {
  -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
}
.white-bg .box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.white-bg .box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dark-bg .box {
  background-color: var(--background-dark-lighter);
  color: var(--text-light);
}
.dark-bg .box h1,
.dark-bg .box h2,
.dark-bg .box h3,
.dark-bg .box h4,
.dark-bg .box h5,
.dark-bg .box h6 {
  color: var(--heading-light) !important;
}
.theme-bg .box,
.theme-alt-bg .box {
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
}
.theme-bg .box h1,
.theme-alt-bg .box h1,
.theme-bg .box h2,
.theme-alt-bg .box h2,
.theme-bg .box h3,
.theme-alt-bg .box h3,
.theme-bg .box h4,
.theme-alt-bg .box h4,
.theme-bg .box h5,
.theme-alt-bg .box h5,
.theme-bg .box h6,
.theme-alt-bg .box h6 {
  color: inherit !important;
}
/*======================================
  #Pager
======================================*/
ul.pager {
  margin: 1.5em 0 0;
  padding: 0;
  list-style: none;
}
ul.pager li {
  display: inline-block;
  margin: 0 3px 6px;
}
ul.pager li a {
  display: block;
  line-height: 1;
  padding: 0.8em 1em;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
  background: var(--white);
  border-radius: 4px;
  color: var(--heading-dark);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
}
ul.pager li a:hover {
  -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
  color: var(--theme);
}
ul.pager li.selected a {
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: var(--text-dark);
}
.white-bg ul.pager li a {
  color: #555;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0);
}
.white-bg ul.pager li a:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.09);
}
/*======================================
  #Post
======================================*/
.post__image {
  max-width: 1100px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.post__image img {
  display: block;
  margin: 0 auto;
}
.post__meta {
  font-size: 0.8rem;
  font-weight: var(--font-weight-bold);
  margin: 1em 0;
}
.post__body {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
.post__body img {
  height: auto!important;
}
/*======================================
  #Share
======================================*/
.share {
  text-align: center;
  margin: 2em 0;
}
.share h6 {
  margin-bottom: 20px;
}
ul.share-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.share-list li {
  margin: 0 0.3em;
}
ul.share-list li a {
  display: block;
  color: var(--white);
  line-height: 1;
  font-size: 1.25rem;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.share-list li a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
ul.share-list li.share-facebook a {
  background: #3b5998;
}
ul.share-list li.share-facebook a:hover {
  background: #4264aa;
}
ul.share-list li.share-twitter a {
  background: #4099FF;
}
ul.share-list li.share-twitter a:hover {
  background: #5aa7ff;
}
ul.share-list li.share-linkedin a {
  background: #007bb5;
}
ul.share-list li.share-linkedin a:hover {
  background: #008ccf;
}
ul.tags + .share {
  margin-top: 30px;
}
/*======================================
  #Tags
======================================*/
.block-header ul.tags {
  margin-top: 20px;
}
ul.tags {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
ul.tags li {
  display: inline-block;
}
ul.tags li a {
  display: block;
  background: var(--background-light);
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-dark);
  text-transform: uppercase;
}
ul.tags li a i {
  position: relative;
  margin: 0 0 0 5px;
}
ul.tags li a:hover {
  background: var(--background-dark);
  color: var(--heading-light);
}
ul.tags li a.active {
  background: var(--background-dark);
  color: var(--heading-light);
}
ul.tags li a.active:hover {
  background: var(--background-light);
  color: var(--text-dark);
}
/*======================================
  #Map
======================================*/
.map {
  min-height: 200px;
}
.map.map--25 {
  height: 25vh;
}
.map.map--30 {
  height: 30vh;
}
.map.map--35 {
  height: 35vh;
}
.map.map--40 {
  height: 40vh;
}
.map.map--45 {
  height: 45vh;
}
.map.map--50 {
  height: 50vh;
}
.map.map--55 {
  height: 55vh;
}
.map.map--60 {
  height: 60vh;
}
.map.map--65 {
  height: 65vh;
}
.map.map--70 {
  height: 70vh;
}
.map.map--75 {
  height: 75vh;
}
.map.map--80 {
  height: 80vh;
}
.map.map--85 {
  height: 85vh;
}
.map.map--90 {
  height: 90vh;
}
.map.map--95 {
  height: 95vh;
}
.map.map--100 {
  height: 100vh;
}
.map .map__canvas {
  height: 100%;
  width: 100%;
}
.map.map--split {
  height: auto;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.map.map--split.map--25 {
  min-height: 25vh;
}
.map.map--split.map--30 {
  min-height: 30vh;
}
.map.map--split.map--35 {
  min-height: 35vh;
}
.map.map--split.map--40 {
  min-height: 40vh;
}
.map.map--split.map--45 {
  min-height: 45vh;
}
.map.map--split.map--50 {
  min-height: 50vh;
}
.map.map--split.map--55 {
  min-height: 55vh;
}
.map.map--split.map--60 {
  min-height: 60vh;
}
.map.map--split.map--65 {
  min-height: 65vh;
}
.map.map--split.map--70 {
  min-height: 70vh;
}
.map.map--split.map--75 {
  min-height: 75vh;
}
.map.map--split.map--80 {
  min-height: 80vh;
}
.map.map--split.map--85 {
  min-height: 85vh;
}
.map.map--split.map--90 {
  min-height: 90vh;
}
.map.map--split.map--95 {
  min-height: 95vh;
}
.map.map--split.map--100 {
  min-height: 100vh;
}
.map.map--split .map__content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map.map--split .map__content .map__content-inner {
  padding: 80px 40px;
  max-width: 650px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.map.map--split .map__canvas {
  width: 60%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .map.map--split {
    height: auto;
    display: block;
  }
  .map.map--split .map__content {
    width: 100%;
  }
  .map.map--split .map__content .map__content-inner {
    padding: 40px 20px;
  }
  .map.map--split .map__canvas {
    width: 100%;
  }
  .map.map--split.map--25 .map__canvas {
    height: 25vh;
  }
  .map.map--split.map--30 .map__canvas {
    height: 30vh;
  }
  .map.map--split.map--35 .map__canvas {
    height: 35vh;
  }
  .map.map--split.map--40 .map__canvas {
    height: 40vh;
  }
  .map.map--split.map--45 .map__canvas {
    height: 45vh;
  }
  .map.map--split.map--50 .map__canvas {
    height: 50vh;
  }
  .map.map--split.map--55 .map__canvas {
    height: 55vh;
  }
  .map.map--split.map--60 .map__canvas {
    height: 60vh;
  }
  .map.map--split.map--65 .map__canvas {
    height: 65vh;
  }
  .map.map--split.map--70 .map__canvas {
    height: 70vh;
  }
  .map.map--split.map--75 .map__canvas {
    height: 75vh;
  }
  .map.map--split.map--80 .map__canvas {
    height: 80vh;
  }
  .map.map--split.map--85 .map__canvas {
    height: 85vh;
  }
  .map.map--split.map--90 .map__canvas {
    height: 90vh;
  }
  .map.map--split.map--95 .map__canvas {
    height: 95vh;
  }
  .map.map--split.map--100 .map__canvas {
    height: 100vh;
  }
}
.map .opening-hours li {
  border-top-color: var(--border-dark);
}
.map .contact-list,
.map .opening-hours,
.map .button-wrap {
  margin-top: 30px;
}
.map .light-color .opening-hours li {
  border-top-color: var(--border-light);
}
.browser-explorer .map.map--split.map--25 .map__canvas {
  min-height: 25vh;
}
.browser-explorer .map.map--split.map--30 .map__canvas {
  min-height: 30vh;
}
.browser-explorer .map.map--split.map--35 .map__canvas {
  min-height: 35vh;
}
.browser-explorer .map.map--split.map--40 .map__canvas {
  min-height: 40vh;
}
.browser-explorer .map.map--split.map--45 .map__canvas {
  min-height: 45vh;
}
.browser-explorer .map.map--split.map--50 .map__canvas {
  min-height: 50vh;
}
.browser-explorer .map.map--split.map--55 .map__canvas {
  min-height: 55vh;
}
.browser-explorer .map.map--split.map--60 .map__canvas {
  min-height: 60vh;
}
.browser-explorer .map.map--split.map--65 .map__canvas {
  min-height: 65vh;
}
.browser-explorer .map.map--split.map--70 .map__canvas {
  min-height: 70vh;
}
.browser-explorer .map.map--split.map--75 .map__canvas {
  min-height: 75vh;
}
.browser-explorer .map.map--split.map--80 .map__canvas {
  min-height: 80vh;
}
.browser-explorer .map.map--split.map--85 .map__canvas {
  min-height: 85vh;
}
.browser-explorer .map.map--split.map--90 .map__canvas {
  min-height: 90vh;
}
.browser-explorer .map.map--split.map--95 .map__canvas {
  min-height: 95vh;
}
.browser-explorer .map.map--split.map--100 .map__canvas {
  min-height: 100vh;
}
/*======================================
  #Text & Images
======================================*/
.split {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  --grid-gutter-double: calc(var(--grid-gutter) * 2);
}
.split.split--25 {
  min-height: 25vh;
}
.split.split--30 {
  min-height: 30vh;
}
.split.split--35 {
  min-height: 35vh;
}
.split.split--40 {
  min-height: 40vh;
}
.split.split--45 {
  min-height: 45vh;
}
.split.split--50 {
  min-height: 50vh;
}
.split.split--55 {
  min-height: 55vh;
}
.split.split--60 {
  min-height: 60vh;
}
.split.split--65 {
  min-height: 65vh;
}
.split.split--70 {
  min-height: 70vh;
}
.split.split--75 {
  min-height: 75vh;
}
.split.split--80 {
  min-height: 80vh;
}
.split.split--85 {
  min-height: 85vh;
}
.split.split--90 {
  min-height: 90vh;
}
.split.split--95 {
  min-height: 95vh;
}
.split.split--100 {
  min-height: 100vh;
}
.split--standard {
  max-width: calc(var(--grid-width) - var(--grid-gutter-double));
}
.split--small {
  max-width: calc(var(--grid-width-small) - var(--grid-gutter-double));
}
.split--big {
  max-width: calc(var(--grid-width-big) - var(--grid-gutter-double));
}
.split--full {
  max-width: 100%;
}
.split.split--text-right .split__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.split.split--text-right .split__image {
  border: 5px solid var(--white);
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .split.split--text-right .split__image {
    border: 5px solid var(--white);
  }
}
.split .split__text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.split .split__text .split__text-inner {
  padding: 100px 30px;
  max-width: 650px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.split .split__text p:last-of-type {
  margin-bottom: 0;
}
.split .split__text .button-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .split .split__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .split .split__text .split__text-inner {
    padding: 40px 20px;
  }
}
.split .split__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 5px solid var(--white);
  border-left: 0;
}
.split .split__image .split__image-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid var(--white);
}
.split .split__image.split__image--contain .split__image-item {
  background-size: contain;
}
.split .split__image.split__image--no-border,
.split .split__image.split__image--no-border .split__image-item {
  border: 0;
}
.split .split__image.split__image--2 .split__image-item {
  width: 50%;
}
.split .split__image.split__image--3 .split__image-item {
  width: 50%;
  min-height: 50%;
}
.split .split__image.split__image--3 .split__image-item:nth-child(1) {
  width: 100%;
}
.split .split__image.split__image--4 .split__image-item {
  width: 50%;
  min-height: 50%;
}
.split .split__image.split__image--5 .split__image-item:nth-child(1),
.split .split__image.split__image--5 .split__image-item:nth-child(2) {
  width: 50%;
  min-height: 60%;
}
.split .split__image.split__image--5 .split__image-item {
  width: 33.3333333%;
  min-height: 40%;
}
.split .split__image.split__image--6 .split__image-item {
  width: 33.3333333%;
  min-height: 50%;
}
@media only screen and (max-width: 768px) {
  .split .split__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-height: 400px;
    border: 5px solid var(--white);
  }
}
.theme-bg .split .split__image .split__image-item,
.theme-bg .split .split__image {
  border-color: var(--theme);
}
.theme-alt-bg .split .split__image .split__image-item,
.theme-alt-bg .split .split__image {
  border-color: var(--theme-alt);
}
.gray-bg .split .split__image .split__image-item,
.gray-bg .split .split__image {
  border-color: var(--background-light);
}
.dark-bg .split .split__image .split__image-item,
.dark-bg .split .split__image {
  border-color: var(--background-dark);
}
.browser-explorer .split.split--25 .split__image {
  min-height: 25vh;
}
.browser-explorer .split.split--30 .split__image {
  min-height: 30vh;
}
.browser-explorer .split.split--35 .split__image {
  min-height: 35vh;
}
.browser-explorer .split.split--40 .split__image {
  min-height: 40vh;
}
.browser-explorer .split.split--45 .split__image {
  min-height: 45vh;
}
.browser-explorer .split.split--50 .split__image {
  min-height: 50vh;
}
.browser-explorer .split.split--55 .split__image {
  min-height: 55vh;
}
.browser-explorer .split.split--60 .split__image {
  min-height: 60vh;
}
.browser-explorer .split.split--65 .split__image {
  min-height: 65vh;
}
.browser-explorer .split.split--70 .split__image {
  min-height: 70vh;
}
.browser-explorer .split.split--75 .split__image {
  min-height: 75vh;
}
.browser-explorer .split.split--80 .split__image {
  min-height: 80vh;
}
.browser-explorer .split.split--85 .split__image {
  min-height: 85vh;
}
.browser-explorer .split.split--90 .split__image {
  min-height: 90vh;
}
.browser-explorer .split.split--95 .split__image {
  min-height: 95vh;
}
.browser-explorer .split.split--100 .split__image {
  min-height: 100vh;
}
/*======================================
  #Split animation
======================================*/
.split-wrap.animate {
  overflow: hidden;
}
.split-wrap.animate .split .split__text,
.split-wrap.animate .split .split__image {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.split-wrap.animate .split .split__text {
  -webkit-transform: translateX(-75px);
      -ms-transform: translateX(-75px);
          transform: translateX(-75px);
}
.split-wrap.animate .split .split__image {
  -webkit-transform: translateX(75px);
      -ms-transform: translateX(75px);
          transform: translateX(75px);
}
.split-wrap.animate .split .split__image .split__image-item {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(15) {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(14) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(13) {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(12) {
  -webkit-transition-delay: 1.7999999999999998s;
       -o-transition-delay: 1.7999999999999998s;
          transition-delay: 1.7999999999999998s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(11) {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(10) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(9) {
  -webkit-transition-delay: 1.3499999999999999s;
       -o-transition-delay: 1.3499999999999999s;
          transition-delay: 1.3499999999999999s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(7) {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(6) {
  -webkit-transition-delay: 0.8999999999999999s;
       -o-transition-delay: 0.8999999999999999s;
          transition-delay: 0.8999999999999999s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(5) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(3) {
  -webkit-transition-delay: 0.44999999999999996s;
       -o-transition-delay: 0.44999999999999996s;
          transition-delay: 0.44999999999999996s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.split-wrap.animate .split .split__image .split__image-item:nth-child(1) {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.split-wrap.animate .split.split--text-right .split__text {
  -webkit-transform: translateX(75px);
      -ms-transform: translateX(75px);
          transform: translateX(75px);
}
.split-wrap.animate .split.split--text-right .split__image {
  -webkit-transform: translateX(-75px);
      -ms-transform: translateX(-75px);
          transform: translateX(-75px);
}
.split-wrap.animate.in-view .split .split__text,
.split-wrap.animate.in-view .split .split__image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.split-wrap.animate.in-view .split .split__text .split__image-item,
.split-wrap.animate.in-view .split .split__image .split__image-item {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
/*======================================
  #Image
======================================*/
.image-block {
  margin: 0 auto;
}
.image-block img {
  display: block;
}
/*======================================
  #Newsletter
======================================*/
.newsletter {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .newsletter {
    padding: 40px 0;
  }
}
.newsletter .newsletter__inner {
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-big);
}
.newsletter .newsletter__inner p {
  margin-bottom: 1.5em;
}
.newsletter form {
  margin: 30px 0 20px;
  background: var(--white);
  padding: 6px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter form input {
  margin: 0;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: 0!important;
}
@media only screen and (max-width: 768px) {
  .newsletter form input {
    padding: 15px;
  }
}
.newsletter form button {
  font-size: 1.2rem;
  max-width: 70px;
}
.newsletter p.newsletter__disclaimer {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: var(--font-weight-normal);
}
.newsletter.white-bg form {
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.newsletter.white-bg form input {
  border: 0;
}
.dark-bg.light-color .newsletter__inner form {
  background-color: var(--background-dark-lighter);
}
/*======================================
  #Newsletter Animate
======================================*/
.newsletter.animate .newsletter__inner,
.newsletter.animate form,
.newsletter.animate form button {
  opacity: 0;
}
.newsletter.animate .newsletter__inner {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
}
.newsletter.animate form {
  -webkit-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  -webkit-transform: scale(1.15) translateZ(0);
          transform: scale(1.15) translateZ(0);
}
.newsletter.animate form button {
  -webkit-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
}
.newsletter.animate.in-view .newsletter__inner,
.newsletter.animate.in-view form,
.newsletter.animate.in-view form button {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*======================================
  #Flickity Slider v2.2.1
======================================*/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
    background-color: var(--theme);
    border-radius: 24px;
    height: 106px;
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
    .flickity-button {
        height: 64px;
        width: 24px;
    }
}
.flickity-button.next {
    right: 5px;
}
.flickity-button.previous {
    left: 5px;
}
.flickity-button-icon {
    fill: #FFF;
}
/*.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;*/
/*    display: none;*/
/*}
.flickity-button:hover {
  background: var(--white);
  cursor: pointer;
}
.flickity-button:hover .flickity-button-icon {
  fill: #111;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0;
  cursor: auto;*/
/* prevent disabled button from capturing pointer up event. #716 */
/*pointer-events: none;
}
.flickity-button-icon {
  fill: var(--white);
}*/
/* ---- previous/next buttons ---- */
/*.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}*/
/*@media only screen and (max-width: 768px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}*/
/* right to left */
/*.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}*/
/* ---- page dots ---- */
.flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 100px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
@media only screen and (max-width: 768px) {
  .flickity-page-dots {
/*    bottom: 15px;
*/  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    margin: 0 8px;
    background: #ccc;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.33;
    cursor: pointer;

    height: 4px;
    width: 64px;
    border-radius: 0;
}
@media only screen and (max-width: 768px) {
    .flickity-page-dots .dot {
        margin: 0 4px;
        width: 40px;
    }
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
/*  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);*/
}
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
/*======================================
  #Hero slider
======================================*/
.slider {
/*  background: var(--background-dark);*/
}
.slider .flickity-viewport {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.slider .hero {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
    .slider .hero {
        align-items: flex-start;
    }
}
.slide {
  width: 100%;
  min-width: 100%;
}
.slider-alternate-appearance {
    min-height: 550px;
}
.slider-alternate-appearance .slide {
    min-width: unset;
    max-width: var(--grid-width);
    /*    margin-right: 25px;*/
    /*    margin-right: auto;
    margin-left: auto;*/
    padding-left: var(--grid-gutter);
    margin-right: var(--grid-gutter);
}

@media only screen and (max-width: 992px) {
    .slider-alternate-appearance .slide {
        width: 80%;
    }
}
.slider-alternate-appearance .buttons-container {
    position: relative;
    top: calc(-65vh/2);
}
.slider-alternate-appearance .flickity-button.previous {
    left: 48px;
}
.slider-alternate-appearance .flickity-button.previous:disabled {
    opacity: 0.3;
}
.slider-alternate-appearance .flickity-button.next {
    right: 16px;
}
@media only screen and (max-width: 992px) {
    .slider-alternate-appearance .buttons-container {
        display: none;
    }
}
/*======================================
  #Tabs
======================================*/
.tabs__nav {
  background-color: var(--white);
}
.tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs__nav ul li a {
  display: block;
  padding: 1.5em 2em;
  line-height: 1;
  color: var(--text-dark);
  font-weight: var(--font-weight-bold);
  font-size: 0.875rem;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  border: 1px solid var(--border-dark);
  border-bottom: 0;
  border-left: 0;
  position: relative;
}
.tabs__nav ul li a span {
  opacity: 0.5;
  font-size: 80%;
  margin-left: 3px;
}
.tabs__nav ul li a:hover,
.tabs__nav ul li a:focus {
  color: var(--heading-dark);
}
.tabs__nav ul li a.active {
  cursor: default;
  color: var(--heading-dark);
  border-top-color: transparent;
}
.tabs__nav ul li a.active::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  border-top: 2px solid var(--theme);
  border-radius: 4px 4px 0 0;
}
.tabs__nav ul li:first-child a {
  border-left: 1px solid var(--border-dark);
}
@media only screen and (max-width: 768px) {
  .tabs__nav ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tabs__nav ul li {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .tabs__nav ul li a {
    padding: 1em 1.5em;
  }
}
.tabs__nav--fill ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tabs__nav--fill ul li a {
  text-align: center;
}
.tabs__container .tab {
  display: none;
}
.tabs__container .tab.tab--active {
  display: block;
}
.tabs.tabs--white .tabs__nav {
  background-color: var(--background-light);
}
.tabs.tabs--white .tabs__nav .active {
  background-color: var(--white);
}
.tabs.tabs--white .tabs__container {
  background-color: var(--white);
}
.tabs.tabs--white .tab__body {
  border: 1px solid var(--border-dark);
}
.tabs.tabs--white .tabs__nav .active {
  /* border: 1px solid var(--border-dark);
	border-bottom: 0; */
  position: relative;
}
.tabs.tabs--white .tabs__nav .active::after {
  content: "";
  height: 1px;
  right: 0;
  background-color: white;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tabs.tabs--gray .tab__body {
  border: 1px solid var(--border-dark);
}
.tabs.tabs--gray .tabs__nav .active,
.tabs.tabs--gray .tabs__container {
  background-color: var(--background-light);
}
.tabs.tabs--gray .tabs__nav .active {
  /* border: 1px solid var(--border-dark);
		border-bottom: 0; */
  position: relative;
}
.tabs.tabs--gray .tabs__nav .active::after {
  content: "";
  height: 1px;
  right: 0;
  background-color: var(--background-light);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tabs.tabs--theme .tabs__nav .active {
  background-color: var(--theme);
  color: var(--theme-contrast);
}
.tabs.tabs--theme .tabs__container {
  background-color: var(--theme);
}
.tabs.tabs--theme-alt .tabs__nav .active {
  background-color: var(--theme-alt);
  color: var(--theme-alt-contrast);
}
.tabs.tabs--theme-alt .tabs__container {
  background-color: var(--theme-alt);
}
.tabs.tabs--dark .tabs__nav .active {
  background-color: var(--background-dark);
  color: var(--heading-light);
}
.tabs.tabs--dark .tabs__container {
  background-color: var(--background-light);
}
/*======================================
  #Grid
======================================*/
.grid {
  position: relative;
  padding: 80px 0 calc(80px - var(--grid-gutter));
}
@media only screen and (max-width: 992px) {
  .grid {
    padding: 50px 0 calc(50px - var(--grid-gutter));
  }
}
@media only screen and (max-width: 768px) {
  .grid {
    padding: 30px 0 calc(30px - var(--grid-gutter));
  }
}
.grid.row--flat {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .grid.row--flat {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .grid.row--flat {
    padding: 30px 0;
  }
}
.grid.grid--compact {
  padding: var(--grid-gutter) 0 0;
}
.grid.grid--compact.row--flat {
  padding: 0;
}
.grid.grid--compact.row--flat .container-fluid {
  padding: 0;
}
.grid-item {
  margin-bottom: var(--grid-gutter);
}
.grid-item img {
  height: auto !important;
}
.row--flat .grid-item {
  margin-bottom: 0;
}
.grid-item--boxed {
  padding: var(--grid-gutter);
  background: var(--white);
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  color: var(--text-dark);
}
.grid-item--boxed h1,
.grid-item--boxed h2,
.grid-item--boxed h3,
.grid-item--boxed h4,
.grid-item--boxed h5,
.grid-item--boxed h6 {
  color: var(--heading-dark) !important;
}
.block--open-padding .grid-item--boxed,
.white-bg .grid-item--boxed {
  border: 1px solid var(--border-dark);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dark-bg .grid-item--boxed {
  background-color: var(--background-dark-lighter);
  color: var(--text-light);
}
.dark-bg .grid-item--boxed h1,
.dark-bg .grid-item--boxed h2,
.dark-bg .grid-item--boxed h3,
.dark-bg .grid-item--boxed h4,
.dark-bg .grid-item--boxed h5,
.dark-bg .grid-item--boxed h6 {
  color: var(--heading-light) !important;
}
.theme-bg .grid-item--boxed,
.theme-alt-bg .grid-item--boxed {
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
}
.theme-bg .grid-item--boxed h1,
.theme-alt-bg .grid-item--boxed h1,
.theme-bg .grid-item--boxed h2,
.theme-alt-bg .grid-item--boxed h2,
.theme-bg .grid-item--boxed h3,
.theme-alt-bg .grid-item--boxed h3,
.theme-bg .grid-item--boxed h4,
.theme-alt-bg .grid-item--boxed h4,
.theme-bg .grid-item--boxed h5,
.theme-alt-bg .grid-item--boxed h5,
.theme-bg .grid-item--boxed h6,
.theme-alt-bg .grid-item--boxed h6 {
  color: inherit !important;
}
/*======================================
  #Grid Animation
======================================*/
.grid.animate .grid-item {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
}
.grid.animate .row > [class*='col-']:nth-child(15) .grid-item {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.grid.animate .row > [class*='col-']:nth-child(14) .grid-item {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.grid.animate .row > [class*='col-']:nth-child(13) .grid-item {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.grid.animate .row > [class*='col-']:nth-child(12) .grid-item {
  -webkit-transition-delay: 1.7999999999999998s;
       -o-transition-delay: 1.7999999999999998s;
          transition-delay: 1.7999999999999998s;
}
.grid.animate .row > [class*='col-']:nth-child(11) .grid-item {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.grid.animate .row > [class*='col-']:nth-child(10) .grid-item {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.grid.animate .row > [class*='col-']:nth-child(9) .grid-item {
  -webkit-transition-delay: 1.3499999999999999s;
       -o-transition-delay: 1.3499999999999999s;
          transition-delay: 1.3499999999999999s;
}
.grid.animate .row > [class*='col-']:nth-child(8) .grid-item {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.grid.animate .row > [class*='col-']:nth-child(7) .grid-item {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.grid.animate .row > [class*='col-']:nth-child(6) .grid-item {
  -webkit-transition-delay: 0.8999999999999999s;
       -o-transition-delay: 0.8999999999999999s;
          transition-delay: 0.8999999999999999s;
}
.grid.animate .row > [class*='col-']:nth-child(5) .grid-item {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.grid.animate .row > [class*='col-']:nth-child(4) .grid-item {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.grid.animate .row > [class*='col-']:nth-child(3) .grid-item {
  -webkit-transition-delay: 0.44999999999999996s;
       -o-transition-delay: 0.44999999999999996s;
          transition-delay: 0.44999999999999996s;
}
.grid.animate .row > [class*='col-']:nth-child(2) .grid-item {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.grid.animate .row > [class*='col-']:nth-child(1) .grid-item {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.grid.animate.in-view .grid-item {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.main-nav__li--big:hover .grid.animate .grid-item,
.main-nav__li--big:focus .grid.animate .grid-item,
.main-nav__li--big.touch-open .grid.animate .grid-item,
.main-nav__ul--big.mobile-open .grid.animate .grid-item {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*======================================
  #Header
======================================*/
.grid-item--header {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-big);
}
.grid-item--header .button-wrap {
  margin-top: 30px;
}
.grid-item--header p:last-of-type {
  margin-bottom: 0;
}
/*======================================
  #Text
======================================*/
.grid-item--text,
.grid-item--text .row {
  height: 100%;
}
.grid-item--text p:last-of-type,
.grid-item--text .row p:last-of-type {
  margin-bottom: 0;
}
/*======================================
  #Line break
======================================*/
.line-break.line-break--divider,
.footer.footer--light .line-break.line-break--divider {
  position: relative;
}
.line-break.line-break--divider::after,
.footer.footer--light .line-break.line-break--divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--border-dark);
}
.light-color .line-break.line-break--divider::after,
.footer .line-break.line-break--divider::after {
  background-color: var(--border-light);
}
/*======================================
  #Image
======================================*/
.grid-item--image {
  overflow: hidden;
}
.grid-item--image img {
  display: block;
  margin: 0 auto;
}
/*======================================
  #Video
======================================*/
.grid-item--video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-item--video.video-shadow video {
  -webkit-box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
          box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
}
/*======================================
  #Quote
======================================*/
.grid-item--quote blockquote {
  max-width: 100%;
  margin: 2em 0 0;
}
.grid-item--quote blockquote footer {
  margin-top: 0.8em;
  font-weight: var(--font-weight-bold);
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-item--quote blockquote footer img {
  margin-right: 1em;
  max-width: 45px;
  max-height: 45px;
  border-radius: 50%;
}
.grid-item--quote blockquote footer img + div {
  text-align: left;
}
.grid-item--quote blockquote footer div div {
  font-weight: var(--font-weight-normal);
  font-size: 0.75rem;
}
.light-color .grid-item--quote blockquote footer {
  color: rgba(255, 255, 255, 0.6);
  color: var(--text-light);
}
/*======================================
  #Card
======================================*/
.card {
  position: relative;
  overflow: hidden;
}
.card span {
  display: block;
  width: 100%;
}
.card .card__text {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: var(--grid-gutter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.card .card__text.v-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card .card__text.v-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .card__text.v-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card .card__text.text-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card .card__text.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card .card__text.text-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card .card__text .card__text-inner {
  max-width: 700px;
}
.card .card__text .card__header {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.card .card__text.card__text--small {
  font-size: 0.875rem;
}
.card .card__text.card__text--small .card__header {
  font-size: 1.125rem;
}
.card .card__text.card__text--big {
  font-size: 1.25rem;
}
.card .card__text.card__text--big .card__header {
  font-size: 2.375rem;
}
.card .card__text.card__text--xl {
  font-size: 1.25rem;
}
.card .card__text.card__text--xl .card__header {
  font-size: 4.25rem;
}
@media only screen and (max-width: 768px) {
  .card .card__text.card__text--big .card__header {
    font-size: 2rem;
  }
  .card .card__text.card__text--xl .card__header {
    font-size: 2.5rem;
  }
}
.card .card__text .card__button {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .card__text .card__button .button {
  margin: 5px 10px 5px 0;
}
.card .card__text.text-center .card__button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card .card__text.text-center .card__button .button {
  margin: 5px;
}
.card .card__text.text-right .card__button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card .card__text.text-right .card__button .button {
  margin: 5px 0 5px 10px;
}
.card .card__bg,
.card .card__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card .card__overlay {
  z-index: 3;
  background-color: var(--white);
}
.card.light-color .card__overlay {
  background-color: var(--black);
}
.card .card__bg {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card a:hover + .card__bg,
.card a:focus + .card__bg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card a:focus .card__header {
  text-decoration: underline;
}
.row--flat .card.card--25 .card__text {
  min-height: 25vh;
}
.row--flat .card.card--30 .card__text {
  min-height: 30vh;
}
.row--flat .card.card--35 .card__text {
  min-height: 35vh;
}
.row--flat .card.card--40 .card__text {
  min-height: 40vh;
}
.row--flat .card.card--45 .card__text {
  min-height: 45vh;
}
.row--flat .card.card--50 .card__text {
  min-height: 50vh;
}
.row--flat .card.card--55 .card__text {
  min-height: 55vh;
}
.row--flat .card.card--60 .card__text {
  min-height: 60vh;
}
.row--flat .card.card--65 .card__text {
  min-height: 65vh;
}
.row--flat .card.card--70 .card__text {
  min-height: 70vh;
}
.row--flat .card.card--75 .card__text {
  min-height: 75vh;
}
.row--flat .card.card--80 .card__text {
  min-height: 80vh;
}
.row--flat .card.card--85 .card__text {
  min-height: 85vh;
}
.row--flat .card.card--90 .card__text {
  min-height: 90vh;
}
.row--flat .card.card--95 .card__text {
  min-height: 95vh;
}
.row--flat .card.card--100 .card__text {
  min-height: 100vh;
}
.card.card--25 .card__text {
  min-height: calc(25vh - var(--grid-gutter));
}
.card.card--30 .card__text {
  min-height: calc(30vh - var(--grid-gutter));
}
.card.card--35 .card__text {
  min-height: calc(35vh - var(--grid-gutter));
}
.card.card--40 .card__text {
  min-height: calc(40vh - var(--grid-gutter));
}
.card.card--45 .card__text {
  min-height: calc(45vh - var(--grid-gutter));
}
.card.card--50 .card__text {
  min-height: calc(50vh - var(--grid-gutter));
}
.card.card--55 .card__text {
  min-height: calc(55vh - var(--grid-gutter));
}
.card.card--60 .card__text {
  min-height: calc(60vh - var(--grid-gutter));
}
.card.card--65 .card__text {
  min-height: calc(65vh - var(--grid-gutter));
}
.card.card--70 .card__text {
  min-height: calc(70vh - var(--grid-gutter));
}
.card.card--75 .card__text {
  min-height: calc(75vh - var(--grid-gutter));
}
.card.card--80 .card__text {
  min-height: calc(80vh - var(--grid-gutter));
}
.card.card--85 .card__text {
  min-height: calc(85vh - var(--grid-gutter));
}
.card.card--90 .card__text {
  min-height: calc(90vh - var(--grid-gutter));
}
.card.card--95 .card__text {
  min-height: calc(95vh - var(--grid-gutter));
}
.card.card--100 .card__text {
  min-height: calc(100vh - var(--grid-gutter));
}
/*======================================
  #Pods
======================================*/
.pod .pod__image {
  overflow: hidden;
}
.pod .pod__image img {
  display: block;
}
.pod .pod__image i {
  font-size: 3rem;
  line-height: 1;
}
.pod.text-center .pod__image img {
  margin: 0 auto;
}
.pod .pod__text {
  margin-top: 1em;
  font-size: 1rem;
}
.pod .pod__text p {
  margin-bottom: 1.5em;
}
.pod.grid-item--boxed {
  padding: 0;
}
.pod.grid-item--boxed .pod__text {
  margin: 0;
  padding: var(--grid-gutter);
}
.pod.grid-item--boxed .pod__image i {
  margin-top: var(--grid-gutter);
  padding: 0 var(--grid-gutter);
}
.pod.pod--compact {
  position: relative;
  padding-left: 3.75em;
}
.pod.pod--compact.text-center {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pod.pod--compact.text-center article {
  position: relative;
  text-align: left;
  padding-left: 3.75em;
}
.pod.pod--compact.text-center article p {
  margin-bottom: 0.7em;
}
.pod.pod--compact .pod__text {
  margin-top: 0;
  font-size: 0.875rem;
}
.pod.pod--compact .pod__text h5,
.pod.pod--compact .pod__text .h5 {
  font-size: 1rem;
  margin-bottom: 0;
}
.pod.pod--compact .pod__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
}
.pod.pod--compact .pod__image i {
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
}
.pod.pod--compact.grid-item--boxed .pod__image {
  top: var(--grid-gutter);
  left: var(--grid-gutter);
}
/*======================================
  #Accordion
======================================*/
.acc {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--border-dark);
  font-size: 1rem;
}
.acc:first-child {
  border-top: 1px solid var(--border-dark);
}
.acc .acc__head {
  padding: 1.25em 2.185em 1.25em 1.25em;
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  position: relative;
  width: 100%;
  text-align: left;
}
.acc .acc__head i {
  position: absolute;
  right: 1.66em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75em;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .acc__head:hover i {
  opacity: 1;
}
.acc .acc__head:focus {
  text-decoration: underline;
  outline: none;
}
.acc .acc__head:focus i {
  opacity: 1;
}
.acc .acc__body {
  display: none;
  padding: 0 1.25em 1.25em;
}
.acc .acc__body p:last-of-type {
  margin-bottom: 0;
}
.acc.acc--open .acc__head i {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.acc.acc--open .acc__body {
  display: block;
}
.grid-item--acc.grid-item--boxed {
  padding: 0;
  background: transparent!important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.grid-item--acc.grid-item--boxed .acc {
  margin-bottom: 1em;
  background: var(--white);
  -webkit-box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
  border: 0;
}
.grid-item--acc.grid-item--boxed .acc:hover {
  -webkit-box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.15);
}
.grid-item--boxed .acc {
  color: var(--text-dark);
}
.grid-item--boxed .acc h1,
.grid-item--boxed .acc h2,
.grid-item--boxed .acc h3,
.grid-item--boxed .acc h4,
.grid-item--boxed .acc h5,
.grid-item--boxed .acc h6 {
  color: var(--heading-dark) !important;
}
.white-bg .grid-item--acc.grid-item--boxed .acc {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.light-color .acc {
  border-color: var(--border-light);
}
.dark-bg .grid-item--boxed .acc {
  background-color: var(--background-dark-lighter);
  color: var(--text-light);
}
.dark-bg .grid-item--boxed .acc h1,
.dark-bg .grid-item--boxed .acc h2,
.dark-bg .grid-item--boxed .acc h3,
.dark-bg .grid-item--boxed .acc h4,
.dark-bg .grid-item--boxed .acc h5,
.dark-bg .grid-item--boxed .acc h6 {
  color: var(--heading-light) !important;
}
.theme-bg .grid-item--boxed .acc,
.theme-alt-bg .grid-item--boxed .acc {
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
}
.theme-bg .grid-item--boxed .acc h1,
.theme-alt-bg .grid-item--boxed .acc h1,
.theme-bg .grid-item--boxed .acc h2,
.theme-alt-bg .grid-item--boxed .acc h2,
.theme-bg .grid-item--boxed .acc h3,
.theme-alt-bg .grid-item--boxed .acc h3,
.theme-bg .grid-item--boxed .acc h4,
.theme-alt-bg .grid-item--boxed .acc h4,
.theme-bg .grid-item--boxed .acc h5,
.theme-alt-bg .grid-item--boxed .acc h5,
.theme-bg .grid-item--boxed .acc h6,
.theme-alt-bg .grid-item--boxed .acc h6 {
  color: inherit !important;
}
/*======================================
  #Price list
======================================*/
.grid-item--price-list legend {
  margin-bottom: 0;
}
.grid-item--price-list article {
  border-bottom: 1px solid var(--border-dark);
  padding: 1.2em 0.9em;
}
.grid-item--price-list article:last-child {
  border: 0;
}
.grid-item--price-list article .menu-info h5 {
  margin-bottom: 0;
}
.grid-item--price-list article .menu-info p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.grid-item--price-list article .menu-price {
  text-align: right;
  font-weight: var(--font-weight-bold);
}
@media only screen and (max-width: 768px) {
  .grid-item--price-list {
    padding: 0;
  }
}
.light-color .grid-item--price-list article {
  border-color: var(--border-light);
}
.light-color .grid-item--price-list article .menu-info p {
  color: var(--text-light);
}
/*======================================
  #Price table
======================================*/
.grid-item--price-table {
  padding: var(--grid-gutter);
}
.price-table__image {
  margin-bottom: 1.25em;
}
.price-table__image img {
  display: block;
}
.price-table__heading {
  font-size: 1rem;
  margin-bottom: 0;
}
.price-table__price {
  font-size: 3.5rem;
  font-weight: var(--font-weight-bolder);
}
.price-table__price span {
  font-size: 0.25em;
  opacity: 0.5;
}
.price-table__features {
  margin-bottom: 1.25em;
  font-size: 1rem;
}
.price-table__features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-table__features ul li {
  position: relative;
  padding-left: 1.7em;
}
.price-table__features ul li > i {
  position: absolute;
  left: 0;
  top: 0.3em;
}
.price-table__disclaimer {
  opacity: 0.5;
  font-size: 0.75rem;
  margin-top: 1em;
  font-weight: var(--font-weight-bold);
}
.text-center.price-table .price-table__features ul li {
  padding-left: 0;
}
.text-center.price-table .price-table__features ul li > i {
  position: static;
  padding-right: 0.2em;
}
/*======================================
  #Links // Navigation
======================================*/
.navigation {
  text-align: left;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation ul li > div:hover {
  background: rgba(0, 0, 0, 0.02);
}
.navigation ul li a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 0.875rem;
  padding: 10px 13px;
  line-height: 1.1em;
  font-weight: var(--font-weight-bold);
  color: inherit;
  position: relative;
}
.navigation ul li a:focus {
  outline: none;
  text-decoration: underline;
}
.navigation ul li button {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navigation ul li button::before,
.navigation ul li button::after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navigation ul li button::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.navigation ul li button.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation ul li button.open::before {
  opacity: 0;
}
.navigation ul li button:focus,
.navigation ul li button:hover {
  background: var(--background-dark);
  outline: none;
}
.navigation ul li button:focus::before,
.navigation ul li button:hover::before,
.navigation ul li button:focus::after,
.navigation ul li button:hover::after {
  background-color: var(--white);
}
.navigation ul ul {
  display: none;
  padding-left: 13px;
}
.navigation ul ul li > div {
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}
.navigation ul ul ul {
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}
.navigation li.open > ul {
  display: block;
}
.navigation li.selected > div a {
  color: var(--theme);
}
.navigation li.selected > div a::before {
  background-color: var(--theme);
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
}
.navigation button::before,
.navigation button::after {
  background-color: var(--background-dark);
}
.theme-bg .navigation li.selected > div a {
  color: var(--theme-contrast);
}
.theme-bg .navigation li.selected > div a::before {
  background-color: var(--theme-contrast);
}
.theme-alt-bg .navigation li.selected > div a {
  color: var(--theme-alt-contrast);
}
.theme-alt-bg .navigation li.selected > div a::before {
  background-color: var(--theme-alt-contrast);
}
.light-color .navigation button {
  background-color: var(--border-light);
}
.light-color .navigation button::before,
.light-color .navigation button::after {
  background-color: var(--white);
}
.light-color .navigation button:focus,
.light-color .navigation button:hover {
  background: var(--white);
}
.light-color .navigation button:focus::before,
.light-color .navigation button:hover::before,
.light-color .navigation button:focus::after,
.light-color .navigation button:hover::after {
  background-color: var(--background-dark);
}
.light-color .navigation li > div:hover {
  background: rgba(255, 255, 255, 0.03);
}
.light-color .navigation ul ul li > div,
.light-color .navigation ul ul ul {
  border-left: 2px solid var(--border-light);
}
/*======================================
  #Textblock
======================================*/
.block-text.block-text--sidebar .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-text img {
  height: auto!important;
}
/*======================================
  #Textblock Sidebar
======================================*/
.block-text__aside {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .block-text__aside {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 4px solid var(--border-dark);
  }
}
.block-text__aside .block-text__aside-item {
  margin-bottom: var(--grid-gutter);
}
.block-text__aside .block-text__aside-item p:last-of-type,
.block-text__aside .block-text__aside-item ul.last-of-type {
  margin-bottom: 0;
}
.block-text__aside .block-text__aside-item.block-text__aside-item--boxed {
  padding: var(--grid-gutter);
  background-color: var(--background-light);
}
/*======================================
  #Logos
======================================*/
.logos {
  text-align: center;
}
.logos .block__header + .block__body {
  margin-top: 20px;
}
ul.logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
ul.logos.black-and-white img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
ul.logos.black-and-white a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.logos.black-and-white a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
ul.logos li {
  padding: 20px;
}
ul.logos li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.logos {
    margin: -10px 0 0;
  }
  ul.logos li {
    padding: 10px;
  }
}
/*======================================
  #Account Form
======================================*/
.account-form {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-form .account-form__inner {
  min-width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form .account-form__content {
  width: 100%;
  max-width: 450px;
}
.account-form .account-form__media {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 60%;
  background-position: center;
  background-size: cover;
}
/*======================================
  #Search
======================================*/
.search {
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.pre-top-visible .search {
  top: 30px;
}
@media only screen and (max-width: 992px) {
  .pre-top-visible .search {
    top: 0;
  }
}
.pre-top-visible.scroll .search {
  top: 0;
}
.search__close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) rotate(90deg);
      -ms-transform: scale(0.8) rotate(90deg);
          transform: scale(0.8) rotate(90deg);
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .search__close {
    font-size: 1.1rem;
    right: 20px;
  }
}
.search__stage {
  max-width: 600px;
  margin: 0 auto;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0.9) translateX(50px);
      -ms-transform: scale(0.9) translateX(50px);
          transform: scale(0.9) translateX(50px);
  position: relative;
}
.search__form > .fa-search {
  position: absolute;
  top: 50%;
  left: 23px;
  opacity: 0.3;
  font-size: 1.125rem;
  line-height: 1;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__form .search__input {
  height: var(--header-height);
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-left: 55px;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: 0!important;
}
.search__form .search__input:required:valid {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
@media only screen and (max-width: 992px) {
  .search__form .search__input {
    font-size: 16px;
  }
}
.search__form .search__button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0;
  width: 60px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme);
}
.search__form .search__button:hover {
  color: var(--theme-contrast);
  background-color: var(--theme);
}
.search__form .search__button[disabled] {
  width: 0;
}
.search__form .search__loader {
  position: absolute!important;
  right: 15px;
  top: 0;
  height: 100%;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .search__form .search__loader {
    right: 60px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.search-overlay {
  background-color: var(--black);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .search-visible {
    overflow: hidden;
  }
}
.search-visible .search {
  visibility: visible;
  opacity: 1;
}
.search-visible .search__close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.search-visible .search__form {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: scale(1) translateX(0);
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}
.search-visible .search-overlay {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
/*======================================
  #Search Autocomplete
======================================*/
.search__suggest {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search__suggest li a {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__suggest li a .search__suggest-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.75rem;
  display: block;
  color: #444;
}
.search__suggest li a .search__suggest-title {
  font-size: 0.875rem;
  display: block;
  font-weight: var(--font-weight-bold);
}
.search__suggest li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.search__suggest li:first-child a {
  border-top: 0;
}
.search__autocomplete {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  padding: 15px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  max-width: 600px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.search__autocomplete > .button {
  margin-top: 15px;
}
.search-visible .search__autocomplete {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.search__no-results {
  font-weight: var(--font-weight-bold);
  opacity: 0.4;
  text-align: center;
  margin: 20px 0 10px;
}
/*======================================
  #Product Search Autocomplete
======================================*/
.search__suggest-info--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__suggest-info--product .search__suggest-product-image {
  width: 60px;
}
.search__suggest-info--product .search__suggest-product-image img {
  display: block;
}
.search__suggest-info--product .search__suggest-product-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  padding-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-dark);
  font-weight: var(--font-weight-bold);
  font-size: 0.875rem;
}
.search__suggest-info--product .search__suggest-product-price {
  display: block;
}
.search__suggest-info--product .search__suggest-product-price .old-price,
.search__suggest-info--product .search__suggest-product-price .sale {
  white-space: nowrap;
}
.search__suggest-info--product .search__suggest-product-price .old-price {
  font-size: 0.73em;
  text-decoration: line-through;
}
.search__suggest-info--product .search__suggest-product-price .sale {
  margin-right: 5px;
  color: var(--sale-color);
}
/*======================================
  #Search Block
======================================*/
.search-block {
  overflow: hidden;
  position: relative;
  padding: 60px 0 50px!important;
}
.search-result-info {
  padding: 0 2em;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.7em;
}
.search-block .search__form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: relative;
  z-index: 2;
}
.search-block .search__form input {
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1) !important;
}
/*======================================
  #Search Results
======================================*/
.search-result {
  background-color: var(--white);
  padding: 40px;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-bottom: 10px;
}
.search-result:hover {
  -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.1);
}
.search-result p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .search-result {
    padding: 20px;
  }
}
/*======================================
  #Search - No Results
======================================*/
.search-empty {
  width: 100%;
  padding: 2em 20px;
  text-align: center;
  opacity: 0.4;
}
.search-empty > i {
  font-size: 3.75rem;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
/*======================================
  #Breadcrumbs
======================================*/
ul.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 0.6em;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.breadcrumbs li {
  font-size: 0.75rem;
}
ul.breadcrumbs li::before {
  content: "/";
  padding: 0 0.7em;
  opacity: 0.4;
}
ul.breadcrumbs li:first-child::before {
  display: none;
}
ul.breadcrumbs li a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
ul.breadcrumbs li a:hover,
ul.breadcrumbs li a:focus {
  text-decoration: underline;
}
/*======================================
  #Cookie Concent
======================================*/
.cookie-consent {
  position: fixed;
  z-index: 4000;
  padding: 25px;
  width: 380px;
  background-color: var(--white);
  font-size: 0.95rem;
  border-radius: 4px;
}
.cookie-consent .cookie-consent__text {
  margin-bottom: 15px;
}
.cookie-consent .cookie-consent__link {
  margin-top: 5px;
  display: block;
  font-weight: var(--font-weight-bold);
}
.cookie-consent .cookie-consent__link a {
  color: inherit;
  text-decoration: underline;
}
.cookie-consent.cookie-consent--float-left {
  left: 20px;
}
.cookie-consent.cookie-consent--float-right {
  right: 20px;
}
.cookie-consent.cookie-consent--float-right,
.cookie-consent.cookie-consent--float-left {
  bottom: 20px;
}
.cookie-consent.cookie-consent--float-right .button,
.cookie-consent.cookie-consent--float-left .button {
  width: 100%;
  text-align: center;
}
.cookie-consent.cookie-consent--banner-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.cookie-consent.cookie-consent--banner-bottom .cookie-consent__text {
  margin: 0;
  padding-right: 20px;
}
.cookie-consent.cookie-consent--banner-bottom .cookie-consent__link {
  display: inline;
}
.cookie-consent.cookie-consent--banner-bottom .button {
  white-space: nowrap;
}
.cookie-consent--light {
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
}
.cookie-consent--dark {
  background-color: var(--background-dark);
  color: var(--text-light);
}
.product-detail__media .product-detail__media-item .cookie-consent {
    font-size: 1rem;
    padding: 15px !important;
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
}
  .cookie-consent .cookie-consent__text {
    margin: 0;
    padding-right: 20px;
  }
  .cookie-consent .cookie-consent__link {
    display: inline;
  }
  .cookie-consent .button {
    white-space: nowrap;
    width: auto!important;
  }
}
/*======================================
  #Product Grid
======================================*/
.product {
  margin-bottom: var(--grid-gutter-half);
}
.product__image {
  display: block;
}
.product__image img {
  display: block;
  margin: 0 auto;
}
.product__text {
  padding: var(--grid-gutter-half) 0;
  text-align: center;
  font-size: 0.875rem;
}
.product__text h3 {
  margin-bottom: 0.2em;
}
.product__text p {
  margin-bottom: 0;
}
.product__text .details {
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
    position: relative;
}
/*======================================
  #Product Details
======================================*/
.product-detail {
  position: relative;
  /* 
    @media (max-width: 1440px){
        &__text{
            padding: 0 5% 0 5%;
        }
    }
 */
  /*     @media (max-width: 1200px){
        &__text{
            padding: 0 5% 0 5%;

            h1{font-size: 3rem;}
        }
    }
 */
}
.product-detail .flickity-prev-next-button {
  background: var(--background-dark);
}
.product-detail .flickity-button-icon {
/*  fill: #111;*/
}
.product-detail .flickity-page-dots {
    top: unset;
    bottom: 0
}
.product-detail .flickity-page-dots .dot {
    background: #c4c5c7;
}
.product-detail .flickity-page-dots .dot.is-selected {
    background: var(--background-dark);
}
.product-detail__media {
  position: relative;
}
.product-detail__media .product-detail__media-item {
  padding: 0 5% 0 5%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
    .product-detail__media .product-detail__media-item {
        padding: 0 30px;
    }
}
.product-detail__text h1{
    font-size: 3rem;
}
@media only screen and (max-width: 992px) {
    .product-detail__text h1 {
        font-size: 2.25rem;
    }
  .product-detail__media {
    padding: 0;
  }
  .product-detail__text {
    text-align: left;
  }
}
.product-detail__media-slider {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.product-detail__media-slider .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail__media-spacer {
  padding-top: 100%;
  visibility: hidden;
}
.product-data {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background-color: var(--background-light);
}
.product-data__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
  font-size: 1rem;
  border: 1px solid white;
  /*   &:first-child{
            border-left: 0;
        } */
}
.product-data__item.full {
  width: 100%;
  border-bottom: 0;
  border-left: 0;
}
@media only screen and (max-width: 768px) {
  .product-data__item:nth-child(1),
  .product-data__item:nth-child(2) {
    width: 50%;
  }
  .product-data__item:nth-child(3) {
    width: 100%;
    border-left: 0;
  }
}
.product-data__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.7;
}
.product-data__value {
  display: block;
}
.product-data__value a {
  color: inherit;
  text-decoration: underline;
}
/*======================================
  #Show entries count
======================================*/
.dataTables_length {
  margin-bottom: 20px;
  font-size: 0.75rem;
}
.dataTables_length label {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dataTables_length label select {
  padding: 0;
  font-size: 0.75rem;
  height: 30px;
  margin: 0 10px;
}
/*======================================
  #Info
======================================*/
.dataTables_info {
  font-size: 0.75rem;
}
/*======================================
  #Filter search
======================================*/
.dataTables_filter {
  margin-bottom: 20px;
  font-size: 0.75rem;
}
.dataTables_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.dataTables_filter label input {
  margin: 0 0 0 10px;
  padding: 7px 14px;
  font-size: 0.75rem;
  border-radius: 20px;
}
/*======================================
  #Pager
======================================*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 0.875rem;
  font-weight: bold;
  background-color: var(--background-light);
  border: 1px solid var(--border-dark) !important;
  border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--theme) !important;
  color: var(--theme-contrast) !important;
  border-color: var(--theme) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  display: none;
}
/*======================================
  #Table
======================================*/
#data_info {
    font-size: 14px;
}

table.dataTable thead th,
table.dataTable thead td {
  background-color: var(--background-dark);
  color: white;
}
table.dataTable thead th {
  border-left: 1px solid var(--border-light);
  padding: 8px 10px;
}
table.dataTable.no-footer {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-dark);
}
td {
  border-left: 1px solid var(--border-dark);
  border-top: 1px solid var(--border-dark);
}
tr td:last-child {
  border-right: 1px solid var(--border-dark);
}
table.dataTable {
  border-bottom: 1px solid var(--border-dark);
}
#allresults table.dataTable td {
  vertical-align: middle;
}
#allresults div.table {
    padding-bottom: 150px;
}
/*#paginationSettings {
    padding-bottom: 150px;
    padding-top: 15px;
}*/
#paging {
    margin-bottom: 0;
}
/*===========================
    Thumbnail
==============================*/
table.dataTable td div.product-thumbnail {
    position: relative;
}
table.dataTable td div.product-thumbnail > img {
  display: block;
  max-width: 33px;
}
table.dataTable td div.product-thumbnail__preview {
  background: #fff;
  padding: 7px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
}
table.dataTable td div.product-thumbnail__preview > img {
  display: block;
  max-width: 160px;
}
table.dataTable td div.product-thumbnail:hover .product-thumbnail__preview {
  opacity: 1;
  visibility: visible;
}
/*========================
        Lightbox
============================*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: #f9f9f9;
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 50px;
  font-weight: lighter;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
  display: none;
  max-width: 600px;
  margin: 0 auto;
}
/* Next & previous buttons */
/*.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}*/
/* Position the "next button" to the right */
/*.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}*/
/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}*/
/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 50px;
}
/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.active {
  opacity: 1;
}
img.hover-shadow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*======================================
  #Wheel guid appended markup
======================================*/
.wheel-guide {
  padding-top: 0;
    position: relative;
}
.wheel-guide .regno-container {
    background-color: #f4f4f4;
}

.wheel-guide .regno-container [class*='col-'] {
    display: flex;
    justify-content: center;
}

.wheel-guide .regno-wrapper {
    width: 200px;
}

.wheel-guide .regno-wrapper input {
    text-transform: uppercase;
    height: 60px;
    font-size: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 11px 0px;
    border: none;
    margin: 40px 0;
    padding: 0 0 0 35px !important;
}

@media only screen and (max-width: 768px) {

    .wheel-guide .inner-filters-container {
        display: none;
    }
    .wheel-guide .inner-car-info {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    .wheel-guide .show-filters {
        display: none;
    }
    .wheel-guide .show-car-info {
        display: none;
    }
}

.wheel-guide #wa-displayuploadfile-ctrl,
.wheel-guide #wa-shoppingcart-container {
  display: none!important;
}
#content #wa-header-container {
  background-color: var(--background-light);
  height: auto;
  padding: 25px 15px 25px;
}
.wheel-guide #wa-txtRegNo-txt {
  width: 320px;
  display: block!important;
  float: none;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
  padding: 2px 10px 2px 46px;
  border: 0;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  height: auto;
  border-radius: 5px;
}
.wheel-guide #wa-txtRegNo-txt::-webkit-input-placeholder {
  font-style: normal;
}
.wheel-guide #wa-txtRegNo-txt::-moz-placeholder {
  font-style: normal;
}
.wheel-guide #wa-txtRegNo-txt:-ms-input-placeholder {
  font-style: normal;
}
.wheel-guide #wa-txtRegNo-txt::-ms-input-placeholder {
  font-style: normal;
}
.wheel-guide #wa-txtRegNo-txt::placeholder {
  font-style: normal;
}
.wheel-guide.wheel-guide--se #wa-txtRegNo-txt {
  background-image: url("/ig-assets/seplate.svg") !important;
}
.wheel-guide.wheel-guide--fi #wa-txtRegNo-txt,
.wheel-guide.wheel-guide--fin #wa-txtRegNo-txt {
  background-image: url("/ig-assets/country-id-fin.svg") !important;
}
.wheel-guide.wheel-guide--no #wa-txtRegNo-txt {
  background-image: url("/ig-assets/country-id-no.svg") !important;
}
.wheel-guide #wa-breadcrum {
  float: none;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 15px 0 0;
}
/*======================================
  #Brand-step guide
======================================*/
#content #txtBrandHeading {
  text-align: center;
  max-width: calc(var(--grid-width) - var(--grid-gutter)*2);
  padding: 5px var(--grid-gutter);
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: var(--grid-gutter);
}
@media only screen and (max-width: 768px) {
  #content #txtBrandHeading {
    margin-top: 0;
  }
}
#content #wa-brand-container,
#content #wa-modelserie-container,
#content #wa-modelversion-container {
  max-width: calc(var(--grid-width) - var(--grid-gutter)*2);
  margin: 0 auto;
  background: transparent;
  -webkit-column-rule-color: transparent;
     -moz-column-rule-color: transparent;
          column-rule-color: transparent;
}
@media only screen and (max-width: 768px) {
  #content #wa-brand-container,
  #content #wa-modelserie-container,
  #content #wa-modelversion-container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
#content #waCarDetails {
  max-width: calc(var(--grid-width-small) - var(--grid-gutter)*2);
  margin: 0 auto var(--grid-gutter);
  padding-top: var(--grid-gutter);
}
@media only screen and (max-width: 768px) {
  #content #waCarDetails {
    padding-top: 0;
  }
}
#content #waCarDetails #waTblCarData {
  border: 0!important;
}
#content #waCarDetails #waTblCarData td {
  width: 50%;
}
#content #waCarDetails #waTblCarData tr:first-child td {
  border-top: 0;
}
#content #waCarDetails #waTblCarData tr td:first-child {
  border-left: 0;
  text-align: right;
}
#content #waCarDetails #waTblCarData tr td:first-child strong {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #777;
}
#content #waCarDetails #waTblCarData tr td:last-child {
  border-right: 0;
  font-weight: bold;
}
#content .wa-itemlist-div {
  display: block;
  font-weight: 500;
  padding: 0;
  min-width: auto;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  margin: 0;
  padding: 2px;
}
#content .wa-itemlist-div p {
  background: var(--background-light);
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.8em 1em;
  min-width: auto;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#content .wa-itemlist-div p:hover {
  background: white;
  color: var(--heading-dark);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
#content .wa-itemlist-div:hover {
  position: relative;
  z-index: 999;
}
#content #wa-wheel-container {
  max-width: var(--grid-width);
  padding: var(--grid-gutter) var(--grid-gutter);
  margin: 0 auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 992px) {
  #content .wheel-guide #wa-wheel-container {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
#content #wafilterBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: var(--grid-gutter);
}
#content #wafilterBoxes #feedbacktext {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}
#content #wafilterBoxes fieldset {
  border: 0;
  background: var(--background-light);
  padding: 15px;
  min-width: 33.33333333%;
}
@media only screen and (max-width: 992px) {
  #content #wafilterBoxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  #content #wafilterBoxes fieldset {
    margin: 0 0 15px;
    width: 100%;
    min-width: 100%;
  }
}
#content #wafilterBoxes legend {
  background-color: transparent;
  color: inherit;
  text-align: left;
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
  display: block;
  letter-spacing: 0;
  font-weight: bold;
}
#content #wafilterBoxes label {
  font-weight: 500;
  font-size: 0.875rem;
}
#content .wa-wheelitem-container {
  display: block;
  width: 146px;
  height: 220px;
  float: none;
  margin: 15px;
  /* transition: background 0.4s, box-shadow 0.4s; */
}
#content .wa-wheelitem-container p {
  font-weight: 500;
  color: var(--theme);
  font-size: 0.875rem !important;
}
#content .wa-wheelitem-container .WApriceTag {
  font-size: 0.875rem;
  color: #444;
}
#content .wa-wheelitem-container img.wa-stock-icon {
  max-width: 13px;
}
#wafiltergrid > p {
  position: absolute;
  background: white;
  padding: 10px 15px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #999;
  max-width: 100%;
}
/*======================================
  #Plate
======================================*/
.plate-search {
  margin-bottom: 40px;
}
.plate-search__inner {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
}
.plate-search__country-id {
  width: 50px;
  background-color: #0E2B8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plate-search__country-id img {
  height: 50px;
  display: block;
}
.plate-search input[type="text"].plate-search__input {
  margin: 0;
  border: 0;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  padding: 2px 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.plate-search input[type="text"].plate-search__input::-webkit-input-placeholder {
  font-style: normal;
}
.plate-search input[type="text"].plate-search__input::-moz-placeholder {
  font-style: normal;
}
.plate-search input[type="text"].plate-search__input:-ms-input-placeholder {
  font-style: normal;
}
.plate-search input[type="text"].plate-search__input::-ms-input-placeholder {
  font-style: normal;
}
.plate-search input[type="text"].plate-search__input::placeholder {
  font-style: normal;
}
/* #wa-brand-container, #wa-modelserie-container{
    column-gap: 7%;
    column-rule-width: 1px;
    column-rule-style: outset;
    column-rule-color: #ccc;
    max-width: 1000px;
    margin: 0 auto;
}


#wa-brand-container, #wa-modelserie-container{
    column-count: 4;
}

.wa-itemlist-div{
    cursor: pointer;
    padding: 5px;
    font-size: 1rem;

    &:hover{
        background-color: rgba(0,0,0,0.05);
    }
} */
/*======================================
  #Search
======================================*/
.wheel-agent #wa-inner-container {
  max-width: 100%;
  overflow: auto;
}
#content .wheel-agent #wa-header-container {
  padding: 25px 15px 10px;
}
.wheel-agent #wa-txtRegNo-txt {
  width: 320px;
  display: block!important;
  float: none;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
  padding: 2px 10px 2px 46px;
  border: 0;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  height: auto;
  border-radius: 5px;
}
.wheel-agent #wa-txtRegNo-txt::-webkit-input-placeholder {
  font-style: normal;
}
.wheel-agent #wa-txtRegNo-txt::-moz-placeholder {
  font-style: normal;
}
.wheel-agent #wa-txtRegNo-txt:-ms-input-placeholder {
  font-style: normal;
}
.wheel-agent #wa-txtRegNo-txt::-ms-input-placeholder {
  font-style: normal;
}
.wheel-agent #wa-txtRegNo-txt::placeholder {
  font-style: normal;
}
.wheel-agent.wheel-agent--se #wa-txtRegNo-txt {
  background-image: url("/ig-assets/seplate.svg") !important;
}
.wheel-agent #wa-breadcrum {
  float: none;
  text-align: center;
  margin: 5px 0 0;
  text-shadow: none;
}
.wheel-agent #wa-breadcrum span {
  font-size: 0.875rem !important;
  color: var(--text-dark);
  font-weight: 500;
}
.wheel-agent #wa-inner-container {
  background-color: white;
  padding-bottom: 60px;
  height: auto;
  overflow: visible;
}
#content #wa-brand-container,
#content #wa-image-container,
#content #wa-wheel-container {
  position: relative;
  max-width: calc(var(--grid-width) - var(--grid-gutter)*2);
  margin: 0 auto;
  background: transparent;
  -webkit-column-rule-color: transparent;
     -moz-column-rule-color: transparent;
          column-rule-color: transparent;
}
@media only screen and (max-width: 768px) {
  #content #wa-brand-container,
  #content #wa-image-container,
  #content #wa-wheel-container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
#content #wa-image-container {
  margin-top: 60px;
}
#content #wa-wheel-container {
  height: auto;
  max-height: 100%;
  overflow: visible;
  padding: 0;
}
#content #wa-wheel-container::after {
  content: "";
  clear: both;
  display: block;
}
#content .wheel-agent .wa-wheelitem-container {
  float: left;
  height: auto;
  width: 146px;
}
#content .wheel-agent .wa-wheelitem-container p {
  font-size: 0.875rem !important;
}
/*======================================
  #Sec nav
======================================*/
.sec-nav-space {
  height: 92px;
}
@media only screen and (max-width: 992px) {
  .sec-nav-space {
    top: 85px;
  }
}
.sec-nav-wrap {
  position: absolute;
  top: var(--top-combo-calc);
  width: 100%;
  -webkit-box-shadow: inset 0 -1px var(--border-dark);
          box-shadow: inset 0 -1px var(--border-dark);
}
@media only screen and (max-width: 992px) {
  .sec-nav-wrap {
    top: var(--header-height);
  }
}
.scroll .sec-nav-wrap {
  position: fixed;
  top: var(--header-height);
  z-index: 499;
}
.sec-nav {
  position: relative;
}
.sec-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}
.sec-nav ul li {
  min-width: 12.5%;
  width: 12.5%;
}
.sec-nav ul a {
  display: block;
  text-align: center;
  padding: 20px 0 ;
  border-right: 1px solid var(--border-dark);
  font-size: 0.875rem;
  position: relative;
  color: var(--text-dark);
  height: 100%;
  min-height: 92px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (max-width: 992px) {
  .sec-nav ul a {
    line-height: 1.1;
    font-size: 0.75rem;
    min-height: 85px;
  }
}
.sec-nav ul a .sec-nav__price {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .sec-nav ul a .sec-nav__price {
    bottom: 6px;
  }
}
.sec-nav ul a .sec-nav__items {
  background-color: var(--theme);
  color: white;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px 0;
  line-height: 1;
  display: block;
  border-radius: 4px;
  top: 15px;
  left: 53%;
}
.sec-nav ul a .sec-nav__items:empty {
  display: none;
}
.sec-nav ul a i.fa {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.3em;
}
.sec-nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.sec-nav ul a.active {
  background-color: white;
}
.sec-nav ul a.active i.fa {
  color: var(--theme);
}
.sec-nav ul a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .sec-nav ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-nav ul li {
    min-width: auto;
    width: auto;
  }
  .sec-nav ul a {
    padding: 15px 20px;
    min-width: 100px;
  }
}
.sec-nav ul li:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.scroll .sec-nav ul li a {
  font-size: 0.75rem;
  min-height: 5px;
}
.scroll .sec-nav ul li a i.fa {
  display: inline;
  font-size: inherit;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .scroll .sec-nav ul li a i.fa {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.scroll .sec-nav ul li a .sec-nav__items {
  left: auto;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .scroll .sec-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
  .scroll .sec-nav ul li a .sec-nav__price {
    text-align: center;
    font-size: 11px;
    bottom: 3px;
  }
}
/*======================================
  #Store Search
======================================*/
.store-search {
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .store-search {
    padding: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .store-search__button {
    width: 100%;
  }
}
.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: var(--grid-gutter-half);
}
.checkbox-group .cb-wrap {
  margin-right: 30px;
}
#displayAlternatives .checkbox-group {
  flex-flow: column;
}
#displayAlternatives .checkbox-group .cb-wrap {
  margin-right: 10px;
}
.info {
  padding: 20px;
  font-size: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  font-weight: 500;
}
.info:empty {
  display: none;
}
.info--inline {
  display: inline-block;
}
.info--small {
  padding: 10px 15px;
  font-size: 0.875rem;
}
.info--blue {
  color: #1ea6ec;
  background-color: rgba(30, 166, 236, 0.1);
}
.blue-color {
  color: #1ea6ec !important;
}
.regno-wrapper #txtRegno {
  letter-spacing: 0.06em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 45px;
  background-image: url("/ig-assets/seplate.svg") !important;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
.regno-wrapper #txtRegno.fin,
.regno-wrapper #txtRegno.fi {
  background-image: url("/ig-assets/country-id-fin.svg") !important;
}
.regno-wrapper #txtRegno.no {
  background-image: url("/ig-assets/country-id-no.svg") !important;
}
/*======================================
  #Autocomplete
======================================*/
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper ul#brand-result-list,
.autocomplete-wrapper ul#model-result-list,
.autocomplete-wrapper ul.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 500;
  border: 1px solid var(--border-dark);
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
}
.autocomplete-wrapper ul#brand-result-list:empty,
.autocomplete-wrapper ul#model-result-list:empty,
.autocomplete-wrapper ul.autocomplete-list:empty {
  display: none;
}
.autocomplete-wrapper ul#brand-result-list li,
.autocomplete-wrapper ul#model-result-list li,
.autocomplete-wrapper ul.autocomplete-list li {
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 10px 15px;
}
.autocomplete-wrapper ul#brand-result-list li:hover,
.autocomplete-wrapper ul#model-result-list li:hover,
.autocomplete-wrapper ul.autocomplete-list li:hover {
  background-color: var(--background-light);
}
#CarCommentsNote {
  font-size: 0.875rem;
}
#CarCommentsNote table {
  border: 0!important;
  font-size: 0.875rem;
}
#CarCommentsNote table tr:first-child td {
  border-top: 0;
}
#CarCommentsNote table .filterHeader {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #777;
}
#CarCommentsNote table tr td:first-child {
  border-left: 0;
}
#CarCommentsNote table tr td:last-child {
  border-right: 0;
  font-weight: bold;
}
/*======================================
  #Filters
======================================*/
#filters {
  margin-top: 30px;
}
/* #filters__content{
} */
.filter__item {
  margin-bottom: 15px;
}
.filter__item .checkbox-group {
  margin-bottom: 0;
}
/*======================================
  #Filters
======================================*/
.alignright {
  text-align: right;
}
table.dataTable thead th {
  font-weight: 500;
  font-size: 0.875rem;
}
table.dataTable input[type="text"] {
  margin: 0;
  padding: 0.1em 0.3em;
}
.dataTable a {
  color: inherit;
  text-decoration: underline;
}
.dataTable a:hover {
  text-decoration: none;
}
.table-img {
  vertical-align: middle;
  line-height: 0;
}
.table-img img {
  max-width: 20px;
  display: block;
  margin: 0 auto;
  line-height: 0;
}
.clickable {
  cursor: pointer;
  padding: 8px 15px 8px 10px;
}
.sorted-desc,
.sorted-asc {
  background-color: var(--theme) !important;
  border-color: var(--theme) !important;
  color: white;
}
.sorted-desc::after,
.sorted-asc::after {
  font-family: FontAwesome;
  position: absolute;
  margin-left: 4px;
}
.sorted-desc::after {
  content: "\f0dd";
}
.sorted-asc::after {
  content: "\f0de";
}
.silent:hover {
  background-color: transparent!important;
}
/*======================================
  #Progress
======================================*/
.progress ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  position: relative;
}
.progress__item:first-child::before,
.progress__item:last-child::after {
  display: none;
}
.progress__item::before,
.progress__item::after {
  content: "";
  position: absolute;
  top: 12px;
  height: 4px;
  background-color: #eee;
  width: 50%;
}
.progress__item::before {
  right: 50%;
}
.progress__item::after {
  left: 50%;
}
.progress__symbol {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background-color: #eee;
  position: relative;
  z-index: 4;
}
.progress__label {
  font-size: 0.875rem;
  color: var(--text-dark);
  font-weight: 500;
  display: block;
  padding: 10px;
}
.progress .progress__item--complete .progress__symbol {
  color: white;
  background-color: var(--success);
}
.progress .progress__item--complete::before,
.progress .progress__item--complete::after {
  background-color: var(--success);
}
.progress .progress__item--current .progress__symbol {
  color: var(--success);
  background-color: white;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
.progress .progress__item--current::before {
  background-color: var(--success);
}
.progress .progress__item--disabled {
  pointer-events: none;
}
/*======================================
  #Consumer price app
======================================*/
#consumer-price-app input.inline-field {
  display: inline;
  padding: 0px 5px;
  margin: 0;
}
#consumer-price-app input.inline-field--small {
  width: 30px;
}
#consumer-price-app table.dimension-table {
  width: 50%;
  margin: 0 0 3em;
}
@media only screen and (max-width: 768px) {
  #consumer-price-app table.dimension-table {
    width: 100%;
  }
}
#consumer-price-app table.dimension-table tr td {
  padding: 2px;
}
#consumer-price-app table.dataTable tbody td {
  padding: 2px;
}
#consumer-price-app table#gridPriceList.dataTable tbody td input[type="text"] {
  width: 97px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}
.pulse {
  -webkit-animation: pulse 0.8s 1;
          animation: pulse 0.8s 1;
}
[v-cloak] {
  display: none;
}
/*======================================
  #Client prices
======================================*/
.input-surfix-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-surfix-wrap input {
  margin-bottom: 0;
  text-align: center;
  width: 60px!important;
  border-radius: 4px 0 0 4px;
}
.input-surfix-wrap .surfix-label {
  border-radius: 0 4px 4px 0;
  background-color: var(--border-dark);
  padding: 0 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-save {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: white;
  z-index: 999;
  -webkit-box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-save .cb-wrap {
  margin-bottom: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .fixed-save {
    width: 100%;
  }
}
/*======================================
  #TPMS
======================================*/
#tpmsdetails {
  margin: 15px 0;
}
.tpms {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tpms input[type="text"],
.tpms input[type="number"] {
  margin-bottom: 0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}
.tpms .button {
  margin-left: 10px;
}

.grid-text-section {
    font-size: 32px;
    line-height: 1;
}

.slide-contained {
    min-height: 65vh;
    display: flex;
    position: relative;
}

.slide-contained-text-container {
    align-self: flex-end;
    z-index: 10;
    margin-left: 52px;
    margin-bottom: 54px;
    width: 40%;
}

@media only screen and (max-width: 992px) {
    .slide-contained-text-container {
        width: auto;
        margin: 0 16px 32px;
    }
}

.slide-contained__background {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.wheel-guide #cart-info-popup {
    position: fixed;
    top: 110px;
    right: 20px;
    z-index: 99;
}

.wheel-guide--link-container {
    column-count: 2;
    column-gap: 1px;
    margin-bottom: 50px;
}
@media (min-width: 600px) {
    .wheel-guide--link-container {
        column-count: 4;
        column-gap: 1px;
    }
}
.wheel-guide--link-container--alt-view {
    column-count: 2;
    column-gap: 1px;
}
.wheel-guide--link {
    background: var(--background-light);
    border: 2px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--text-dark);
    display: block;
    text-align: center;
}
.wheel-guide--link:hover {
    background-color: white;
    border-color: var(--background-light);
    color: inherit;
}

.wheel-guide--modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 2rem 0;
    left: 50%;
    top: calc((var(--header-height)/2) + 50%);
    width: 80%;
    height: 80%;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.20);
    transform: translate(-50%, -50%);
}

.wheel-guide--modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.wheel-guide--modal .close {
    color: #aaa;
    float: right;
    font-weight: bold;
    padding: 0 10px;
    font-size: 40px;
    top: -45px;
    right: -35px;
}

.wheel-guide--modal .close:hover,
.wheel-guide--modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wheel-guide--modal tbody{
    border-bottom: 1px solid var(--border-dark);
}

.wheel-guide--modal tbody .text-align-right {
    text-align: right;
}

.wheel-guide--modal .brand-color {
    color: var(--theme);
}

.wheel-guide--modal td.stock {
    position: relative;
}

.wheel-guide--modal td.stock div {
    display: flex;
    justify-content: space-between;
}

.wheel-guide--modal td.stock div span {
    font-weight: bold;
}

@media only screen and (max-width: 499px) {
    .wheel-guide--modal {
        width: 90%;
        overflow-x: hidden;
    }

    .wheel-guide--modal table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

        .wheel-guide--modal .offsetet, .wheel-guide--modal .sb, .wheel-guide--modal .artno, .wheel-guide--modal .cb {
            display: none;
        }

    .wheel-guide--modal .close {
        top: -50px;
        right: -20px;
    }
    img {
        max-height: 200px;
    }
}

/*main > .container .loader-container {
    display: none;
}

main > .container.isloading .loader-container {
    display: block;
}*/
.loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.3); /*rgb(255 255 255 / 29%)*/
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.loader-bg {
    position: absolute;
    width: 128px;
    height: 128px;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    background-color: #cdcdcd;
}

.loader-container.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.25s, opacity 0.25s linear;
}

.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
}

.loader .inner {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.loader .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-bottom: 3px solid #EFEFFA;
    }

.loader .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #EFEFFA;
    }

.loader .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #EFEFFA;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/*
main > .container.isloading {
    position: relative;
}

main > .container.isloading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(17, 0, 17, 0.5);
    z-index: 2;
    -webkit-animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
}
*/