/** Shopify CDN: Minification failed

Line 3390:21 Expected ")" to end URL token

**/
/* *****
This is a concatenated, un-minified file. It is NOT used by the theme by default.
We recommend using this file to make small edits to the theme's code.
For instructions on switching between minified and un-minified files see our documentation:
https://flowdocs.wetheme.com/faqs/custom-coding-and-shopify-app-integrations/un-minified-css-javascript-and-theme-developer-editions
If you want more control over source files please request the Developer Edition from support.
***** */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.yotpo {
  display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 10000008030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(var(--fancybox-overlay));
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}

.fa {
  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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * plyr.css
 * v3.5.10
*/
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 100%;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
  display: none;
}

.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role="menu"] {
  padding: 7px;
}

.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}

.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: rgba(114, 133, 151, 0.2);
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]::after,
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #00b3ff;
}

.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container
  .plyr__control[role="menuitemradio"].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type="range"]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type="range"]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type="range"]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(35, 41, 47, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(35, 41, 47, 0.6) 50%,
    rgba(35, 41, 47, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type="range"] {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #00b3ff;
  color: #fff;
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Shopify model-viewer-ui */
.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  --progress-bar-height: 2px;
  --progress-bar-color: currentColor;
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen
  .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen
  .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover
  .shopify-model-viewer-ui__controls-area,
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused
  .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop)
  .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__controls-area:not(
    .shopify-model-viewer-ui__controls-area--playing
  ) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0px;
  height: 44px;
  width: 44px;
  background: transparent;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0px;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video.js */
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(font/VideoJS.eot?#iefix) format("eot");
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=)
      format("woff"),
    url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}

.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js *,
.video-js :before,
.video-js :after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: 0 0;
  border: 0;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: 0;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display:after {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-controls-disabled .vjs-poster {
  display: none;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex
  .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0)
  );
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-big-play-button {
  display: none !important;
}

/*============================================================================
  #Video JS overwrite
==============================================================================*/
.vjs-vimeo {
  padding-top: 0 !important;
  height: 100% !important;
}

/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*============================================================================
  #Colors
==============================================================================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*============================================================================
  Prefixer mixin for generating vendor prefixes:
    - Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
    - Usage:

      // Input:
      .element {
        @include prefixer(transform, scale(1), ms webkit spec);
      }

      // Output:
      .element {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
      }
==============================================================================*/
/*============================================================================
  #Animations
==============================================================================*/
.kb-enabled {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .kb-enabled > * {
    -webkit-transform: translate3d(0.25rem, 0.12rem, 0.25rem) scale(1.06);
    -ms-transform: translate3d(0.25rem, 0.12rem, 0.25rem) scale(1.06);
    -moz-transform: translate3d(0.25rem, 0.12rem, 0.25rem) scale(1.06);
    -o-transform: translate3d(0.25rem, 0.12rem, 0.25rem) scale(1.06);
    transform: translate3d(0.25rem, 0.12rem, 0.25rem) scale(1.06);
    transition: 2s transform;
  }
}
@media only screen and (min-width: 768px) {
  .kb-enabled.in-viewport > * {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.kb-enabled.no-anim > * {
  transition: none !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .kb-enabled {
    transform: none !important;
    transition: none !important;
  }
  .kb-enabled.in-viewport {
    transform: none !important;
    transition: none !important;
  }
  .flow-homepage .image-with-text-wrapper .kb-enabled div:not(.parallax) .img,
  .flow-homepage .image-with-text-wrapper .kb-enabled .parallax,
  .flow-homepage .image-with-text-wrapper .kb-enabled .in-viewport {
    transform: none !important;
    transition: none !important;
  }
}

.supports-js body.page-fade {
  opacity: 0;
  transition: opacity 400ms ease-in;
}
.supports-js body.page-fade.loaded {
  opacity: 1;
}
.supports-js body.page-fade.unloading {
  opacity: 0;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.animations-disabled .fadeIn,
.animations-disabled .fadeInUp {
  animation-name: none;
}

a:nth-child(2n) .product-single__thumbnail {
  animation-delay: 0.4s;
}

a:nth-child(3n) .product-single__thumbnail {
  animation-delay: 0.6s;
}

a:nth-child(4n) .product-single__thumbnail {
  animation-delay: 0.8s;
}

a:nth-child(5n) .product-single__thumbnail {
  animation-delay: 1s;
}

a:nth-child(6n) .product-single__thumbnail {
  animation-delay: 1.2s;
}

a:nth-child(7n) .product-single__thumbnail {
  animation-delay: 1.4s;
}

a:nth-child(8n) .product-single__thumbnail {
  animation-delay: 1.6s;
}

a:nth-child(9n) .product-single__thumbnail {
  animation-delay: 1.8s;
}

a:nth-child(10n) .product-single__thumbnail {
  animation-delay: 2s;
}

a:nth-child(11n) .product-single__thumbnail {
  animation-delay: 2.2s;
}

a:nth-child(12n) .product-single__thumbnail {
  animation-delay: 2.4s;
}

a:nth-child(13n) .product-single__thumbnail {
  animation-delay: 2.6s;
}

a:nth-child(14n) .product-single__thumbnail {
  animation-delay: 2.8s;
}

a:nth-child(15n) .product-single__thumbnail {
  animation-delay: 3s;
}

a:nth-child(16n) .product-single__thumbnail {
  animation-delay: 3.2s;
}

a:nth-child(17n) .product-single__thumbnail {
  animation-delay: 3.4s;
}

a:nth-child(18n) .product-single__thumbnail {
  animation-delay: 3.6s;
}

a:nth-child(19n) .product-single__thumbnail {
  animation-delay: 3.8s;
}

a:nth-child(20n) .product-single__thumbnail {
  animation-delay: 4s;
}

a:nth-child(21n) .product-single__thumbnail {
  animation-delay: 4.2s;
}

a:nth-child(22n) .product-single__thumbnail {
  animation-delay: 4.4s;
}

a:nth-child(23n) .product-single__thumbnail {
  animation-delay: 4.6s;
}

a:nth-child(24n) .product-single__thumbnail {
  animation-delay: 4.8s;
}

a:nth-child(25n) .product-single__thumbnail {
  animation-delay: 5s;
}

a:nth-child(26n) .product-single__thumbnail {
  animation-delay: 5.2s;
}

a:nth-child(27n) .product-single__thumbnail {
  animation-delay: 5.4s;
}

a:nth-child(28n) .product-single__thumbnail {
  animation-delay: 5.6s;
}

a:nth-child(29n) .product-single__thumbnail {
  animation-delay: 5.8s;
}

a:nth-child(30n) .product-single__thumbnail {
  animation-delay: 6s;
}

a:nth-child(31n) .product-single__thumbnail {
  animation-delay: 6.2s;
}

a:nth-child(32n) .product-single__thumbnail {
  animation-delay: 6.4s;
}

a:nth-child(33n) .product-single__thumbnail {
  animation-delay: 6.6s;
}

a:nth-child(34n) .product-single__thumbnail {
  animation-delay: 6.8s;
}

a:nth-child(35n) .product-single__thumbnail {
  animation-delay: 7s;
}

a:nth-child(36n) .product-single__thumbnail {
  animation-delay: 7.2s;
}

a:nth-child(37n) .product-single__thumbnail {
  animation-delay: 7.4s;
}

a:nth-child(38n) .product-single__thumbnail {
  animation-delay: 7.6s;
}

a:nth-child(39n) .product-single__thumbnail {
  animation-delay: 7.8s;
}

a:nth-child(40n) .product-single__thumbnail {
  animation-delay: 8s;
}

a:nth-child(41n) .product-single__thumbnail {
  animation-delay: 8.2s;
}

a:nth-child(42n) .product-single__thumbnail {
  animation-delay: 8.4s;
}

a:nth-child(43n) .product-single__thumbnail {
  animation-delay: 8.6s;
}

a:nth-child(44n) .product-single__thumbnail {
  animation-delay: 8.8s;
}

a:nth-child(45n) .product-single__thumbnail {
  animation-delay: 9s;
}

a:nth-child(46n) .product-single__thumbnail {
  animation-delay: 9.2s;
}

a:nth-child(47n) .product-single__thumbnail {
  animation-delay: 9.4s;
}

a:nth-child(48n) .product-single__thumbnail {
  animation-delay: 9.6s;
}

a:nth-child(49n) .product-single__thumbnail {
  animation-delay: 9.8s;
}

a:nth-child(50n) .product-single__thumbnail {
  animation-delay: 10s;
}

a:nth-child(51n) .product-single__thumbnail {
  animation-delay: 10.2s;
}

a:nth-child(52n) .product-single__thumbnail {
  animation-delay: 10.4s;
}

a:nth-child(53n) .product-single__thumbnail {
  animation-delay: 10.6s;
}

a:nth-child(54n) .product-single__thumbnail {
  animation-delay: 10.8s;
}

a:nth-child(55n) .product-single__thumbnail {
  animation-delay: 11s;
}

a:nth-child(56n) .product-single__thumbnail {
  animation-delay: 11.2s;
}

a:nth-child(57n) .product-single__thumbnail {
  animation-delay: 11.4s;
}

a:nth-child(58n) .product-single__thumbnail {
  animation-delay: 11.6s;
}

a:nth-child(59n) .product-single__thumbnail {
  animation-delay: 11.8s;
}

a:nth-child(60n) .product-single__thumbnail {
  animation-delay: 12s;
}

a:nth-child(61n) .product-single__thumbnail {
  animation-delay: 12.2s;
}

a:nth-child(62n) .product-single__thumbnail {
  animation-delay: 12.4s;
}

a:nth-child(63n) .product-single__thumbnail {
  animation-delay: 12.6s;
}

a:nth-child(64n) .product-single__thumbnail {
  animation-delay: 12.8s;
}

a:nth-child(65n) .product-single__thumbnail {
  animation-delay: 13s;
}

a:nth-child(66n) .product-single__thumbnail {
  animation-delay: 13.2s;
}

a:nth-child(67n) .product-single__thumbnail {
  animation-delay: 13.4s;
}

a:nth-child(68n) .product-single__thumbnail {
  animation-delay: 13.6s;
}

a:nth-child(69n) .product-single__thumbnail {
  animation-delay: 13.8s;
}

a:nth-child(70n) .product-single__thumbnail {
  animation-delay: 14s;
}

a:nth-child(71n) .product-single__thumbnail {
  animation-delay: 14.2s;
}

a:nth-child(72n) .product-single__thumbnail {
  animation-delay: 14.4s;
}

a:nth-child(73n) .product-single__thumbnail {
  animation-delay: 14.6s;
}

a:nth-child(74n) .product-single__thumbnail {
  animation-delay: 14.8s;
}

a:nth-child(75n) .product-single__thumbnail {
  animation-delay: 15s;
}

a:nth-child(76n) .product-single__thumbnail {
  animation-delay: 15.2s;
}

a:nth-child(77n) .product-single__thumbnail {
  animation-delay: 15.4s;
}

a:nth-child(78n) .product-single__thumbnail {
  animation-delay: 15.6s;
}

a:nth-child(79n) .product-single__thumbnail {
  animation-delay: 15.8s;
}

a:nth-child(80n) .product-single__thumbnail {
  animation-delay: 16s;
}

a:nth-child(81n) .product-single__thumbnail {
  animation-delay: 16.2s;
}

a:nth-child(82n) .product-single__thumbnail {
  animation-delay: 16.4s;
}

a:nth-child(83n) .product-single__thumbnail {
  animation-delay: 16.6s;
}

a:nth-child(84n) .product-single__thumbnail {
  animation-delay: 16.8s;
}

a:nth-child(85n) .product-single__thumbnail {
  animation-delay: 17s;
}

a:nth-child(86n) .product-single__thumbnail {
  animation-delay: 17.2s;
}

a:nth-child(87n) .product-single__thumbnail {
  animation-delay: 17.4s;
}

a:nth-child(88n) .product-single__thumbnail {
  animation-delay: 17.6s;
}

a:nth-child(89n) .product-single__thumbnail {
  animation-delay: 17.8s;
}

a:nth-child(90n) .product-single__thumbnail {
  animation-delay: 18s;
}

a:nth-child(91n) .product-single__thumbnail {
  animation-delay: 18.2s;
}

a:nth-child(92n) .product-single__thumbnail {
  animation-delay: 18.4s;
}

a:nth-child(93n) .product-single__thumbnail {
  animation-delay: 18.6s;
}

a:nth-child(94n) .product-single__thumbnail {
  animation-delay: 18.8s;
}

a:nth-child(95n) .product-single__thumbnail {
  animation-delay: 19s;
}

a:nth-child(96n) .product-single__thumbnail {
  animation-delay: 19.2s;
}

a:nth-child(97n) .product-single__thumbnail {
  animation-delay: 19.4s;
}

a:nth-child(98n) .product-single__thumbnail {
  animation-delay: 19.6s;
}

a:nth-child(99n) .product-single__thumbnail {
  animation-delay: 19.8s;
}

a:nth-child(100n) .product-single__thumbnail {
  animation-delay: 20s;
}

.supports-js .animations-disabled .wow {
  visibility: visible !important;
}

.supports-js .wow {
  visibility: hidden;
}

.supports-js .animations-disabled .show-on-scroll {
  visibility: visible;
}

.supports-js .show-on-scroll {
  visibility: hidden;
}

.supports-js .fadeLazyload {
  transition: opacity 1s;
}
.supports-js .fadeLazyload.lazyload,
.supports-js .fadeLazyload.lazyloading {
  opacity: 0;
}
.supports-js .fadeLazyload .lazyloaded {
  opacity: 1;
}

.shown-on-scroll {
  animation-delay: 0.25s;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 400ms;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/*============================================================================
  #Links and Buttons
==============================================================================*/
a,
.text-link {
  color: var(--link-color);
  text-decoration: none;
  background: transparent;
}

button {
  overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.btn,
.rte .btn,
.spr-button,
.btn--secondary,
.rte .btn--secondary {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 8px 10px;
  width: auto;
  margin: 0;
  line-height: 1.42;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  transition: background-color 0.3s ease-in;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
}
.btn:hover,
.rte .btn:hover,
.spr-button:hover,
.btn--secondary:hover {
  background-color: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}
.btn:active,
.btn:focus,
.rte .btn:active,
.rte .btn:focus,
.spr-button:active,
.spr-button:focus,
.btn--secondary:active,
.btn--secondary:focus {
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
}
.btn[disabled],
.btn.disabled,
.rte .btn[disabled],
.rte .btn.disabled,
.spr-button[disabled],
.spr-button.disabled,
.btn--secondary[disabled],
.disabled.btn--secondary {
  cursor: default;
  color: #b6b6b6;
  background-color: #f6f6f6;
}

.btn--secondary,
.rte .btn--secondary {
  background-color: var(--secondary-btn-bg-color);
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus,
.rte .btn--secondary:hover,
.rte .btn--secondary:active,
.rte .btn--secondary:focus {
  background-color: var(--secondary-btn-bg-hover-color);
  color: var(--secondary-btn-bg-text-hover-color);
}

.btn--small {
  padding: 4px 5px;
  font-size: var(--body-font-size-12-to-em);
}

.btn--large {
  padding: 12px 15px;
  font-size: var(--body-font-size-16-to-em);
}

.btn--full {
  width: 100%;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

.newsletter-footer input.footer-email-submit,
form#contact_form .btn,
.btn--secondary,
.cart--button-checkout,
.cart--button-update,
.btn--full,
.article-comment--btn,
.account-section--btn {
  border-radius: var(--alt-btn-border-radius);
  font-weight: var(--alt-btn-font-weight);
  font-style: var(--alt-btn-font-style);
  margin-top: 15px;
  text-transform: var(--button-text-case);
  padding: 10px 20px;
  font-size: var(--button-font-size-px);
  display: inline-block;
}

.account-section--btn {
  margin-top: 0;
  padding: 10px 20px;
  border: 0;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  display: inline-block;
}
.account-section--btn:hover,
.account-section--btn:focus {
  background-color: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}

.homepage-featured-box-btn,
.ajaxcart__footer .cart__checkout,
.shop-now-button,
.shop-now-button-onboarding,
.quick-add-button,
.quick-add-button-variants,
.quick-add-button-onboarding,
.sold-out-button,
.advanced-layout--hero__text-block .btn,
.advanced-layout--hero__text-block .btn--secondary,
.onboarding--sold-out a.btn,
.hero-video--button a,
.footer-email-submit {
  border-radius: var(--alt-btn-border-radius);
  font-weight: var(--alt-btn-font-weight);
  font-style: var(--alt-btn-font-style);
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  transition: all 0.15s ease-in-out 0s;
  display: inline-block;
  padding: 10px 35px;
  text-transform: var(--button-text-case);
  letter-spacing: 1px;
  font-size: var(--button-font-size-px);
  cursor: pointer;
  pointer-events: auto;
  border: 0;
}

.quick-add-button-onboarding,
.sold-out-button {
  pointer-events: none;
  cursor: default;
}

.sold-out-button {
  background-color: var(--primary-btn-bg-color-opacity50);
}

.shopify-payment-button {
  display: inline-block;
}

#AddToCart,
.shopify-product-form .shopify-payment-button__button--unbranded {
  border-radius: var(--alt-btn-border-radius);
  font-weight: var(--alt-btn-font-weight);
  font-style: var(--alt-btn-font-style);
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  transition: all 0.15s ease-in-out 0s;
  display: inline-block;
  padding: 10px 35px;
  text-transform: var(--button-text-case);
  letter-spacing: 1px;
  font-size: var(--button-font-size-px);
  width: 100%;
  line-height: 1.42;
  min-height: 44px;
  margin: 0 10px 10px 0;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out,
    border 0.25s ease-in-out;
  word-wrap: break-word;
  white-space: normal;
}
#AddToCart:hover:not([disabled]),
#AddToCart:active:not([disabled]),
#AddToCart:focus:not([disabled]),
.shopify-product-form
  .shopify-payment-button__button--unbranded:hover:not([disabled]),
.shopify-product-form
  .shopify-payment-button__button--unbranded:active:not([disabled]),
.shopify-product-form
  .shopify-payment-button__button--unbranded:focus:not([disabled]) {
  background: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}
#AddToCart:hover,
.shopify-product-form .shopify-payment-button__button--unbranded:hover {
  background: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}

.shopify-product-form .shopify-payment-button__button--branded {
  border-radius: var(--alt-btn-border-radius);
}

.shopify-product-form .shopify-payment-button__button--hidden {
  display: none;
}

.shopify-product-form .shopify-payment-button__more-options {
  font-size: var(--button-font-size-px);
  width: 70%;
  margin: 15px auto 0;
  color: var(--link-color);
}

.homepage-featured-box-btn:hover,
.shop-now-button:hover,
.shop-now-button-onboarding:hover,
.quick-add-button:hover,
.quick-add-button-onboarding:hover,
.quick-add-button-variants:hover,
.advanced-layout--hero__text-block .btn:hover,
.advanced-layout--hero__text-block .btn--secondary:hover,
.onboarding--sold-out a.btn:hover,
.cart__checkout:hover,
.hero-video--button a:hover,
.slider-section--slideshow
  .block-section--slideshow-0
  .homepage-featured-box-btn:hover {
  background: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}

.paymentButtonsWrapper #AddToCart.add-to-cart--secondary:not(.disabled) {
  background: var(--secondary-btn-bg-color);
  color: var(--secondary-btn-text-color);
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.paymentButtonsWrapper #AddToCart.add-to-cart--secondary:not(.disabled):hover {
  background: var(--secondary-btn-bg-hover-color);
  color: var(--secondary-btn-bg-text-hover-color);
}

#AddToCart.add-to-cart--secondary.disabled {
  background: var(--secondary-btn-bg-color);
  color: var(--secondary-btn-text-color);
}
#AddToCart.add-to-cart--secondary.disabled:hover {
  background: var(--secondary-btn-bg-color);
  color: var(--secondary-btn-text-color);
}

@media screen and (max-width: 480px) {
  .paymentButtonsWrapper #AddToCart,
  .paymentButtonsWrapper .shopify-payment-button {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .paymentButtonsWrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }
  .paymentButtonsWrapper .shopify-payment-button,
  .paymentButtonsWrapper #AddToCart {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .paymentButtonsWrapper #AddToCart,
  .paymentButtonsWrapper .shopify-payment-button {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .paymentButtonsWrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }
}

/*============================================================================
  #Color schemes
==============================================================================*/
.homepage-section--testimonials-wrapper a {
  color: var(--text-color);
}

.homepage-sections-wrapper--light {
  background-color: var(--color-scheme-light-background);
  color: var(--color-scheme-light-text);
}

.homepage-sections-wrapper--light a {
  color: var(--color-scheme-light-text);
}

.homepage-sections-wrapper--light .homepage-video-play-button-inner {
  border-color: transparent transparent transparent
    var(--color-scheme-light-text);
}

.homepage-sections-wrapper--light .homepage-featured-content-box,
.homepage-sections-wrapper--light .homepage-map-content-box {
  background: var(--color-scheme-light-text);
  color: var(--color-scheme-light-background);
}

.homepage-sections-wrapper--accent {
  background: var(--color-scheme-feature-background);
  color: var(--color-scheme-feature-text);
}

.homepage-sections-wrapper--accent a {
  color: var(--color-scheme-feature-text);
}

.image-with-text-wrapper
  .homepage-sections-wrapper--accent
  .homepage-featured-content-box,
.map-section-wrapper
  .homepage-sections-wrapper--accent
  .homepage-map-content-box {
  background: var(--color-scheme-feature-text);
  color: var(--color-scheme-feature-background);
}

.homepage-sections-wrapper--dark {
  background: var(--color-scheme-dark-background);
  color: var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--dark a {
  color: var(--color-scheme-dark-text);
}

.image-with-text-wrapper
  .homepage-sections-wrapper--dark
  .homepage-featured-content-box,
.map-section-wrapper
  .homepage-sections-wrapper--dark
  .homepage-map-content-box {
  background: var(--color-scheme-dark-text);
  color: var(--color-scheme-dark-background);
}

/*============================================================================
  #Core styles
==============================================================================*/
*,
input,
:before,
:after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

*:focus:not(.focus-visible) {
  outline: none;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .small-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .large-hide {
    display: none !important;
  }
}

.placeholder-noblocks {
  text-align: center;
}

/* .clearfix {
  *zoom: 1; } */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* .nav .ul {
  *zoom: 1; } */
.nav .ul:before,
.nav .ul:after {
  content: " ";
  display: table;
}
.nav .ul:after {
  clear: both;
}

html.js .no-js {
  display: none !important;
}

html.no-js .js {
  display: none !important;
}

.icon {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: auto;
}

.icon--placeholder {
  background-color: rgba(120, 129, 136, 0.1);
  border: 1px solid rgba(120, 129, 136, 0.2);
  fill: rgba(120, 129, 136, 0.35);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

html {
  background-color: #fff;
  font-size: 16px;
  font-family: Inter;
}

body {
  background-color: var(--body-color);
}

[tabindex="-1"]:focus {
  outline: none;
}

.wrapper {
  /* *zoom: 1; */
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 30px;
  }
}

.main-content {
  display: block;
  padding-bottom: 50px;
}
.template-index .main-content {
  padding-top: 0;
  padding-bottom: 0;
}

svg.icon.icon--placeholder {
  background: #696969;
  fill: #838383;
}

.page-main--wrapper {
  padding-top: 30px;
}

.lazyload[data-blur="true"] {
  filter: blur(4px);
}

.ls-blur-up-img {
  filter: blur(4px);
  opacity: 1;
  transition: opacity 800ms, filter 400ms;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain, object-position: center";
}
.ls-blur-up-img.product-main-image {
  transition: opacity 200ms, filter 100ms;
}
.lazyload-blur-wrapper-center .ls-blur-up-img {
  left: 50%;
  transform: translateX(-50%);
}

.ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  filter: blur(0);
}

img {
  border: 0 none;
}

svg:not(:root) {
  overflow: hidden;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

ul,
ol {
  margin: 0 0 15px 20px;
  padding: 0;
}
ul li,
ol li {
  list-style-position: inside;
}
ul li > div,
ol li > div {
  display: inline-block;
}

ol {
  list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 20px;
}

li {
  margin-bottom: 0.25em;
}

ul.square {
  list-style: square outside;
}

ul.disc {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

.no-bullets {
  list-style: none outside;
  margin-left: 0;
}

.inline-list {
  margin-left: 0;
}
.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.full {
  width: 100%;
  margin-bottom: 1em;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  font-weight: bold;
}

th,
td {
  text-align: left;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 768px) {
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-size: 15px;
    padding-right: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%;
  }
  .table--responsive th,
  .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px;
  }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
  }
  .table--responsive.cart-table img {
    margin: 0 auto;
  }
  .table--responsive.cart-table .js-qty,
  .table--responsive.cart-table .ajaxcart__qty {
    float: right;
  }
}

@media screen and (max-width: 480px) {
  .table--small-hide {
    display: none !important;
  }
  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
  }
  .table__section + .table__section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
  }
}

.rte {
  margin-bottom: 15px;
}
.rte a {
  -webkit-transition: padding-bottom 0.15s ease-in-out;
  -moz-transition: padding-bottom 0.15s ease-in-out;
  -o-transition: padding-bottom 0.15s ease-in-out;
  transition: padding-bottom 0.15s ease-in-out;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.rte a:hover,
.rte a:focus {
  padding-bottom: 3px;
}
.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 1em;
}
.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0;
}
.rte h1 a,
.rte .h1 a,
.rte h2 a,
.rte .h2 a,
.rte h3 a,
.rte .h3 a,
.rte h4 a,
.rte .h4 a,
.rte h5 a,
.rte .h5 a,
.rte h6 a,
.rte .h6 a {
  text-decoration: none;
}
.rte > div {
  margin-bottom: 15px;
}
.rte li {
  margin-bottom: 0.4em;
}

.rte--header {
  margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--border-color);
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--text-color);
}

.parallax {
  position: relative;
  overflow: hidden;
}

.popup--close,
.popup--close-btn,
.mobile-menu--close-btn,
.drawer__close button,
.ajaxcart__qty-remove,
.store-availabilities-modal__close {
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border: 0;
  background: none;
}
.popup--close:before,
.popup--close:after,
.popup--close-btn:before,
.popup--close-btn:after,
.mobile-menu--close-btn:before,
.mobile-menu--close-btn:after,
.drawer__close button:before,
.drawer__close button:after,
.ajaxcart__qty-remove:before,
.ajaxcart__qty-remove:after,
.store-availabilities-modal__close:before,
.store-availabilities-modal__close:after {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  content: "";
  height: 26px;
  width: 2px;
  background-color: var(--text-color);
}
.popup--close:before,
.popup--close-btn:before,
.mobile-menu--close-btn:before,
.drawer__close button:before,
.ajaxcart__qty-remove:before,
.store-availabilities-modal__close:before {
  transform: rotate(45deg);
}
.popup--close:after,
.popup--close-btn:after,
.mobile-menu--close-btn:after,
.drawer__close button:after,
.ajaxcart__qty-remove:after,
.store-availabilities-modal__close:after {
  transform: rotate(-45deg);
}
.popup--close:hover:before,
.popup--close:focus:before,
.popup--close-btn:hover:before,
.popup--close-btn:focus:before,
.mobile-menu--close-btn:hover:before,
.mobile-menu--close-btn:focus:before,
.drawer__close button:hover:before,
.drawer__close button:focus:before,
.ajaxcart__qty-remove:hover:before,
.ajaxcart__qty-remove:focus:before,
.store-availabilities-modal__close:hover:before,
.store-availabilities-modal__close:focus:before {
  transform: rotate(135deg);
}
.popup--close:hover:after,
.popup--close:focus:after,
.popup--close-btn:hover:after,
.popup--close-btn:focus:after,
.mobile-menu--close-btn:hover:after,
.mobile-menu--close-btn:focus:after,
.drawer__close button:hover:after,
.drawer__close button:focus:after,
.ajaxcart__qty-remove:hover:after,
.ajaxcart__qty-remove:focus:after,
.store-availabilities-modal__close:hover:after,
.store-availabilities-modal__close:focus:after {
  transform: rotate(-135deg);
}
.popup--close:focus,
.popup--close-btn:focus,
.mobile-menu--close-btn:focus,
.drawer__close button:focus,
.ajaxcart__qty-remove:focus,
.store-availabilities-modal__close:focus {
  opacity: 0.6;
}

.mobile-menu--close-btn {
  min-height: 44px;
  min-width: 44px;
}
.mobile-menu--close-btn:before,
.mobile-menu--close-btn:after {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  content: "";
  height: 26px;
  width: 2px;
  background-color: var(--menu-drawer-text-color);
}

.popup--close,
.popup--close-btn {
  background-color: var(--popup-bg-color);
}
.popup--close:before,
.popup--close:after,
.popup--close-btn:before,
.popup--close-btn:after {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  content: "";
  height: 26px;
  width: 2px;
  background-color: var(--popup-text-color);
}

#CartContainer button.ajaxcart__qty-remove {
  width: 18px;
  height: 18px;
  top: 35px;
  right: 35px;
  background: none;
  position: absolute;
}
#CartContainer button.ajaxcart__qty-remove:before,
#CartContainer button.ajaxcart__qty-remove:after {
  background-color: var(--cart-drawer-text-color);
  height: 20px;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 768px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

@media screen and (min-width: 767px) {
  .medium--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .medium--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

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

/*============================================================================
  #Footer
==============================================================================*/
footer {
  background-color: var(--color-footer-bg);
  padding: 30px 0;
  color: var(--color-footer-text);
}
footer a:active,
footer a:hover {
  color: var(--color-footer-text);
}
footer .wetheme-dropdown button {
  color: var(--color-footer-text);
  border: 1px solid var(--color-footer-text);
}
footer .wetheme-dropdown ul {
  background-color: var(--color-footer-bg);
  border: 1px solid var(--color-footer-text);
  color: var(--color-footer-text);
}
footer .wetheme-dropdown ul li:hover,
footer .wetheme-dropdown ul li.selected {
  background-color: var(--color-footer-bg-darken5);
}

.footer-header {
  color: var(--color-footer-text);
  font-size: var(--base-font-size);
  margin-bottom: 15px;
  font-family: var(--body-font-stack);
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .footer-header {
    padding-top: 30px;
    border-top: 1px solid var(--color-footer-border);
  }
}

.footer-alignment--center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #shopify-section-footer .grid .grid__item:first-child,
  #shopify-section-footer .grid--rev .grid__item:first-child,
  #shopify-section-footer .grid--full .grid__item:first-child {
    margin-top: 0;
  }
  #shopify-section-footer .grid .grid__item:first-child .footer-header,
  #shopify-section-footer .grid--rev .grid__item:first-child .footer-header,
  #shopify-section-footer .grid--full .grid__item:first-child .footer-header {
    padding-top: 20px;
    border-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  footer .grid__item {
    margin-top: 30px;
  }
}

.template-index #shopify-section-footer {
  margin-top: 0;
}

.image-bar--title {
  text-align: center;
  padding-top: 10px;
  font-size: var(--header-text-size-px);
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: -30px;
  letter-spacing: var(--heading-spacing);
  text-transform: var(--heading-font-case);
}

.image-footer svg {
  height: 200px;
}

.links-footer a {
  margin: 0.2em 0;
}

.links-footer .footer--level-2 {
  padding-left: 10px;
  font-size: 95%;
}

.links-footer ul {
  margin: 0;
  padding: 0;
}
.links-footer ul li {
  list-style-type: none;
}

.footer--has-dropdown-title {
  margin-bottom: 0.25em;
  display: inline-block;
}

input.footerinput::-webkit-input-placeholder {
  /* stylelint-disable-line selector-no-vendor-prefix */
  color: var(--color-footer-text);
}

.footer-alignment--center .newsletter-footer form {
  display: inline-block;
}

.newsletter-footer input.footer-email-input,
.footer-email-input {
  border: 0;
  border-bottom: 1px solid var(--color-footer-text);
  padding-left: 0;
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
}

@media only screen and (max-width: 480px) {
  footer .grid__item {
    margin-top: 30px;
  }
  footer #contact_form .input-group {
    width: 100%;
  }
}

.footer-article,
.footer-content a,
.footer-article a {
  color: var(--color-footer-text-darken10);
}

@media only screen and (max-width: 480px) {
  .footer-article p {
    margin-bottom: 0;
  }
}

.social-media-footer ul {
  margin: 0;
  padding: 0;
}
.social-media-footer ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px 10px 0;
}
.social-media-footer ul li:last-child {
  margin-right: 0;
}
.social-media-footer ul li svg {
  fill: var(--color-footer-text);
  transition: all 0.15s ease-in-out 0s;
  width: 20px;
  height: 24px;
  margin-bottom: -2px;
}
.social-media-footer ul li a {
  color: var(--color-footer-text);
  transition: all 0.15s ease-in-out 0s;
}
.social-media-footer ul li a:hover {
  color: var(--color-footer-text);
}

.footer-description {
  padding-bottom: 20px;
}

.bottom--footer {
  margin-top: 60px;
}
.bottom--footer a {
  font-size: 12px;
}

.bottom--footer---links {
  padding: 0;
  margin: 10px 0;
  flex: 1 1 100%;
}
.bottom--footer---links li {
  list-style-type: none;
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid var(--color-footer-text);
  line-height: 1;
}
.bottom--footer---links li:first-child {
  padding-left: 0;
  border-left: 0;
}

@media only screen and (max-width: 768px) {
  .bottom--footer {
    text-align: center;
  }
  .payment-icons {
    text-align: center;
  }
}

.site-footer .localization-selector:nth-child(2n) {
  margin: 0 0 0 15px;
}

.site-footer .localization-selector:first-of-type {
  margin-left: 0;
}

.site-footer .payment-icons-enabled .localization-selector {
  margin-bottom: 15px;
}

.bottom--footer .localization-selector-form {
  justify-content: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .footer-alignment--left .bottom--footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-alignment--left .bottom--footer-row .bottom--footer---links {
    flex: 1 1 auto;
  }
  .footer-alignment--left .bottom--footer-row .payment-icons {
    order: 2;
    flex: 1 0 60%;
    text-align: right;
  }
  .footer-alignment--left .bottom--footer-row .localization-selector-form {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-alignment--left
    .bottom--footer-no--no-payments
    .localization-selector-form {
    width: auto;
    order: 1;
  }
  .footer-alignment--left
    .bottom--footer-no--no-payments
    .bottom--footer---links {
    flex-grow: 0;
  }
}

form {
  margin-bottom: 0;
}

.form-vertical {
  margin-bottom: 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 16px;
  }
}

input,
textarea,
button,
select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  padding: 0;
  margin: 0;
}

input[type="image"] {
  padding-left: 0;
  padding-right: 0;
}

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

input {
  border: 0;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 10px 10px 0;
}

textarea,
select {
  border: 1px solid var(--border-color);
  padding: 10px 10px;
}

input,
textarea,
select {
  background: transparent;
  max-width: 100%;
  border-radius: 0;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--border-color-darken10);
}
input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
  cursor: default;
  background-color: #f6f6f6;
  border-color: #b6b6b6;
}
input.input-full,
textarea.input-full,
select.input-full {
  width: 100%;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--text-color-transparent8);
}

textarea {
  min-height: 100px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

input[type="image"] {
  padding-left: 0;
  padding-right: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

optgroup {
  font-weight: bold;
}

.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.ie9 .hidden-label,
.lt-ie9 .hidden-label {
  position: static;
  height: auto;
  width: auto;
  margin-bottom: 2px;
  overflow: visible;
  clip: initial;
}

label[for] {
  cursor: pointer;
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px;
}

.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block;
}

input.error,
select.error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e;
}

label.error {
  color: #d02e2e;
}

.qty-error {
  margin-top: 10px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group input[type="hidden"]:first-child + .input-group-field,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn {
  border-radius: 0 0 0 0;
}
.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child > .btn {
  border-radius: 0 0 0 0;
}
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .input-group-field {
  width: 100%;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

.note,
.errors {
  border-radius: 0;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left;
}
.note ul,
.note ol,
.errors ul,
.errors ol {
  margin-top: 0;
  margin-bottom: 0;
}
.note li:last-child,
.errors li:last-child {
  margin-bottom: 0;
}
.note p,
.errors p {
  margin-bottom: 0;
}

.note {
  border-color: var(--border-color);
}

.errors ul {
  list-style: disc outside;
  margin-left: 20px;
}

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a;
}
.form-success a {
  color: #56ad6a;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e;
}
.form-error a,
.errors a {
  color: #d02e2e;
  text-decoration: underline;
}
.form-error a:hover,
.errors a:hover {
  text-decoration: none;
}

#CustomerLoginForm input:focus,
#create_customer input:focus,
#RecoverPasswordForm input:focus {
  border: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* .grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; } */
.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
  content: "";
  display: table;
  clear: both;
}

.grid__item.clear {
  clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

@media screen and (min-width: 767px) {
  .grid.grid--center,
  .grid--center.grid--rev,
  .grid--center.grid--full {
    margin-left: 0;
  }
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.333%;
  }
  .small--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.666%;
  }
  .small--two-sixths {
    width: 33.333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.666%;
  }
  .small--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%;
  }
  .small--two-twelfths {
    width: 16.666%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.333%;
  }
  .small--five-twelfths {
    width: 41.666%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.333%;
  }
  .small--eight-twelfths {
    width: 66.666%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.333%;
  }
  .small--eleven-twelfths {
    width: 91.666%;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
  .small--left {
    float: left !important;
  }
  .small--right {
    float: right !important;
  }
  .grid-uniform .small--one-half:nth-child(2n + 1),
  .grid-uniform .small--one-third:nth-child(3n + 1),
  .grid-uniform .small--one-quarter:nth-child(4n + 1),
  .grid-uniform .small--one-fifth:nth-child(5n + 1),
  .grid-uniform .small--one-sixth:nth-child(6n + 1),
  .grid-uniform .small--two-sixths:nth-child(3n + 1),
  .grid-uniform .small--three-sixths:nth-child(2n + 1),
  .grid-uniform .small--two-eighths:nth-child(4n + 1),
  .grid-uniform .small--four-eighths:nth-child(2n + 1),
  .grid-uniform .small--five-tenths:nth-child(2n + 1),
  .grid-uniform .small--one-twelfth:nth-child(12n + 1),
  .grid-uniform .small--two-twelfths:nth-child(6n + 1),
  .grid-uniform .small--three-twelfths:nth-child(4n + 1),
  .grid-uniform .small--four-twelfths:nth-child(3n + 1),
  .grid-uniform .small--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
  .grid-uniform .medium--one-half:nth-child(2n + 1),
  .grid-uniform .medium--one-third:nth-child(3n + 1),
  .grid-uniform .medium--one-quarter:nth-child(4n + 1),
  .grid-uniform .medium--one-fifth:nth-child(5n + 1),
  .grid-uniform .medium--one-sixth:nth-child(6n + 1),
  .grid-uniform .medium--two-sixths:nth-child(3n + 1),
  .grid-uniform .medium--three-sixths:nth-child(2n + 1),
  .grid-uniform .medium--two-eighths:nth-child(4n + 1),
  .grid-uniform .medium--four-eighths:nth-child(2n + 1),
  .grid-uniform .medium--five-tenths:nth-child(2n + 1),
  .grid-uniform .medium--one-twelfth:nth-child(12n + 1),
  .grid-uniform .medium--two-twelfths:nth-child(6n + 1),
  .grid-uniform .medium--three-twelfths:nth-child(4n + 1),
  .grid-uniform .medium--four-twelfths:nth-child(3n + 1),
  .grid-uniform .medium--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-down--one-third {
    width: 33.333%;
  }
  .medium-down--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .medium-down--one-quarter {
    width: 25%;
  }
  .medium-down--two-quarters {
    width: 50%;
  }
  .medium-down--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-down--one-fifth {
    width: 20%;
  }
  .medium-down--two-fifths {
    width: 40%;
  }
  .medium-down--three-fifths {
    width: 60%;
  }
  .medium-down--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%;
  }
  .medium-down--two-sixths {
    width: 33.333%;
  }
  .medium-down--three-sixths {
    width: 50%;
  }
  .medium-down--four-sixths {
    width: 66.666%;
  }
  .medium-down--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%;
  }
  .medium-down--two-eighths {
    width: 25%;
  }
  .medium-down--three-eighths {
    width: 37.5%;
  }
  .medium-down--four-eighths {
    width: 50%;
  }
  .medium-down--five-eighths {
    width: 62.5%;
  }
  .medium-down--six-eighths {
    width: 75%;
  }
  .medium-down--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-down--one-tenth {
    width: 10%;
  }
  .medium-down--two-tenths {
    width: 20%;
  }
  .medium-down--three-tenths {
    width: 30%;
  }
  .medium-down--four-tenths {
    width: 40%;
  }
  .medium-down--five-tenths {
    width: 50%;
  }
  .medium-down--six-tenths {
    width: 60%;
  }
  .medium-down--seven-tenths {
    width: 70%;
  }
  .medium-down--eight-tenths {
    width: 80%;
  }
  .medium-down--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%;
  }
  .medium-down--two-twelfths {
    width: 16.666%;
  }
  .medium-down--three-twelfths {
    width: 25%;
  }
  .medium-down--four-twelfths {
    width: 33.333%;
  }
  .medium-down--five-twelfths {
    width: 41.666%;
  }
  .medium-down--six-twelfths {
    width: 50%;
  }
  .medium-down--seven-twelfths {
    width: 58.333%;
  }
  .medium-down--eight-twelfths {
    width: 66.666%;
  }
  .medium-down--nine-twelfths {
    width: 75%;
  }
  .medium-down--ten-twelfths {
    width: 83.333%;
  }
  .medium-down--eleven-twelfths {
    width: 91.666%;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
  .medium-down--left {
    float: left !important;
  }
  .medium-down--right {
    float: right !important;
  }
  .grid-uniform .medium-down--one-half:nth-child(2n + 1),
  .grid-uniform .medium-down--one-third:nth-child(3n + 1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n + 1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n + 1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n + 1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n + 1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n + 1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n + 1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n + 1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n + 1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n + 1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n + 1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n + 1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n + 1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }
  /* Halves */
  .large--one-half {
    width: 50%;
  }
  /* Thirds */
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
  .grid-uniform .large--one-half:nth-child(2n + 1),
  .grid-uniform .large--one-third:nth-child(3n + 1),
  .grid-uniform .large--one-quarter:nth-child(4n + 1),
  .grid-uniform .large--one-fifth:nth-child(5n + 1),
  .grid-uniform .large--one-sixth:nth-child(6n + 1),
  .grid-uniform .large--two-sixths:nth-child(3n + 1),
  .grid-uniform .large--three-sixths:nth-child(2n + 1),
  .grid-uniform .large--two-eighths:nth-child(4n + 1),
  .grid-uniform .large--four-eighths:nth-child(2n + 1),
  .grid-uniform .large--five-tenths:nth-child(2n + 1),
  .grid-uniform .large--one-twelfth:nth-child(12n + 1),
  .grid-uniform .large--two-twelfths:nth-child(6n + 1),
  .grid-uniform .large--three-twelfths:nth-child(4n + 1),
  .grid-uniform .large--four-twelfths:nth-child(3n + 1),
  .grid-uniform .large--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 1200px) {
  /** Whole */
  .extra-large--one-whole {
    width: 100%;
  }
  /* Halves */
  .extra-large--one-half {
    width: 50%;
  }
  /* Thirds */
  .extra-large--one-third {
    width: 33.333%;
  }
  .extra-large--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .extra-large--one-quarter {
    width: 25%;
  }
  .extra-large--two-quarters {
    width: 50%;
  }
  .extra-large--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .extra-large--one-fifth {
    width: 20%;
  }
  .extra-large--two-fifths {
    width: 40%;
  }
  .extra-large--three-fifths {
    width: 60%;
  }
  .extra-large--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .extra-large--one-sixth {
    width: 16.666%;
  }
  .extra-large--two-sixths {
    width: 33.333%;
  }
  .extra-large--three-sixths {
    width: 50%;
  }
  .extra-large--four-sixths {
    width: 66.666%;
  }
  .extra-large--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .extra-large--one-eighth {
    width: 12.5%;
  }
  .extra-large--two-eighths {
    width: 25%;
  }
  .extra-large--three-eighths {
    width: 37.5%;
  }
  .extra-large--four-eighths {
    width: 50%;
  }
  .extra-large--five-eighths {
    width: 62.5%;
  }
  .extra-large--six-eighths {
    width: 75%;
  }
  .extra-large--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .extra-large--one-tenth {
    width: 10%;
  }
  .extra-large--two-tenths {
    width: 20%;
  }
  .extra-large--three-tenths {
    width: 30%;
  }
  .extra-large--four-tenths {
    width: 40%;
  }
  .extra-large--five-tenths {
    width: 50%;
  }
  .extra-large--six-tenths {
    width: 60%;
  }
  .extra-large--seven-tenths {
    width: 70%;
  }
  .extra-large--eight-tenths {
    width: 80%;
  }
  .extra-large--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .extra-large--one-twelfth {
    width: 8.333%;
  }
  .extra-large--two-twelfths {
    width: 16.666%;
  }
  .extra-large--three-twelfths {
    width: 25%;
  }
  .extra-large--four-twelfths {
    width: 33.333%;
  }
  .extra-large--five-twelfths {
    width: 41.666%;
  }
  .extra-large--six-twelfths {
    width: 50%;
  }
  .extra-large--seven-twelfths {
    width: 58.333%;
  }
  .extra-large--eight-twelfths {
    width: 66.666%;
  }
  .extra-large--nine-twelfths {
    width: 75%;
  }
  .extra-large--ten-twelfths {
    width: 83.333%;
  }
  .extra-large--eleven-twelfths {
    width: 91.666%;
  }
  .extra-large--show {
    display: block !important;
  }
  .extra-large--hide {
    display: none !important;
  }
  .extra-large--text-left {
    text-align: left !important;
  }
  .extra-large--text-right {
    text-align: right !important;
  }
  .extra-large--text-center {
    text-align: center !important;
  }
  .extra-large--left {
    float: left !important;
  }
  .extra-large--right {
    float: right !important;
  }
  .grid-uniform .extra-large--one-half:nth-child(2n + 1),
  .grid-uniform .extra-large--one-third:nth-child(3n + 1),
  .grid-uniform .extra-large--one-quarter:nth-child(4n + 1),
  .grid-uniform .extra-large--one-fifth:nth-child(5n + 1),
  .grid-uniform .extra-large--one-sixth:nth-child(6n + 1),
  .grid-uniform .extra-large--two-sixths:nth-child(3n + 1),
  .grid-uniform .extra-large--three-sixths:nth-child(2n + 1),
  .grid-uniform .extra-large--two-eighths:nth-child(4n + 1),
  .grid-uniform .extra-large--four-eighths:nth-child(2n + 1),
  .grid-uniform .extra-large--five-tenths:nth-child(2n + 1),
  .grid-uniform .extra-large--one-twelfth:nth-child(12n + 1),
  .grid-uniform .extra-large--two-twelfths:nth-child(6n + 1),
  .grid-uniform .extra-large--three-twelfths:nth-child(4n + 1),
  .grid-uniform .extra-large--four-twelfths:nth-child(3n + 1),
  .grid-uniform .extra-large--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
}

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative;
}

/* Whole */
.push--one-whole {
  left: 100%;
}

/* Halves */
.push--one-half {
  left: 50%;
}

/* Thirds */
.push--one-third {
  left: 33.333%;
}

.push--two-thirds {
  left: 66.666%;
}

/* Quarters */
.push--one-quarter {
  left: 25%;
}

.push--two-quarters {
  left: 50%;
}

.push--three-quarters {
  left: 75%;
}

/* Fifths */
.push--one-fifth {
  left: 20%;
}

.push--two-fifths {
  left: 40%;
}

.push--three-fifths {
  left: 60%;
}

.push--four-fifths {
  left: 80%;
}

/* Sixths */
.push--one-sixth {
  left: 16.666%;
}

.push--two-sixths {
  left: 33.333%;
}

.push--three-sixths {
  left: 50%;
}

.push--four-sixths {
  left: 66.666%;
}

.push--five-sixths {
  left: 83.333%;
}

/* Eighths */
.push--one-eighth {
  left: 12.5%;
}

.push--two-eighths {
  left: 25%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--four-eighths {
  left: 50%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--six-eighths {
  left: 75%;
}

.push--seven-eighths {
  left: 87.5%;
}

/* Tenths */
.push--one-tenth {
  left: 10%;
}

.push--two-tenths {
  left: 20%;
}

.push--three-tenths {
  left: 30%;
}

.push--four-tenths {
  left: 40%;
}

.push--five-tenths {
  left: 50%;
}

.push--six-tenths {
  left: 60%;
}

.push--seven-tenths {
  left: 70%;
}

.push--eight-tenths {
  left: 80%;
}

.push--nine-tenths {
  left: 90%;
}

/* Twelfths */
.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

/* stylelint-disable-line order/order */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--medium--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--medium--one-third {
    left: 33.333%;
  }
  .push--medium--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--medium--one-quarter {
    left: 25%;
  }
  .push--medium--two-quarters {
    left: 50%;
  }
  .push--medium--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--medium--one-fifth {
    left: 20%;
  }
  .push--medium--two-fifths {
    left: 40%;
  }
  .push--medium--three-fifths {
    left: 60%;
  }
  .push--medium--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%;
  }
  .push--medium--two-sixths {
    left: 33.333%;
  }
  .push--medium--three-sixths {
    left: 50%;
  }
  .push--medium--four-sixths {
    left: 66.666%;
  }
  .push--medium--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%;
  }
  .push--medium--two-eighths {
    left: 25%;
  }
  .push--medium--three-eighths {
    left: 37.5%;
  }
  .push--medium--four-eighths {
    left: 50%;
  }
  .push--medium--five-eighths {
    left: 62.5%;
  }
  .push--medium--six-eighths {
    left: 75%;
  }
  .push--medium--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--medium--one-tenth {
    left: 10%;
  }
  .push--medium--two-tenths {
    left: 20%;
  }
  .push--medium--three-tenths {
    left: 30%;
  }
  .push--medium--four-tenths {
    left: 40%;
  }
  .push--medium--five-tenths {
    left: 50%;
  }
  .push--medium--six-tenths {
    left: 60%;
  }
  .push--medium--seven-tenths {
    left: 70%;
  }
  .push--medium--eight-tenths {
    left: 80%;
  }
  .push--medium--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%;
  }
  .push--medium--two-twelfths {
    left: 16.666%;
  }
  .push--medium--three-twelfths {
    left: 25%;
  }
  .push--medium--four-twelfths {
    left: 33.333%;
  }
  .push--medium--five-twelfths {
    left: 41.666%;
  }
  .push--medium--six-twelfths {
    left: 50%;
  }
  .push--medium--seven-twelfths {
    left: 58.333%;
  }
  .push--medium--eight-twelfths {
    left: 66.666%;
  }
  .push--medium--nine-twelfths {
    left: 75%;
  }
  .push--medium--ten-twelfths {
    left: 83.333%;
  }
  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (max-width: 767px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--medium-down--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%;
  }
  .push--medium-down--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%;
  }
  .push--medium-down--two-quarters {
    left: 50%;
  }
  .push--medium-down--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%;
  }
  .push--medium-down--two-fifths {
    left: 40%;
  }
  .push--medium-down--three-fifths {
    left: 60%;
  }
  .push--medium-down--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%;
  }
  .push--medium-down--two-sixths {
    left: 33.333%;
  }
  .push--medium-down--three-sixths {
    left: 50%;
  }
  .push--medium-down--four-sixths {
    left: 66.666%;
  }
  .push--medium-down--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%;
  }
  .push--medium-down--two-eighths {
    left: 25%;
  }
  .push--medium-down--three-eighths {
    left: 37.5%;
  }
  .push--medium-down--four-eighths {
    left: 50%;
  }
  .push--medium-down--five-eighths {
    left: 62.5%;
  }
  .push--medium-down--six-eighths {
    left: 75%;
  }
  .push--medium-down--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%;
  }
  .push--medium-down--two-tenths {
    left: 20%;
  }
  .push--medium-down--three-tenths {
    left: 30%;
  }
  .push--medium-down--four-tenths {
    left: 40%;
  }
  .push--medium-down--five-tenths {
    left: 50%;
  }
  .push--medium-down--six-tenths {
    left: 60%;
  }
  .push--medium-down--seven-tenths {
    left: 70%;
  }
  .push--medium-down--eight-tenths {
    left: 80%;
  }
  .push--medium-down--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%;
  }
  .push--medium-down--two-twelfths {
    left: 16.666%;
  }
  .push--medium-down--three-twelfths {
    left: 25%;
  }
  .push--medium-down--four-twelfths {
    left: 33.333%;
  }
  .push--medium-down--five-twelfths {
    left: 41.666%;
  }
  .push--medium-down--six-twelfths {
    left: 50%;
  }
  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }
  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }
  .push--medium-down--nine-twelfths {
    left: 75%;
  }
  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }
  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 768px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--large--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--large--one-third {
    left: 33.333%;
  }
  .push--large--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--large--one-quarter {
    left: 25%;
  }
  .push--large--two-quarters {
    left: 50%;
  }
  .push--large--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--large--one-fifth {
    left: 20%;
  }
  .push--large--two-fifths {
    left: 40%;
  }
  .push--large--three-fifths {
    left: 60%;
  }
  .push--large--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%;
  }
  .push--large--two-sixths {
    left: 33.333%;
  }
  .push--large--three-sixths {
    left: 50%;
  }
  .push--large--four-sixths {
    left: 66.666%;
  }
  .push--large--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%;
  }
  .push--large--two-eighths {
    left: 25%;
  }
  .push--large--three-eighths {
    left: 37.5%;
  }
  .push--large--four-eighths {
    left: 50%;
  }
  .push--large--five-eighths {
    left: 62.5%;
  }
  .push--large--six-eighths {
    left: 75%;
  }
  .push--large--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--large--one-tenth {
    left: 10%;
  }
  .push--large--two-tenths {
    left: 20%;
  }
  .push--large--three-tenths {
    left: 30%;
  }
  .push--large--four-tenths {
    left: 40%;
  }
  .push--large--five-tenths {
    left: 50%;
  }
  .push--large--six-tenths {
    left: 60%;
  }
  .push--large--seven-tenths {
    left: 70%;
  }
  .push--large--eight-tenths {
    left: 80%;
  }
  .push--large--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%;
  }
  .push--large--two-twelfths {
    left: 16.666%;
  }
  .push--large--three-twelfths {
    left: 25%;
  }
  .push--large--four-twelfths {
    left: 33.333%;
  }
  .push--large--five-twelfths {
    left: 41.666%;
  }
  .push--large--six-twelfths {
    left: 50%;
  }
  .push--large--seven-twelfths {
    left: 58.333%;
  }
  .push--large--eight-twelfths {
    left: 66.666%;
  }
  .push--large--nine-twelfths {
    left: 75%;
  }
  .push--large--ten-twelfths {
    left: 83.333%;
  }
  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 1200px) {
  /* Whole */
  .push--extra-large--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--extra-large--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--extra-large--one-third {
    left: 33.333%;
  }
  .push--extra-large--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--extra-large--one-quarter {
    left: 25%;
  }
  .push--extra-large--two-quarters {
    left: 50%;
  }
  .push--extra-large--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--extra-large--one-fifth {
    left: 20%;
  }
  .push--extra-large--two-fifths {
    left: 40%;
  }
  .push--extra-large--three-fifths {
    left: 60%;
  }
  .push--extra-large--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--extra-large--one-sixth {
    left: 16.666%;
  }
  .push--extra-large--two-sixths {
    left: 33.333%;
  }
  .push--extra-large--three-sixths {
    left: 50%;
  }
  .push--extra-large--four-sixths {
    left: 66.666%;
  }
  .push--extra-large--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--extra-large--one-eighth {
    left: 12.5%;
  }
  .push--extra-large--two-eighths {
    left: 25%;
  }
  .push--extra-large--three-eighths {
    left: 37.5%;
  }
  .push--extra-large--four-eighths {
    left: 50%;
  }
  .push--extra-large--five-eighths {
    left: 62.5%;
  }
  .push--extra-large--six-eighths {
    left: 75%;
  }
  .push--extra-large--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--extra-large--one-tenth {
    left: 10%;
  }
  .push--extra-large--two-tenths {
    left: 20%;
  }
  .push--extra-large--three-tenths {
    left: 30%;
  }
  .push--extra-large--four-tenths {
    left: 40%;
  }
  .push--extra-large--five-tenths {
    left: 50%;
  }
  .push--extra-large--six-tenths {
    left: 60%;
  }
  .push--extra-large--seven-tenths {
    left: 70%;
  }
  .push--extra-large--eight-tenths {
    left: 80%;
  }
  .push--extra-large--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--extra-large--one-twelfth {
    left: 8.333%;
  }
  .push--extra-large--two-twelfths {
    left: 16.666%;
  }
  .push--extra-large--three-twelfths {
    left: 25%;
  }
  .push--extra-large--four-twelfths {
    left: 33.333%;
  }
  .push--extra-large--five-twelfths {
    left: 41.666%;
  }
  .push--extra-large--six-twelfths {
    left: 50%;
  }
  .push--extra-large--seven-twelfths {
    left: 58.333%;
  }
  .push--extra-large--eight-twelfths {
    left: 66.666%;
  }
  .push--extra-large--nine-twelfths {
    left: 75%;
  }
  .push--extra-large--ten-twelfths {
    left: 83.333%;
  }
  .push--extra-large--eleven-twelfths {
    left: 91.666%;
  }
}

/*============================================================================
  PULL  - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
@media only screen and (max-width: 768px) {
  .grid__item {
    margin-top: 30px;
  }
  .grid__item.small__no-top-margin {
    margin-top: 0;
  }
}

/*============================================================================
  #Header
==============================================================================*/
.header-section--wrapper {
  z-index: 10000;
}

.site-header {
  border-bottom: 1px solid var(--header-border-color);
  margin-bottom: 0;
  background-color: var(--header-color);
}
@media (min-width: 769px) {
  .site-header {
    position: relative;
  }
}
.template-index .site-header {
  margin-bottom: 0;
}
.site-header .grid--center .grid__item {
  text-align: center;
}
.site-header .grid--full.grid--center {
  position: relative;
}
.site-header .grid--full.grid--center .top-links--icon-links {
  position: absolute;
  top: 10px;
  right: 0;
}
.site-header .grid--full.grid--center .above-top-links {
  margin-right: 30px;
}
.site-header .site-header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .site-header__wrapper > * {
  margin: 0;
}
.site-header .site-header__wrapper .site-header__wrapper__left {
  flex: 1 1 100%;
  display: flex;
}
.site-header
  .site-header__wrapper
  .site-header__wrapper__left
  .site-header__nav {
  align-self: center;
}
.site-header .site-header__wrapper .site-header__wrapper__center {
  flex: 1 0 100%;
  align-self: center;
}
.site-header
  .site-header__wrapper
  .site-header__wrapper__left
  .wetheme-dropdown.fit-current
  ul,
.site-header
  .site-header__wrapper
  .site-header__wrapper__right
  .wetheme-dropdown.fit-current
  ul {
  left: auto;
  background-color: var(--header-color);
  border: 1px solid var(--header-color-darken5);
}
.site-header
  .site-header__wrapper
  .site-header__wrapper__left
  .wetheme-dropdown.fit-current
  ul
  li,
.site-header
  .site-header__wrapper
  .site-header__wrapper__right
  .wetheme-dropdown.fit-current
  ul
  li {
  color: var(--nav-text-color);
}
.site-header
  .site-header__wrapper
  .site-header__wrapper__left
  .wetheme-dropdown.fit-current
  ul
  li:hover,
.site-header
  .site-header__wrapper
  .site-header__wrapper__left
  .wetheme-dropdown.fit-current
  ul
  li.selected,
.site-header
  .site-header__wrapper
  .site-header__wrapper__right
  .wetheme-dropdown.fit-current
  ul
  li:hover,
.site-header
  .site-header__wrapper
  .site-header__wrapper__right
  .wetheme-dropdown.fit-current
  ul
  li.selected {
  background-color: var(--header-color-darken5);
}
.site-header .site-header__wrapper .site-header__wrapper__right {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  padding-right: 15px;
}
.site-header .site-header__wrapper .site-header__wrapper__right .site-nav,
.site-header
  .site-header__wrapper
  .site-header__wrapper__right
  .site-nav--mobile {
  text-align: right;
}
.site-header
  .site-header__wrapper.site-header__wrapper--logo-left
  .site-header__wrapper__center {
  display: none;
}
.site-header .site-header__wrapper.site-header__wrapper--logo-left .site-nav,
.site-header
  .site-header__wrapper.site-header__wrapper--logo-left
  .site-nav--mobile {
  margin: 0;
}
.site-header .site-header__nav-standalone {
  margin: 0 15px;
  text-align: center;
}
.site-header.logo_above {
  padding-top: 19px;
  padding-bottom: 3px;
}
.site-header .localization-selector .icon-dropdown {
  display: inline-block;
}
.site-header .localization-selector .icon-dropdown svg {
  vertical-align: middle;
}
.site-header .localization-selector:nth-child(2n) {
  margin: 0 0 0 15px;
}
.site-header .localization-selector:first-of-type {
  margin-left: 0;
}
.site-header .localization-selector .wetheme-dropdown button {
  font-family: var(--navigation-font-stack);
  font-weight: var(--navigation-font-weight);
  font-style: var(--navigation-font-style);
  border: 0;
  padding: 0;
}
.site-header .localization-selector .wetheme-dropdown ul {
  background-color: var(--header-color);
}

.white--match header {
  margin-bottom: 0;
}

.white--match .flow-homepage div:first-child .homepage-sections-wrapper {
  padding-top: 0;
}

.site-header__logo {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  font-size: var(--logo-font-size);
}
.site-header__logo.h1 {
  margin: 0;
}
.site-header__logo a,
.site-header__logo a:hover,
.site-header__logo a:focus {
  text-decoration: none;
}
.site-header__logo a {
  display: block;
  font-size: var(--logo-font-size);
}
.grid--center .site-header__logo a {
  display: inline-block;
}
.site-header__logo img {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .site-header__logo img {
    vertical-align: middle;
  }
}

.site-header__logo-link {
  max-width: var(--logo-max-width);
  margin: 0 auto;
}

.large--left .site-header__logo-link,
.large--left .site-header__logo-overlay-link {
  text-align: left;
}

.logo-above {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.sticky-header {
  position: sticky;
  top: -1px;
  background-color: var(--header-color);
  z-index: 1000;
  left: 0 !important;
}

/*
.sticky-header-transformed {
  // Fix header disappearing until scroll ends on iOS
  transform: translate3d(0, 0, 0);
}
*/
.sticky-header-wrapper .header--supporting-text {
  display: none;
}

.template-index .overlay-header-wrapper,
.template-collection .overlay-header-wrapper,
.template-list-collections .overlay-header-wrapper,
.contact-page .overlay-header-wrapper {
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
}

.template-index .overlay-header,
.template-collection .overlay-header,
.template-list-collections .overlay-header,
.contact-page .overlay-header {
  transition: background-color 300ms linear;
  border-bottom: 0;
}

.template-index .header-section.sticky-header:not(.sticked) .overlay-header,
.template-index .header-section:not(.sticky-header) .overlay-header,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header,
.template-collection .header-section:not(.sticky-header) .overlay-header,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header,
.template-list-collections .header-section:not(.sticky-header) .overlay-header,
.contact-page .header-section.sticky-header:not(.sticked) .overlay-header,
.contact-page .header-section:not(.sticky-header) .overlay-header {
  position: relative;
  z-index: 1000;
  border-bottom: transparent;
  color: var(--overlay-header-text-color);
}
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .site-nav__dropdown
  a {
  color: var(--overlay-header-text-color);
  display: block;
}
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links--icon-links
  select,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .wetheme-dropdown
  button,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links--icon-links
  select,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .wetheme-dropdown
  button,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links--icon-links
  select,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .wetheme-dropdown
  button,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links--icon-links
  select,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .wetheme-dropdown
  button,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links--icon-links
  select,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .wetheme-dropdown
  button,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links--icon-links
  select,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .wetheme-dropdown
  button,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links--icon-links
  select,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .wetheme-dropdown
  button,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:hover,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a:active,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  .top-links--icon-links
  a,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links--icon-links
  select,
.contact-page .header-section:not(.sticky-header) .overlay-header .top-links a,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .wetheme-dropdown
  button {
  color: var(--overlay-header-text-color);
}
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .top-links
  a:visited,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link:visited,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-overlay-link,
.contact-page .header-section:not(.sticky-header) .overlay-header .top-links a,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .top-links
  a:visited,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link:visited,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-overlay-link {
  color: var(--overlay-header-text-color);
}
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-image,
.template-index
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-image,
.template-index
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-image,
.template-collection
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-image,
.template-collection
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-image,
.template-list-collections
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-image,
.template-list-collections
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-image,
.contact-page
  .header-section.sticky-header:not(.sticked)
  .overlay-header
  .site-header__logo-link,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-image,
.contact-page
  .header-section:not(.sticky-header)
  .overlay-header
  .site-header__logo-link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover,
  .template-index .header-section:not(.sticky-header) .overlay-header:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover,
  .contact-page .header-section:not(.sticky-header) .overlay-header:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover {
    background: var(--header-color);
  }
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button {
    color: var(--nav-text-color);
  }
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links--icon-links
    select:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .top-links
    a:visited:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-link:visited:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .site-header__logo-overlay-link:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header:hover
    .wetheme-dropdown
    button:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:active:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    .top-links--icon-links
    a:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links--icon-links
    select:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .top-links
    a:visited:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-link:visited:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .site-header__logo-overlay-link:hover,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header.force-hover
    .wetheme-dropdown
    button:hover {
    color: var(--nav-text-hover);
  }
  .template-index
    .header-section.sticky-header:not(.sticked)
    .overlay-header
    .site-nav__link,
  .template-index
    .header-section:not(.sticky-header)
    .overlay-header
    .site-nav__link,
  .template-collection
    .header-section.sticky-header:not(.sticked)
    .overlay-header
    .site-nav__link,
  .template-collection
    .header-section:not(.sticky-header)
    .overlay-header
    .site-nav__link,
  .template-list-collections
    .header-section.sticky-header:not(.sticked)
    .overlay-header
    .site-nav__link,
  .template-list-collections
    .header-section:not(.sticky-header)
    .overlay-header
    .site-nav__link,
  .contact-page
    .header-section.sticky-header:not(.sticked)
    .overlay-header
    .site-nav__link,
  .contact-page
    .header-section:not(.sticky-header)
    .overlay-header
    .site-nav__link {
    color: var(--overlay-header-text-color);
  }
}

.template-index .sticked .overlay-header .site-header__logo-overlay-image,
.template-index .sticked .overlay-header .site-header__logo-overlay-link,
.template-collection .sticked .overlay-header .site-header__logo-overlay-image,
.template-collection .sticked .overlay-header .site-header__logo-overlay-link,
.template-list-collections
  .sticked
  .overlay-header
  .site-header__logo-overlay-image,
.template-list-collections
  .sticked
  .overlay-header
  .site-header__logo-overlay-link,
.contact-page .sticked .overlay-header .site-header__logo-overlay-image,
.contact-page .sticked .overlay-header .site-header__logo-overlay-link {
  display: none;
}

.template-index .sticked .overlay-header .site-nav--mobile i,
.template-index .sticked .overlay-header .wetheme-dropdown button,
.template-collection .sticked .overlay-header .site-nav--mobile i,
.template-collection .sticked .overlay-header .wetheme-dropdown button,
.template-list-collections .sticked .overlay-header .site-nav--mobile i,
.template-list-collections .sticked .overlay-header .wetheme-dropdown button,
.contact-page .sticked .overlay-header .site-nav--mobile i,
.contact-page .sticked .overlay-header .wetheme-dropdown button {
  color: var(--nav-text-color);
}
.template-index .sticked .overlay-header .site-nav--mobile i:hover,
.template-index .sticked .overlay-header .wetheme-dropdown button:hover,
.template-collection .sticked .overlay-header .site-nav--mobile i:hover,
.template-collection .sticked .overlay-header .wetheme-dropdown button:hover,
.template-list-collections .sticked .overlay-header .site-nav--mobile i:hover,
.template-list-collections
  .sticked
  .overlay-header
  .wetheme-dropdown
  button:hover,
.contact-page .sticked .overlay-header .site-nav--mobile i:hover,
.contact-page .sticked .overlay-header .wetheme-dropdown button:hover {
  color: var(--nav-text-hover);
}

.hover-logo {
  display: none;
}

header.force-hover.overlay-header.overlay-logo .hover-logo,
header.force-hover.overlay-header.overlay-logo
  .site-header__logo
  .hover-logo-text,
header.overlay-header.overlay-logo:hover .hover-logo,
header.overlay-header.overlay-logo:hover .site-header__logo .hover-logo-text {
  display: block;
}

header.force-hover.overlay-header.overlay-logo .opacity-logo,
header.overlay-header.overlay-logo:hover .opacity-logo {
  display: none;
}

header:not(.overlay-header) .site-header__logo-overlay-image,
header:not(.overlay-header) .site-header__logo-overlay-link {
  display: none;
}

.header--supporting-text {
  font-size: 12px;
  padding-left: 5px;
}

.site-header__cart-toggle {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .cart-item-count-header--total:before {
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-right: 0.5rem;
    display: inline-block;
    background-color: var(--cart-background-color);
    position: absolute;
    right: -12px;
  }
  .site-header__cart-indicator {
    top: -2px;
    background: var(--cart-background-color);
    color: var(--body-color);
    padding: 2px;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    left: 27px;
    text-align: center;
    line-height: 14px;
  }
}

.site-header__search {
  display: inline-block;
  max-width: 400px;
  margin-top: 15px;
  width: 100%;
}

.search-bar {
  width: 100%;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .search-bar {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-bar input {
  background: transparent;
  color: var(--text-color);
}
.search-bar input::placeholder {
  color: var(--text-color);
  opacity: 0.7;
}
.search-bar span.input-group-btn {
  position: absolute;
  top: 0;
  right: 40px;
}
.search-bar .btn {
  background: transparent;
  color: var(--text-color);
  height: 100%;
  padding: 0.84rem;
  line-height: 1rem;
}

#SearchContainer .input-group .btn {
  height: 44px;
  width: 44px;
  padding: 0;
  text-align: left;
}

#SearchContainer #search-input {
  color: var(--cart-drawer-text-color);
  background: var(--cart-drawer-color);
}
#SearchContainer #search-input::placeholder {
  color: var(--cart-drawer-text-color);
}
#SearchContainer #search-input .input-group .btn {
  background: var(--cart-drawer-text-color);
  outline: 1px solid var(--cart-drawer-text-color);
}
#SearchContainer #search-input .fa-search:before {
  color: var(--cart-drawer-color);
}

.nav-search {
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .nav-search {
    padding: 0 0 15px;
    margin: 0 auto;
    text-align: center;
  }
}

/*============================================================================
  #Navigation
==============================================================================*/
.site-nav,
.site-nav--mobile {
  cursor: default;
  margin: 0;
}
.site-nav li,
.site-nav--mobile li {
  margin: 0;
  display: block;
}
.site-nav > li,
.site-nav--mobile > li {
  position: relative;
  display: inline-block;
}

.top-links a,
.top-links a:visited,
.site-header__logo-link,
.site-header__logo-link:visited,
.site-header .wetheme-dropdown button {
  color: var(--nav-text-color);
}

.wetheme-dropdown button {
  background-color: transparent;
}

.top-links a:hover,
.top-links a:active,
.site-header__logo-link:hover,
.site-header__logo-link:active,
.site-header .wetheme-dropdown button:hover {
  color: var(--nav-text-hover);
}

.wetheme-dropdown button:hover {
  background-color: transparent;
}

.top-links .top-links--icon-links a:hover,
.top-links .top-links--icon-links a:active,
.top-links .top-links--icon-links a,
.top-links--icon-links select {
  color: var(--nav-text-color);
  transition: color 0.3 ease-in;
}
.top-links .top-links--icon-links a:hover:hover,
.top-links .top-links--icon-links a:active:hover,
.top-links .top-links--icon-links a:hover,
.top-links--icon-links select:hover {
  color: var(--nav-text-hover);
}

.mega-menu-wrapper .site-nav--dropdown {
  width: 100%;
}

.mega-menu-wrapper .h4,
.mega-menu-wrapper .h5 {
  color: var(--nav-text-color);
}

.mega-menu-wrapper .mega-menu {
  position: static;
}
.mega-menu-wrapper .mega-menu .site-nav__dropdown {
  transform: translateY(-12px);
  padding: 0 30px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
}
.supports-no-touch
  .site-nav--has-dropdown:hover
  .mega-menu-wrapper
  .mega-menu
  .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover
  .mega-menu-wrapper
  .mega-menu
  .site-nav__dropdown,
.nav-focus + .mega-menu-wrapper .mega-menu .site-nav__dropdown {
  visibility: visible;
  transform: translateY(0);
  transition: all ease 300ms;
}

.mega-menu-wrapper .mega-menu.force-open .site-nav__dropdown {
  transform: translateY(0);
}

.mega-menu-wrapper .container {
  max-width: 1660px;
  margin: 0 auto;
}

.mega-menu-wrapper .inner .mega-menu--image {
  text-align: center;
}
.mega-menu-wrapper .inner .mega-menu--image .h4 {
  margin-bottom: 0;
}
.mega-menu-wrapper .inner .mega-menu--image p {
  text-align: center;
  padding: 3px;
}
.mega-menu-wrapper .inner .mega-menu--image img {
  display: inline-block;
}
.mega-menu-wrapper .inner .mega-menu--image > div {
  margin-bottom: 8px;
}

.mega-menu-wrapper .mega-menu-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mega-menu-wrapper .mega-menu-block li a {
  background: none;
  padding: 0 !important;
  display: block;
}

.mega-menu-wrapper .dropdown-submenu {
  display: flex;
  float: none;
  padding: 0 2%;
  margin: 2% 0;
  border-right: 1px solid var(--header-border-color);
}
.mega-menu-wrapper .dropdown-submenu.large--one-fifth {
  width: 20%;
}
.mega-menu-wrapper .dropdown-submenu.large--one-quarter {
  width: 25%;
}
.mega-menu-wrapper .dropdown-submenu.large--one-third {
  width: 33.33%;
}
.mega-menu-wrapper .dropdown-submenu:last-child {
  border-right: 0;
}

.mega-menu-wrapper .inner {
  width: 100%;
}
.mega-menu-wrapper .inner .h4,
.mega-menu-wrapper .inner .h5 {
  padding: 7px;
}
.mega-menu-wrapper .inner .h5:hover {
  background: var(--header-color-lighten5);
}
.mega-menu-wrapper .inner li {
  padding: 7px;
  line-height: 15px;
}

.mega-menu-wrapper .menu-link {
  margin-left: 0;
}
.mega-menu-wrapper .menu-link li:hover a {
  color: var(--nav-text-hover);
}

.mega-menu .dropdown-menu {
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.force-open > .site-nav__dropdown {
  visibility: visible;
  opacity: 1;
  transition: all ease 300ms;
}
.sticky-header-wrapper .force-open > .site-nav__dropdown {
  visibility: hidden;
  opacity: 0;
}
.sticky-header-wrapper.sticky .force-open > .site-nav__dropdown {
  visibility: visible;
  opacity: 1;
}

.site-nav__dropdown {
  background: var(--header-color);
  top: 100%;
  display: block !important;
  visibility: hidden;
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 5;
  opacity: 0;
}
@media (min-width: 769px) {
  .site-nav__dropdown {
    top: 100%;
  }
}
.site-nav__dropdown li {
  width: 100%;
}
.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus + .site-nav__dropdown {
  visibility: visible;
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
  display: block;
  transition: all ease 300ms;
}
.site-nav__dropdown .site-nav--has-dropdown {
  position: relative;
}
.site-nav__dropdown .site-nav__link {
  background: var(--header-color);
}
.site-nav__dropdown.standard-dropdown li:hover {
  background: var(--header-color-lighten5);
  color: var(--nav-text-hover);
}
.site-nav__dropdown.standard-dropdown li:hover > .site-nav__link {
  background: var(--header-color-lighten5);
}

.site-nav__subdropdown {
  visibility: hidden;
  transform: translateX(-12px);
  position: absolute;
  opacity: 0;
  left: 100%;
  top: 0;
  margin: 0;
  z-index: 6;
  background: var(--body-color);
}
.nav-hover .nav-hover .site-nav__subdropdown {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all ease 300ms;
  min-width: 150px;
}

.nav .ul {
  width: 100%;
  position: relative;
  z-index: 5;
}
.nav .ul .li {
  position: relative;
}
.nav .ul .li .sub-ul {
  position: absolute;
  left: -9999px;
  padding-top: 0.25em;
  box-shadow: 0 6px 8px -8px #000;
  list-style: none;
  padding-left: 0;
}
.nav .ul .li .sub-ul .sub-li {
  float: none;
}
.nav .ul .li .sub-ul .sub-li .sub-a {
  white-space: nowrap;
  display: block;
  min-width: 160px;
}
.nav .ul .li:hover .sub-ul,
.nav .ul .li.focus .sub-ul {
  left: 0;
}

.site-nav--link-wrapper,
.wetheme-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-nav--link-wrapper:not(.icon-right) .icon-dropdown,
.wetheme-dropdown:not(.icon-right) .icon-dropdown {
  display: inline-block;
  padding-left: 0.25em;
}
.site-nav--link-wrapper:not(.icon-right) svg,
.wetheme-dropdown:not(.icon-right) svg {
  vertical-align: middle;
}
.site-nav--link-wrapper.icon-right,
.wetheme-dropdown.icon-right {
  align-items: unset;
}
.site-nav--link-wrapper.icon-right .site-nav--link-text,
.wetheme-dropdown.icon-right .site-nav--link-text {
  line-height: 2;
}
.site-nav--link-wrapper.icon-right .icon-dropdown,
.wetheme-dropdown.icon-right .icon-dropdown {
  display: flex;
  padding-left: 0;
  transform: rotate(-90deg);
  padding-top: 15px;
}

.site-nav__link {
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  padding: 15px;
}
.site-nav__link .icon-arrow-down {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  top: 4px;
  right: 4px;
  bottom: 0;
  left: 0;
}
.site-nav--active > .site-nav__link {
  font-weight: bold;
}
.site-nav--mobile .site-nav__link {
  display: inline-block;
  border: 0;
  background: none;
}

.top-links {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-links ul.site-nav,
.top-links ul.site-nav--mobile {
  display: inline-block;
  font-size: var(--header-font-size-px);
  line-height: var(--header-font-size-px) px;
}
.top-links ul li {
  display: inline-block;
  list-style-type: none;
  font-family: var(--navigation-font-stack);
  font-weight: var(--navigation-font-weight);
  font-style: var(--navigation-font-style);
  text-transform: var(--header-font-case);
}

.top-links--icon-links {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 15px 0;
}
.top-links--icon-links li {
  margin: 0;
  padding-left: 30px;
}
.top-links--icon-links li a {
  color: var(--nav-text-color);
  position: relative;
  display: flex;
  align-items: center;
}

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: var(--base-font-size);
  line-height: 1.6;
  color: var(--text-color);
  font-family: var(--body-font-stack);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.header-font,
.custom-font {
  display: block;
  font-family: var(--header-font-stack);
  font-weight: var(--header-font-weight);
  font-style: var(--header-font-style);
  margin: 0 0 0.5em;
  line-height: 1.4;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.header-font a,
.custom-font a {
  text-decoration: none;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: var(--body-font-size-36-to-em);
}

h2,
.h2 {
  font-size: var(--body-font-size-28-to-em);
}

h3,
.h3 {
  font-size: var(--body-font-size-22-to-em);
}

h4,
.h4 {
  font-size: var(--body-font-size-20-to-em);
}

h5,
.h5 {
  font-size: var(--body-font-size-16-to-em);
}

h6,
.h6 {
  font-size: var(--body-font-size-14-to-em);
}

p {
  margin: 0 0 15px 0;
}
p img {
  margin: 0;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.9em;
}

sup,
sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

.unit-price {
  font-size: 12px;
}

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid var(--border-color);
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 0.75em;
}
blockquote cite:before {
  content: "\2014 \0020";
}

code,
pre {
  background-color: #faf7f5;
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}

.fallback-text {
  display: none;
}

hr {
  clear: both;
  border-top: solid var(--border-color);
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0;
}
hr.hr--small {
  margin: 15px 0;
}
hr.hr--clear {
  border-top-color: transparent;
}

.homepage-sections--title,
.page-category--title,
.page--title,
.list-collections--title {
  font-size: var(--header-text-size-px);
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: var(--heading-spacing);
  text-transform: var(--heading-font-case);
}

/*============================================================================
  #Shopify Product Reviews
==============================================================================*/
#shopify-product-reviews--wrapper {
  padding: 50px 0;
}

#shopify-product-reviews {
  margin-bottom: 0 !important;
}
#shopify-product-reviews .spr-container {
  border: 0;
}
#shopify-product-reviews h2.spr-header-title,
#shopify-product-reviews .spr-header-title.h2 {
  display: none;
}

.spr-icon-star-empty:before,
.spr-icon-star:before,
.spr-badge-caption {
  color: var(--text-color);
}

.spr-review-content-body {
  font-size: var(--base-font-size) !important;
  line-height: 1.6 !important;
  color: var(--text-color) !important;
  font-family: var(--body-font-stack) !important;
  font-weight: var(--body-font-weight) !important;
  font-style: var(--body-font-style) !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100% !important;
  text-align: left !important;
}

.spr-review,
.spr-form {
  border-color: var(--border-color) !important;
}

.spr-form-review-rating {
  text-align: center;
}

.spr-form-review-rating a {
  float: none !important;
}

.spr-badge-caption {
  display: inline-block;
}

.spr-badge[data-rating="0.0"] {
  display: none;
}

/*============================================================================
  #Browser specific
==============================================================================*/
option {
  color: var(--text-color);
  background-color: var(--filter-bg-color);
}

select::-ms-expand {
  display: none;
}

/*============================================================================
  #Blog article
==============================================================================*/
.blog-homepage--comments .fa-comment {
  margin-right: 5px;
}

/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb {
  margin: 15px 0;
  font-size: 12px;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding: 0 7px 0 0;
  margin-right: 7px;
}
.breadcrumb a:first-child,
.breadcrumb span:first-child {
  padding-left: 0;
}
.breadcrumb a {
  text-decoration: underline;
}

/*============================================================================
  #Cart
==============================================================================*/
.cart__row {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.cart__row:first-child, 
.cart__row:last-child {
  border-top: none;
}

.cart__row:last-child {
  font-weight: 500;
  font-family: Inter;
}

@media screen and (min-width: 769px) {
  .cart__row .cart__row--product-details * {
    text-align: left;
  }
}
.cart__row .cart__row--property {
  padding-bottom: 15px;
}
.cart__row:first-child {
  margin-top: 0;
}
.cart__row:first-child {
  padding-top: 0;
}
.cart__row .js-qty,
.cart__row .ajaxcart__qty {
  margin: 0 auto;
}

.cart-table.full {
  margin-bottom: 0;
  table-layout: fixed;
}

.cart-table th {
  font-weight: normal;
}

.cart-table td,
.cart-table th {
  padding: 30px 15px;
  border: 0;
  border-bottom: 2px solid var(--color-border);
  font-weight: 500;
  font-family: Inter;
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .cart-table form.cart .cart-table,
  .cart-table .table--responsive th,
  .cart-table .table--responsive td {
    text-align: center !important;
  }
  .cart-table .table--responsive.cart-table .js-qty,
  .cart-table .table--responsive.cart-table .ajaxcart__qty,
  .cart-table .table--responsive.cart-table .ajaxcart__qty {
    float: none;
  }
  .cart-table .cart-table td,
  .cart-table .cart-table th {
    padding: 5px;
  }
  .cart-table .cart-total-label {
    display: none !important;
  }
}

.cart-table.table--responsive td {
  text-align: left;
  font-weight: 500 !important;
}

@media only screen and (max-width: 768px) {
  .cart-table.table--responsive td {
    text-align: center;
  }
}

.cart-table.table--responsive td > .h5 {
  font-weight: 500 !important;
}

.cart-table.table--responsive td .js-qty,
.cart-table.table--responsive td .ajaxcart__qty {
  float: none;
}
.cart-table.table--responsive td:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

#shopify-section-cart-template {
  margin-top: 30px;
}
#shopify-section-cart-template .cart--button-update,
#shopify-section-cart-template .cart--button-checkout {
  margin-bottom: 10px;
}

.cart__image {
  display: block;
}
.cart__image img {
  display: block;
  width: 240px !important;
  max-height: 240px !important;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.cart__subtotal {
  margin: 0 0 0 10px;
  display: inline-block;
  min-width: 100px;
}

@media screen and (min-width: 768px) {
  .cart__subtotal {
    margin: 0 0 0 10rem;
    font-size: 3.125rem;
  }
}

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: var(--body-font-size-12-to-em);
}
@media screen and (min-width: 768px) {
  .cart__mini-labels {
    display: none;
  }
}

.cart__remove {
  display: block;
  text-decoration: underline;
}

.cart-table .cart__row .h5 {
  margin: 0;
  color: var(--text-color);
}

.order-discount--cart-list {
  margin-left: 0;
  margin-top: 5px;
}
.order-discount--cart-list li {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .grid__item .additional-checkout-buttons {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }
}

.ajaxcart__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.ajaxcart__row .grid,
.ajaxcart__row .grid--rev,
.ajaxcart__row .grid--full {
  padding: 0 30px;
}

.ajaxcart__price-strikeout {
  margin-bottom: 0;
}

.ajaxcart .additional-checkout-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 30px;
}

.ajaxcart__qty,
.ajaxcart__qty button,
.ajaxcart__qty input,
.js-qty,
.ajaxcart__qty,
.js-qty button,
.ajaxcart__qty button,
.js-qty input,
.ajaxcart__qty input {
  border: 0;
}

.ajaxcart__qty {
  display: inline-block;
}

.ajaxcart__row .grid .ajaxcart__quantity-wrapper,
.ajaxcart__row .grid--rev .ajaxcart__quantity-wrapper,
.ajaxcart__row .grid--full .ajaxcart__quantity-wrapper,
.js-qty .grid .ajaxcart__quantity-wrapper,
.ajaxcart__qty .grid .ajaxcart__quantity-wrapper,
.js-qty .grid--rev .ajaxcart__quantity-wrapper,
.ajaxcart__qty .grid--rev .ajaxcart__quantity-wrapper,
.js-qty .grid--full .ajaxcart__quantity-wrapper,
.ajaxcart__qty .grid--full .ajaxcart__quantity-wrapper {
  padding: 10px;
}

.ajaxcart__quantity-wrapper .ajaxcart__qty-adjust,
.js-qty .js-qty__adjust,
.ajaxcart__qty .js-qty__adjust,
.js-qty .ajaxcart__qty-adjust,
.ajaxcart__qty .ajaxcart__qty-adjust {
  color: var(--text-color);
  font-size: 10px;
}

.ajaxcart__row > .grid,
.ajaxcart__row > .grid--rev,
.ajaxcart__row > .grid--full {
  margin-left: -15px;
}
.ajaxcart__row > .grid > .grid__item,
.ajaxcart__row > .grid--rev > .grid__item,
.ajaxcart__row > .grid--full > .grid__item {
  padding-left: 0;
}

.ajax-cart--notes,
.ajax-cart--gift-note {
  padding: 0 30px 30px 30px;
}

.ajaxcart__product:first-child {
  border-top: 0;
}

.ajaxcart__product {
  position: relative;
}
.ajaxcart__product.is-removed {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.ajaxcart__product:not(:first-of-type):before {
  content: "";
  display: block;
  width: 92%;
  border-top: 1px solid var(--cart-drawer-text-color);
  opacity: 0.2;
  margin: 0 auto;
}

.ajaxcart__row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ajaxcart__row .grid.display-table,
.ajaxcart__row .display-table.grid--rev,
.ajaxcart__row .display-table.grid--full {
  margin-left: 0;
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin: 20px 0;
}
.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.ajaxcart__product-name,
.ajaxcart__product-meta {
  display: block;
}

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 6px;
}

.ajaxcart__product-name,
.ajaxcart__product-meta {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 0;
}

.ajaxcart__product-name {
  font-weight: 500;
  padding-top: 10px;
}

.ajaxcart-item__discounts {
  margin-left: 0;
}
.ajaxcart-item__discounts li {
  list-style-type: none;
  margin: 5px 0;
  color: var(--on-sale-color);
}

.ajaxcart__footer {
  text-align: center;
}
.ajaxcart__footer .cart__checkout {
  margin-top: 15px;
  margin-bottom: 30px;
}

.ajaxcart__special_instructions {
  width: 100%;
  text-align: center;
  padding: 15px 0 10px;
  display: inline-block;
  margin-top: 10px;
}

.ajaxcart__gift-note {
  width: 100%;
  text-align: center;
  padding: 15px 0 10px;
  display: inline-block;
  margin-top: 10px;
}

.ajaxcart__subtotal_header {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.ajaxcart__subtotal_header p {
  font-weight: 500;
  font-size: 11px;
  margin: 30px 0 0 0;
}

.ajaxcart__subtotal {
  font-weight: 500;
  font-size: 26px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.empty-cart {
  text-align: center;
}

.ajaxcart__quantity-wrapper {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ajaxcart__quantity-wrapper .grid__item {
    margin-top: 0;
  }
}

.ajaxcart__qty {
  margin: 0;
}
.is-loading .ajaxcart__qty {
  opacity: 0.5;
  transition: none;
}

.ajaxcart__qty-num {
  border-color: var(--cart-drawer-text-color);
  color: var(--cart-drawer-text-color);
}

.ajaxcart__qty-adjust {
  color: var(--cart-drawer-text-color);
}

.ajaxcart__qty--plus {
  border-color: var(--cart-drawer-text-color);
}

.ajaxcart__qty--minus {
  border-color: var(--cart-drawer-text-color);
}

/*============================================================================
  # Cross border
==============================================================================*/
.localization-selector-form {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.localization-selector-form .localization-selector {
  margin: 0 0 0 30px;
}
.localization-selector-form .localization-selector .wetheme-dropdown button {
  font-size: 12px;
}

.localization-selector__currency .wetheme-dropdown ul {
  z-index: 6;
}

/*============================================================================
  #Drawers
==============================================================================*/
body.js-drawer-open {
  overflow: hidden;
}

.drawer-overlay {
  position: fixed;
  z-index: 1499;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: width 0s linear 0.6s,
    opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.js-drawer-open-right #DrawerOverlay,
.js-drawer-open-left #NavDrawerOverlay {
  width: 100%;
  opacity: 0.4;
  transition: opacity 0.4s, width 0s linear 0s;
}

.js-drawer-location-modal-open #DrawerOverlay {
  width: 100%;
  opacity: 0.4;
  transition: opacity 0.4s, width 0s linear 0s;
  z-index: 1001;
}

.drawer {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  max-width: 90%;
  z-index: 1500;
  color: var(--cart-drawer-text-color);
  background-color: var(--cart-drawer-color);
}
.drawer h3 a,
.drawer .h3 a {
  color: var(--cart-drawer-text-color);
}
.drawer#NavDrawer a,
.drawer#NavDrawer i {
  color: var(--menu-drawer-text-color);
}
.drawer#NavDrawer a:hover,
.drawer#NavDrawer a:focus,
.drawer#NavDrawer i:hover,
.drawer#NavDrawer i:focus {
  color: var(--menu-drawer-text-hover-color);
}
.drawer#NavDrawer input {
  background: var(--menu-drawer-color);
  padding: 7.5px;
}

.drawer__header {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 100;
}

.drawer__title {
  width: auto;
  margin: 15px 0 0 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .drawer__title {
    display: none;
  }
}

.drawer__close button {
  right: 20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .drawer__close button {
    padding-top: 0;
    right: 8px;
    top: -5px;
  }
}
.drawer__close button:before,
.drawer__close button:after {
  background-color: var(--cart-drawer-text-color);
}

.drawer--right {
  -ms-transform: translateX(-767px);
  -webkit-transform: translateX(-767px);
  transform: translateX(-767px);
  width: 767px;
  right: -767px;
  border-left: 1px solid var(--cart-drawer-text-color);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.drawer--right .drawer__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .drawer--right .drawer__title {
    max-width: 85%;
    margin: 30px 0 0 15px;
  }
}
.drawer--right a,
.drawer--right i {
  color: var(--cart-drawer-text-color);
}
.drawer--right a:hover,
.drawer--right i:hover {
  opacity: 0.8;
  cursor: pointer;
}
.drawer--right textarea {
  color: var(--cart-drawer-text-color);
  border: 1px solid var(--cart-drawer-border-color);
  background: none;
  color: var(--cart-drawer-text-color);
}
.drawer--right textarea::placeholder {
  color: var(--cart-drawer-text-color);
  opacity: 0.8;
}
.drawer--right .drawer__header {
  margin-top: 0;
  position: relative;
}
.drawer--right .account-section--btn {
  border: 0;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
}
.drawer--right .account-section--btn:hover,
.drawer--right .account-section--btn:focus {
  background-color: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}
.drawer--right input {
  border: 0;
  border-bottom: 1px solid var(--cart-drawer-border-color);
  background: none;
  color: var(--cart-drawer-text-color);
}
.drawer--right input::placeholder {
  color: var(--cart-drawer-text-color);
  opacity: 0.8;
}
.drawer--right .search-drawer > .input-group {
  margin: 30px;
  border-bottom: 1px solid var(--cart-drawer-border-color);
}
.drawer--right .search-drawer > .input-group input {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .drawer--right .search-drawer > .input-group {
    margin: 30px 15px 0 15px;
  }
}
.drawer--right .search-drawer .btn {
  background: transparent;
}
.drawer--right .search-drawer .btn:hover,
.drawer--right .search-drawer .btn:focus,
.drawer--right .search-drawer .btn#search-show-more {
  color: var(--cart-drawer-text-color);
}
.drawer--right .search-drawer .btn#search-show-more:hover {
  color: var(--cart-drawer-text-color);
  opacity: 0.5;
  text-decoration: underline;
}
.drawer--right .search-drawer i {
  font-size: 1.666em;
  color: var(--cart-drawer-text-color);
}
.drawer--right .search-drawer i:hover {
  opacity: 1;
}
.drawer--right .search-drawer .search-input-group {
  position: relative;
}
.drawer--right .search-drawer .search-input-group .search-drawer--clear {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.drawer--right .search-drawer .search-input-group input {
  padding: 10px 0 10px;
}
.drawer--right .search-drawer .search-drawer--clear-icon {
  right: 0;
  top: 15px;
  width: 15px;
  height: 35px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border: 0;
  background: none;
}
.drawer--right .search-drawer .search-drawer--clear-icon:hover {
  cursor: pointer;
}
.drawer--right .search-drawer .search-drawer--clear-icon:before,
.drawer--right .search-drawer .search-drawer--clear-icon:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  background-color: var(--cart-drawer-text-color);
  opacity: 0.4;
}
.drawer--right .search-drawer .search-drawer--clear-icon:before {
  transform: rotate(45deg);
}
.drawer--right .search-drawer .search-drawer--clear-icon:after {
  transform: rotate(-45deg);
}
.drawer--right .indiv-search-listing-grid {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .drawer--right .indiv-search-listing-grid .grid,
  .drawer--right .indiv-search-listing-grid .grid--rev,
  .drawer--right .indiv-search-listing-grid .grid--full {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
  .drawer--right .indiv-search-listing-grid .grid .grid__item,
  .drawer--right .indiv-search-listing-grid .grid--rev .grid__item,
  .drawer--right .indiv-search-listing-grid .grid--full .grid__item {
    margin-top: 0;
    padding-left: 15px;
  }
  .drawer--right .indiv-search-listing-grid .grid .live-search--image,
  .drawer--right .indiv-search-listing-grid .grid--rev .live-search--image,
  .drawer--right .indiv-search-listing-grid .grid--full .live-search--image {
    flex: 1;
    padding-left: 0;
  }
  .drawer--right .indiv-search-listing-grid .grid .line-search-content,
  .drawer--right .indiv-search-listing-grid .grid--rev .line-search-content,
  .drawer--right .indiv-search-listing-grid .grid--full .line-search-content {
    flex: 2;
  }
  .drawer--right .indiv-search-listing-grid .grid .line-search-content h3,
  .drawer--right .indiv-search-listing-grid .grid--rev .line-search-content h3,
  .drawer--right .indiv-search-listing-grid .grid--full .line-search-content h3,
  .drawer--right .indiv-search-listing-grid .grid .line-search-content .h3,
  .drawer--right .indiv-search-listing-grid .grid--rev .line-search-content .h3,
  .drawer--right
    .indiv-search-listing-grid
    .grid--full
    .line-search-content
    .h3 {
    font-size: 1rem;
  }
  .drawer--right
    .indiv-search-listing-grid
    .grid
    .line-search-content.large--one-whole,
  .drawer--right
    .indiv-search-listing-grid
    .grid--rev
    .line-search-content.large--one-whole,
  .drawer--right
    .indiv-search-listing-grid
    .grid--full
    .line-search-content.large--one-whole {
    padding-left: 0;
  }
}
.drawer--right #search-results {
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.drawer--right #search-results .search-loading {
  text-align: center;
  padding: 30px;
}
.drawer--right #search-results hr {
  margin: 10px 0;
}
.drawer--right #search-results h2,
.drawer--right #search-results .h2 {
  font-size: 14px;
  margin: 20px 0;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .drawer--right #search-results h2,
  .drawer--right #search-results .h2 {
    margin: 0 0 10px 0;
  }
}
.drawer--right #search-results .search-results__meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .drawer--right #search-results .search-results__meta.top {
    width: auto;
    position: absolute;
    right: 0;
  }
}
.drawer--right #search-results .search-results__meta.bottom {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .drawer--right #search-results .search-results__meta.bottom {
    justify-content: flex-end;
  }
}
.drawer--right #search-results .search-results__meta-number {
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .drawer--right #search-results .search-results__meta-view-all .btn {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .drawer--right #search-results .search-results__meta-view-all {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .drawer--right #search-results .live-search--image img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .drawer--right #search-results {
    padding-left: 0;
    margin-left: 0;
  }
}
.drawer--right .drawer--cart {
  background: var(--cart-drawer-color);
  color: var(--cart-drawer-text-color);
}
.drawer--right .drawer--cart .product-details-wrapper {
  text-align: center;
}
.drawer--right
  .drawer--cart
  .product-details-wrapper
  .product-description.readmore.closed:after {
  background-image: linear-gradient(
    transparent 65%,
    var(--cart-drawer-color) 100%
  );
}
.drawer--right .drawer--cart .product-details-wrapper .read-less-link:after,
.drawer--right .drawer--cart .product-details-wrapper .read-less-link:before,
.drawer--right .drawer--cart .product-details-wrapper .read-more-link:after,
.drawer--right .drawer--cart .product-details-wrapper .read-more-link:before {
  border-color: var(--cart-drawer-border-color);
}
.drawer--right .drawer--cart a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: var(--cart-drawer-text-color);
}
.drawer--right .drawer--cart #CartContainer form .ajaxcart__footer {
  background: var(--cart-drawer-color);
}
.drawer--right .drawer--cart .ajaxcart__qty-adjust,
.drawer--right .drawer--cart input.ajaxcart__qty-num {
  color: var(--cart-drawer-text-color);
}
.drawer--right .drawer--cart .ajaxcart__discounts {
  color: var(--sale-badge-color);
}
@media screen and (min-width: 769px) {
  .drawer--right .drawer--cart .paymentButtonsWrapper #AddToCart {
    margin-right: 0;
  }
}

#ShopNowTitle {
  display: none;
}

.drawer--left {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.drawer-right-enter-active,
.drawer-right-leave-active {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.drawer-right-enter-active > * {
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}

.drawer-right-leave-active > * {
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.drawer-right-enter,
.drawer-right-leave-to {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.drawer-right-enter > *,
.drawer-right-leave-to > * {
  opacity: 0;
}

.drawer-right-enter-to {
  -ms-transform: translateX(-767px);
  -webkit-transform: translateX(-767px);
  transform: translateX(-767px);
}
.drawer-right-enter-to > * {
  opacity: 1;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    input {
      -moz-appearance: none;
      -webkit-appearance: none;
    }
  }
}

/*============================================================================
  #Form dropdowns - variants and currency/langiuage selector
==============================================================================*/
.wetheme-dropdown .wetheme-dropdown__wrapper {
  position: relative;
}
.wetheme-dropdown .wetheme-dropdown__wrapper .header--supporting-text {
  padding-left: 0;
}

.wetheme-dropdown button {
  text-align: left;
  border: 1px solid var(--border-color);
  padding: 10px;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wetheme-dropdown button {
    min-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .wetheme-dropdown button .header--supporting-text {
    flex-grow: 1;
  }
}
.wetheme-dropdown button span {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wetheme-dropdown button span {
    display: flex;
    align-items: center;
  }
}
.wetheme-dropdown button .icon-dropdown {
  padding-left: 0.25em;
  display: flex;
}
.wetheme-dropdown button .icon-dropdown svg {
  width: 20px;
}

.wetheme-dropdown ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 100%;
  list-style: none;
  margin: 0;
  color: var(--text-color);
  background-color: var(--body-color);
  border: 1px solid var(--border-color);
  z-index: 5;
  max-height: 50vh;
  overflow-x: auto;
  white-space: nowrap;
}
.wetheme-dropdown ul li {
  padding: 5px 10px;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-weight: inherit;
  cursor: pointer;
}
.wetheme-dropdown ul li:hover,
.wetheme-dropdown ul li.selected {
  background-color: var(--body-color-darken10);
}

.wetheme-dropdown.wetheme-dropdown--up ul {
  top: auto;
  bottom: 100%;
}

.wetheme-dropdown.fit-parent {
  width: 100%;
}

.wetheme-dropdown.fit-current {
  display: inline-block;
}
.wetheme-dropdown.fit-current ul {
  right: auto;
}

.wetheme-dropdown.fit-longest {
  display: inline-block;
}

.product-details--form-wrapper .wetheme-dropdown button .icon-dropdown svg {
  transition: transform 0.3s ease;
}

.product-details--form-wrapper
  .wetheme-dropdown--open
  button
  .icon-dropdown
  svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wetheme-dropdown-fade-enter-active,
.wetheme-dropdown-fade-leave-active {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.wetheme-dropdown-fade-enter,
.wetheme-dropdown-fade-leave-to {
  opacity: 0;
}

/*============================================================================
  #Icons
==============================================================================*/


.icon:before {
  display: none;
}

.icon-amazon_payments:before {
  content: "\e800";
}

.icon-american_express:before {
  content: "\41";
}

.icon-bitcoin:before {
  content: "\42";
}

.icon-cart:before {
  content: "\e600";
}

.icon-cirrus:before {
  content: "\43";
}

.icon-dankort:before {
  content: "\64";
}

.icon-diners_club:before {
  content: "\63";
}

.icon-discover:before {
  content: "\44";
}

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

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

.icon-facebook:before {
  content: "\66";
}

.icon-fancy:before {
  content: "\46";
}

.icon-forbrugsforeningen:before {
  content: "\e906";
}

.icon-grid-view:before {
  content: "\e603";
}

.icon-hamburger:before {
  content: "\e601";
}

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

.icon-interac:before {
  content: "\49";
}

.icon-jcb:before {
  content: "\4a";
}

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

.icon-list-view:before {
  content: "\e604";
}

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

.icon-maestro:before {
  content: "\6d";
}

.icon-master:before {
  content: "\4d";
}

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

.icon-paypal:before {
  content: "\50";
}

.icon-pinterest:before {
  content: "\70";
}

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

.icon-rss:before {
  content: "\72";
}

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

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

.icon-stripe:before {
  content: "\53";
}

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

.icon-tumblr:before {
  content: "\74";
}

.icon-twitter:before {
  content: "\54";
}

.icon-vimeo:before {
  content: "\76";
}

.icon-visa:before {
  content: "\56";
}

.icon-x:before {
  content: "\e606";
}

.icon-youtube:before {
  content: "\79";
}

.icon-arrow-down:after {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.icon-arrow-left:after {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.icon-arrow-up:after {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
}

.icon-arrow-right:after {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(315deg) translateY(-50%);
  transform: rotate(315deg) translateY(-50%);
}

.payment-icons svg {
  height: 40px;
  width: 55px;
}

.social-icons li {
  margin: 0 15px 15px;
  vertical-align: middle;
}
@media screen and (min-width: 481px) {
  .social-icons li {
    margin-left: 0;
  }
}
.social-icons li .icon {
  font-size: 30px;
  line-height: 26px;
}
.social-icons li a {
  color: var(--color-footer-text);
}
.social-icons li a:hover {
  color: var(--color-footer-text-darken10);
}

/*============================================================================
  #Lazyload
==============================================================================*/
.no-js img.lazyload {
  display: none;
}

.lazyload-crop-center {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}

.lazyload-crop-top {
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover, object-position: top";
}

.lazyload-crop-bottom {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover, object-position: bottom";
}

.lazyload-crop-left {
  object-fit: cover;
  object-position: left;
  font-family: "object-fit: cover, object-position: left";
}

.lazyload-crop-right {
  object-fit: cover;
  object-position: right;
  font-family: "object-fit: cover, object-position: right";
}

.lazyload-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lazyload-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

.lazyload-force-height {
  overflow: hidden;
}

/*============================================================================
  #Mobile menu
==============================================================================*/
.drawer--left {
  width: 767px;
  left: -767px;
  border-right: 1px solid var(--cart-drawer-text-color);
}
.js-drawer-open-left .drawer--left {
  -ms-transform: translateX(767px);
  -webkit-transform: translateX(767px);
  transform: translateX(767px);
  display: block;
}
.lt-ie9 .js-drawer-open-left .drawer--left {
  left: 0;
}

.has-search-icon .site-nav--mobile {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.has-search-icon .site-nav--mobile .search-button,
.has-search-icon .site-nav--mobile .js-drawer-open-right-link {
  display: flex;
  justify-content: center;
}

.site-nav--mobile i {
  color: var(--nav-text-color);
  transition: color 0.3 ease-in;
}
.site-nav--mobile i:hover {
  color: var(--nav-text-hover);
}

.site-nav--mobile a {
  min-width: 44px;
  min-height: 44px;
}

.site-nav--mobile .search-button i {
  font-size: 1.666em;
}

.right-side .site-nav--mobile i {
  margin-top: 5px;
}

.text-right .site-nav--mobile {
  margin: 0 -15px 0 0;
}

.mobile-nav {
  margin: 0 0 0 -15px;
  font-size: 18px;
}
.mobile-nav li {
  margin-bottom: 0;
}

.mobile-nav__logo-title {
  display: flex;
  position: relative;
}

.mobile-nav__grow {
  flex-grow: 1;
  margin-left: 44px;
}
.mobile-nav__grow > div {
  display: flex;
  align-content: center;
  justify-content: center;
}
.mobile-nav__grow > div img {
  object-fit: contain;
  margin: 25px 7.5px 7.5px;
}

.mobile-menu--close-btn {
  background-color: var(--menu-drawer-color);
  min-width: 70px;
  min-height: 70px;
}
.mobile-menu--close-btn:focus-within {
  background-color: var(--menu-drawer-text-hover-color);
}

.mobile-menu__text-logo {
  text-align: center;
  width: 100%;
  display: block;
  margin: 15px auto;
  font-size: 16px;
}

.drawer--left .mobile-menu__text-logo {
  color: var(--menu-drawer-text-color);
}

.mobile-nav__top {
  padding: 15px;
}

.mobile-nav__search {
  width: 100%;
}
.mobile-nav__search .search-bar {
  margin-bottom: 0;
}
.mobile-nav__search input {
  border-color: var(--menu-drawer-border-color);
  color: var(--menu-drawer-text-color);
}
.mobile-nav__search input::placeholder {
  color: var(--menu-drawer-text-color);
  opacity: 0.8;
}

.mobile-nav .mobile-nav__search input {
  border-color: var(--menu-drawer-border-color);
  color: var(--menu-drawer-text-color);
}
.mobile-nav .mobile-nav__search input::placeholder {
  color: var(--menu-drawer-text-color);
  opacity: 0.8;
}

.mobile-nav__item {
  position: relative;
  display: block;
}
.mobile-nav > .mobile-nav__item {
  background-color: var(--menu-drawer-color);
}
.mobile-nav__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--menu-drawer-border-color);
}
.mobile-nav > .mobile-nav__item:last-child:after {
  display: none;
}

.mobile-nav__item a {
  display: block;
}

.mobile-nav__item a,
.mobile-nav__item button,
.mobile-nav__toggle button {
  color: var(--menu-drawer-text-color);
  padding: 15px 30px;
  text-decoration: none;
  background: none;
  border: 0;
}
.mobile-nav__item a:hover,
.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__item button:hover,
.mobile-nav__item button:active,
.mobile-nav__item button:focus,
.mobile-nav__toggle button:hover,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
  color: var(--menu-drawer-text-hover-color);
}
.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__item button:active,
.mobile-nav__item button:focus,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
  background-color: var(--menu-drawer-color-darken5);
}

.mobile-nav-header {
  color: var(--menu-drawer-text-color);
}

.mobile-nav__has-sublist {
  display: table;
  width: 100%;
}
.mobile-nav__has-sublist .mobile-nav__link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav .search-bar {
  margin: unset;
  margin-left: 15px;
}

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.mobile-nav--expanded .mobile-nav__toggle-open {
  display: none;
}

.mobile-nav__toggle-close {
  display: none;
}
.mobile-nav--expanded .mobile-nav__toggle-close {
  display: block;
}

.mobile-menu-currency-button,
.mobile-menu-language-button {
  width: 100%;
  text-align: left;
}
.mobile-menu-currency-button .text,
.mobile-menu-language-button .text {
  font-size: 18px;
}
.mobile-menu-currency-button .icon,
.mobile-menu-language-button .icon {
  float: right;
}

.mobile-menu-currency-link,
.mobile-menu-language-link {
  display: block;
  width: 100%;
  text-align: left;
}

.mobile-menu-currency-selected:after,
.mobile-menu-language-selected:after {
  content: "\f00c";
  float: right;
  padding-top: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.mobile-nav__sublist {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.mobile-nav--expanded + .mobile-nav__sublist,
.mobile-nav--expanded + form .mobile-nav__sublist {
  visibility: visible;
  max-height: 3000px;
  width: 100%;
  transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.mobile-nav__sublist .mobile-nav__item {
  padding-left: 2em;
}
.mobile-nav__sublist .mobile-nav__item:after {
  top: 0;
  bottom: auto;
}
.mobile-nav__sublist .mobile-nav__link {
  padding-left: 30px;
  font-size: 16px;
}

.mobile-nav-bar-wrapper {
  padding: 10px 0;
  background: var(--header-color);
}

.mobile-nav-bar-wrapper .site-nav__link {
  padding: 0;
  position: relative;
}

.mobile-nav-bar-wrapper .site-nav--mobile,
.mobile-nav-bar-wrapper .text-right .site-nav--mobile {
  margin: 0;
}

.mobile-nav-bar-wrapper .mobile-grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mobile-nav-bar-wrapper .mobile-grid--table .grid__item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.mobile-nav-bar-wrapper .mobile-grid--table .grid__item {
  padding: 0;
}

#NavDrawer {
  background-color: var(--menu-drawer-color);
  border-right: 0;
}
#NavDrawer::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

#NavDrawer .hidden {
  display: none;
}

.mobile-nav-header {
  margin: 0;
  padding: 15px;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.overlay-header-wrapper .site-nav--mobile i {
  color: var(--overlay-header-text-color);
  transition: color 0.3 ease-in;
}

.overlay-header-wrapper .site-header__cart-indicator {
  color: var(--header-color);
}

/*============================================================================
  #Pagination
==============================================================================*/
.pagination {
  margin: 1rem 0;
  text-align: center;
}
.pagination > span {
  display: inline-block;
  line-height: 1;
}
.pagination a {
  display: block;
}
.pagination a,
.pagination .page.current {
  padding: 8px;
}
.pagination .pagination-num-showing {
  font-size: 12px;
  font-style: italic;
  line-height: 30px;
}
.pagination .pagination-number a,
.pagination i:before {
  color: var(--text-color);
}
.pagination .pagination-number,
.pagination .pagination-arrow,
.pagination .ellipsis {
  display: inline-block;
}
.pagination .ellipsis {
  opacity: 0.5;
  padding: 0 10px;
}
.pagination .active a,
.pagination .pagination-number a:hover,
.pagination .pagination-arrow a:hover {
  background-color: var(--body-secondary-color) !important;
}
.pagination .pagination-number a {
  font-family: helvetica;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.pagination .pagination-arrow a {
  font-family: helvetica;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.pagination .disabled {
  display: none;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .pagination.pagination--sidebar.push--large--one-quarter {
    left: auto !important;
    float: right;
  }
}

.pagination-loading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 1em;
  height: 64px;
}
.pagination-loading i {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .pagination-loading.loading--sidebar.push--large--one-quarter {
    left: auto !important;
    float: right;
  }
}

#paginate {
  padding: 20px 0;
}

.pagination-infinite ul,
.pagination--load-more ul {
  display: none;
}

.pagination__load-more .progress-bar {
  width: 200px;
  height: 4px;
  background: var(--primary-btn-bg-color-lighten50);
  margin: 0 auto 32px;
}
.pagination__load-more .progress-bar .progress-bar__inner {
  height: 4px;
  background: var(--primary-btn-bg-color);
}

.pagination__load-more .pagination__progress-text {
  margin-bottom: 16px;
}

.btn--load-more {
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  transition: all 0.15s ease-in-out 0s;
}

.btn--load-more:hover {
  background: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}

/*============================================================================
  #Popup
==============================================================================*/
.popup .popup--description a,
#slide-up .popup--description a {
  text-decoration: underline;
  color: var(--popup-text-color);
}
.popup .popup--description a:hover,
#slide-up .popup--description a:hover {
  opacity: 0.8;
}

.popup .btn,
#slide-up .btn {
  color: var(--popup-bg-color);
  background: var(--popup-text-color);
}

.popup .social-media-footer ul li a,
#slide-up .social-media-footer ul li a {
  color: var(--popup-text-color);
  transition: all 0.15s ease-in-out 0s;
}
.popup .social-media-footer ul li a:hover,
#slide-up .social-media-footer ul li a:hover {
  opacity: 0.8;
}

.popup h3,
.popup .h3,
#slide-up h3,
#slide-up .h3 {
  margin-top: 0;
}

.popup #newsletter-wrapper,
#slide-up #newsletter-wrapper {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #slide-up .popup_image.newsletter-top {
    display: none;
  }
}

.popup {
  background: var(--popup-bg-color);
  color: var(--popup-text-color);
  padding-right: 0;
  display: flex;
  flex-wrap: nowrap;
  min-height: 50vh;
}
.popup .popup--body-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}
.popup .note.form-success {
  margin-bottom: 82px;
  padding: 0;
  color: #56ad6a !important;
  background: none;
  border: 0;
  font-size: 20px;
}

.fancybox-desktop {
  min-width: 60vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fancybox-desktop {
    min-width: 90vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fancybox-mobile {
    min-width: 90vw;
  }
}

.fullscreen-popup-fancybox .fancybox-skin {
  background: var(--popup-bg-color);
  padding: 0 !important;
  border-radius: 0;
}

.fullscreen-popup-fancybox .fancybox-inner {
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
}

.popup--body .input-group-field {
  background: var(--popup-bg-color);
  color: var(--popup-text-color) !important;
  border: 0;
  border-bottom: 1px solid var(--popup-text-color);
  padding-left: 0;
  max-width: 450px;
}

.popup--body input::placeholder {
  text-align: center !important;
}

.popup--body .input-group-field::placeholder {
  color: var(--popup-text-color) !important;
}

.popup--body form#contact_form .btn {
  color: var(--popup-bg-color);
  background: var(--popup-text-color);
  margin: 30px 0;
  transition: all 0.2s ease-in-out;
}
.popup--body form#contact_form .btn:hover {
  background: var(--popup-text-color-lighten10);
}

.popup--body h2,
.popup--body .h2 {
  position: relative;
  display: inline-block;
}

.popup--body .popup--description {
  margin-bottom: 40px;
}

.popup--body .input-group {
  width: 100%;
}
.popup--body .input-group .form-control {
  width: 100%;
}

.popup--body #sm-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.popup--body #sm-icons i,
.popup--body #sm-icons svg {
  transition: opacity 0.2s ease-in-out;
}
.popup--body #sm-icons i:hover,
.popup--body #sm-icons svg:hover {
  opacity: 0.8;
}
.popup--body #sm-icons i {
  color: var(--popup-text-color);
  font-size: 18px;
}
.popup--body #sm-icons svg {
  fill: var(--popup-text-color);
  width: 12px;
  height: 15px;
}

.popup--body-outer.popup--with-image {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .popup--no-image .popup--body,
  .popup--no-image input#Email {
    margin: 0 auto;
  }
  .popup--no-image .form-control span {
    text-align: center;
    display: block;
  }
  #fullscreen .popup--with-image input#Email::placeholder {
    text-align: left;
  }
}

.popup--body-outer.popup--no-image {
  width: 100%;
}

#slide-up {
  background: var(--popup-bg-color);
  color: var(--popup-text-color);
  bottom: 20px;
  right: 20px;
  position: fixed;
  width: 500px;
  z-index: 2000;
  transition: 0.4s ease-in-out;
  transform: translateY(110%);
  max-height: 88vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.visible #slide-up {
  transform: translateY(0%);
}
#slide-up .popup_image {
  width: 100%;
  height: 200px;
}
#slide-up .popup--body-outer.popup--with-image {
  width: 100%;
}
#slide-up .popup--body-outer.popup--with-image .input-group-field {
  margin: 0 auto;
}
#slide-up .input-group,
#slide-up #subscribe {
  width: 100%;
}
#slide-up .popup--close-btn {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
#slide-up .popup--body {
  padding: 60px 30px 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #slide-up .popup--with-image .popup--body {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #slide-up {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}

/*============================================================================
  #Product grid
  - collection, colleciton list, featured collection, products block, recommended products, search
==============================================================================*/
.grid-view-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.grid-view-item.hovering .shop-now-wrapper {
  visibility: visible;
}
.grid-view-item:hover .shop-now-button,
.grid-view-item:hover .shop-now-button-onboarding,
.grid-view-item:focus-within .shop-now-button,
.grid-view-item:focus-within .shop-now-button-onboarding {
  top: -80px;
  opacity: 1;
}

.grid-view-item:focus-within .shop-now-wrapper,
.grid-view-item:hover .shop-now-wrapper,
.grid-view-item-image:focus-within .shop-now-wrapper,
.grid-view-item-image:hover .shop-now-wrapper,
.shop-now-wrapper:focus-within,
.shop-now-wrapper:hover {
  visibility: visible;
}

.grid-view-item:focus-within .shop-now-button,
.grid-view-item:focus-within .shop-now-button-onboarding,
.grid-view-item:hover .shop-now-button,
.grid-view-item:hover .shop-now-button-onboarding,
.grid-view-item-image:focus-within .shop-now-button,
.grid-view-item-image:focus-within .shop-now-button-onboarding,
.grid-view-item-image:hover .shop-now-button,
.grid-view-item-image:hover .shop-now-button-onboarding {
  top: -80px;
  opacity: 1;
}

.grid-view-item--desc-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .grid-view-item--desc-wrapper {
    margin-left: 0;
  }
}

.grid__image {
  display: block;
  margin: 0 auto;
}
.grid__image img {
  margin: 0 auto;
}

.grid-view-item-image {
  overflow: hidden;
}

.grid__item .grid-view-item img {
  width: 100%;
  height: 100%;
}

.product-grid--price a,
.product-grid--title,
.product-grid--title a,
.product-grid--price .money {
  color: var(--text-color);
}

.product-grid--price,
.collection-grid--title,
.collection-grid--count {
  text-align: center;
}

.product-grid--price {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}
.product-grid--price s {
  margin-right: 3px;
}

.product-grid--title,
.collection-grid--title {
  font-weight: 500;
  margin-bottom: 0;
}

.product-grid--title a {
  cursor: pointer;
}

.product-grid--vendor-text {
  margin-bottom: 5px;
}

.product-grid--from-wrapper,
.product-grid--compare-price {
  font-size: 90%;
  font-weight: 500;
  margin-right: 2px;
}

.product-grid--compare-price {
  text-decoration: line-through;
}

.spr-badge {
  margin-top: 5px;
}

.sale-price {
  color: var(--on-sale-color);
}

.grid-image--centered {
  text-align: center;
  display: block;
  width: 100%;
}

.products--match-height .grid__item .grid__image {
  height: 250px;
  text-align: center;
}

.products--match-height .grid__item .grid-view-item .lazyload-wrapper {
  height: 100%;
}

.products--match-height #recently-viewed-products .grid__image {
  height: 300px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .products--match-height .grid__item.large--one-half .grid__image {
    height: 500px;
  }
  .products--match-height .grid__item.large--one-third .grid__image {
    height: 400px;
  }
  .products--match-height .grid__item.large--one-quarter .grid__image {
    height: 300px;
  }
  .products--match-height .grid__item.large--one-fifth .grid__image {
    height: 200px;
  }
}

@media screen and (min-width: 1080px) {
  .products--match-height .grid__item.large--one-half .grid__image {
    height: 500px;
  }
  .products--match-height .grid__item.large--one-third .grid__image {
    height: 400px;
  }
  .products--match-height .grid__item.large--one-quarter .grid__image {
    height: 300px;
  }
  .products--match-height .grid__item.large--one-fifth .grid__image {
    height: 200px;
  }
}

.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.reveal {
  position: relative;
}
.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.reveal .hidden .lazyload-wrapper {
  background-color: var(--body-color);
  height: 100%;
}
.reveal .hidden .lazyload-wrapper img {
  height: auto;
}

@media only screen and (max-width: 992px) {
  .sold-out-button {
    padding: 10px 25px;
    margin: 15px 0 0;
  }
}

.shop-now-wrapper {
  position: relative;
  width: 100%;
  z-index: 100;
  left: 0;
}
@media screen and (min-width: 993px) {
  .shop-now-wrapper {
    visibility: hidden;
  }
}

@media only screen and (min-width: 993px) {
  .shop-now-button,
  .shop-now-button-onboarding {
    position: absolute;
    transition: all ease-in-out 250ms;
    top: 0;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
}

@media only screen and (max-width: 992px) {
  .shop-now-button,
  .shop-now-button-onboarding {
    padding: 10px 25px;
    margin: 15px 0 0;
  }
}

.quick-add-wrapper {
  position: relative;
  width: 100%;
  z-index: 100;
}

@media only screen and (max-width: 992px) {
  .quick-add-button,
  .quick-add-button-variants,
  .quick-add-button-onboarding {
    padding: 10px 25px;
    margin: 15px 0 0;
  }
}

.badge {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.sale-badge {
  background: var(--sale-badge-color);
  color: var(--badge-font-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}

.sold-out-badge {
  background: var(--sold-out-badge-color);
  color: var(--badge-font-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .sale-badge,
  .sold-out-badge {
    left: 0;
  }
}

.aspect-ratio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.aspect-ratio img,
.aspect-ratio svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aspect-ratio .lazyload-blur-wrapper {
  position: absolute !important;
  height: 100%;
  width: 100%;
}
.aspect-ratio .lazyload-wrapper img {
  height: 100% !important;
}

.aspect-ratio--tall {
  padding-bottom: 150%;
}

.aspect-ratio--wide {
  padding-bottom: 75%;
}

.aspect-ratio--square {
  padding-bottom: 100%;
}

/*============================================================================
  #Product media
==============================================================================*/
.product-medias__media {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.product-medias__media iframe,
.product-medias__media model-viewer,
.product-medias__media .shopify-model-viewer-ui,
.product-medias__media > video,
.product-medias__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product-medias__media .shopify-model-viewer-ui model-viewer {
  border-top: solid transparent 1px;
}
.product-medias__media iframe,
.product-medias__media .media-video,
.product-medias__media model-viewer,
.product-medias__media .shopify-model-viewer-ui,
.product-medias__media .media-item,
.product-medias__media .plyr,
.product-medias__media .plyr__video-wrapper {
  height: 100%;
}
.product-medias__media .plyr--video {
  background-color: var(--body-color-transparent90);
  color: var(--text-color);
  outline: none;
}
.product-medias__media .plyr--video input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--body-color-transparent90);
}
.product-medias__media
  .plyr--video
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0%),
    var(--text-color-transparent6) var(--value, 0%)
  );
}
.product-medias__media .plyr--video .plyr__control--overlaid {
  border-radius: 0;
  padding: 0;
}
.product-medias__media .plyr--video .plyr__control--overlaid svg {
  left: 0;
  border: 1px solid var(--text-color-transparent05);
  padding: 5px 0;
  width: 62px;
  height: 62px;
}
.product-medias__media .plyr--video .plyr__control--overlaid:hover {
  color: var(--text-color-transparent7);
}
.product-medias__media .plyr--video .plyr__video-wrapper,
.product-medias__media .plyr--video .plyr__poster {
  background-color: transparent;
}
.product-medias__media .media-wrapper video {
  width: 100%;
}
.product-medias__media .shopify-model-viewer-ui__button[hidden] {
  display: none;
}
.product-medias__media .button-wrap {
  display: block;
}
.product-medias__media:last-child {
  margin-bottom: 0;
}

.product-medias__view-in-space {
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  background: var(--text-color-transparent05);
  color: var(--text-color);
}
.product-medias__view-in-space:hover {
  background: var(--text-color-transparent15);
  color: var(--text-color);
}
.product-medias__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media screen and (min-width: 1112px) {
  .product-medias__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}

.product-medias__thumbnail {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.product-medias__thumbnail .product-medias__emblem {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  min-width: 20px;
  min-height: 20px;
  width: 25%;
  padding-bottom: 25%;
  background-color: var(--body-color);
  color: var(--text-color);
}
.product-medias__thumbnail .product-medias__emblem svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-medias__icon {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
  background-color: var(--body-color);
  color: var(--text-color);
}
.product-medias__icon:hover {
  color: var(--text-color-transparent07);
}

.product-medias__thumbnails {
  display: none;
}

.product-medias__main {
  width: 100%;
}

@media only screen and (min-width: 481px) {
  .product-medias__main {
    margin: 0 auto;
  }
  .product-medias__with-thumbnails {
    display: flex;
  }
  .product-medias__with-thumbnails .swiper-pagination {
    display: none;
  }
  .product-medias__with-thumbnails .product-medias__thumbnails {
    display: block;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--left,
  .product-medias__with-thumbnails.product-medias__with-thumbnails--right {
    flex-direction: row;
    justify-content: space-between;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--left.product-medias__with-thumbnails--left,
  .product-medias__with-thumbnails.product-medias__with-thumbnails--right.product-medias__with-thumbnails--left {
    flex-direction: row-reverse;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--left
    .product-medias__thumbnails,
  .product-medias__with-thumbnails.product-medias__with-thumbnails--right
    .product-medias__thumbnails {
    width: 16.6666%;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--left
    .product-medias__main,
  .product-medias__with-thumbnails.product-medias__with-thumbnails--right
    .product-medias__main {
    width: calc(100% - 16.6666% - 30px);
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--left
    .product-single__media__thumbnail,
  .product-medias__with-thumbnails.product-medias__with-thumbnails--right
    .product-single__media__thumbnail {
    margin-bottom: 15px;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--below {
    flex-direction: column;
    margin-right: 15px;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--below
    .product-medias__thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--below
    .product-medias__thumbnails
    .product-medias__thumbnail {
    margin-bottom: 0;
  }
  .product-medias__fullsize .swiper-wrapper {
    flex-direction: column;
  }
  .product-medias__fullsize .swiper-slide {
    margin-bottom: 15px;
  }
  .product-medias__fullsize .swiper-slide {
    order: 2;
  }
  .product-medias__fullsize .product-medias__primary {
    order: 1;
  }
  #ShopNowContainer .product-medias__main {
    width: calc(100% - 16.6666% - 30px);
  }
}
@media only screen and (min-width: 481px) and (min-width: 992px) {
  #ShopNowContainer .product-medias__main {
    width: calc(100% - 40% - 30px);
  }
}

@media only screen and (min-width: 481px) {
  #ShopNowContainer .product-medias__fullsize .swiper-wrapper {
    flex-direction: row;
  }
}

.homepage-section--indiv-product-wrapper .swiper-wrapper {
  flex-direction: row;
}

.homepage-section--indiv-product-wrapper .swiper-slide {
  order: 1;
}

/*
  .product-single__media__active .media-wrapper {
    display: block;
  }
  */
[data-image-zoom-enable="true"] .media-wrapper {
  cursor: crosshair;
}

/*
  &.product-single__fullsize {
    display: flex;
    flex-direction: column;

    .product-single__media {
      position: relative;
      margin-bottom: 20px;
      order: 1;
      &.product-single__media--first {
        order: 0;
      }
    }

    [data-image-zoom-enable="false"] .product-single__media__thumbnail {
      // No pointer cursor when fullsize is on and zoom is off
      cursor: initial;
    }

    .media-wrapper {
      display: none;
    }

    .product-single__media--loaded {
      .product-single__media__thumbnail {
        display: none;
      }

      .media-wrapper {
        display: block;
      }

      & > .button-wrap {
        display: none;
      }
    }
  }

  &.product-single__thumbnails:not(.owl-carousel) .product-single__media > .button-wrap button {
    display: none;
  }

  &.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 16px 16px;
  }
  */
.product-medias__main {
  /*
  .product-single__medias__desktop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: auto;

    &.product-single__thumbnails--below {
      .product-single__media {
        width: 25%;
        padding: 0;
        order: 2;
        box-sizing: border-box;
        margin: 0;

        img {
          padding-left: $gutter / 4;
          padding-right: $gutter / 4;
          padding-bottom: $gutter / 2;
        }

        .media-wrapper {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
        }
      }
    }

    &.product-single__thumbnails--left {
      flex-direction: column;
      width: 16.6666%;

      .product-single__media__thumbnail {
        margin: 0 0 2% 0;
        &.product-single__media--selected .media-wrapper {
          position: absolute;
          right: 0;
          width: calc(83.3333% - 30px);
          top: 0;
        }
      }
    }

    &.product-single__thumbnails--right {
      flex-direction: column;
      align-items: flex-end;
      width: 16.6666%;

      .product-single__media {
        margin: 0 0 2% 0;
        &.product-single__media--selected .media-wrapper {
          position: absolute;
          left: 0;
          width: calc(83.3333% - 30px);
          top: 0;
        }
      }
    }
  }
  */
  /*
  &.owl-carousel .product-single__thumbnail-wrapper {
    float: none;
    width: 100%;
  }

  .media-wrapper {
    display: none;
  }

  .product-single__thumbnails .product-single__media--selected .media-wrapper {
    display: block;
  }

  .swiper-container .product-single__media--loaded {
    .product-single__media__thumbnail {
      display: none;
    }

    .media-wrapper {
      display: block;
    }

    & > .button-wrap {
      display: none;
    }
  }

  .product-single__media__thumbnail {
    position: relative;
  }
  */
  /*
  &.product-single__fullsize .product-single__media__emblem,
  .swiper-container .product-single__media__emblem {
    display: none;
  }

  .product-single__media__icon {
    display: none;
  }
  */
  /*
  .swiper-container .product-single__media--loaded .product-single__media__icon {
    display: none;
  }
  */
}
.product-medias__main .swiper-container {
  min-width: 100%;
  max-width: 100%;
}
.product-medias__main .product-single__media__wrapper {
  position: relative;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-medias__main .product-single__media__wrapper {
    /* IE10+ specific styles go here */
    padding-top: 0 !important;
  }
}
.product-medias__main .product-single__media__wrapper .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.product-medias__media:not(
    .product-medias__media--active
  )[data-media-type="external_video"]
  iframe {
  pointer-events: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background-color: var(--body-color);
  border-color: var(--text-color-transparent05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text-color);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus {
  color: var(--text-color-transparent5);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background-color: var(--body-color);
  border-color: var(--text-color-transparent05);
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: var(--text-color-transparent05);
}

.shopify-model-viewer-ui model-viewer:not(.disabled) + .controls-overlay {
  visibility: hidden;
}
.shopify-model-viewer-ui
  model-viewer:not(.disabled)
  + .controls-overlay
  .controls-area {
  visibility: visible;
}

.featured-image-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

/*============================================================================
  #Quantity selectors
==============================================================================*/

.js-qty,
.ajaxcart__qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
}

.js-qty input,
.ajaxcart__qty input {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  margin: 0;
}

.js-qty__adjust,
.ajaxcart__qty-adjust {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
}
.js-qty__adjust:hover,
.ajaxcart__qty-adjust:hover,
.js-qty__adjust:focus,
.ajaxcart__qty-adjust:focus {
  color: var(--link-color);
}
.js-qty__adjust .fallback-text,
.ajaxcart__qty-adjust .fallback-text {
  display: none;
}

.js-qty__adjust--plus,
.ajaxcart__qty--plus {
  right: 0;
}

.js-qty__adjust--minus,
.ajaxcart__qty--minus {
  left: 0;
}

/*============================================================================
  #Quickshop
==============================================================================*/
#ShopNowContainer .swiper-pagination {
  display: block;
  text-align: center;
  margin: 10px 0;
}

#ShopNowContainer .product-medias__thumbnails {
  display: none;
}

#ShopNowContainer .product-meta-header .push--large--one-half {
  left: auto;
}

#ShopNowContainer .grid__item {
  width: 100%;
}

#ShopNowContainer .product-details-wrapper {
  background: none;
}

#ShopNowContainer .product-details-product-title {
  text-align: center;
}

#ShopNowContainer .product-description {
  color: var(--cart-drawer-text-color);
}
#ShopNowContainer .product-description ul.tabs li {
  margin-right: 0;
}
#ShopNowContainer .product-description ul.tabs li a {
  padding: 0 10px;
  color: var(--cart-drawer-text-color);
}

#ShopNowContainer
  .product-medias__with-thumbnails.product-medias__with-thumbnails--below {
  margin-right: 0;
}

#ShopNowContainer #AddToCartForm {
  text-align: center;
}
#ShopNowContainer #AddToCartForm .selector-wrapper .wetheme-dropdown__wrapper {
  width: 100%;
}
#ShopNowContainer #AddToCartForm .selector-wrapper label,
#ShopNowContainer #AddToCartForm .selector-wrapper .product-sub-label {
  color: var(--cart-drawer-text-color);
}
#ShopNowContainer #AddToCartForm .js-qty,
#ShopNowContainer #AddToCartForm .ajaxcart__qty {
  margin: 0 auto;
}

#ShopNowContainer .paymentButtonsWrapper #AddToCart,
#ShopNowContainer .paymentButtonsWrapper .shopify-payment-button {
  max-width: 100%;
}

#ShopNowContainer select {
  color: var(--cart-drawer-text-color);
  background-color: var(--cart-drawer-color);
  border: 1px solid var(--cart-drawer-text-color-lighten10);
  background-image: linear-gradient(
      45deg,
      transparent 50%,
      var(--cart-drawer-text-color) 50%
    ),
    linear-gradient(135deg, var(--cart-drawer-text-color) 50%, transparent 50%),
    linear-gradient(
      to right,
      var(--cart-drawer-color),
      var(--cart-drawer-color)
    );
}

#ShopNowContainer blockquote {
  border-left: 1px solid var(--cart-drawer-border-color);
}

#ShopNowContainer th,
#ShopNowContainer td {
  border-color: var(--cart-drawer-border-color);
}

#ShopNowContainer #sharing {
  text-align: center;
}

#ShopNowContainer .social-sharing .sharing-button__icon svg {
  fill: var(--cart-drawer-text-color);
}

#ShopNowContainer #Quantity {
  color: var(--cart-drawer-text-color);
}

#ShopNowContainer .form-vertical select {
  display: inline-block;
  width: 100%;
}
#ShopNowContainer .form-vertical select.original-select {
  display: none;
}

#ShopNowContainer .trust-badge {
  margin: 0 auto;
}

#ShopNowContainer .swatch {
  text-align: center;
}
#ShopNowContainer .swatch .header {
  width: 100%;
}
#ShopNowContainer .swatch .swatch-items-wrapper {
  width: fit-content;
  margin: 0 auto;
}

.swiper-button--next,
.swiper-button--prev {
  position: absolute;
  top: calc(50% - 40px);
  text-align: center;
  background: var(--text-color);
  color: var(--body-color);
  border-radius: 0;
  width: 40px;
  height: 40px;
  transform: scale(0.95);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transition-duration: 0.2s;
  z-index: 9;
}
.swiper-button--next i,
.swiper-button--prev i {
  padding: 13px 13px;
}
.swiper-button--next:hover,
.swiper-button--next:focus,
.swiper-button--next:active,
.swiper-button--prev:hover,
.swiper-button--prev:focus,
.swiper-button--prev:active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.swiper-button--prev {
  left: -25px;
}

.swiper-button--next {
  right: -25px;
}

.swiper-button-disabled {
  background: var(--border-color);
}

@media screen and (max-width: 767px) {
  .swiper-button--prev {
    left: -15px;
  }
  .swiper-button--next {
    right: -15px;
  }
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 10px;
  background: transparent;
  border: 1px solid var(--border-color);
  opacity: 1;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--text-color);
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:last-of-type {
  margin-right: 27px;
}

/*============================================================================
  #Hero section
==============================================================================*/
@media only screen and (max-width: 768px) {
  .homepage-hero-wrapper .grid__item {
    margin-top: 0;
  }
}

.homepage-hero-wrapper img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}

.homepage-hero-content-overlay-wrapper {
  overflow: hidden;
  transition: opacity 0.3s linear;
  position: relative;
}
.homepage-hero-content-overlay-wrapper.overlay-hidden:before {
  display: none;
}
.homepage-hero-content-overlay-wrapper.overlay-hidden
  .video--video__static-image,
.homepage-hero-content-overlay-wrapper.overlay-hidden
  .video--video__text-block {
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.homepage-hero-content-overlay-wrapper:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.homepage-hero-content-overlay-wrapper .icon--placeholder {
  height: 525px;
}
@media only screen and (max-width: 768px) {
  .homepage-hero-content-overlay-wrapper .icon--placeholder {
    height: 230px;
  }
}

.homepage-hero-content-overlay-menu-item {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.15s ease-in-out 0s;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  display: block;
  z-index: 0;
}
.homepage-hero-content-overlay-menu-item.active {
  opacity: 1;
  display: block;
  z-index: 1000;
}

.homepage-hero-content-link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.hero--x-small {
  height: 94px;
}

.hero--small {
  height: 225px;
}

.hero--medium {
  height: 357px;
}

.hero--large {
  height: 488px;
}

.hero--x-large {
  height: 582px;
}

@media only screen and (max-width: 480px) {
  .advanced-layout--hero__text-block {
    display: none;
  }
}

.advanced-layout--hero__text-block--mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .advanced-layout--hero__text-block--mobile {
    display: block;
    position: relative;
    color: inherit;
    top: auto;
    transform: none;
    padding: 30px 0;
  }
}

.homepage-hero-menu-wrapper {
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .homepage-hero-menu-wrapper {
    padding: 20px 0 0 0;
  }
}

.homepage-hero-menu-indiv-image {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.homepage-hero-menu-indiv-image img {
  object-fit: contain;
  font-family: "object-fit: contain";
}

.homepage-hero-menu--indiv-text {
  text-align: center;
}
.homepage-hero-menu--indiv-text p {
  opacity: 0.5;
}

.homepage-hero-menu ul {
  margin: 0;
  padding: 0;
}
.homepage-hero-menu ul li {
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
}
.homepage-hero-menu ul li:first-child {
  margin-top: 0;
}
.homepage-hero-menu ul li a,
.homepage-hero-menu ul li .no-link {
  display: inline-block;
  color: var(--text-color);
  width: 100%;
}

.homepage-hero-menu-link .h4,
.homepage-hero-menu-link p,
.no-link .h4,
.no-link p {
  margin-bottom: 0;
}

.homepage-hero-menu-indiv-image--x-small {
  height: 50px;
}

.homepage-hero-menu-indiv-image--small {
  height: 100px;
}

.homepage-hero-menu-indiv-image--medium {
  height: 150px;
}

.homepage-hero-menu-indiv-image--large {
  height: 200px;
}

.homepage-hero-menu-indiv-image--x-large {
  height: 250px;
}

@media only screen and (max-width: 768px) {
  .no-menu-mobile {
    display: none;
  }
}

/*============================================================================
  #Announcement bar
==============================================================================*/
.announcement-bar {
  text-align: center;
  padding: 10px 0;
  min-height: 41px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .announcement-bar {
    display: flex;
  }
}
.announcement-bar p {
  margin: 5px 0 5px 0;
  font-size: var(--announcement-text-size);
  letter-spacing: var(--announcement-text-spacing);
  text-transform: var(--announcement-text-case);
  font-style: var(--announcement-font-style);
  font-weight: var(--announcement-font-weight);
}
@media screen and (min-width: 767px) {
  .announcement-bar p {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .announcement-bar p {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) {
  .announcement-bar .announcement-bar__message {
    width: 80%;
    order: 1;
    padding-left: 20%;
    padding-right: 0;
    display: block;
  }
}
.announcement-bar.no-icons .announcement-bar__message {
  padding-left: 0;
  width: 100%;
}
.announcement-bar #sharing {
  text-align: center;
  padding: 0;
  width: auto;
  margin: -2px auto 0 auto;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .announcement-bar #sharing {
    max-width: 20%;
    order: 2;
    text-align: right;
    padding-right: 30px;
    margin-right: 0;
  }
}
.announcement-bar #sharing #sm-icons {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 767px) {
  .announcement-bar #sharing #sm-icons {
    margin: 0;
  }
}
.announcement-bar #sharing #sm-icons svg {
  transition: all 0.15s ease-in-out 0s;
  width: 15px;
  height: 19px;
  margin-bottom: -3px;
}
.announcement-bar #sharing.is-clean a {
  background: transparent !important;
  border: 0 !important;
}
.announcement-bar #sharing .fa-2x {
  font-size: 1.5em !important;
}
.announcement-bar #sharing li {
  margin: 5px 0 0 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .announcement-bar #sharing li {
    margin: 5px 16px 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-bar div:nth-child(2) {
    margin-top: 20px;
  }
}

.announcement-bar .custom-font {
  margin: 0;
}

/*============================================================================
  #Blog section
==============================================================================*/
.homepage-indiv-section-wrapper .article-image-wrap {
  overflow: hidden;
  height: auto;
  display: block;
}

.homepage-blog--title {
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  margin: 20px 0;
}
.homepage-blog--title a {
  color: var(--text-color);
}

.homepage-sections-wrapper--light a {
  color: var(--color-scheme-light-text);
}

.homepage-sections-wrapper--light .swiper-pagination-bullet {
  border: 1px solid var(--color-scheme-light-text);
}

.homepage-sections-wrapper--light
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--light .swiper-pagination-bullet:hover {
  background: var(--color-scheme-light-text);
}

.homepage-sections-wrapper--accent a {
  color: var(--color-scheme-feature-text);
}

.homepage-sections-wrapper--accent .swiper-pagination-bullet {
  border: 1px solid var(--color-scheme-feature-text);
}

.homepage-sections-wrapper--accent
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--accent .swiper-pagination-bullet:hover {
  background: var(--color-scheme-feature-text);
}

.homepage-sections-wrapper--dark a {
  color: var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--dark .swiper-pagination-bullet {
  border: 1px solid var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--dark
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--dark .swiper-pagination-bullet:hover {
  background: var(--color-scheme-dark-text);
}

.homepage-blog--date {
  font-size: 13px;
  font-weight: 300;
  margin: 10px 0 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .homepage-blog-mobile .swiper-slide .grid__item {
    padding-left: 0;
  }
  .grid__item {
    margin-top: 0;
  }
  .blog-posts-wrapper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .blog-posts-wrapper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
  }
}

/*============================================================================
  #Collection list
==============================================================================*/
.homepage-collection-grid-inner {
  position: relative;
  height: 40vh;
}
.homepage-collection-grid-item--below-image .homepage-collection-grid-inner {
  height: auto;
}
.homepage-collection-grid-inner .homepage-featured-box-btn {
  color: var(--primary-btn-text-color);
  margin-top: 8px;
}
.homepage-collection-grid-inner .homepage-featured-box-btn:hover {
  color: var(--primary-btn-text-hover-color);
}

.homepage-collection-grid-item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .homepage-collection-grid-item {
    position: relative;
  }
}

.homepage-collection-grid-image-single {
  max-width: 450px;
  max-height: 450px;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover, object-position: top";
}

.homepage-collections-background .section-header {
  margin-bottom: 0;
}

.featured-collections-wrapper img,
.featured-collections-wrapper svg.icon.icon--placeholder {
  height: 40vh;
  object-fit: cover;
  max-width: 100% !important;
  font-family: "object-fit: cover";
}

.featured-collections-wrapper .homepage-collections-background.content-width {
  padding-top: 30px;
  padding-bottom: 30px;
}

.featured-collections-wrapper .collection-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .featured-collections-wrapper .collection-grid {
    flex-direction: row;
  }
}
.featured-collections-wrapper .collection-grid.keep-spacing {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 846px) {
  .featured-collections-wrapper
    .collection-grid--items-1
    .homepage-collection-grid-item {
    flex-basis: auto;
    width: 100%;
  }
  .featured-collections-wrapper
    .collection-grid--items-2
    .homepage-collection-grid-item {
    flex-basis: auto;
    width: 50%;
  }
  .featured-collections-wrapper
    .collection-grid--items-3
    .homepage-collection-grid-item {
    flex-basis: auto;
    width: 33%;
  }
  .featured-collections-wrapper
    .collection-grid--items-4
    .homepage-collection-grid-item {
    flex-basis: auto;
    width: 25%;
  }
}

@media screen and (min-width: 769px) and (max-width: 845px) {
  .featured-collections-wrapper
    .collection-grid
    .homepage-collection-grid-item {
    flex-basis: auto;
    width: 50%;
  }
}

.featured-collections-wrapper .expand-grid .homepage-collection-grid-item {
  flex-grow: 1;
}

.featured-collections-wrapper .remove-spacing .homepage-collection-grid-item {
  padding: 0;
}

.featured-collections-wrapper .keep-spacing .homepage-collection-grid-item {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .featured-collections-wrapper .keep-spacing .homepage-collection-grid-item {
    padding: 15px 0 0;
  }
}

/*============================================================================
  #Featured collection section
==============================================================================*/
@media only screen and (max-width: 767px) {
  .homepage-product-grid-wrapper.grid-uniform {
    margin-left: -15px;
  }
}

.homepage-product-grid-wrapper .grid__item {
  margin-top: 0;
  margin-bottom: 45px;
}

.homepage-product-grid-wrapper .helper-content .grid__item {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .show-view-all--button {
    margin-top: 20px;
  }
}

/*============================================================================
  #Producst block section
==============================================================================*/
.homepage-featured-grid-item {
  width: 22%;
  float: left;
  position: relative;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .homepage-featured-grid-item {
    width: 48%;
    float: left;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-featured-grid-item {
    margin-bottom: 45px;
  }
}

.homepage-featured-products-grid--clear {
  display: inline-block;
}

.homepage-featured-products-grid {
  padding: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .homepage-featured-products-grid {
    padding: 0 0 40px;
  }
}
.homepage-featured-products-grid .grid__image {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .homepage-featured-products-grid .grid__image {
    margin-bottom: 0;
  }
}
.helper-content .homepage-featured-products-grid .grid__image {
  margin-bottom: 15px;
}

.homepage-featured-grid-item--width2 {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .homepage-featured-grid-item--width2 {
    width: 100%;
  }
}

.gutter-sizer {
  width: 4%;
}

.homepage-featured-grid-item-details {
  opacity: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .homepage-featured-grid-item-details {
    position: relative;
    opacity: 1;
  }
}
.homepage-featured-grid-item:hover .homepage-featured-grid-item-details {
  opacity: 1;
}
.homepage-featured-grid-item-details a {
  color: var(--text-color);
}
.homepage-featured-grid-item-details .product-grid--price {
  opacity: 1;
  font-weight: 500;
}

/*============================================================================
  #Global section settings
==============================================================================*/
.shopify-section .homepage-sections-wrapper.section__full-width {
  padding: 0;
  line-height: 0;
}
.shopify-section
  .homepage-sections-wrapper.section__full-width
  .feature-row__text--full-width,
.shopify-section
  .homepage-sections-wrapper.section__full-width
  .map__text--full-width {
  line-height: 1.6;
}

.shopify-section .homepage-sections-wrapper.full-width {
  padding: 0;
}

.shopify-section .homepage-sections-wrapper {
  padding: 50px 0;
}

.shopify-section .homepage-sections-wrapper--white {
  padding: 30.303030303px 0;
}

.shopify-section
  .homepage-sections-wrapper.homepage-sections-wrapper--no-padding {
  padding: 0;
}

.flow-homepage
  .shopify-section:first-child
  .homepage-sections-wrapper--slideshow {
  padding: 0;
  margin-bottom: 30px;
}

.section-header {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%;
  }
  .section-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .section-header__left h1,
  .section-header__left .h1,
  .section-header__left h2,
  .section-header__left .h2,
  .section-header__left h3,
  .section-header__left .h3,
  .section-header__left h4,
  .section-header__left .h4,
  .section-header__left .h1,
  .section-header__left .h2,
  .section-header__left .h3,
  .section-header__left .h4 {
    margin-bottom: 0;
  }
  .section-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 335px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .section-header__right {
    margin-bottom: 30px;
  }
}

.section-header__right .form-horizontal,
.section-header__right .collection-view {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .section-header__right label + select,
  .section-header__right .collection-view {
    margin-left: 15px;
  }
}

.homepage-sections--description {
  text-align: center;
  margin-bottom: 30px;
}

.homepage-sections-wrapper.no-spacing .homepage-sections--description {
  margin-top: 0;
}

.homepage-featured-content-wrapper,
.homepage-map-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.image-with-text-wrapper
  .homepage-sections-wrapper--dark
  .homepage-featured-content-box,
.map-section-wrapper
  .homepage-sections-wrapper--dark
  .homepage-map-content-box {
  background: var(--color-scheme-dark-text);
  color: var(--color-scheme-dark-background);
}

.map-section-wrapper a.homepage-featured-box-btn,
.image-with-text-wrapper a.homepage-featured-box-btn,
.homepage-featured-content-wrapper a.homepage-featured-box-btn {
  color: var(--primary-btn-text-color);
}
.map-section-wrapper a.homepage-featured-box-btn:hover,
.image-with-text-wrapper a.homepage-featured-box-btn:hover,
.homepage-featured-content-wrapper a.homepage-featured-box-btn:hover {
  color: var(--primary-btn-text-hover-color);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advanced-layout--hero__text-block,
.video--video__text-block {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 0 30px;
}
.advanced-layout--hero__text-block h2,
.advanced-layout--hero__text-block .h2,
.video--video__text-block h2,
.video--video__text-block .h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
.advanced-layout--hero__text-block p,
.video--video__text-block p {
  margin-bottom: 20px;
}

.homepage-featured-content-box,
.homepage-map-content-box {
  width: 50%;
  background: var(--body-secondary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.homepage-featured-content-box .rte,
.homepage-map-content-box .rte {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .homepage-featured-content-box.content_box--center,
  .homepage-map-content-box.content_box--center {
    right: 50%;
    left: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .feature-row__text--full-width .homepage-featured-content-box,
  .feature-row__text--full-width .homepage-map-content-box {
    margin-top: 0;
  }
}

.homepage-featured-content-box-inner,
.homepage-map-content-box-inner {
  padding: 30px;
  text-align: center;
}
.homepage-featured-content-box-inner p,
.homepage-map-content-box-inner p {
  margin-bottom: 0;
}

.homepage-featured-box-btn {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .homepage-featured-content-box:not(.slideshow-mobile-image-content):not(
      .image-with-text-overlay__content-box
    ),
  .homepage-map-content-box {
    position: relative;
    width: 100%;
    transform: none;
    text-align: center;
    max-width: 100%;
  }
  .image-with-text-overlay__content-box {
    width: 100%;
    margin-top: 0;
  }
  .image-with-text-overlay-wrapper--textPosition-center
    .homepage-featured-content-box.image-with-text-overlay__content-box {
    left: 0;
    right: 0;
  }
}

.homepage-content--image img {
  display: block;
}

.homepage-sections-wrapper.no-spacing {
  padding: 0 !important;
}

.grid-item__content {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.grid-item__title h2,
.grid-item__title .h2 {
  font-family: var(--body-font-stack);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  font-size: 1.5rem;
  margin-bottom: 0;
}

.grid-item__subheading {
  font-size: 14px;
}

.grid-item-details--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
.grid-item-details--hover:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .grid-item-details--hover {
    opacity: 1;
    position: absolute;
    top: 0;
  }
}
.grid-item-details--hover.full-height {
  height: 100%;
}
.grid-item-details--hover > a {
  width: 100%;
  height: 100%;
  display: block;
}

.grid-item-details--overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
}
.grid-item-details--overlay.full-height {
  height: 100%;
}

.homepage-sections-wrapper--white
  .grid-item-details--below-image
  .grid-item__title,
.homepage-sections-wrapper--white
  .grid-item-details--below-image
  .grid-item__subheading {
  color: var(--text-color);
}

.homepage-sections-wrapper--light
  .grid-item-details--below-image
  .grid-item__title,
.homepage-sections-wrapper--light
  .grid-item-details--below-image
  .grid-item__subheading {
  color: var(--color-scheme-light-text);
}

.homepage-sections-wrapper--accent
  .grid-item-details--below-image
  .grid-item__title,
.homepage-sections-wrapper--accent
  .grid-item-details--below-image
  .grid-item__subheading {
  color: var(--color-scheme-feature-text);
}

.homepage-sections-wrapper--dark
  .grid-item-details--below-image
  .grid-item__title,
.homepage-sections-wrapper--dark
  .grid-item-details--below-image
  .grid-item__subheading {
  color: var(--color-scheme-dark-text);
}

/*============================================================================
  #Gallery section
==============================================================================*/
.image-gallery-wrapper .icon--placeholder {
  min-height: 200px;
  border: 0;
}

/*============================================================================
  # Gallery
==============================================================================*/
.image-gallery-wrapper .homepage-sections-wrapper.no-spacing {
  padding: 0 !important;
}

.image-gallery-wrapper .homepage-gallery-background.content-width {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-gallery-wrapper .homepage-sections--description {
  margin-top: 0;
}

.image-gallery-wrapper .gallery-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.image-gallery-wrapper .gallery-grid.below-image {
  place-items: flex-start;
}

@media screen and (min-width: 768px) {
  .image-gallery-wrapper .gallery-grid--items-1 .homepage-gallery-grid-item {
    flex-basis: auto;
    width: 100%;
  }
  .image-gallery-wrapper .gallery-grid--items-2 .homepage-gallery-grid-item {
    flex-basis: auto;
    width: 50%;
  }
  .image-gallery-wrapper .gallery-grid--items-3 .homepage-gallery-grid-item {
    flex-basis: auto;
    width: 33%;
  }
  .image-gallery-wrapper .gallery-grid--items-4 .homepage-gallery-grid-item {
    flex-basis: auto;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .image-gallery-wrapper .gallery-grid .homepage-gallery-grid-item {
    flex-basis: auto;
    width: 50%;
  }
}

.image-gallery-wrapper .expand-grid .homepage-gallery-grid-item {
  flex-grow: 1;
}

.image-gallery-wrapper .remove-spacing .homepage-gallery-grid-item {
  padding: 0;
}

@media screen and (min-width: 767px) {
  .image-gallery-wrapper .content-width.wrapper .remove-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.image-gallery-wrapper .keep-spacing .homepage-gallery-grid-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .image-gallery-wrapper .keep-spacing .homepage-gallery-grid-item {
    padding: 15px 0 0 0;
  }
  .image-gallery-wrapper
    .keep-spacing
    .homepage-gallery-grid-item:nth-child(even)
    > div {
    margin-left: 7.5px;
  }
  .image-gallery-wrapper
    .keep-spacing
    .homepage-gallery-grid-item:nth-child(odd)
    > div {
    margin-right: 7.5px;
  }
}

.homepage-gallery-grid-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.homepage-gallery-grid-inner.info-below-image {
  flex-direction: column;
  height: auto;
}
.homepage-gallery-grid-inner .grid-image {
  overflow: hidden;
  height: 100%;
  display: flex;
  width: 100%;
}
.homepage-gallery-grid-inner .grid-image img {
  object-fit: contain;
  object-position: top;
}
.homepage-gallery-grid-inner .lazyload-wrapper {
  width: 100%;
}
.homepage-gallery-grid-inner .placeholder-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage-gallery-grid-inner .placeholder-wrap svg {
  position: absolute;
}
.homepage-gallery-grid-inner .overflow {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.no-user-images .placeholder-wrap svg {
  position: relative;
}

/*============================================================================
  #Image with text overlay section
==============================================================================*/
.image-with-text-overlay-wrapper .homepage-featured-content-wrapper {
  overflow: hidden;
  height: auto;
}

@media screen and (min-width: 769px) {
  .image-with-text-overlay-wrapper
    .size-small
    .homepage-featured-content-wrapper {
    height: 30vw;
  }
  .image-with-text-overlay-wrapper
    .size-medium
    .homepage-featured-content-wrapper {
    height: 40vw;
  }
  .image-with-text-overlay-wrapper
    .size-large
    .homepage-featured-content-wrapper {
    height: 50vw !important;
  }
}

@media screen and (max-width: 768px) {
  .image-with-text-overlay-wrapper .size-original .homepage-content--image,
  .image-with-text-overlay-wrapper
    .size-original
    .homepage-content--image
    > div,
  .image-with-text-overlay-wrapper .size-original .homepage-content--image .img,
  .image-with-text-overlay-wrapper
    .size-original
    .homepage-content--image
    .lazyload-wrapper {
    min-height: auto;
  }
}

.image-with-text-overlay-wrapper .homepage-content--image {
  min-height: 300px;
  display: flex;
}
.image-with-text-overlay-wrapper .homepage-content--image > div,
.image-with-text-overlay-wrapper .homepage-content--image .img,
.image-with-text-overlay-wrapper .homepage-content--image .lazyload-wrapper {
  min-height: 300px;
  height: 100%;
  width: 100%;
}
.image-with-text-overlay-wrapper
  .homepage-content--image
  svg.icon.icon--placeholder {
  min-height: inherit;
}
.image-with-text-overlay-wrapper .homepage-content--image img.lazyloaded {
  object-fit: contain;
}
.image-with-text-overlay-wrapper .homepage-content--image div.lazyload,
.image-with-text-overlay-wrapper .homepage-content--image div.lazyloading {
  opacity: 0;
}
.image-with-text-overlay-wrapper .homepage-content--image div.lazyloaded {
  opacity: 1;
  transition: opacity 2s;
}

.image-with-text-overlay-wrapper .homepage-sections-wrapper {
  padding: 0;
  overflow: hidden;
}

.image-with-text-overlay-wrapper .homepage-content--image:before {
  opacity: 0;
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.image-with-text-overlay-wrapper .homepage-featured-content-box {
  background: none;
}

.image-with-text-overlay-wrapper .featured-row__subtext {
  font-size: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .image-with-text-overlay-wrapper .featured-row__subtext {
    padding-top: 7.5px;
  }
}

.image-with-text-overlay-wrapper h2.homepage-sections--title,
.image-with-text-overlay-wrapper .homepage-sections--title.h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.image-with-text-overlay-wrapper .featured-row__subtext p {
  margin-top: 15px;
}
.image-with-text-overlay-wrapper .featured-row__subtext p:first-child {
  margin-top: 0;
}

.image-with-text-overlay-wrapper--white h2.homepage-sections--title,
.image-with-text-overlay-wrapper--white .homepage-sections--title.h2,
.image-with-text-overlay-wrapper--white .featured-row__subtext {
  color: var(--body-color);
}

.image-with-text-overlay-wrapper--accent h2.homepage-sections--title,
.image-with-text-overlay-wrapper--accent .homepage-sections--title.h2,
.image-with-text-overlay-wrapper--accent .featured-row__subtext {
  color: var(--color-scheme-feature-background);
}

.image-with-text-overlay-wrapper--dark h2.homepage-sections--title,
.image-with-text-overlay-wrapper--dark .homepage-sections--title.h2,
.image-with-text-overlay-wrapper--dark .featured-row__subtext {
  color: var(--color-scheme-dark-background);
}

.image-with-text-overlay-wrapper--textPosition-left
  .homepage-featured-content-box {
  left: 0;
  right: auto;
}

.image-with-text-overlay-wrapper--textPosition-center
  .homepage-featured-content-box {
  left: 25%;
  right: 25%;
}

.image-with-text-overlay-wrapper--textPosition-right
  .homepage-featured-content-box {
  left: auto;
  right: 0;
}

.image-with-text-overlay-wrapper--textAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner,
.image-with-text-overlay-wrapper--textAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title,
.image-with-text-overlay-wrapper--textAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2 {
  text-align: left;
}

.image-with-text-overlay-wrapper--textAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title:after,
.image-with-text-overlay-wrapper--textAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2:after {
  margin-left: 0;
}

.image-with-text-overlay-wrapper--textAlignment-center
  .homepage-featured-content-box
  .homepage-featured-content-box-inner,
.image-with-text-overlay-wrapper--textAlignment-center
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title,
.image-with-text-overlay-wrapper--textAlignment-center
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2 {
  text-align: center;
}

.image-with-text-overlay-wrapper--textAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner,
.image-with-text-overlay-wrapper--textAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title,
.image-with-text-overlay-wrapper--textAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2 {
  text-align: right;
}

.image-with-text-overlay-wrapper--textAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title:after,
.image-with-text-overlay-wrapper--textAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2:after {
  margin-right: 0;
}

/*============================================================================
  #Logo list section
==============================================================================*/
.logo-bar {
  text-align: center;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px 20px;
}
.logo-bar__item img {
  max-width: 100%;
}

/*============================================================================
  #Sildeshow section
==============================================================================*/
@media screen and (max-width: 767px) {
  .homepage-section--slideshow-wrapper .homepage-featured-content-box {
    width: auto;
    left: auto !important;
    right: auto !important;
  }
  .homepage-section--slideshow-wrapper
    .homepage-featured-content-box
    .featured-row__subtext {
    line-height: initial;
  }
  .homepage-section--slideshow-wrapper
    .homepage-featured-content-box
    h2.homepage-sections--title,
  .homepage-section--slideshow-wrapper
    .homepage-featured-content-box
    .homepage-sections--title.h2 {
    line-height: 1em;
  }
}

.slideshow-wrapper--captionHorizontal-left .homepage-featured-content-box {
  left: 50px;
  right: auto;
}

.slideshow-wrapper--captionHorizontal-center .homepage-featured-content-box {
  left: 25%;
  right: 25%;
}

.slideshow-wrapper--captionHorizontal-right .homepage-featured-content-box {
  left: auto;
  right: 50px;
}

.slideshow-wrapper--captionAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner,
.slideshow-wrapper--captionAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title,
.slideshow-wrapper--captionAlignment-left
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2 {
  text-align: left;
}

@media screen and (min-width: 767px) {
  .slideshow-wrapper--captionAlignment-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    h2.homepage-sections--title:after,
  .slideshow-wrapper--captionAlignment-left
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .homepage-sections--title.h2:after {
    margin-left: 0;
  }
}

.slideshow-wrapper--captionAlignment-center
  .homepage-featured-content-box
  .homepage-featured-content-box-inner,
.slideshow-wrapper--captionAlignment-center
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title,
.slideshow-wrapper--captionAlignment-center
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2 {
  text-align: center;
}

.slideshow-wrapper--captionAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner,
.slideshow-wrapper--captionAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title,
.slideshow-wrapper--captionAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2 {
  text-align: right;
}

.slideshow-wrapper--captionAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  h2.homepage-sections--title:after,
.slideshow-wrapper--captionAlignment-right
  .homepage-featured-content-box
  .homepage-featured-content-box-inner
  .homepage-sections--title.h2:after {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .swiper-container:not(.slideshow--full-screen)
    .homepage-featured-content-box
    .homepage-featured-content-box-inner,
  .swiper-container:not(.slideshow--full-screen)
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .homepage-sections--title,
  .swiper-container:not(.slideshow--full-screen)
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .featured-row__subtext,
  .swiper-container:not(.slideshow--full-screen)
    .homepage-featured-content-box
    .homepage-featured-content-box-inner
    .homepage-featured-box-btn {
    text-align: center;
  }
}

.homepage-slider-container .homepage-featured-content-box {
  width: auto;
  max-width: 50%;
}

.homepage-slider-container .slideshow-title h2,
.homepage-slider-container .slideshow-title .h2 {
  line-height: 1.1em;
}

.homepage-slider-container .flex-control-paging li a {
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media screen and (max-width: 768px) {
  .homepage-slider-container .icon--placeholder {
    min-height: 350px;
  }
}

.mobile-dot-nav-spacing {
  margin-bottom: 30px;
}

.homepage-sections--slideshow-wrapper .sitewide--title-wrapper {
  padding-bottom: 0;
}
.homepage-sections--slideshow-wrapper
  .sitewide--title-wrapper
  h2.homepage-sections--title:after,
.homepage-sections--slideshow-wrapper
  .sitewide--title-wrapper
  .homepage-sections--title.h2:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .homepage-featured-content-box-inner.show-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-featured-content-box-inner.show-desktop {
    display: none;
  }
  .slides
    .homepage-sections--slideshow-wrapper
    .homepage-featured-content-box:not(.slideshow-mobile-image-content) {
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  .slides
    .homepage-sections--slideshow-wrapper
    .homepage-featured-content-box:not(.slideshow-mobile-image-content)
    .homepage-featured-content-box-inner,
  .slides
    .homepage-sections--slideshow-wrapper
    .homepage-featured-content-box:not(.slideshow-mobile-image-content)
    h2.homepage-sections--title,
  .slides
    .homepage-sections--slideshow-wrapper
    .homepage-featured-content-box:not(.slideshow-mobile-image-content)
    .homepage-sections--title.h2 {
    text-align: center;
    width: 100%;
  }
  .homepage-slider-container
    .homepage-featured-content-box.slideshow-mobile-image-content {
    min-width: calc(100% - 40px);
    left: 0;
    margin: 20px;
    left: 0;
    right: 0;
  }
  .homepage-slider-container
    .homepage-featured-content-box.slideshow-mobile-image-content
    h2.homepage-sections--title,
  .homepage-slider-container
    .homepage-featured-content-box.slideshow-mobile-image-content
    .homepage-sections--title.h2 {
    font-size: 22px;
  }
  .homepage-slider-container
    .homepage-featured-content-box.slideshow-mobile-image-content
    .featured-row__subtext {
    font-size: 16px;
  }
  .homepage-slider-container
    .homepage-featured-content-box.slideshow-mobile-image-content
    .sitewide--title-wrapper
    .homepage-sections--title {
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
}

.slideshow--full-screen {
  height: 100vh;
}
.slideshow--full-screen .swiper-slide {
  height: 100vh;
}
.slideshow--full-screen .swiper-slide > div:not([class]),
.slideshow--full-screen .swiper-slide .slideshow__link > div,
.slideshow--full-screen .swiper-slide .slideshow-desktop-as-mobile-image,
.slideshow--full-screen .swiper-slide .slideshow-desktop-image {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slideshow--full-screen .swiper-slide .slideshow-mobile-image {
    height: 100%;
  }
}
.slideshow--full-screen img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: contain, object-position: 50% 50%";
}
.slideshow--full-screen svg.icon.icon--placeholder {
  max-width: inherit;
  width: auto;
  min-width: 100%;
}
@media screen and (min-width: 767px) {
  .slideshow--full-screen
    .swiper-container
    .slideshow-mobile-image--ll-wrapper {
    display: none;
  }
}

.image--slideshow__navigation a {
  -moz-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
.image--slideshow__navigation a i {
  line-height: inherit;
}

.image--slideshow__navigation .flex-prev {
  left: -70px;
}

.image--slideshow__navigation .flex-next {
  right: -70px;
}

.swiper-container:hover .image--slideshow__navigation .flex-prev {
  left: 0;
}

.swiper-container:hover .image--slideshow__navigation .flex-next {
  right: 0;
}

.image--slideshow__navigation .swiper-pagination {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 15px;
}

.slideshow--full-screen .swiper-pagination {
  position: absolute;
  z-index: 999;
}

/*============================================================================
  #Newsletter section
==============================================================================*/
.newsletter--section {
  text-align: center;
  padding: 40px;
}
.newsletter--section #newsletter-wrapper {
  width: 100%;
  display: inline-block;
  color: var(--text-color);
  padding: 7px 0;
}
.newsletter--section .newsletter_title h3,
.newsletter--section .newsletter_title .h3 {
  text-align: center;
  text-transform: var(--heading-font-case);
  margin-bottom: 0;
}
.newsletter--section p {
  margin-top: 0.5rem;
  text-align: center;
}
.newsletter--section #newsletter_text {
  width: 72%;
  background: transparent;
  display: inline-block;
  margin-bottom: 0;
  height: 37px;
  padding: 10px;
}
.newsletter--section #newsletter_submit {
  color: var(--text-color);
}
@media only screen and (min-width: 768px) {
  .newsletter--section {
    text-align: left;
  }
  .newsletter--section .grid,
  .newsletter--section .grid--rev,
  .newsletter--section .grid--full {
    display: table;
    width: 100%;
  }
  .newsletter--section .grid__item {
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin-top: 0;
  }
  .newsletter--section .row--table {
    width: 100%;
  }
  .newsletter--section .row--table div[class*="col-"] {
    float: left;
    display: block;
  }
}
@media only screen and (min-width: 350px) and (max-width: 528px) {
  .newsletter--section #newsletter_text {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter--section .newsletter--section--grid_inner {
    width: 100%;
  }
  .newsletter--section .newsletter--section--grid_inner #newsletter-wrapper {
    width: 100%;
  }
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: 80%;
    margin-bottom: 0;
  }
  .newsletter--section .newsletter--section--grid_inner.newsletter_form {
    float: left;
  }
  .newsletter--section .newsletter--section--grid_inner.newsletter_form form {
    width: 100%;
  }
  .newsletter--section .newsletter--section--grid_inner.newsletter_title {
    float: right;
  }
}
.newsletter--section form#contact_form #newsletter-wrapper #newsletter_submit {
  margin: 0;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: none;
  height: 36px;
}
.newsletter--section
  form#contact_form
  #newsletter-wrapper
  #newsletter_submit.btn {
  padding: 10px 0;
  margin-left: 20px;
}
.newsletter--section input#newsletter_submit[type="submit"] {
  font-family: FontAwesome;
}
.newsletter--section.homepage-sections-wrapper--white #newsletter_text {
  border-color: var(--border-color);
}
.newsletter--section.homepage-sections-wrapper--white #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--white #newsletter_text,
.newsletter--section.homepage-sections-wrapper--white
  #newsletter_text::placeholder {
  color: var(--text-color);
}
.newsletter--section.homepage-sections-wrapper--accent #newsletter_text {
  border-color: var(--color-scheme-feature-text-transparent60);
}
.newsletter--section.homepage-sections-wrapper--accent #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--accent #newsletter_text,
.newsletter--section.homepage-sections-wrapper--accent
  #newsletter_text::placeholder {
  color: var(--color-scheme-feature-text);
}
.newsletter--section.homepage-sections-wrapper--dark #newsletter_text {
  border-color: var(--color-scheme-dark-text-transparent60);
}
.newsletter--section.homepage-sections-wrapper--dark #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--dark #newsletter_text,
.newsletter--section.homepage-sections-wrapper--dark
  #newsletter_text::placeholder {
  color: var(--color-scheme-dark-text);
}
.newsletter--section.homepage-sections-wrapper--light #newsletter_text {
  border-color: var(--color-scheme-light-text-transparent60);
}
.newsletter--section.homepage-sections-wrapper--light #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--light #newsletter_text,
.newsletter--section.homepage-sections-wrapper--light
  #newsletter_text::placeholder {
  color: var(--color-scheme-light-text);
}

/*============================================================================
  Featured Product section
==============================================================================*/
.indiv-product {
  position: relative;
  text-align: center;
}

.indiv-product-vendor-text {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: calc(var(--base-font-size) * 0.8);
}

.homepage-section--indiv-product-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage-section--indiv-product-wrapper .product-details-product-title {
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  .homepage-section--indiv-product-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .homepage-section--indiv-product-wrapper .product-images {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .featured-product--grid-item {
    padding-left: 15px;
  }
  .featured-product--grid-item:nth-last-child(-n + 2) {
    margin-bottom: 0 !important;
  }
}

.onboarding--sold-out {
  margin: 20px 0;
}

.homepage-sections--indiv-product-slider {
  position: relative;
}
.homepage-sections--indiv-product-slider img {
  width: 100%;
}
.homepage-sections--indiv-product-slider ul.slides {
  list-style: none;
  margin: 0;
}

.homepage-slider-container .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: right;
  right: 30px;
}
.homepage-slider-container .swiper-pagination li {
  margin: 0 10px;
}

/*============================================================================
  #Product recommendations
==============================================================================*/
.product-page-related-products {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
.product-page-related-products .grid__item {
  padding: 0 15px;
}
.product-page-related-products .main-content {
  padding-bottom: 0;
}

/*============================================================================
  #Recently viewed
==============================================================================*/
.recently-viewed-products {
  padding: 30px 0;
  position: relative;
}
.recently-viewed-products .grid__item {
  padding: 0 15px 30px 15px;
}
.recently-viewed-products .product-grid--title {
  display: block;
}

/*================ Modals ================*/
.locations-modal {
  background-color: var(--body-secondary-color);
  bottom: 0;
  color: var(--text-color);
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.locations-modal--is-active {
  overflow-y: scroll;
  transform: translateX(0) !important;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.locations-modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}

.locations-modal__close .icon {
  font-size: 40px;
}

/*================ Store availablity widget ================*/
.store-availability-small-text {
  font-size: 13px;
}

.store-availability-information {
  display: flex;
  margin-left: 5px;
  margin-top: 15px;
}

.store-availability-information-container {
  margin-left: 5px;
}

.store-availability-information__title {
  margin-bottom: 0;
}

.store-availability-information__stock {
  margin-bottom: 0;
}

.store-availability-information__stores {
  margin-top: 8px;
}

.store-availability-information__link {
  -webkit-transition: padding-bottom 0.15s ease-in-out;
  -moz-transition: padding-bottom 0.15s ease-in-out;
  -o-transition: padding-bottom 0.15s ease-in-out;
  transition: padding-bottom 0.15s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

.store-availability-information__link:hover,
.store-availability-information__link:focus {
  opacity: 0.6;
  padding-bottom: 3px;
}

.store-availability-container .icon,
.store-availabilities-modal .icon {
  width: 12px;
  height: 12px;
}

.store-availability-container .icon-in-stock,
.store-availabilities-modal .icon-in-stock {
  fill: #108043;
  margin: 4px 0 0 0;
}

.store-availability-container .icon-out-of-stock,
.store-availabilities-modal .icon-out-of-stock {
  fill: #de3618;
  margin: 4.4px 0 0 0;
}

.store-availability-container .store-availability-list__stock .icon-in-stock,
.store-availabilities-modal .store-availability-list__stock .icon-in-stock {
  margin: 0 0 2.2px 0;
}

.store-availability-container
  .store-availability-list__stock
  .icon-out-of-stock,
.store-availabilities-modal .store-availability-list__stock .icon-out-of-stock {
  margin: 0 0 2.2px 0;
}

.store-availability-container .icon-close,
.store-availabilities-modal .icon-close {
  width: 18px;
  height: 18px;
}

.store-availabilities-modal {
  z-index: 1001;
  max-height: 100vh;
  width: 375px;
  left: auto;
  border-left: 1px solid var(--cart-drawer-text-color);
  box-sizing: border-box;
  box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
  transform: translateX(375px);
}

@media only screen and (max-width: 749px) {
  .store-availabilities-modal {
    border-left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateX(100%);
  }
}

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 16px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.store-availabilities-modal__product-title {
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0;
}

.store-availabilities-list {
  overflow: auto;
  padding: 0 10px;
}

.store-availabilities-modal__close {
  margin-bottom: 13px;
}

.store-availability-list__item {
  padding: 0 10px 16px 10px;
}
.store-availability-list__item address {
  font-size: var(--body-font-size-12-to-em);
}

.store-availability-list__item:before {
  content: "";
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.store-availability-list__item > p {
  font-size: 13px;
  margin-bottom: 0;
}

.store-availability-list__location {
  display: flex;
  justify-content: space-between;
}
.store-availability-list__location h3,
.store-availability-list__location .h3 {
  font-size: var(--base-font-size);
  margin-bottom: 0;
}

.store-availability-list__stock {
  margin-top: 7.5px;
  margin-bottom: 10px;
  display: block;
}

/*============================================================================
  #Map section
==============================================================================*/
.map__text--right .map-container-error {
  left: 75%;
}

.map-container-error {
  color: #d02e2e;
  border: solid #f00 1px;
  background-color: #fff6f6;
  position: absolute;
  top: 50%;
  left: 25%;
  padding: 1em;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .map-container-error {
    left: 50% !important;
    top: auto;
    transform: translate(-50%, 50%);
  }
}

.homepage-map--fallback-wrap {
  overflow: hidden;
}

.map__text--right .homepage-map-content-box {
  left: 0;
}

.map__text--right .homepage-map--image {
  float: right;
}

@media screen and (max-width: 768px) {
  .map__text--right .homepage-map-content-box {
    margin-top: 0;
  }
}

.homepage-sections-wrapper--light .map__text--full-width .homepage-map-box {
  background: var(--body-secondary-color);
}

.homepage-sections-wrapper--dark .map__text--full-width .homepage-map-box {
  background: var(--color-scheme-dark-background);
  color: var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--accent .map__text--full-width .homepage-map-box {
  background: var(--color-scheme-feature-background);
  color: var(--color-scheme-feature-text);
}

/*============================================================================
  #Image with text section
==============================================================================*/
.image-with-text-wrapper .homepage-content--image .icon--placeholder {
  border: 0;
}

.image-with-text-wrapper .featured-row__subtext p {
  margin-top: 15px;
}
.image-with-text-wrapper .featured-row__subtext p:first-child {
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .feature-row__text-alignment--left h2.homepage-sections--title,
  .feature-row__text-alignment--left .homepage-sections--title.h2,
  .feature-row__text-alignment--left .homepage-featured-box-btn,
  .feature-row__text-alignment--left p,
  .feature-row__text-alignment--left a,
  .feature-row__text-alignment--left div {
    text-align: left;
  }
  .feature-row__text-alignment--center h2.homepage-sections--title,
  .feature-row__text-alignment--center .homepage-sections--title.h2,
  .feature-row__text-alignment--center p,
  .feature-row__text-alignment--center a {
    text-align: center;
  }
  .homepage-featured-box-btn {
    float: none;
  }
  .feature-row__text-alignment--right h2.homepage-sections--title,
  .feature-row__text-alignment--right .homepage-sections--title.h2,
  .feature-row__text-alignment--right .homepage-featured-box-btn,
  .feature-row__text-alignment--right p,
  .feature-row__text-alignment--right a,
  .feature-row__text-alignment--right div {
    text-align: right;
  }
}

.feature-row__text--right .homepage-featured-content-box {
  left: 0;
}
@media screen and (max-width: 768px) {
  .feature-row__text--right .homepage-featured-content-box {
    margin-top: 0;
  }
}

.feature-row__text--right .homepage-content--image {
  float: right;
}

@media screen and (min-width: 767px) {
  .feature-row--overlapping.full-width
    .feature-row__text--right
    .homepage-featured-content-box {
    margin-left: 30px;
  }
  .feature-row--overlapping.full-width
    .feature-row__text--left
    .homepage-featured-content-box {
    margin-right: 30px;
  }
  .feature-row--overlapping.content-width
    .feature-row__text--right
    .homepage-featured-content-box {
    left: -30px;
  }
  .feature-row--overlapping.content-width
    .feature-row__text--left
    .homepage-featured-content-box {
    right: -30px;
  }
}

.feature-row--no-overlapping .feature_row__image_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .feature-row--no-overlapping .homepage-featured-content-wrapper {
    display: flex;
  }
}

.homepage-sections-wrapper--light
  .feature-row__text--full-width
  .homepage-featured-content-box {
  background: var(--body-secondary-color);
}

.homepage-sections-wrapper--dark
  .feature-row__text--full-width
  .homepage-featured-content-box {
  background: var(--color-scheme-dark-background);
  color: var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--accent
  .feature-row__text--full-width
  .homepage-featured-content-box {
  background: var(--color-scheme-feature-background);
  color: var(--color-scheme-feature-text);
}

/*============================================================================
  #Rich text section
==============================================================================*/
.homepage-featured-rich-text {
  text-align: center;
}
.homepage-featured-rich-text p:last-child,
.homepage-featured-rich-text .rte {
  margin-bottom: 0;
}
.homepage-featured-rich-text .featured-products-wrapper .featured-row__subtext {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #shopify-section-rich-text .homepage-sections-wrapper .grid__item {
    margin-top: 0;
  }
}

/*============================================================================
  #Text advert section
==============================================================================*/
.shopify-section .homepage-sections-wrapper.text-advert-section {
  padding: 0;
}

.text-advert-section {
  text-align: center;
  padding: 0;
  min-height: 80px;
}
@media screen and (min-width: 769px) {
  .text-advert-section {
    min-height: auto;
  }
}
.text-advert-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.text-advert-section .grid__item {
  margin-top: 20px;
}
body .text-advert-section .grid__item {
  margin-bottom: 20px !important;
}
.text-advert-section .grid__item:first-child {
  border-left: 0 !important;
}
.text-advert-section .grid__item span {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.text-advert-section .grid__item .text-advert-section--header {
  padding: 0 10px;
  margin: 0;
}
.text-advert-section .grid__item .text-advert-section--sub-header {
  padding: 0 10px 0 10px;
  margin: 0;
  opacity: 0.6;
}
.text-advert-section .grid__item a {
  display: block;
}

@media screen and (min-width: 769px) {
  .homepage-sections-wrapper--white .text-advert-section .grid__item {
    border-left: 1px solid var(--text-color-transparent6);
  }
}

.homepage-sections-wrapper--light
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  border: 1px solid var(--color-scheme-light-text);
}

.homepage-sections-wrapper--light
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot.active
  span,
.homepage-sections-wrapper--light
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: var(--color-scheme-light-text);
}

.homepage-sections-wrapper--dark
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  border: 1px solid var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--dark
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot.active
  span,
.homepage-sections-wrapper--dark
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: var(--color-scheme-dark-text);
}

.homepage-sections-wrapper--accent
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  border: 1px solid var(--color-scheme-feature-text);
}

.homepage-sections-wrapper--accent
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot.active
  span,
.homepage-sections-wrapper--accent
  .text-advert-section
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: var(--color-scheme-feature-text);
}

@media screen and (min-width: 769px) {
  .homepage-sections-wrapper--accent .text-advert-section .grid__item {
    border-left: 1px solid
      var(--homepage-sections-accent-secondary-color-transparent60);
  }
}

/*============================================================================
  #Testimonial section
==============================================================================*/
.testimonials-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.testimonial--circle-images .testimonial-section--image img {
  border-radius: 50%;
}

.testimonial--single-item {
  text-align: center;
  flex: 1 1 240px;
}
@media screen and (max-width: 768px) {
  .testimonial--single-item {
    margin-bottom: 30px;
  }
}

.testimonials--star-wrapper,
.testimonials--text-wrapper {
  margin: 20px;
}

.testimonial-section--image {
  text-align: center;
  display: inline-block;
}
.testimonial-section--image > div {
  display: inline-block;
}
.testimonial-section--image img {
  max-width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}

/*============================================================================
  #Video hero
==============================================================================*/
.video-hero-wrapper {
  position: relative;
}

.hero-video {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .hero-video.desktop-height-450 {
    height: 450px;
  }
  .hero-video.desktop-height-550 {
    height: 550px;
  }
  .hero-video.desktop-height-650 {
    height: 650px;
  }
  .hero-video.desktop-height-750 {
    height: 750px;
  }
  .hero-video.desktop-height-fullscreen {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .hero-video.mobile-height-250 {
    height: 250px;
  }
  .hero-video.mobile-height-350 {
    height: 350px;
  }
  .hero-video.mobile-height-450 {
    height: 450px;
  }
  .hero-video.mobile-height-550 {
    height: 550px;
  }
  .hero-video.mobile-height-fullscreen {
    height: 100vh;
  }
  .hero-video.mobile-height-fit .hero-video--media {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    position: relative;
  }
  .hero-video.mobile-height-fit .hero-video--media iframe,
  .hero-video.mobile-height-fit .hero-video--media video {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
  }
  .hero-video.mobile-height-fit .hero-video--media .plyr {
    position: unset;
  }
}
.hero-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}

.hero-video-play-button {
  z-index: 99;
  pointer-events: all;
  line-height: 0;
  width: 66px;
  height: 66px;
}
.hero-video-play-button svg {
  width: 60px;
  height: 60px;
  background-color: var(--body-color);
}
.hero-video-play-button:hover svg path {
  fill: var(--text-color-transparent7);
}

.hero-video--text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.text-content--inner {
  width: 65%;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .text-content--inner {
    width: 100%;
    padding: 30px;
  }
}
.text-content--inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 212, 255, 0) 32%
  );
  margin: -150px -250px;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}

.hero-video--text-content {
  display: flex;
  width: inherit;
}
.hero-video--text-content .text-size-12px {
  font-size: 12px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-12px {
    font-size: calc(12px - 0.4vw);
  }
}
.hero-video--text-content .text-size-14px {
  font-size: 14px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-14px {
    font-size: calc(14px - 0.4vw);
  }
}
.hero-video--text-content .text-size-16px {
  font-size: 16px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-16px {
    font-size: calc(16px - 0.4vw);
  }
}
.hero-video--text-content .text-size-18px {
  font-size: 18px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-18px {
    font-size: calc(18px - 0.4vw);
  }
}
.hero-video--text-content .text-size-20px {
  font-size: 20px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-20px {
    font-size: calc(20px - 0.4vw);
  }
}
.hero-video--text-content .text-size-22px {
  font-size: 22px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-22px {
    font-size: calc(22px - 0.4vw);
  }
}
.hero-video--text-content .text-size-24px {
  font-size: 24px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-24px {
    font-size: calc(24px - 0.4vw);
  }
}
.hero-video--text-content .text-size-26px {
  font-size: 26px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-26px {
    font-size: calc(26px - 0.4vw);
  }
}
.hero-video--text-content .text-size-28px {
  font-size: 28px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-28px {
    font-size: calc(28px - 0.4vw);
  }
}
.hero-video--text-content .text-size-30px {
  font-size: 30px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-30px {
    font-size: calc(30px - 0.4vw);
  }
}
.hero-video--text-content .text-size-32px {
  font-size: 32px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-32px {
    font-size: calc(32px - 0.4vw);
  }
}
.hero-video--text-content .text-size-34px {
  font-size: 34px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-34px {
    font-size: calc(34px - 0.4vw);
  }
}
.hero-video--text-content .text-size-36px {
  font-size: 36px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-36px {
    font-size: calc(36px - 0.4vw);
  }
}
.hero-video--text-content .text-size-38px {
  font-size: 38px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-38px {
    font-size: calc(38px - 0.4vw);
  }
}
.hero-video--text-content .text-size-40px {
  font-size: 40px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-40px {
    font-size: calc(40px - 0.4vw);
  }
}
.hero-video--text-content .text-size-42px {
  font-size: 42px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-42px {
    font-size: calc(42px - 0.4vw);
  }
}
.hero-video--text-content .text-size-44px {
  font-size: 44px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-44px {
    font-size: calc(44px - 0.4vw);
  }
}
.hero-video--text-content .text-size-46px {
  font-size: 46px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-46px {
    font-size: calc(46px - 0.4vw);
  }
}
.hero-video--text-content .text-size-48px {
  font-size: 48px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-48px {
    font-size: calc(48px - 0.4vw);
  }
}
.hero-video--text-content .text-size-50px {
  font-size: 50px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-50px {
    font-size: calc(50px - 0.4vw);
  }
}
.hero-video--text-content .text-size-52px {
  font-size: 52px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-52px {
    font-size: calc(52px - 0.4vw);
  }
}
.hero-video--text-content .text-size-54px {
  font-size: 54px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-54px {
    font-size: calc(54px - 0.4vw);
  }
}
.hero-video--text-content .text-size-56px {
  font-size: 56px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-56px {
    font-size: calc(56px - 0.4vw);
  }
}
.hero-video--text-content .text-size-58px {
  font-size: 58px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-58px {
    font-size: calc(58px - 0.4vw);
  }
}
.hero-video--text-content .text-size-60px {
  font-size: 60px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-60px {
    font-size: calc(60px - 0.4vw);
  }
}
.hero-video--text-content .text-size-62px {
  font-size: 62px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-62px {
    font-size: calc(62px - 0.4vw);
  }
}
.hero-video--text-content .text-size-64px {
  font-size: 64px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-64px {
    font-size: calc(64px - 0.4vw);
  }
}
.hero-video--text-content .text-size-66px {
  font-size: 66px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-66px {
    font-size: calc(66px - 0.4vw);
  }
}
.hero-video--text-content .text-size-68px {
  font-size: 68px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-68px {
    font-size: calc(68px - 0.4vw);
  }
}
.hero-video--text-content .text-size-70px {
  font-size: 70px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-70px {
    font-size: calc(70px - 0.4vw);
  }
}
.hero-video--text-content .text-size-72px {
  font-size: 72px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-72px {
    font-size: calc(72px - 0.4vw);
  }
}
.hero-video--text-content .text-size-74px {
  font-size: 74px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-74px {
    font-size: calc(74px - 0.4vw);
  }
}
.hero-video--text-content .text-size-76px {
  font-size: 76px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-76px {
    font-size: calc(76px - 0.4vw);
  }
}
.hero-video--text-content .text-size-78px {
  font-size: 78px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-78px {
    font-size: calc(78px - 0.4vw);
  }
}
.hero-video--text-content .text-size-80px {
  font-size: 80px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-80px {
    font-size: calc(80px - 0.4vw);
  }
}
.hero-video--text-content .text-size-82px {
  font-size: 82px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-82px {
    font-size: calc(82px - 0.4vw);
  }
}
.hero-video--text-content .text-size-84px {
  font-size: 84px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-84px {
    font-size: calc(84px - 0.4vw);
  }
}
.hero-video--text-content .text-size-86px {
  font-size: 86px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-86px {
    font-size: calc(86px - 0.4vw);
  }
}
.hero-video--text-content .text-size-88px {
  font-size: 88px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-88px {
    font-size: calc(88px - 0.4vw);
  }
}
.hero-video--text-content .text-size-90px {
  font-size: 90px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-90px {
    font-size: calc(90px - 0.4vw);
  }
}
.hero-video--text-content .text-size-92px {
  font-size: 92px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-92px {
    font-size: calc(92px - 0.4vw);
  }
}
.hero-video--text-content .text-size-94px {
  font-size: 94px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-94px {
    font-size: calc(94px - 0.4vw);
  }
}
.hero-video--text-content .text-size-96px {
  font-size: 96px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-96px {
    font-size: calc(96px - 0.4vw);
  }
}
.hero-video--text-content .text-size-98px {
  font-size: 98px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-98px {
    font-size: calc(98px - 0.4vw);
  }
}
.hero-video--text-content .text-size-100px {
  font-size: 100px;
}
@media (max-width: 769px) {
  .hero-video--text-content .text-size-100px {
    font-size: calc(100px - 0.4vw);
  }
}
.hero-video--text-content.text-align-top-left {
  justify-content: left;
  align-items: left;
  align-self: flex-start;
  text-align: left;
}
.hero-video--text-content.text-align-top-center {
  justify-content: center;
  text-align: center;
}
.hero-video--text-content.text-align-top-right {
  justify-content: flex-end;
  align-self: flex-start;
  text-align: right;
}
.hero-video--text-content.text-align-center-left {
  justify-content: left;
  align-items: center;
  text-align: left;
}
.hero-video--text-content.text-align-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-video--text-content.text-align-center-right {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.hero-video--text-content.text-align-bottom-left {
  justify-content: left;
  align-items: flex-start;
  align-self: flex-end;
  text-align: left;
}
.hero-video--text-content.text-align-bottom-center {
  justify-content: center;
  align-self: flex-end;
  text-align: center;
}
.hero-video--text-content.text-align-bottom-right {
  justify-content: flex-end;
  align-self: flex-end;
  text-align: right;
}
.hero-video--text-content .hero-video--text-title h1,
.hero-video--text-content .hero-video--text-title .h1 {
  white-space: pre-line;
  line-height: 1.1em;
  margin-bottom: 0.25em;
}
.hero-video--text-content .hero-video--text-subtitle {
  margin-bottom: 0.5em;
}
.hero-video--text-content .hero-video--text-subtitle p {
  white-space: pre-line;
  line-height: 1.4em;
}
.hero-video--text-content div[class^="text-size-"] {
  line-height: 1rem;
}
.hero-video--text-content .text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.hero-video--media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.hero-video--media.type-mp4 > div,
.hero-video--media.type-mp4 > div > div,
.hero-video--media.type-mp4 > div > div > div,
.hero-video--media.type-mp4 .video {
  height: 100%;
}
.hero-video--media iframe,
.hero-video--media video {
  width: 100%;
  height: 100%;
}
.hero-video--media video {
  position: relative;
  object-fit: cover;
  object-position: 50% 20%;
  font-family: "object-fit: cover";
}
.hero-video--media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  left: -100%;
  max-width: none;
}
.hero-video--media[data-hide-controls="true"] .plyr__controls {
  opacity: 0;
}
.hero-video--media[data-hide-controls="true"] iframe {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .mobile-height-fullscreen iframe {
    width: 350%;
    left: -120%;
  }
}

@media screen and (min-width: 768px) {
  .desktop-height-450 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%;
  }
}

@media screen and (min-width: 900px) {
  .desktop-height-550 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%;
  }
}

@media screen and (min-width: 1200px) {
  .desktop-height-650 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%;
  }
}

@media screen and (min-width: 1400px) {
  .desktop-height-750 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%;
  }
}

@media screen and (min-width: 1400px) and (min-height: 800px) {
  .desktop-height-fullscreen iframe {
    width: 100%;
    height: 301%;
    left: auto;
    top: -100%;
  }
}

@media screen and (max-height: 800px) and (min-width: 1320px) {
  .desktop-height-fullscreen iframe {
    width: 100%;
    height: 400%;
    left: auto;
    top: -150%;
  }
}

/*============================================================================
  #Video section
==============================================================================*/
@media screen and (max-width: 767px) {
  .homepage-section--video-wrapper .grid__item {
    margin-top: 0;
  }
}

.homepage-hero-content--video {
  margin: 0 auto;
  float: none;
}
@media screen and (min-width: 767px) {
  .homepage-hero-content--video {
    padding-left: 0;
  }
}
.homepage-hero-content--video .video--video__text-block {
  z-index: 4;
  margin-top: 0;
}
.homepage-hero-content--video .homepage-hero-content-overlay-wrapper:before {
  z-index: 3;
}
.homepage-hero-content--video.large--one-whole.no-text {
  margin-top: -30.30303px !important;
  margin-bottom: -30.30303px;
}
.homepage-hero-content--video .plyr--video {
  background-color: var(--body-color-transparent90);
  color: var(--text-color);
  outline: none;
}
.homepage-hero-content--video
  .plyr--video
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--body-color-transparent90);
}
.homepage-hero-content--video
  .plyr--video
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0%),
    var(--text-color-transparent6) var(--value, 0%)
  );
}
.homepage-hero-content--video .plyr--video .plyr__control--overlaid {
  border-radius: 0;
  padding: 0;
}
.homepage-hero-content--video .plyr--video .plyr__control--overlaid svg {
  left: 0;
  border: 1px solid var(--text-color-transparent05);
  padding: 5px 0;
  width: 62px;
  height: 62px;
}
.homepage-hero-content--video .plyr--video .plyr__control--overlaid:hover {
  color: var(--text-color-transparent7);
}
.homepage-hero-content--video .plyr--video .plyr__video-wrapper,
.homepage-hero-content--video .plyr--video .plyr__poster {
  background-color: transparent;
}

.homepage-hero-content--text-block {
  margin: 0 auto;
  float: none;
  text-align: center;
  padding-bottom: 30.303030303px;
  padding-left: 25px;
  padding-right: 25px;
}
.homepage-hero-content--text-block h2:last-child,
.homepage-hero-content--text-block .h2:last-child,
.homepage-hero-content--text-block p:last-child {
  margin-bottom: 0;
}

.video--video__text-block {
  padding: 0;
}
.video--video__text-block p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .video--video__text-block h2,
  .video--video__text-block .h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.video--video__static-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video--video__text-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.homepage-video-play-button-inner {
  position: absolute;
  width: 100%;
  height: 1;
  z-index: 2;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -10%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 767px) {
  .homepage-video-play-button-inner {
    border-width: 12px 0 12px 24px;
  }
}

.homepage-video-play-button {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media screen and (min-width: 767px) {
  .homepage-video-play-button {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
}
.homepage-sections-wrapper--light .homepage-video-play-button {
  background: var(--color-scheme-light-background);
}
.homepage-sections-wrapper--light
  .homepage-video-play-button
  .homepage-video-play-button-inner {
  border-color: transparent transparent transparent
    var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .homepage-video-play-button:hover {
  background: var(--color-scheme-light-background-lighten5);
}
.homepage-sections-wrapper--dark .homepage-video-play-button {
  background: var(--color-scheme-dark-background);
}
.homepage-sections-wrapper--dark
  .homepage-video-play-button
  .homepage-video-play-button-inner {
  border-color: transparent transparent transparent
    var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .homepage-video-play-button:hover {
  background: var(--color-scheme-light-background-lighten5);
}
.homepage-sections-wrapper--accent .homepage-video-play-button {
  background: var(--color-scheme-feature-background);
}
.homepage-sections-wrapper--accent
  .homepage-video-play-button
  .homepage-video-play-button-inner {
  border-color: transparent transparent transparent
    var(--color-scheme-feature-text);
}
.homepage-sections-wrapper--accent .homepage-video-play-button:hover {
  background: var(--color-scheme-feature-background-lighten5);
}
.homepage-sections-wrapper--white .homepage-video-play-button {
  background: var(--body-color);
}
.homepage-sections-wrapper--white
  .homepage-video-play-button
  .homepage-video-play-button-inner {
  border-color: transparent transparent transparent
    var(--color-scheme-light-text);
}
.homepage-sections-wrapper--white .homepage-video-play-button:hover {
  background: var(--body-secondary-color);
}

/*============================================================================
  #404 Page
==============================================================================*/
.error-page--wrapper {
  text-align: center;
}
.error-page--wrapper a {
  text-decoration: underline;
}

/*============================================================================
  #Article page (blog post)
==============================================================================*/
.post-time {
  display: block;
  text-align: center;
}

.article--image-wrapper {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #shopify-section-article-template .blog-main--wrapper {
    padding-top: 0;
  }
}

.blog-main--wrapper .social-sharing {
  bottom: 0;
  opacity: 1;
  position: relative;
  right: 0;
  text-align: left;
  margin-top: 15px;
}
.blog-main--wrapper .social-sharing h5,
.blog-main--wrapper .social-sharing .h5 {
  text-transform: none;
  font-size: 12px;
}

#comments .comment-wrapper {
  background: var(--body-secondary-color);
  padding: 20px;
  margin-top: 20px;
}
#comments .comment-wrapper .comment-data {
  font-size: 12px;
}

/*============================================================================
  #Blog page
==============================================================================*/
#homepage-collection-mobile .helper-section {
  width: 100%;
}

.helper-section {
  display: inline-block;
}

.blog-main--wrapper .fa-rss {
  font-size: 14px;
  margin-left: 5px;
}

.blog-main--wrapper,
.error-page--wrapper {
  padding-top: 30px;
}

.article__featured-image {
  margin-bottom: 20px;
  display: block;
}

.indiv-post-time {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
  display: block;
}

.blog-sidebar--recent-articles time {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .blog-template--main,
  .blog-template--main .blog-template--individual:first-child {
    margin-top: 0;
  }
}

.blog-sidebar--recent-articles li,
.blog-sidebar--all-categories li {
  border-top: 1px solid var(--text-color-lighten70);
  padding-top: 15px;
}

.blog-sidebar--recent-articles:first-child,
.blog-sidebar--recent-articles:first-child,
.blog-sidebar--all-categories:first-child,
.blog-sidebar--all-categories:first-child {
  border-top: 0;
}

.blog-sidebar--meta {
  margin: 0;
  padding: 0;
}
.blog-sidebar--meta li {
  list-style-type: none;
}

.blog-sidebar-image {
  margin-bottom: 15px;
}

/*============================================================================
  #Cart Page
==============================================================================*/
.cart--button-checkout,
.cart--button-update {
  padding: 15px 35px;
  transition: all 0.15s ease-in-out 0s;
}

.cart--empty-cart {
  text-align: center;
}

/*============================================================================
  #Collection list page
==============================================================================*/
.list-collections--more-link {
  padding-top: 30px;
  text-align: center;
}

.list-collections--banner-image {
  margin-bottom: 20px;
  text-align: center;
}

.list-collections--indiv-collection-title {
  text-align: center;
}

.template-list-collections .hidden-border {
  height: 80px;
}

#shopify-section-list-collections-template
  .collection-main-body-inner
  .grid-view-item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #shopify-section-list-collections-template .list-collections--title {
    text-align: center;
  }
}

/*============================================================================
  #Collection page
==============================================================================*/
@media screen and (max-width: 768px) {
  .collection-main-body {
    margin-top: 0;
  }
}

#shopify-section-collection-template .main-content {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .collection-central-description-block--mobile {
    margin-bottom: 50px;
  }
  .collection-central-description-block--mobile,
  .collection-sidebar-mobile-wrapper {
    margin-bottom: 0;
  }
}

.collection-central-description-block {
  text-align: center;
}
.collection-central-description-block img {
  margin: 0 auto;
}
.collection-central-description-block .collection-sidebar__description {
  padding-bottom: 20px;
}

.collection-main-central-header {
  margin-bottom: 50px;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .collection-main-central-header {
    margin-bottom: 0;
    display: inline-block;
  }
}
.collection-main-central-header > div {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .collection-main-central-header > div {
    display: table-cell;
    float: none;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .collection-main-central-header > div {
    display: inline-block;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .collection-page--feature-image {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .collection-style--grid .section-header {
    margin-bottom: 30px;
  }
}

.collection-style--grid-inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .collection-style--grid-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .collection-style--grid-inner .collection-sidebar-filter {
    width: 40%;
  }
}

.collection-sidebar-filter.large-hide {
  text-align: center;
}

.collection-style--sidebar-filters.collection-grid__filter-only--enabled,
.collection-style--sidebar-filters.collection-grid__sort-only--enabled {
  padding: 0 10px;
}

.collection-none-sidebar-wrapper {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.collection-sidebar-mobile-wrapper img.collection-page--sidebar-image {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .collection-sidebar-mobile-wrapper {
    text-align: center;
    margin-top: 0;
  }
  .collection-sidebar-mobile-wrapper img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 400px;
  }
}

.sidebar-with-description .section-header {
  padding-bottom: 20px;
}

.collection-sidebar__description img {
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .collection-sidebar__description img {
    width: 100%;
  }
}

.collection-sidebar__title {
  font-size: 24px;
  margin: 30px 0;
}

.collection-sidebar__title__single {
  font-size: 24px;
  margin: 0 0 30px 0;
}

.collection-sidebar-wrapper .page--title {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .collection-main-body-inner .grid__item {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .template-collection .collection-sidebar-wrapper h1.page--title:after,
  .template-collection .collection-sidebar-wrapper .page--title.h1:after {
    right: auto;
  }
  .collection-sidebar-wrapper .page--title {
    text-align: left;
  }
  .collection-sidebar-wrapper .page--title:after {
    right: 0;
  }
}

.collection-none--sort-by {
  margin-top: -20px;
  padding-bottom: 40px;
  text-align: center;
}

.collection-central--sort-by {
  text-align: center;
  display: inline-block;
}

.collection-sidebar-filter--active-filters {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .collection-sidebar-filter--active-filters {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
}
.collection-sidebar-filter--active-filters .active-filters,
.collection-sidebar-filter--active-filters .active-filters-mobile {
  position: relative;
  display: block;
  padding: 10px;
  margin: 0 10px 10px 0;
  background: var(--filter-bg-color);
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  .collection-sidebar-filter--active-filters .active-filters,
  .collection-sidebar-filter--active-filters .active-filters-mobile {
    margin: 0 0 10px 0;
  }
}
.collection-sidebar-filter--active-filters .active-filters a,
.collection-sidebar-filter--active-filters .active-filters span,
.collection-sidebar-filter--active-filters .active-filters-mobile a,
.collection-sidebar-filter--active-filters .active-filters-mobile span {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  cursor: pointer;
}
.collection-sidebar-filter--active-filters .active-filters a:before,
.collection-sidebar-filter--active-filters .active-filters a:after,
.collection-sidebar-filter--active-filters .active-filters span:before,
.collection-sidebar-filter--active-filters .active-filters span:after,
.collection-sidebar-filter--active-filters .active-filters-mobile a:before,
.collection-sidebar-filter--active-filters .active-filters-mobile a:after,
.collection-sidebar-filter--active-filters .active-filters-mobile span:before,
.collection-sidebar-filter--active-filters .active-filters-mobile span:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  margin-right: 5px;
  background-color: var(--text-color);
}
.collection-sidebar-filter--active-filters
  .active-filters
  .clear-active-filter:before,
.collection-sidebar-filter--active-filters
  .active-filters
  .clear-active-filter-mobile:before,
.collection-sidebar-filter--active-filters
  .active-filters-mobile
  .clear-active-filter:before,
.collection-sidebar-filter--active-filters
  .active-filters-mobile
  .clear-active-filter-mobile:before {
  transform: rotate(45deg);
}
.collection-sidebar-filter--active-filters
  .active-filters
  .clear-active-filter:after,
.collection-sidebar-filter--active-filters
  .active-filters
  .clear-active-filter-mobile:after,
.collection-sidebar-filter--active-filters
  .active-filters-mobile
  .clear-active-filter:after,
.collection-sidebar-filter--active-filters
  .active-filters-mobile
  .clear-active-filter-mobile:after {
  transform: rotate(-45deg);
}

.mobile-filter-dropdown {
  min-height: 52px;
  text-align: left;
  border: 1px solid var(--border-color);
  padding: 10px;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
.mobile-filter-dropdown .icon-dropdown {
  padding-left: 0.25em;
  display: flex;
  align-items: center;
}
.mobile-filter-dropdown .icon-dropdown svg {
  width: 20px;
  padding-left: 0.25em;
}

a.group-filter-headings {
  width: 100%;
}

.group-filter-headings h5,
.group-filter-headings .h5 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.collection-filter-tag-checkbox:focus {
  border: 1px solid var(--border-color-darken-10) !important;
}

@media screen and (min-width: 769px) {
  .collection-style--grid-filters {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
  }
  .collection-style--grid-filters .collection-sidebar-filter button {
    margin-right: 0;
  }
  .collection-style--grid-filters .collection-sidebar-filter.small-hide button {
    margin: 0;
  }
  .collection-style--grid-filters .collection-central--sort-by {
    text-align: right;
  }
  .collection-grid__sort-only--enabled {
    justify-content: flex-end;
  }
  .collection-grid__filter-only--enabled {
    justify-content: flex-start;
  }
}

.collection-sidebar-filter,
.collection-sidebar-filter-mobile {
  min-width: 200px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.collection-sidebar-filter .clearall,
.collection-sidebar-filter-mobile .clearall {
  color: var(--text-color);
}
.collection-sidebar-filter .clearall:hover,
.collection-sidebar-filter-mobile .clearall:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .collection-sidebar-filter .clearall,
  .collection-sidebar-filter-mobile .clearall {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    margin-right: 15px;
  }
}
.collection-sidebar-filter h5,
.collection-sidebar-filter .h5,
.collection-sidebar-filter-mobile h5,
.collection-sidebar-filter-mobile .h5 {
  margin: 30px 0 0;
  color: var(--text-color);
}
.collection-style--grid .collection-sidebar-filter,
.collection-style--grid .collection-sidebar-filter-mobile {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .collection-sidebar-filter,
  .collection-sidebar-filter-mobile {
    max-width: 100%;
    min-width: inherit;
  }
}
.collection-sidebar-filter input[type="checkbox"],
.collection-sidebar-filter-mobile input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: var(--filter-bg-color);
  color: var(--text-color);
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 7px;
}
.collection-sidebar-filter input[type="checkbox"]:checked:before,
.collection-sidebar-filter-mobile input[type="checkbox"]:checked:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  left: 8px;
  top: 4px;
}
.collection-sidebar-filter input[type="checkbox"]:hover,
.collection-sidebar-filter-mobile input[type="checkbox"]:hover {
  background-color: var(--text-color-transparent05);
}
.collection-sidebar-filter input[type="checkbox"]:checked,
.collection-sidebar-filter-mobile input[type="checkbox"]:checked {
  background-color: var(--text-color-transparent05);
}

.collection-sidebar-sort input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: var(--filter-bg-color);
  color: var(--text-color);
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
}

.collection-sidebar-sort input[type="radio"]:checked:before {
  position: absolute;
  content: "\f111";
  font-family: "FontAwesome";
  left: 9px;
  top: 4px;
}

.collection-sidebar-sort input[type="radio"]:hover {
  background-color: var(--text-color-transparent05);
}

.collection-sidebar-sort input[type="radio"]:checked {
  background-color: var(--text-color-transparent05);
}

@media screen and (min-width: 769px) {
  .collection-sidebar-filter,
  .collection-sidebar-filter-mobile,
  .collection-sidebar-sort {
    margin: 0 0 30px 0;
  }
}

.collection-sidebar-filter button,
.collection-sidebar-filter-mobile button,
.collection-sidebar-sort button {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.collection-sidebar-filter label,
.collection-sidebar-filter-mobile label,
.collection-sidebar-sort label {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 2px 0;
  text-transform: capitalize;
  text-align: left;
}
.collection-sidebar-filter label.sidebar-title,
.collection-sidebar-filter-mobile label.sidebar-title,
.collection-sidebar-sort label.sidebar-title {
  font-weight: bold;
}

.collection-sidebar-filter .filter-header-mobile,
.collection-sidebar-filter-mobile .filter-header-mobile,
.collection-sidebar-sort .filter-header-mobile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.collection-sidebar-filter ul,
.collection-sidebar-filter-mobile ul,
.collection-sidebar-sort ul {
  list-style: none;
  margin-left: 0;
}
.collection-sidebar-filter ul li,
.collection-sidebar-filter-mobile ul li,
.collection-sidebar-sort ul li {
  margin-bottom: 0;
}

/*============================================================================
  #Accounts
  - account, activate account, login, forgot password, order, register, reset password
==============================================================================*/
.account--sub-title {
  font-weight: 300;
  font-size: 18px;
}

.account-customer-name {
  margin: 10px 0 5px;
  display: inline-block;
}

.account--top-margin {
  margin-top: 50px;
}

.account-area--order-details th,
.account-area--order-details td {
  border: 1px solid var(--border-color);
  border-left: 0;
  border-right: 0;
}

.account-area--order-details td {
  border-top: 1px solid var(--border-color);
}

.account-area--order-details .order--refunded-total {
  text-decoration: line-through;
  font-size: 0.7rem;
}

@media only screen and (max-width: 768px) {
  .account-area--order-details tr {
    margin-top: 30px;
  }
  .account-area--order-details td:first-child {
    border: 0;
  }
}

#addresses .account-section--btn {
  margin-bottom: 20px;
}

.account-addresses--return-to-account {
  text-align: right;
}
.account-addresses--return-to-account i {
  margin-right: 5px;
}

#create_customer .errors ul {
  padding: 0;
  margin: 0;
}
#create_customer .errors ul li {
  list-style-type: none;
  text-align: center;
}

.account--order---wrapper .money-styling {
  text-align: right;
}

.account--order--note {
  font-size: 12px;
}

.order-discount--list {
  margin-left: 0;
}
.order-discount--list li {
  list-style-type: none;
}

/*============================================================================
  #Contact Page
==============================================================================*/
.contact-form--submit-button .btn {
  float: right;
}

#shopify-section-page-contact-template .contact-form,
#shopify-section-page-contact-template .contact-description {
  margin-bottom: 30px;
}

/*============================================================================
  Page
==============================================================================*/
.sidebar-section:not(:first-of-type):not(.sidebar-image) {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
}

.sidebar-section:first-of-type,
.sidebar-section .sidebar-image {
  padding-bottom: 15px;
}

.sidebar-section li {
  list-style: none;
}
.sidebar-section li:first-of-type {
  margin-top: 0;
}
.sidebar-section li:last-of-type {
  margin-bottom: 0;
}

.sidebar-section p,
.sidebar-section h4,
.sidebar-section .h4 {
  margin-bottom: 0;
}

.sidebar-section.sidebar-image {
  margin-bottom: 10px;
}
.sidebar-section.sidebar-image h4,
.sidebar-section.sidebar-image .h4 {
  text-align: center;
  margin-top: 15px;
}

.sidebar-text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.sidebar-section li {
  margin: 10px 0;
}
.sidebar-section li a {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sidebar-section li a:hover,
.sidebar-section li a:focus,
.sidebar-section li a:active {
  opacity: 0.6;
}

.sidebar-menu--level-3,
.sidebar-menu--level-2 {
  margin-bottom: 0;
}

/*============================================================================
  #Product Page
==============================================================================*/
.product-details-wrapper {
  background: var(--body-secondary-color);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .product-details-wrapper {
    padding: 20px 30px;
  }
}

.product-details-product-title {
  font-family: Inter;
  font-size: 1.875rem;
  font-size: clamp(1.875rem, calc(1.716rem + 0.654vw), 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: left;
}

.product-sticky-wrapper {
  position: relative;
}

.product-sticky {
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .grid__item.mobile--no-top-margin {
    margin-top: 0;
  }
}

.product-single__photo-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.product-single__photo-wrapper:last-child {
  padding-bottom: 0;
}

.zoom--cross-hair {
  cursor: crosshair;
}

@media only screen and (max-width: 767px) {
  .product-page--side-thumbnails {
    display: none;
  }
}

.product-page--side-thumbnails div {
  margin-bottom: 15px;
}

.product-page--sale-badge {
  background-color: var(--sale-badge-color);
  color: var(--badge-font-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.product__price-wrapper {
  margin: 0;
  font-family: Inter;
  font-size: 1.875rem;
  font-size: clamp(1.25rem, calc(1.091rem + 0.654vw), 1.875rem);
  text-transform: uppercase;

  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}



#ComparePrice {
  margin: 0;
  text-decoration: line-through;
  display: none;
}

.product-details-wrapper .unit-price {
  margin-bottom: 16px;
}

.product-page--pricing--discount {
  display: inline-block;
}
.product-page--pricing--discount span.variant-value-wrapper,
.product-page--pricing--discount span.variant-percentage-wrapper {
  color: var(--on-sale-color);
  font-weight: bold;
  padding-left: 6px;
  font-size: var(--base-font-size);
  display: inline-block;
}

.product-page--pricing--discount span.variant-percentage-wrapper {
  display: none;
}

.discount--sale-color {
  color: var(--sale-badge-color);
}

.product-description,
.product-description a,
.product__meta {
  color: var(--text-color);
}

@media screen and (max-width: 768px) {
  .product-description-container .product-description {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .product-description-container .product-description_full-width {
    padding: 40px 0 20px;
  }
}

.product-page__policies {
  margin: 4px 0 28px;
}

.product-details--form-wrapper {
  margin-bottom: 30px;
}

.product-details--form-wrapper---below {
  margin-top: 20px;
}

.product-details--form-wrapper--no-description {
  margin-bottom: 0;
}

#AddToCart.disabled {
  padding: 5px 35px;
}

#AddToCart:hover {
  background: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}

#AddToCartForm {
  margin-bottom: 0;
}
#AddToCartForm .selector-wrapper label,
#AddToCartForm .product-sub-label {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-color);
  margin: 20px 0 10px 0;
  display: inline-block;
}
#AddToCartForm .selector-wrapper {
  width: 100%;
}
#AddToCartForm .selector-wrapper .wetheme-dropdown__wrapper {
  width: 70%;
}
#AddToCartForm .selector-wrapper .wetheme-dropdown__wrapper button {
  width: 100%;
  min-height: 46px;
}
#AddToCartForm .wetheme-dropdown ul {
  background-color: var(--body-secondary-color);
}
#AddToCartForm .wetheme-dropdown ul li:hover,
#AddToCartForm .wetheme-dropdown ul li.selected {
  background-color: var(--body-secondary-color-darken05);
}
#AddToCartForm #Quantity {
  border: 0;
}
#AddToCartForm .js-qty,
#AddToCartForm .ajaxcart__qty {
  max-width: 85px;
}
#AddToCartForm .js-qty__adjust,
#AddToCartForm .ajaxcart__qty-adjust {
  font-size: 10px;
  opacity: 0.5;
  padding: 0;
}

.paymentButtonsWrapper {
  margin-top: 20px;
}

.product-single__variants {
  display: none;
}

.swatch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 2rem;
  padding-top: 1.5rem;
}

.swatch .header {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--text-color);
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.swatch label {
  min-width: 35px !important;
  margin: 0;
  border: var(--primary-btn-bg-color) thin solid;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
  display: block;
}

.swatch .color.soldout.swatch-element label {
  opacity: 0.1;
  cursor: pointer;
}

.swatch .color.soldout.swatch-element .tooltip {
  text-decoration: line-through;
  background-color: var(--secondary-btn-bg-color-lighten);
}
.swatch .color.soldout.swatch-element .tooltip:after {
  border-top-color: var(--secondary-btn-bg-color-lighten);
}

.swatch input[type="radio"] {
  display: none;
}

.swatch input:checked+label {
  display: block;
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  border-color: var(--text-color);
  box-sizing: border-box;
  outline: 1px solid var(--text-color);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.swatch .swatch-element.is-oura label {
  width: 100px;
  height: 100px;
}

.swatch .swatch-element.is-oura input:checked + label {
  background-color: transparent;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  margin: 0 10px 10px 0;
  position: relative;
}
.swatch .swatch-element.soldout {
  text-decoration: line-through;
}
.swatch .swatch-element.soldout .crossed-out {
  display: block;
}
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=40);
  /* internet explorer */
  -khtml-opacity: 0.4;
  /* khtml, old safari */
  -moz-opacity: 0.4;
  /* mozilla, netscape */
  opacity: 0.4;
  /* fx, safari, opera */
  background-color: transparent;
  border: var(--border-color) 1px solid;
  color: var(--text-color);
}
.swatch .swatch-element .crossed-out {
  display: none;
}
.swatch .swatch-element label {
  padding: 8px 20px;
}
@media only screen and (min-width: 768px) {
  .swatch .swatch-element {
    margin: 0 10px 20px 0;
  }
}
.swatch .swatch-element.color {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .swatch .swatch-element.color {
    margin-bottom: 0;
  }
}

.swatch .tooltip {
  text-align: center;
  background: var(--secondary-btn-bg-color);
  color: var(--secondary-btn-text-color);
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -30px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid var(--secondary-btn-bg-color) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}
.swatch.error p {
  margin: 0.7em 0;
}
.swatch.error p:first-child {
  margin-top: 0;
}
.swatch.error p:last-child {
  margin-bottom: 0;
}
.swatch.error code {
  font-family: monospace;
}

.color.swatch-element label {
  padding: 0;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 70px;
  border: 4px solid var(--body-secondary-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 1.25rem;
}

.color.swatch-element label.text {
  width: auto;
  height: auto;
}

.color.swatch-element input + label {
  position: relative;
}

.color.swatch-element input + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  border: 3px solid var(--body-secondary-color);
}

.color.swatch-element input:checked + label {
  border: 2px solid var(--body-secondary-color);
  outline: 1px solid var(--text-color);
}

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatches-wrapper {
  margin-bottom: 10px;
}

.swatches-wrapper label,
.swatch-title {
  font-size: 90%;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.product__meta {
  margin-left: 0;
}
.product__meta .grid__item {
  padding: 10px 0 10px 0;
}

.product__meta--vendor,
.product__meta--sku {
  margin-top: 0;
}
.product__meta--vendor h4,
.product__meta--vendor .h4,
.product__meta--sku h4,
.product__meta--sku .h4 {
  font-size: 95%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product__meta--vendor,
  .product__meta--sku {
    text-align: left;
  }
}

.product__meta--sku {
  text-align: right;
}

.product__meta--tags {
  text-transform: capitalize;
}

.product__meta--giftwrap {
  position: relative;
  display: flex;
  align-items: center;
}
.product__meta--giftwrap:hover input {
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 3px;
}
.product__meta--giftwrap input {
  margin: 0;
  cursor: pointer;
}
.product__meta--giftwrap label {
  -webkit-transition: padding-bottom 0.15s ease-in-out;
  -moz-transition: padding-bottom 0.15s ease-in-out;
  -o-transition: padding-bottom 0.15s ease-in-out;
  transition: padding-bottom 0.15s ease-in-out;
  margin-left: 10px;
}

.drawer .product__meta--giftwrap {
  justify-content: center;
}

#productSelect-template--product ~ .product__meta--giftwrap {
  padding-top: 15px;
}

.trust-badge-container div {
  display: block;
  margin-top: 15px;
}

.product-details-wrapper,
.product-description-container {
  position: relative;
}
.product-details-wrapper .product-description,
.product-description-container .product-description {
  word-wrap: break-word;
  overflow: hidden;
  clear: both;
}
.product-details-wrapper .product-description.readmore,
.product-description-container .product-description.readmore {
  padding-bottom: 20px;
}
.product-details-wrapper .product-description.readmore.closed,
.product-description-container .product-description.readmore.closed {
  position: relative;
}
.product-details-wrapper .product-description.readmore.closed:after,
.product-description-container .product-description.readmore.closed:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    var(--body-secondary-color-transparent00) 65%,
    var(--body-secondary-color) 100%
  );
}
.product-details-wrapper .read-more-link,
.product-details-wrapper .read-less-link,
.product-description-container .read-more-link,
.product-description-container .read-less-link {
  font-weight: 200;
  text-transform: uppercase;
  display: table !important;
  white-space: nowrap;
  margin: 0 auto;
}
.product-details-wrapper .read-more-link:before,
.product-details-wrapper .read-more-link:after,
.product-details-wrapper .read-less-link:before,
.product-details-wrapper .read-less-link:after,
.product-description-container .read-more-link:before,
.product-description-container .read-more-link:after,
.product-description-container .read-less-link:before,
.product-description-container .read-less-link:after {
  border-top: 1px solid #bcbcbc;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 45%;
}
.product-details-wrapper .read-more-link:before,
.product-details-wrapper .read-less-link:before,
.product-description-container .read-more-link:before,
.product-description-container .read-less-link:before {
  right: 1.5%;
}
.product-details-wrapper .read-more-link:after,
.product-details-wrapper .read-less-link:after,
.product-description-container .read-more-link:after,
.product-description-container .read-less-link:after {
  left: 1.5%;
}
.product-details-wrapper .read-more-link i,
.product-details-wrapper .read-less-link i,
.product-description-container .read-more-link i,
.product-description-container .read-less-link i {
  padding-left: 0.25em;
}

.product-description-container
  .product-description_full-width.readmore.closed:after {
  background-image: linear-gradient(
    var(--body-color-transparent00) 65%,
    var(--body-color) 100%
  );
}

.social-sharing {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .social-sharing {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    text-align: left;
  }
}
.social-sharing h5,
.social-sharing .h5 {
  text-transform: uppercase;
  font-size: 11px;
}
.social-sharing a {
  transition: all 0.15s ease-in-out 0s;
  display: inline-block;
}
.social-sharing a:first-of-type .sharing-button {
  padding-left: 0;
}
.social-sharing a:hover {
  opacity: 0.75;
}
.social-sharing .sharing-button {
  padding: 0.5em 0.75em;
}
.social-sharing .sharing-button__icon {
  fill: var(--text-color);
  stroke: none;
}
.social-sharing .sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
  margin: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 1180px) {
  .social-sharing {
    bottom: 0;
    margin-top: 30px;
    position: relative;
    right: 0;
    text-align: left;
  }
}

.out-of-stock-form input[type="email"] {
  margin: 0;
}

.out-of-stock-form.out-of-stock-form--active,
.out-of-stock-form:not(.out-of-stock-form--active) .accent-text {
  margin: 28px 0;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.out-of-stock-form #notify-me-wrapper {
  margin-top: 15px;
}

.out-of-stock-form #notify-me-wrapper.show-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.out-of-stock-form input[type="email"] {
  min-width: 280px;
  border-color: var(--text-color);
  padding: 8px 10px;
}
@media screen and (max-width: 1023px) {
  .out-of-stock-form input[type="email"] {
    min-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .out-of-stock-form input[type="email"] {
    min-width: 75%;
    font-size: 14px;
  }
}

.out-of-stock-form form#contact_form .btn {
  margin: 0;
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  transition: all 0.15s ease-in-out 0s;
}
@media screen and (max-width: 1023px) {
  .out-of-stock-form form#contact_form .btn {
    min-width: -webkit-calc(30% - 4px);
    min-width: calc(30% - 4px);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .out-of-stock-form form#contact_form .btn {
    min-width: -webkit-calc(25% - 4px);
    min-width: calc(25% - 4px);
    font-size: 14px;
  }
}

.out-of-stock-form form#contact_form .btn:hover {
  background: var(--primary-btn-bg-hover-color);
  color: var(--primary-btn-text-hover-color);
}

.product-details--form-wrapper---out-of-stock .shopify-payment-button {
  display: none;
}

.product-description ul.tabs {
  padding: 0;
  margin-bottom: 20px;
  font-size: 13.3px;
  margin-left: 0;
}
.product-description ul.tabs li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
.product-description ul.tabs li a {
  display: block;
  padding: 0 30px 10px 0;
}
.product-description ul.tabs li a:hover,
.product-description ul.tabs li a.active {
  text-decoration: underline;
}

.shopify-challenge__container .g-recaptcha iframe {
  max-height: 78px;
}

.template-search:not(.js-drawer-open-right) input {
  padding: 10px;
}

.template-search:not(.js-drawer-open-right) .input-group-field {
  border: 1px solid var(--text-color);
}

.template-search:not(.js-drawer-open-right) a {
  color: var(--text-color);
}

.template-search:not(.js-drawer-open-right) h2.search-result-type,
.template-search:not(.js-drawer-open-right) .search-result-type.h2 {
  font-size: 14px;
  opacity: 0.5;
  text-transform: uppercase;
}

.search-bar-input-group {
  position: relative;
}
.search-bar-input-group .search-drawer--clear {
  position: absolute;
  right: 35px;
  top: -1px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.3 ease-in-out;
  opacity: 0;
}
.search-bar-input-group input {
  padding: 10px;
}
.search-bar-input-group .search-drawer--clear-icon {
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border: 0;
  background: none;
}
.search-bar-input-group .search-drawer--clear-icon:hover {
  cursor: pointer;
}
.search-bar-input-group .search-drawer--clear-icon:before,
.search-bar-input-group .search-drawer--clear-icon:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  background-color: var(--cart-drawer-text-color);
  opacity: 0.4;
}
.search-bar-input-group .search-drawer--clear-icon:before {
  transform: rotate(45deg);
}
.search-bar-input-group .search-drawer--clear-icon:after {
  transform: rotate(-45deg);
}
