/** Shopify CDN: Minification failed

Line 2908:2 Expected identifier but found "*"
Line 9117:2 Expected identifier but found "*"
Line 11194:2 Expected identifier but found "*"
Line 13124:2 Expected identifier but found "*"
Line 13138:2 Expected identifier but found "*"
Line 14471:2 Expected identifier but found "*"
Line 17833:2 "@charset" must be the first rule in the file
Line 20725:2 Expected identifier but found "*"
Line 26934:2 Expected identifier but found "*"
Line 29011:2 Expected identifier but found "*"
... and 4 more hidden warnings

**/
@charset "UTF-8";
/*! ============================================================================
  Pipeline Theme | (c) Groupthought Themes
============================================================================== */
/*! == An unminified version of this CSS is avalable in theme.dev.css == */
/*! Pipeline CSS -> */
/* ============================================================================
  This file is included for advanced development by
  Shopify Agencies.  Modified versions of the theme 
  code are not supported by Shopify or Groupthought.

  In order to use this file you will need to change
  theme.css to theme.dev.css in /templates/theme.liquid
============================================================================== */
/* ============================================================================
  Third party CSS
============================================================================== */
/* ====  Slick Slider  ==== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* ============================================================================
  #Slick Theme
============================================================================== */
/* Slider */
.slick-loading .slick-list {
  background: var(---color-bg-product);
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.75;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  transition: opacity 0.2s ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}

.slick-next {
  right: 0;
  padding: 100px 0 100px 20px;
}

.slick-prev {
  left: 0;
  padding: 100px 20px 100px 0;
}

.product__thumbs .slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.product__thumbs .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin: 10px 10px 5px 0;
}
@media only screen and (min-width: 768px) {
  .product__thumbs .slick-dots li {
    margin: 8px 8px 5px 0;
  }
}
.product__thumbs .slick-dots li.slick-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--border);
  pointer-events: none;
}
.product__thumbs .slick-dots li a {
  display: block;
  width: 60px;
  height: 60px;
}
.product__thumbs .slick-dots li img {
  height: inherit;
  width: inherit;
  display: block;
}
.product__thumbs .slick-dots .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  fill: var(---color-bg);
  vertical-align: baseline;
}
.product__thumbs .slick-dots .icon path {
  fill: inherit;
  stroke: inherit;
}
.product__thumbs .slick-dots .icon path.icon-media-model-outline, .product__thumbs .slick-dots .icon path.icon-media-video-outline {
  stroke: var(---color-a5);
}
.product__thumbs .slick-dots .icon path.icon-media-model-element, .product__thumbs .slick-dots .icon path.icon-media-video-element {
  fill: var(---color-text-dark);
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: var(--border);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: var(--border);
  opacity: 1;
}

.aos-initialized [data-aos][data-aos][data-aos-duration="50"], .aos-initialized body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"], .aos-initialized body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"].aos-animate, .aos-initialized body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="100"], .aos-initialized body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"], .aos-initialized body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"].aos-animate, .aos-initialized body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="150"], .aos-initialized body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"], .aos-initialized body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"].aos-animate, .aos-initialized body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="200"], .aos-initialized body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"], .aos-initialized body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"].aos-animate, .aos-initialized body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="250"], .aos-initialized body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"], .aos-initialized body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"].aos-animate, .aos-initialized body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="300"], .aos-initialized body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"], .aos-initialized body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"].aos-animate, .aos-initialized body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="350"], .aos-initialized body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"], .aos-initialized body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"].aos-animate, .aos-initialized body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="400"], .aos-initialized body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"], .aos-initialized body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"].aos-animate, .aos-initialized body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="450"], .aos-initialized body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"], .aos-initialized body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"].aos-animate, .aos-initialized body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="500"], .aos-initialized body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"], .aos-initialized body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"].aos-animate, .aos-initialized body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="550"], .aos-initialized body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"], .aos-initialized body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"].aos-animate, .aos-initialized body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="600"], .aos-initialized body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"], .aos-initialized body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"].aos-animate, .aos-initialized body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="650"], .aos-initialized body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"], .aos-initialized body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"].aos-animate, .aos-initialized body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="700"], .aos-initialized body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"], .aos-initialized body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"].aos-animate, .aos-initialized body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="750"], .aos-initialized body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"], .aos-initialized body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"].aos-animate, .aos-initialized body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="800"], .aos-initialized body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"], .aos-initialized body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"].aos-animate, .aos-initialized body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="850"], .aos-initialized body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"], .aos-initialized body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"].aos-animate, .aos-initialized body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="900"], .aos-initialized body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"], .aos-initialized body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"].aos-animate, .aos-initialized body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="950"], .aos-initialized body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"], .aos-initialized body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"].aos-animate, .aos-initialized body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1000"], .aos-initialized body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"], .aos-initialized body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .aos-initialized body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1050"], .aos-initialized body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"], .aos-initialized body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .aos-initialized body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1100"], .aos-initialized body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"], .aos-initialized body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .aos-initialized body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1150"], .aos-initialized body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"], .aos-initialized body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .aos-initialized body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1200"], .aos-initialized body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"], .aos-initialized body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .aos-initialized body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1250"], .aos-initialized body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"], .aos-initialized body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .aos-initialized body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1300"], .aos-initialized body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"], .aos-initialized body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .aos-initialized body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1350"], .aos-initialized body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"], .aos-initialized body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .aos-initialized body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1400"], .aos-initialized body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"], .aos-initialized body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .aos-initialized body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1450"], .aos-initialized body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"], .aos-initialized body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .aos-initialized body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1500"], .aos-initialized body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"], .aos-initialized body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .aos-initialized body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1550"], .aos-initialized body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"], .aos-initialized body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .aos-initialized body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1600"], .aos-initialized body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"], .aos-initialized body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .aos-initialized body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1650"], .aos-initialized body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"], .aos-initialized body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .aos-initialized body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1700"], .aos-initialized body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"], .aos-initialized body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .aos-initialized body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1750"], .aos-initialized body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"], .aos-initialized body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .aos-initialized body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1800"], .aos-initialized body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"], .aos-initialized body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .aos-initialized body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1850"], .aos-initialized body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"], .aos-initialized body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .aos-initialized body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1900"], .aos-initialized body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"], .aos-initialized body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .aos-initialized body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1950"], .aos-initialized body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"], .aos-initialized body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .aos-initialized body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2000"], .aos-initialized body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"], .aos-initialized body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .aos-initialized body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2050"], .aos-initialized body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"], .aos-initialized body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .aos-initialized body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2100"], .aos-initialized body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"], .aos-initialized body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .aos-initialized body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2150"], .aos-initialized body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"], .aos-initialized body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .aos-initialized body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2200"], .aos-initialized body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"], .aos-initialized body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .aos-initialized body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2250"], .aos-initialized body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"], .aos-initialized body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .aos-initialized body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2300"], .aos-initialized body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"], .aos-initialized body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .aos-initialized body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2350"], .aos-initialized body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"], .aos-initialized body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .aos-initialized body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2400"], .aos-initialized body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"], .aos-initialized body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .aos-initialized body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2450"], .aos-initialized body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"], .aos-initialized body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .aos-initialized body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2500"], .aos-initialized body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"], .aos-initialized body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .aos-initialized body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2550"], .aos-initialized body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"], .aos-initialized body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .aos-initialized body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2600"], .aos-initialized body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"], .aos-initialized body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .aos-initialized body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2650"], .aos-initialized body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"], .aos-initialized body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .aos-initialized body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2700"], .aos-initialized body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"], .aos-initialized body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .aos-initialized body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2750"], .aos-initialized body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"], .aos-initialized body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .aos-initialized body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2800"], .aos-initialized body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"], .aos-initialized body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .aos-initialized body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2850"], .aos-initialized body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"], .aos-initialized body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .aos-initialized body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2900"], .aos-initialized body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"], .aos-initialized body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .aos-initialized body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2950"], .aos-initialized body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"], .aos-initialized body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .aos-initialized body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="3000"], .aos-initialized body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"], .aos-initialized body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .aos-initialized body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=linear], .aos-initialized body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease], .aos-initialized body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in], .aos-initialized body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out], .aos-initialized body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out], .aos-initialized body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-back], .aos-initialized body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-back], .aos-initialized body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-back], .aos-initialized body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-sine], .aos-initialized body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-sine], .aos-initialized body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .aos-initialized body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quad], .aos-initialized body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quad], .aos-initialized body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .aos-initialized body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-cubic], .aos-initialized body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-cubic], .aos-initialized body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .aos-initialized body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quart], .aos-initialized body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quart], .aos-initialized body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .aos-initialized body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}
.aos-initialized [data-aos=fade-up] {
  transform: translateY(50px);
}
.aos-initialized [data-aos=fade-down] {
  transform: translateY(-50px);
}
.aos-initialized [data-aos=fade-right] {
  transform: translate(-50px);
}
.aos-initialized [data-aos=fade-left] {
  transform: translate(50px);
}
.aos-initialized [data-aos=fade-up-right] {
  transform: translate(-50px, 50px);
}
.aos-initialized [data-aos=fade-up-left] {
  transform: translate(50px, 50px);
}
.aos-initialized [data-aos=fade-down-right] {
  transform: translate(-50px, -50px);
}
.aos-initialized [data-aos=fade-down-left] {
  transform: translate(50px, -50px);
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
.aos-initialized [data-aos=zoom-in] {
  transform: scale(0.6);
}
.aos-initialized [data-aos=zoom-in-up] {
  transform: translateY(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-down] {
  transform: translateY(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-right] {
  transform: translate(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-left] {
  transform: translate(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-out] {
  transform: scale(1.2);
}
.aos-initialized [data-aos=zoom-out-up] {
  transform: translateY(50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-down] {
  transform: translateY(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-right] {
  transform: translate(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-left] {
  transform: translate(50px) scale(1.2);
}
.aos-initialized [data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
.aos-initialized [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}
.aos-initialized [data-aos=slide-up] {
  transform: translateY(100%);
}
.aos-initialized [data-aos=slide-down] {
  transform: translateY(-100%);
}
.aos-initialized [data-aos=slide-right] {
  transform: translateX(-100%);
}
.aos-initialized [data-aos=slide-left] {
  transform: translateX(100%);
}
.aos-initialized [data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}
.aos-initialized [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
.aos-initialized [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
.aos-initialized [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
.aos-initialized [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
.aos-initialized [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=img-in] {
  opacity: 0;
  transform: scale(1.3);
  transition-property: transform, opacity;
}
.aos-initialized [data-aos=img-in].aos-animate {
  opacity: 1;
  transform: scale(1);
}
.aos-initialized [data-aos=svg-dash] path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.aos-initialized [data-aos=svg-dash].aos-animate path {
  animation: dash 1.5s linear forwards 1;
}

@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (max-width: 479px) {
  html.iframe [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  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: var(---color-bg);
  opacity: 0;
  border: 1px solid var(---color-a5);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
  opacity: 1;
}

.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: var(---color-text-dark);
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

body:not(.focus-enabled) .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: var(---color-a50);
}

.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: var(---color-a50);
  background: var(---color-a5);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(---color-a5);
  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: var(---color-bg);
  position: absolute;
  border: 1px solid var(---color-a5);
  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: var(---color-a50);
}

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

@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;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr video,
.plyr audio {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.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-color: 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: 750px) {
  .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 {
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control:not(.plyr__control--overlaid) {
  background-color: transparent;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 44px;
  pointer-events: none;
  width: 44px;
}

.plyr__control:focus:not(.plyr__tab-focus) {
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: currentColor;
  stroke-width: 0;
}

.plyr__control--overlaid {
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: currentColor;
  display: none;
  left: 50%;
  padding: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.plyr__control--overlaid svg {
  height: 52px;
  width: 52px;
  fill: transparent;
  position: relative;
}

.plyr__control--overlaid.plyr__tab-focus, .plyr__control--overlaid:hover {
  color: rgba(58, 58, 58, 0.55);
}

.plyr--stopped .plyr__control--overlaid {
  opacity: 1;
  visibility: visible;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.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: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:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background-color: inherit;
  border-radius: inherit;
  color: #3a3a3a;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background-color: inherit;
  border: 1px solid rgba(58, 58, 58, 0.05);
  border-radius: 0;
  bottom: 0;
  color: currentColor;
  left: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 3;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--video .plyr__controls {
    background-color: window;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  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-color: #3a3a3a;
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #FFF;
  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: #3a3a3a;
  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: #FFF;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-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: 29px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: currentColor;
  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: 29px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: currentColor;
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  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.plyr__tab-focus, .plyr__menu__container .plyr__control:hover, .plyr__menu__container .plyr__control[aria-expanded=true] {
  background-color: #FFF;
  color: #3a3a3a;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  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: #3a3a3a;
}

.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;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: inherit;
  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-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -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%), rgba(58, 58, 58, 0.6) var(--value, 0%));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 0 0 0 #FFF;
  height: 13px;
  margin-top: -5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-color: rgba(58, 58, 58, 0.6);
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 0 0 0 #FFF;
  height: 13px;
  margin-top: -5px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-moz-range-thumb {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background-color: currentColor;
  border-radius: 1px;
  height: 2px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-color: currentColor;
  opacity: 0.6;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-ms-fill-upper {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-color: currentColor;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-ms-fill-lower {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 0 0 0 #FFF;
  height: 13px;
  margin-top: -5px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 1px;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-ms-thumb {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus:not(.plyr__tab-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 4px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-thumb {
  box-shadow: none;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-thumb {
  box-shadow: none;
}

.plyr--full-ui input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}

.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: "⁄";
  margin-right: 10px;
}

@media (max-width: 749px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background-color: #3a3a3a;
  bottom: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  opacity: 0;
  padding: 5px 15px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px);
  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 #3a3a3a;
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, -24px);
}

.plyr__controls > .plyr__control[data-plyr=mute]:hover .plyr__tooltip, .plyr__controls > .plyr__control[data-plyr=mute].plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control[data-plyr=mute] .plyr__tooltip--visible {
  transform: translate(-50%, -11px);
}

.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: 29px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 29px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, -11px);
}

.plyr--video {
  background-color: #FFF;
  color: #3a3a3a;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background-color: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr__progress {
  left: 6.5px;
  margin-right: 15px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  max-width: calc(100% + 13px);
  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;
  /* stylelint-disable-line */
  background-color: transparent;
  border: 0;
  border-radius: 100px;
  color: transparent;
  height: 2px;
  left: 0;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background-color: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background-color: currentColor;
  border-radius: 100px;
  min-width: 2px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background-color: currentColor;
  border-radius: 100px;
  min-width: 2px;
  -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--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(58, 58, 58, 0.6) 25%, transparent 25%, transparent 50%, rgba(58, 58, 58, 0.6) 50%, rgba(58, 58, 58, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui .plyr__volume {
  background-color: currentColor;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  right: -4px;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}

.plyr--full-ui .plyr__volume::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}

.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}

.plyr--full-ui .plyr__volume input[type=range] {
  color: #FFF;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}

.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.6);
}

.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
.plyr--is-android .plyr__volume,
.plyr--is-ios .plyr__volume,
.plyr--is-mac.plyr--is-touch .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.plyr:-webkit-full-screen {
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen .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:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 990px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  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__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: 990px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  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__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: 990px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  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__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: 990px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.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: 990px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__preview-thumb {
  background-color: #3a3a3a;
  bottom: 100%;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px);
  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, -14px);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3a3a3a;
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  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: #3a3a3a;
  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;
  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;
}

/* 
* PhotoSwipe Zoom Library
* MIT license
* Created by Dmitry Semenov | photoswipe.com */
.pswp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 10000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  will-change: opacity;
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transform-origin: 0 0;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: var(--bg);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: var(--muted);
}

.pswp__error-msg a {
  color: var(--muted);
  text-decoration: underline;
}

/* UI Custom CSS */
.pswp__top-bar {
  background: var(--bg);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
}

.pswp__button {
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.pswp__button:active {
  outline: none;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__button,
.pswp__button svg.icon,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 2rem;
  height: 2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

/* increases touch area */
.pswp__button--close {
  min-width: 60px;
  margin-right: 1em;
}

.pswp__close--container {
  display: grid;
  justify-content: end;
  margin: 1em 0.25em;
}

.pswp__close--container svg {
  float: right;
  max-width: 1.5rem;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  z-index: 10000;
  height: 10ch;
}

.pswp__button--close svg,
.pswp__button--arrow--left svg,
.pswp__button--arrow--right svg {
  z-index: -1;
  position: relative;
}

.pswp__button--arrow--right {
  justify-self: end;
}

.pswp__counter {
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
  justify-self: center;
}

.pswp__button--share,
.pswp__button--fs,
.pswp__button--zoom,
.pswp__share-modal,
.pswp__share-modal--hidden,
.pswp__share-tooltip,
.pswp__caption,
.pswp__caption--fake,
.pswp__caption--empty {
  display: none;
}

/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10050;
  margin: 0;
  background-color: var(--bg);
  position: fixed;
  width: 100%;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

/* ============================================================================
  #Normalize
============================================================================== */
*,
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;
}

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;
}

/* ============================================================================
  Grid
    - Based on CSS Wizardry grid
============================================================================== */
:root {
  --gutter: 32px;
  --gutter-offset: -32px;
}
@media only screen and (max-width: 989px) {
  :root {
    --gutter: 22px;
    --gutter-offset: -22px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --gutter: 16px;
    --gutter-offset: -16px;
  }
}

.grid, .grid--full {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: var(--gutter-offset);
}
.grid::after, .grid--full::after {
  content: "";
  display: table;
  clear: both;
}

.grid__item {
  float: left;
  padding-left: var(--gutter);
  width: 100%;
}
.grid__item[class*=push-] {
  position: relative;
}

/* ============================================================================
  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;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/* ============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
============================================================================== */
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.3333333333%;
}

.two-thirds {
  width: 66.6666666667%;
}

/* 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.6666666667%;
}

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

/* 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.3333333333%;
}

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

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

@media only screen and (max-width: 479px) {
  /** Whole */
  .mobile--one-whole {
    width: 100%;
  }

  /* Halves */
  .mobile--one-half {
    width: 50%;
  }

  /* Thirds */
  .mobile--one-third {
    width: 33.3333333333%;
  }

  .mobile--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .mobile--one-quarter {
    width: 25%;
  }

  .mobile--two-quarters {
    width: 50%;
  }

  .mobile--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .mobile--one-fifth {
    width: 20%;
  }

  .mobile--two-fifths {
    width: 40%;
  }

  .mobile--three-fifths {
    width: 60%;
  }

  .mobile--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .mobile--one-sixth {
    width: 16.6666666667%;
  }

  .mobile--two-sixths {
    width: 33.3333333333%;
  }

  .mobile--three-sixths {
    width: 50%;
  }

  .mobile--four-sixths {
    width: 66.6666666667%;
  }

  .mobile--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .mobile--one-eighth {
    width: 12.5%;
  }

  .mobile--two-eighths {
    width: 25%;
  }

  .mobile--three-eighths {
    width: 37.5%;
  }

  .mobile--four-eighths {
    width: 50%;
  }

  .mobile--five-eighths {
    width: 62.5%;
  }

  .mobile--six-eighths {
    width: 75%;
  }

  .mobile--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .mobile--one-tenth {
    width: 10%;
  }

  .mobile--two-tenths {
    width: 20%;
  }

  .mobile--three-tenths {
    width: 30%;
  }

  .mobile--four-tenths {
    width: 40%;
  }

  .mobile--five-tenths {
    width: 50%;
  }

  .mobile--six-tenths {
    width: 60%;
  }

  .mobile--seven-tenths {
    width: 70%;
  }

  .mobile--eight-tenths {
    width: 80%;
  }

  .mobile--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .mobile--one-twelfth {
    width: 8.3333333333%;
  }

  .mobile--two-twelfths {
    width: 16.6666666667%;
  }

  .mobile--three-twelfths {
    width: 25%;
  }

  .mobile--four-twelfths {
    width: 33.3333333333%;
  }

  .mobile--five-twelfths {
    width: 41.6666666667%;
  }

  .mobile--six-twelfths {
    width: 50%;
  }

  .mobile--seven-twelfths {
    width: 58.3333333333%;
  }

  .mobile--eight-twelfths {
    width: 66.6666666667%;
  }

  .mobile--nine-twelfths {
    width: 75%;
  }

  .mobile--ten-twelfths {
    width: 83.3333333333%;
  }

  .mobile--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .mobile--one-half:nth-child(2n+1),
.grid--uniform .mobile--one-third:nth-child(3n+1),
.grid--uniform .mobile--one-quarter:nth-child(4n+1),
.grid--uniform .mobile--one-fifth:nth-child(5n+1),
.grid--uniform .mobile--one-sixth:nth-child(6n+1),
.grid--uniform .mobile--two-sixths:nth-child(3n+1),
.grid--uniform .mobile--three-sixths:nth-child(2n+1),
.grid--uniform .mobile--one-eighth:nth-child(8n+1),
.grid--uniform .mobile--two-eighths:nth-child(4n+1),
.grid--uniform .mobile--four-eighths:nth-child(2n+1),
.grid--uniform .mobile--five-tenths:nth-child(2n+1),
.grid--uniform .mobile--one-twelfth:nth-child(12n+1),
.grid--uniform .mobile--two-twelfths:nth-child(6n+1),
.grid--uniform .mobile--three-twelfths:nth-child(4n+1),
.grid--uniform .mobile--four-twelfths:nth-child(3n+1),
.grid--uniform .mobile--six-twelfths:nth-child(2n+1),
.gallery .mobile--one-half:nth-child(2n+1),
.gallery .mobile--one-third:nth-child(3n+1),
.gallery .mobile--one-quarter:nth-child(4n+1),
.gallery .mobile--one-fifth:nth-child(5n+1),
.gallery .mobile--one-sixth:nth-child(6n+1),
.gallery .mobile--two-sixths:nth-child(3n+1),
.gallery .mobile--three-sixths:nth-child(2n+1),
.gallery .mobile--one-eighth:nth-child(8n+1),
.gallery .mobile--two-eighths:nth-child(4n+1),
.gallery .mobile--four-eighths:nth-child(2n+1),
.gallery .mobile--five-tenths:nth-child(2n+1),
.gallery .mobile--one-twelfth:nth-child(12n+1),
.gallery .mobile--two-twelfths:nth-child(6n+1),
.gallery .mobile--three-twelfths:nth-child(4n+1),
.gallery .mobile--four-twelfths:nth-child(3n+1),
.gallery .mobile--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .mobile--show {
    display: block !important;
  }

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

  .mobile--text-left {
    text-align: left !important;
  }

  .mobile--text-right {
    text-align: right !important;
  }

  .mobile--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }

  /* Halves */
  .small--one-half {
    width: 50%;
  }

  /* Thirds */
  .small--one-third {
    width: 33.3333333333%;
  }

  .small--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .small--two-sixths {
    width: 33.3333333333%;
  }

  .small--three-sixths {
    width: 50%;
  }

  .small--four-sixths {
    width: 66.6666666667%;
  }

  .small--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .small--two-twelfths {
    width: 16.6666666667%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.3333333333%;
  }

  .small--five-twelfths {
    width: 41.6666666667%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.3333333333%;
  }

  .small--eight-twelfths {
    width: 66.6666666667%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.3333333333%;
  }

  .small--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .small--one-half:nth-child(2n+1),
.gallery .small--one-third:nth-child(3n+1),
.gallery .small--one-quarter:nth-child(4n+1),
.gallery .small--one-fifth:nth-child(5n+1),
.gallery .small--one-sixth:nth-child(6n+1),
.gallery .small--two-sixths:nth-child(3n+1),
.gallery .small--three-sixths:nth-child(2n+1),
.gallery .small--one-eighth:nth-child(8n+1),
.gallery .small--two-eighths:nth-child(4n+1),
.gallery .small--four-eighths:nth-child(2n+1),
.gallery .small--five-tenths:nth-child(2n+1),
.gallery .small--one-twelfth:nth-child(12n+1),
.gallery .small--two-twelfths:nth-child(6n+1),
.gallery .small--three-twelfths:nth-child(4n+1),
.gallery .small--four-twelfths:nth-child(3n+1),
.gallery .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 480px) {
  /** Whole */
  .small-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .small-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .small-up--one-third {
    width: 33.3333333333%;
  }

  .small-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small-up--one-quarter {
    width: 25%;
  }

  .small-up--two-quarters {
    width: 50%;
  }

  .small-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small-up--one-fifth {
    width: 20%;
  }

  .small-up--two-fifths {
    width: 40%;
  }

  .small-up--three-fifths {
    width: 60%;
  }

  .small-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small-up--one-sixth {
    width: 16.6666666667%;
  }

  .small-up--two-sixths {
    width: 33.3333333333%;
  }

  .small-up--three-sixths {
    width: 50%;
  }

  .small-up--four-sixths {
    width: 66.6666666667%;
  }

  .small-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small-up--one-eighth {
    width: 12.5%;
  }

  .small-up--two-eighths {
    width: 25%;
  }

  .small-up--three-eighths {
    width: 37.5%;
  }

  .small-up--four-eighths {
    width: 50%;
  }

  .small-up--five-eighths {
    width: 62.5%;
  }

  .small-up--six-eighths {
    width: 75%;
  }

  .small-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small-up--one-tenth {
    width: 10%;
  }

  .small-up--two-tenths {
    width: 20%;
  }

  .small-up--three-tenths {
    width: 30%;
  }

  .small-up--four-tenths {
    width: 40%;
  }

  .small-up--five-tenths {
    width: 50%;
  }

  .small-up--six-tenths {
    width: 60%;
  }

  .small-up--seven-tenths {
    width: 70%;
  }

  .small-up--eight-tenths {
    width: 80%;
  }

  .small-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small-up--one-twelfth {
    width: 8.3333333333%;
  }

  .small-up--two-twelfths {
    width: 16.6666666667%;
  }

  .small-up--three-twelfths {
    width: 25%;
  }

  .small-up--four-twelfths {
    width: 33.3333333333%;
  }

  .small-up--five-twelfths {
    width: 41.6666666667%;
  }

  .small-up--six-twelfths {
    width: 50%;
  }

  .small-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .small-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .small-up--nine-twelfths {
    width: 75%;
  }

  .small-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .small-up--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .small-up--one-half:nth-child(2n+1),
.grid--uniform .small-up--one-third:nth-child(3n+1),
.grid--uniform .small-up--one-quarter:nth-child(4n+1),
.grid--uniform .small-up--one-fifth:nth-child(5n+1),
.grid--uniform .small-up--one-sixth:nth-child(6n+1),
.grid--uniform .small-up--two-sixths:nth-child(3n+1),
.grid--uniform .small-up--three-sixths:nth-child(2n+1),
.grid--uniform .small-up--one-eighth:nth-child(8n+1),
.grid--uniform .small-up--two-eighths:nth-child(4n+1),
.grid--uniform .small-up--four-eighths:nth-child(2n+1),
.grid--uniform .small-up--five-tenths:nth-child(2n+1),
.grid--uniform .small-up--one-twelfth:nth-child(12n+1),
.grid--uniform .small-up--two-twelfths:nth-child(6n+1),
.grid--uniform .small-up--three-twelfths:nth-child(4n+1),
.grid--uniform .small-up--four-twelfths:nth-child(3n+1),
.grid--uniform .small-up--six-twelfths:nth-child(2n+1),
.gallery .small-up--one-half:nth-child(2n+1),
.gallery .small-up--one-third:nth-child(3n+1),
.gallery .small-up--one-quarter:nth-child(4n+1),
.gallery .small-up--one-fifth:nth-child(5n+1),
.gallery .small-up--one-sixth:nth-child(6n+1),
.gallery .small-up--two-sixths:nth-child(3n+1),
.gallery .small-up--three-sixths:nth-child(2n+1),
.gallery .small-up--one-eighth:nth-child(8n+1),
.gallery .small-up--two-eighths:nth-child(4n+1),
.gallery .small-up--four-eighths:nth-child(2n+1),
.gallery .small-up--five-tenths:nth-child(2n+1),
.gallery .small-up--one-twelfth:nth-child(12n+1),
.gallery .small-up--two-twelfths:nth-child(6n+1),
.gallery .small-up--three-twelfths:nth-child(4n+1),
.gallery .small-up--four-twelfths:nth-child(3n+1),
.gallery .small-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .small-up--show {
    display: block !important;
  }

  .small-up--hide {
    display: none !important;
  }

  .small-up--text-left {
    text-align: left !important;
  }

  .small-up--text-right {
    text-align: right !important;
  }

  .small-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  /** Whole */
  .small-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .small-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .small-down--one-third {
    width: 33.3333333333%;
  }

  .small-down--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small-down--one-quarter {
    width: 25%;
  }

  .small-down--two-quarters {
    width: 50%;
  }

  .small-down--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small-down--one-fifth {
    width: 20%;
  }

  .small-down--two-fifths {
    width: 40%;
  }

  .small-down--three-fifths {
    width: 60%;
  }

  .small-down--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small-down--one-sixth {
    width: 16.6666666667%;
  }

  .small-down--two-sixths {
    width: 33.3333333333%;
  }

  .small-down--three-sixths {
    width: 50%;
  }

  .small-down--four-sixths {
    width: 66.6666666667%;
  }

  .small-down--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small-down--one-eighth {
    width: 12.5%;
  }

  .small-down--two-eighths {
    width: 25%;
  }

  .small-down--three-eighths {
    width: 37.5%;
  }

  .small-down--four-eighths {
    width: 50%;
  }

  .small-down--five-eighths {
    width: 62.5%;
  }

  .small-down--six-eighths {
    width: 75%;
  }

  .small-down--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small-down--one-tenth {
    width: 10%;
  }

  .small-down--two-tenths {
    width: 20%;
  }

  .small-down--three-tenths {
    width: 30%;
  }

  .small-down--four-tenths {
    width: 40%;
  }

  .small-down--five-tenths {
    width: 50%;
  }

  .small-down--six-tenths {
    width: 60%;
  }

  .small-down--seven-tenths {
    width: 70%;
  }

  .small-down--eight-tenths {
    width: 80%;
  }

  .small-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small-down--one-twelfth {
    width: 8.3333333333%;
  }

  .small-down--two-twelfths {
    width: 16.6666666667%;
  }

  .small-down--three-twelfths {
    width: 25%;
  }

  .small-down--four-twelfths {
    width: 33.3333333333%;
  }

  .small-down--five-twelfths {
    width: 41.6666666667%;
  }

  .small-down--six-twelfths {
    width: 50%;
  }

  .small-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .small-down--eight-twelfths {
    width: 66.6666666667%;
  }

  .small-down--nine-twelfths {
    width: 75%;
  }

  .small-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .small-down--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .small-down--one-half:nth-child(2n+1),
.grid--uniform .small-down--one-third:nth-child(3n+1),
.grid--uniform .small-down--one-quarter:nth-child(4n+1),
.grid--uniform .small-down--one-fifth:nth-child(5n+1),
.grid--uniform .small-down--one-sixth:nth-child(6n+1),
.grid--uniform .small-down--two-sixths:nth-child(3n+1),
.grid--uniform .small-down--three-sixths:nth-child(2n+1),
.grid--uniform .small-down--one-eighth:nth-child(8n+1),
.grid--uniform .small-down--two-eighths:nth-child(4n+1),
.grid--uniform .small-down--four-eighths:nth-child(2n+1),
.grid--uniform .small-down--five-tenths:nth-child(2n+1),
.grid--uniform .small-down--one-twelfth:nth-child(12n+1),
.grid--uniform .small-down--two-twelfths:nth-child(6n+1),
.grid--uniform .small-down--three-twelfths:nth-child(4n+1),
.grid--uniform .small-down--four-twelfths:nth-child(3n+1),
.grid--uniform .small-down--six-twelfths:nth-child(2n+1),
.gallery .small-down--one-half:nth-child(2n+1),
.gallery .small-down--one-third:nth-child(3n+1),
.gallery .small-down--one-quarter:nth-child(4n+1),
.gallery .small-down--one-fifth:nth-child(5n+1),
.gallery .small-down--one-sixth:nth-child(6n+1),
.gallery .small-down--two-sixths:nth-child(3n+1),
.gallery .small-down--three-sixths:nth-child(2n+1),
.gallery .small-down--one-eighth:nth-child(8n+1),
.gallery .small-down--two-eighths:nth-child(4n+1),
.gallery .small-down--four-eighths:nth-child(2n+1),
.gallery .small-down--five-tenths:nth-child(2n+1),
.gallery .small-down--one-twelfth:nth-child(12n+1),
.gallery .small-down--two-twelfths:nth-child(6n+1),
.gallery .small-down--three-twelfths:nth-child(4n+1),
.gallery .small-down--four-twelfths:nth-child(3n+1),
.gallery .small-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .small-down--show {
    display: block !important;
  }

  .small-down--hide {
    display: none !important;
  }

  .small-down--text-left {
    text-align: left !important;
  }

  .small-down--text-right {
    text-align: right !important;
  }

  .small-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 989px) {
  /** Whole */
  .small-medium--one-whole {
    width: 100%;
  }

  /* Halves */
  .small-medium--one-half {
    width: 50%;
  }

  /* Thirds */
  .small-medium--one-third {
    width: 33.3333333333%;
  }

  .small-medium--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small-medium--one-quarter {
    width: 25%;
  }

  .small-medium--two-quarters {
    width: 50%;
  }

  .small-medium--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small-medium--one-fifth {
    width: 20%;
  }

  .small-medium--two-fifths {
    width: 40%;
  }

  .small-medium--three-fifths {
    width: 60%;
  }

  .small-medium--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small-medium--one-sixth {
    width: 16.6666666667%;
  }

  .small-medium--two-sixths {
    width: 33.3333333333%;
  }

  .small-medium--three-sixths {
    width: 50%;
  }

  .small-medium--four-sixths {
    width: 66.6666666667%;
  }

  .small-medium--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small-medium--one-eighth {
    width: 12.5%;
  }

  .small-medium--two-eighths {
    width: 25%;
  }

  .small-medium--three-eighths {
    width: 37.5%;
  }

  .small-medium--four-eighths {
    width: 50%;
  }

  .small-medium--five-eighths {
    width: 62.5%;
  }

  .small-medium--six-eighths {
    width: 75%;
  }

  .small-medium--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small-medium--one-tenth {
    width: 10%;
  }

  .small-medium--two-tenths {
    width: 20%;
  }

  .small-medium--three-tenths {
    width: 30%;
  }

  .small-medium--four-tenths {
    width: 40%;
  }

  .small-medium--five-tenths {
    width: 50%;
  }

  .small-medium--six-tenths {
    width: 60%;
  }

  .small-medium--seven-tenths {
    width: 70%;
  }

  .small-medium--eight-tenths {
    width: 80%;
  }

  .small-medium--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small-medium--one-twelfth {
    width: 8.3333333333%;
  }

  .small-medium--two-twelfths {
    width: 16.6666666667%;
  }

  .small-medium--three-twelfths {
    width: 25%;
  }

  .small-medium--four-twelfths {
    width: 33.3333333333%;
  }

  .small-medium--five-twelfths {
    width: 41.6666666667%;
  }

  .small-medium--six-twelfths {
    width: 50%;
  }

  .small-medium--seven-twelfths {
    width: 58.3333333333%;
  }

  .small-medium--eight-twelfths {
    width: 66.6666666667%;
  }

  .small-medium--nine-twelfths {
    width: 75%;
  }

  .small-medium--ten-twelfths {
    width: 83.3333333333%;
  }

  .small-medium--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .small-medium--one-half:nth-child(2n+1),
.grid--uniform .small-medium--one-third:nth-child(3n+1),
.grid--uniform .small-medium--one-quarter:nth-child(4n+1),
.grid--uniform .small-medium--one-fifth:nth-child(5n+1),
.grid--uniform .small-medium--one-sixth:nth-child(6n+1),
.grid--uniform .small-medium--two-sixths:nth-child(3n+1),
.grid--uniform .small-medium--three-sixths:nth-child(2n+1),
.grid--uniform .small-medium--one-eighth:nth-child(8n+1),
.grid--uniform .small-medium--two-eighths:nth-child(4n+1),
.grid--uniform .small-medium--four-eighths:nth-child(2n+1),
.grid--uniform .small-medium--five-tenths:nth-child(2n+1),
.grid--uniform .small-medium--one-twelfth:nth-child(12n+1),
.grid--uniform .small-medium--two-twelfths:nth-child(6n+1),
.grid--uniform .small-medium--three-twelfths:nth-child(4n+1),
.grid--uniform .small-medium--four-twelfths:nth-child(3n+1),
.grid--uniform .small-medium--six-twelfths:nth-child(2n+1),
.gallery .small-medium--one-half:nth-child(2n+1),
.gallery .small-medium--one-third:nth-child(3n+1),
.gallery .small-medium--one-quarter:nth-child(4n+1),
.gallery .small-medium--one-fifth:nth-child(5n+1),
.gallery .small-medium--one-sixth:nth-child(6n+1),
.gallery .small-medium--two-sixths:nth-child(3n+1),
.gallery .small-medium--three-sixths:nth-child(2n+1),
.gallery .small-medium--one-eighth:nth-child(8n+1),
.gallery .small-medium--two-eighths:nth-child(4n+1),
.gallery .small-medium--four-eighths:nth-child(2n+1),
.gallery .small-medium--five-tenths:nth-child(2n+1),
.gallery .small-medium--one-twelfth:nth-child(12n+1),
.gallery .small-medium--two-twelfths:nth-child(6n+1),
.gallery .small-medium--three-twelfths:nth-child(4n+1),
.gallery .small-medium--four-twelfths:nth-child(3n+1),
.gallery .small-medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .small-medium--show {
    display: block !important;
  }

  .small-medium--hide {
    display: none !important;
  }

  .small-medium--text-left {
    text-align: left !important;
  }

  .small-medium--text-right {
    text-align: right !important;
  }

  .small-medium--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium--one-third {
    width: 33.3333333333%;
  }

  .medium--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .medium--two-sixths {
    width: 33.3333333333%;
  }

  .medium--three-sixths {
    width: 50%;
  }

  .medium--four-sixths {
    width: 66.6666666667%;
  }

  .medium--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .medium--two-twelfths {
    width: 16.6666666667%;
  }

  .medium--three-twelfths {
    width: 25%;
  }

  .medium--four-twelfths {
    width: 33.3333333333%;
  }

  .medium--five-twelfths {
    width: 41.6666666667%;
  }

  .medium--six-twelfths {
    width: 50%;
  }

  .medium--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium--nine-twelfths {
    width: 75%;
  }

  .medium--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .medium--one-half:nth-child(2n+1),
.gallery .medium--one-third:nth-child(3n+1),
.gallery .medium--one-quarter:nth-child(4n+1),
.gallery .medium--one-fifth:nth-child(5n+1),
.gallery .medium--one-sixth:nth-child(6n+1),
.gallery .medium--two-sixths:nth-child(3n+1),
.gallery .medium--three-sixths:nth-child(2n+1),
.gallery .medium--one-eighth:nth-child(8n+1),
.gallery .medium--two-eighths:nth-child(4n+1),
.gallery .medium--four-eighths:nth-child(2n+1),
.gallery .medium--five-tenths:nth-child(2n+1),
.gallery .medium--one-twelfth:nth-child(12n+1),
.gallery .medium--two-twelfths:nth-child(6n+1),
.gallery .medium--three-twelfths:nth-child(4n+1),
.gallery .medium--four-twelfths:nth-child(3n+1),
.gallery .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 768px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-up--one-third {
    width: 33.3333333333%;
  }

  .medium-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }

  .medium-up--two-quarters {
    width: 50%;
  }

  .medium-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }

  .medium-up--two-fifths {
    width: 40%;
  }

  .medium-up--three-fifths {
    width: 60%;
  }

  .medium-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.6666666667%;
  }

  .medium-up--two-sixths {
    width: 33.3333333333%;
  }

  .medium-up--three-sixths {
    width: 50%;
  }

  .medium-up--four-sixths {
    width: 66.6666666667%;
  }

  .medium-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }

  .medium-up--two-eighths {
    width: 25%;
  }

  .medium-up--three-eighths {
    width: 37.5%;
  }

  .medium-up--four-eighths {
    width: 50%;
  }

  .medium-up--five-eighths {
    width: 62.5%;
  }

  .medium-up--six-eighths {
    width: 75%;
  }

  .medium-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }

  .medium-up--two-tenths {
    width: 20%;
  }

  .medium-up--three-tenths {
    width: 30%;
  }

  .medium-up--four-tenths {
    width: 40%;
  }

  .medium-up--five-tenths {
    width: 50%;
  }

  .medium-up--six-tenths {
    width: 60%;
  }

  .medium-up--seven-tenths {
    width: 70%;
  }

  .medium-up--eight-tenths {
    width: 80%;
  }

  .medium-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.3333333333%;
  }

  .medium-up--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-up--three-twelfths {
    width: 25%;
  }

  .medium-up--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-up--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-up--six-twelfths {
    width: 50%;
  }

  .medium-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-up--nine-twelfths {
    width: 75%;
  }

  .medium-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-up--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
.grid--uniform .medium-up--one-third:nth-child(3n+1),
.grid--uniform .medium-up--one-quarter:nth-child(4n+1),
.grid--uniform .medium-up--one-fifth:nth-child(5n+1),
.grid--uniform .medium-up--one-sixth:nth-child(6n+1),
.grid--uniform .medium-up--two-sixths:nth-child(3n+1),
.grid--uniform .medium-up--three-sixths:nth-child(2n+1),
.grid--uniform .medium-up--one-eighth:nth-child(8n+1),
.grid--uniform .medium-up--two-eighths:nth-child(4n+1),
.grid--uniform .medium-up--four-eighths:nth-child(2n+1),
.grid--uniform .medium-up--five-tenths:nth-child(2n+1),
.grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
.grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
.grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
.grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
.grid--uniform .medium-up--six-twelfths:nth-child(2n+1),
.gallery .medium-up--one-half:nth-child(2n+1),
.gallery .medium-up--one-third:nth-child(3n+1),
.gallery .medium-up--one-quarter:nth-child(4n+1),
.gallery .medium-up--one-fifth:nth-child(5n+1),
.gallery .medium-up--one-sixth:nth-child(6n+1),
.gallery .medium-up--two-sixths:nth-child(3n+1),
.gallery .medium-up--three-sixths:nth-child(2n+1),
.gallery .medium-up--one-eighth:nth-child(8n+1),
.gallery .medium-up--two-eighths:nth-child(4n+1),
.gallery .medium-up--four-eighths:nth-child(2n+1),
.gallery .medium-up--five-tenths:nth-child(2n+1),
.gallery .medium-up--one-twelfth:nth-child(12n+1),
.gallery .medium-up--two-twelfths:nth-child(6n+1),
.gallery .medium-up--three-twelfths:nth-child(4n+1),
.gallery .medium-up--four-twelfths:nth-child(3n+1),
.gallery .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .medium-up--show {
    display: block !important;
  }

  .medium-up--hide {
    display: none !important;
  }

  .medium-up--text-left {
    text-align: left !important;
  }

  .medium-up--text-right {
    text-align: right !important;
  }

  .medium-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-down--one-third {
    width: 33.3333333333%;
  }

  .medium-down--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .medium-down--two-sixths {
    width: 33.3333333333%;
  }

  .medium-down--three-sixths {
    width: 50%;
  }

  .medium-down--four-sixths {
    width: 66.6666666667%;
  }

  .medium-down--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .medium-down--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-down--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-down--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .medium-down--one-half:nth-child(2n+1),
.gallery .medium-down--one-third:nth-child(3n+1),
.gallery .medium-down--one-quarter:nth-child(4n+1),
.gallery .medium-down--one-fifth:nth-child(5n+1),
.gallery .medium-down--one-sixth:nth-child(6n+1),
.gallery .medium-down--two-sixths:nth-child(3n+1),
.gallery .medium-down--three-sixths:nth-child(2n+1),
.gallery .medium-down--one-eighth:nth-child(8n+1),
.gallery .medium-down--two-eighths:nth-child(4n+1),
.gallery .medium-down--four-eighths:nth-child(2n+1),
.gallery .medium-down--five-tenths:nth-child(2n+1),
.gallery .medium-down--one-twelfth:nth-child(12n+1),
.gallery .medium-down--two-twelfths:nth-child(6n+1),
.gallery .medium-down--three-twelfths:nth-child(4n+1),
.gallery .medium-down--four-twelfths:nth-child(3n+1),
.gallery .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  /** Whole */
  .medium-large--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-large--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-large--one-third {
    width: 33.3333333333%;
  }

  .medium-large--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .medium-large--one-quarter {
    width: 25%;
  }

  .medium-large--two-quarters {
    width: 50%;
  }

  .medium-large--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium-large--one-fifth {
    width: 20%;
  }

  .medium-large--two-fifths {
    width: 40%;
  }

  .medium-large--three-fifths {
    width: 60%;
  }

  .medium-large--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium-large--one-sixth {
    width: 16.6666666667%;
  }

  .medium-large--two-sixths {
    width: 33.3333333333%;
  }

  .medium-large--three-sixths {
    width: 50%;
  }

  .medium-large--four-sixths {
    width: 66.6666666667%;
  }

  .medium-large--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .medium-large--one-eighth {
    width: 12.5%;
  }

  .medium-large--two-eighths {
    width: 25%;
  }

  .medium-large--three-eighths {
    width: 37.5%;
  }

  .medium-large--four-eighths {
    width: 50%;
  }

  .medium-large--five-eighths {
    width: 62.5%;
  }

  .medium-large--six-eighths {
    width: 75%;
  }

  .medium-large--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium-large--one-tenth {
    width: 10%;
  }

  .medium-large--two-tenths {
    width: 20%;
  }

  .medium-large--three-tenths {
    width: 30%;
  }

  .medium-large--four-tenths {
    width: 40%;
  }

  .medium-large--five-tenths {
    width: 50%;
  }

  .medium-large--six-tenths {
    width: 60%;
  }

  .medium-large--seven-tenths {
    width: 70%;
  }

  .medium-large--eight-tenths {
    width: 80%;
  }

  .medium-large--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium-large--one-twelfth {
    width: 8.3333333333%;
  }

  .medium-large--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-large--three-twelfths {
    width: 25%;
  }

  .medium-large--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-large--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-large--six-twelfths {
    width: 50%;
  }

  .medium-large--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-large--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-large--nine-twelfths {
    width: 75%;
  }

  .medium-large--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-large--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .medium-large--one-half:nth-child(2n+1),
.grid--uniform .medium-large--one-third:nth-child(3n+1),
.grid--uniform .medium-large--one-quarter:nth-child(4n+1),
.grid--uniform .medium-large--one-fifth:nth-child(5n+1),
.grid--uniform .medium-large--one-sixth:nth-child(6n+1),
.grid--uniform .medium-large--two-sixths:nth-child(3n+1),
.grid--uniform .medium-large--three-sixths:nth-child(2n+1),
.grid--uniform .medium-large--one-eighth:nth-child(8n+1),
.grid--uniform .medium-large--two-eighths:nth-child(4n+1),
.grid--uniform .medium-large--four-eighths:nth-child(2n+1),
.grid--uniform .medium-large--five-tenths:nth-child(2n+1),
.grid--uniform .medium-large--one-twelfth:nth-child(12n+1),
.grid--uniform .medium-large--two-twelfths:nth-child(6n+1),
.grid--uniform .medium-large--three-twelfths:nth-child(4n+1),
.grid--uniform .medium-large--four-twelfths:nth-child(3n+1),
.grid--uniform .medium-large--six-twelfths:nth-child(2n+1),
.gallery .medium-large--one-half:nth-child(2n+1),
.gallery .medium-large--one-third:nth-child(3n+1),
.gallery .medium-large--one-quarter:nth-child(4n+1),
.gallery .medium-large--one-fifth:nth-child(5n+1),
.gallery .medium-large--one-sixth:nth-child(6n+1),
.gallery .medium-large--two-sixths:nth-child(3n+1),
.gallery .medium-large--three-sixths:nth-child(2n+1),
.gallery .medium-large--one-eighth:nth-child(8n+1),
.gallery .medium-large--two-eighths:nth-child(4n+1),
.gallery .medium-large--four-eighths:nth-child(2n+1),
.gallery .medium-large--five-tenths:nth-child(2n+1),
.gallery .medium-large--one-twelfth:nth-child(12n+1),
.gallery .medium-large--two-twelfths:nth-child(6n+1),
.gallery .medium-large--three-twelfths:nth-child(4n+1),
.gallery .medium-large--four-twelfths:nth-child(3n+1),
.gallery .medium-large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .medium-large--show {
    display: block !important;
  }

  .medium-large--hide {
    display: none !important;
  }

  .medium-large--text-left {
    text-align: left !important;
  }

  .medium-large--text-right {
    text-align: right !important;
  }

  .medium-large--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }

  /* Halves */
  .large--one-half {
    width: 50%;
  }

  /* Thirds */
  .large--one-third {
    width: 33.3333333333%;
  }

  .large--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .large--two-sixths {
    width: 33.3333333333%;
  }

  .large--three-sixths {
    width: 50%;
  }

  .large--four-sixths {
    width: 66.6666666667%;
  }

  .large--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .large--two-twelfths {
    width: 16.6666666667%;
  }

  .large--three-twelfths {
    width: 25%;
  }

  .large--four-twelfths {
    width: 33.3333333333%;
  }

  .large--five-twelfths {
    width: 41.6666666667%;
  }

  .large--six-twelfths {
    width: 50%;
  }

  .large--seven-twelfths {
    width: 58.3333333333%;
  }

  .large--eight-twelfths {
    width: 66.6666666667%;
  }

  .large--nine-twelfths {
    width: 75%;
  }

  .large--ten-twelfths {
    width: 83.3333333333%;
  }

  .large--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .large--one-half:nth-child(2n+1),
.gallery .large--one-third:nth-child(3n+1),
.gallery .large--one-quarter:nth-child(4n+1),
.gallery .large--one-fifth:nth-child(5n+1),
.gallery .large--one-sixth:nth-child(6n+1),
.gallery .large--two-sixths:nth-child(3n+1),
.gallery .large--three-sixths:nth-child(2n+1),
.gallery .large--one-eighth:nth-child(8n+1),
.gallery .large--two-eighths:nth-child(4n+1),
.gallery .large--four-eighths:nth-child(2n+1),
.gallery .large--five-tenths:nth-child(2n+1),
.gallery .large--one-twelfth:nth-child(12n+1),
.gallery .large--two-twelfths:nth-child(6n+1),
.gallery .large--three-twelfths:nth-child(4n+1),
.gallery .large--four-twelfths:nth-child(3n+1),
.gallery .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .large-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .large-up--one-third {
    width: 33.3333333333%;
  }

  .large-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%;
  }

  .large-up--two-quarters {
    width: 50%;
  }

  .large-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%;
  }

  .large-up--two-fifths {
    width: 40%;
  }

  .large-up--three-fifths {
    width: 60%;
  }

  .large-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.6666666667%;
  }

  .large-up--two-sixths {
    width: 33.3333333333%;
  }

  .large-up--three-sixths {
    width: 50%;
  }

  .large-up--four-sixths {
    width: 66.6666666667%;
  }

  .large-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%;
  }

  .large-up--two-eighths {
    width: 25%;
  }

  .large-up--three-eighths {
    width: 37.5%;
  }

  .large-up--four-eighths {
    width: 50%;
  }

  .large-up--five-eighths {
    width: 62.5%;
  }

  .large-up--six-eighths {
    width: 75%;
  }

  .large-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%;
  }

  .large-up--two-tenths {
    width: 20%;
  }

  .large-up--three-tenths {
    width: 30%;
  }

  .large-up--four-tenths {
    width: 40%;
  }

  .large-up--five-tenths {
    width: 50%;
  }

  .large-up--six-tenths {
    width: 60%;
  }

  .large-up--seven-tenths {
    width: 70%;
  }

  .large-up--eight-tenths {
    width: 80%;
  }

  .large-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.3333333333%;
  }

  .large-up--two-twelfths {
    width: 16.6666666667%;
  }

  .large-up--three-twelfths {
    width: 25%;
  }

  .large-up--four-twelfths {
    width: 33.3333333333%;
  }

  .large-up--five-twelfths {
    width: 41.6666666667%;
  }

  .large-up--six-twelfths {
    width: 50%;
  }

  .large-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .large-up--nine-twelfths {
    width: 75%;
  }

  .large-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-up--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
.grid--uniform .large-up--one-third:nth-child(3n+1),
.grid--uniform .large-up--one-quarter:nth-child(4n+1),
.grid--uniform .large-up--one-fifth:nth-child(5n+1),
.grid--uniform .large-up--one-sixth:nth-child(6n+1),
.grid--uniform .large-up--two-sixths:nth-child(3n+1),
.grid--uniform .large-up--three-sixths:nth-child(2n+1),
.grid--uniform .large-up--one-eighth:nth-child(8n+1),
.grid--uniform .large-up--two-eighths:nth-child(4n+1),
.grid--uniform .large-up--four-eighths:nth-child(2n+1),
.grid--uniform .large-up--five-tenths:nth-child(2n+1),
.grid--uniform .large-up--one-twelfth:nth-child(12n+1),
.grid--uniform .large-up--two-twelfths:nth-child(6n+1),
.grid--uniform .large-up--three-twelfths:nth-child(4n+1),
.grid--uniform .large-up--four-twelfths:nth-child(3n+1),
.grid--uniform .large-up--six-twelfths:nth-child(2n+1),
.gallery .large-up--one-half:nth-child(2n+1),
.gallery .large-up--one-third:nth-child(3n+1),
.gallery .large-up--one-quarter:nth-child(4n+1),
.gallery .large-up--one-fifth:nth-child(5n+1),
.gallery .large-up--one-sixth:nth-child(6n+1),
.gallery .large-up--two-sixths:nth-child(3n+1),
.gallery .large-up--three-sixths:nth-child(2n+1),
.gallery .large-up--one-eighth:nth-child(8n+1),
.gallery .large-up--two-eighths:nth-child(4n+1),
.gallery .large-up--four-eighths:nth-child(2n+1),
.gallery .large-up--five-tenths:nth-child(2n+1),
.gallery .large-up--one-twelfth:nth-child(12n+1),
.gallery .large-up--two-twelfths:nth-child(6n+1),
.gallery .large-up--three-twelfths:nth-child(4n+1),
.gallery .large-up--four-twelfths:nth-child(3n+1),
.gallery .large-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .large-up--show {
    display: block !important;
  }

  .large-up--hide {
    display: none !important;
  }

  .large-up--text-left {
    text-align: left !important;
  }

  .large-up--text-right {
    text-align: right !important;
  }

  .large-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .large-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .large-down--one-third {
    width: 33.3333333333%;
  }

  .large-down--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%;
  }

  .large-down--two-quarters {
    width: 50%;
  }

  .large-down--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .large-down--one-fifth {
    width: 20%;
  }

  .large-down--two-fifths {
    width: 40%;
  }

  .large-down--three-fifths {
    width: 60%;
  }

  .large-down--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .large-down--one-sixth {
    width: 16.6666666667%;
  }

  .large-down--two-sixths {
    width: 33.3333333333%;
  }

  .large-down--three-sixths {
    width: 50%;
  }

  .large-down--four-sixths {
    width: 66.6666666667%;
  }

  .large-down--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%;
  }

  .large-down--two-eighths {
    width: 25%;
  }

  .large-down--three-eighths {
    width: 37.5%;
  }

  .large-down--four-eighths {
    width: 50%;
  }

  .large-down--five-eighths {
    width: 62.5%;
  }

  .large-down--six-eighths {
    width: 75%;
  }

  .large-down--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .large-down--one-tenth {
    width: 10%;
  }

  .large-down--two-tenths {
    width: 20%;
  }

  .large-down--three-tenths {
    width: 30%;
  }

  .large-down--four-tenths {
    width: 40%;
  }

  .large-down--five-tenths {
    width: 50%;
  }

  .large-down--six-tenths {
    width: 60%;
  }

  .large-down--seven-tenths {
    width: 70%;
  }

  .large-down--eight-tenths {
    width: 80%;
  }

  .large-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.3333333333%;
  }

  .large-down--two-twelfths {
    width: 16.6666666667%;
  }

  .large-down--three-twelfths {
    width: 25%;
  }

  .large-down--four-twelfths {
    width: 33.3333333333%;
  }

  .large-down--five-twelfths {
    width: 41.6666666667%;
  }

  .large-down--six-twelfths {
    width: 50%;
  }

  .large-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-down--eight-twelfths {
    width: 66.6666666667%;
  }

  .large-down--nine-twelfths {
    width: 75%;
  }

  .large-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-down--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .large-down--one-half:nth-child(2n+1),
.grid--uniform .large-down--one-third:nth-child(3n+1),
.grid--uniform .large-down--one-quarter:nth-child(4n+1),
.grid--uniform .large-down--one-fifth:nth-child(5n+1),
.grid--uniform .large-down--one-sixth:nth-child(6n+1),
.grid--uniform .large-down--two-sixths:nth-child(3n+1),
.grid--uniform .large-down--three-sixths:nth-child(2n+1),
.grid--uniform .large-down--one-eighth:nth-child(8n+1),
.grid--uniform .large-down--two-eighths:nth-child(4n+1),
.grid--uniform .large-down--four-eighths:nth-child(2n+1),
.grid--uniform .large-down--five-tenths:nth-child(2n+1),
.grid--uniform .large-down--one-twelfth:nth-child(12n+1),
.grid--uniform .large-down--two-twelfths:nth-child(6n+1),
.grid--uniform .large-down--three-twelfths:nth-child(4n+1),
.grid--uniform .large-down--four-twelfths:nth-child(3n+1),
.grid--uniform .large-down--six-twelfths:nth-child(2n+1),
.gallery .large-down--one-half:nth-child(2n+1),
.gallery .large-down--one-third:nth-child(3n+1),
.gallery .large-down--one-quarter:nth-child(4n+1),
.gallery .large-down--one-fifth:nth-child(5n+1),
.gallery .large-down--one-sixth:nth-child(6n+1),
.gallery .large-down--two-sixths:nth-child(3n+1),
.gallery .large-down--three-sixths:nth-child(2n+1),
.gallery .large-down--one-eighth:nth-child(8n+1),
.gallery .large-down--two-eighths:nth-child(4n+1),
.gallery .large-down--four-eighths:nth-child(2n+1),
.gallery .large-down--five-tenths:nth-child(2n+1),
.gallery .large-down--one-twelfth:nth-child(12n+1),
.gallery .large-down--two-twelfths:nth-child(6n+1),
.gallery .large-down--three-twelfths:nth-child(4n+1),
.gallery .large-down--four-twelfths:nth-child(3n+1),
.gallery .large-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .large-down--show {
    display: block !important;
  }

  .large-down--hide {
    display: none !important;
  }

  .large-down--text-left {
    text-align: left !important;
  }

  .large-down--text-right {
    text-align: right !important;
  }

  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1400px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%;
  }

  /* Halves */
  .widescreen--one-half {
    width: 50%;
  }

  /* Thirds */
  .widescreen--one-third {
    width: 33.3333333333%;
  }

  .widescreen--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%;
  }

  .widescreen--two-quarters {
    width: 50%;
  }

  .widescreen--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%;
  }

  .widescreen--two-fifths {
    width: 40%;
  }

  .widescreen--three-fifths {
    width: 60%;
  }

  .widescreen--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.6666666667%;
  }

  .widescreen--two-sixths {
    width: 33.3333333333%;
  }

  .widescreen--three-sixths {
    width: 50%;
  }

  .widescreen--four-sixths {
    width: 66.6666666667%;
  }

  .widescreen--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%;
  }

  .widescreen--two-eighths {
    width: 25%;
  }

  .widescreen--three-eighths {
    width: 37.5%;
  }

  .widescreen--four-eighths {
    width: 50%;
  }

  .widescreen--five-eighths {
    width: 62.5%;
  }

  .widescreen--six-eighths {
    width: 75%;
  }

  .widescreen--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%;
  }

  .widescreen--two-tenths {
    width: 20%;
  }

  .widescreen--three-tenths {
    width: 30%;
  }

  .widescreen--four-tenths {
    width: 40%;
  }

  .widescreen--five-tenths {
    width: 50%;
  }

  .widescreen--six-tenths {
    width: 60%;
  }

  .widescreen--seven-tenths {
    width: 70%;
  }

  .widescreen--eight-tenths {
    width: 80%;
  }

  .widescreen--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.3333333333%;
  }

  .widescreen--two-twelfths {
    width: 16.6666666667%;
  }

  .widescreen--three-twelfths {
    width: 25%;
  }

  .widescreen--four-twelfths {
    width: 33.3333333333%;
  }

  .widescreen--five-twelfths {
    width: 41.6666666667%;
  }

  .widescreen--six-twelfths {
    width: 50%;
  }

  .widescreen--seven-twelfths {
    width: 58.3333333333%;
  }

  .widescreen--eight-twelfths {
    width: 66.6666666667%;
  }

  .widescreen--nine-twelfths {
    width: 75%;
  }

  .widescreen--ten-twelfths {
    width: 83.3333333333%;
  }

  .widescreen--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .widescreen--one-half:nth-child(2n+1),
.grid--uniform .widescreen--one-third:nth-child(3n+1),
.grid--uniform .widescreen--one-quarter:nth-child(4n+1),
.grid--uniform .widescreen--one-fifth:nth-child(5n+1),
.grid--uniform .widescreen--one-sixth:nth-child(6n+1),
.grid--uniform .widescreen--two-sixths:nth-child(3n+1),
.grid--uniform .widescreen--three-sixths:nth-child(2n+1),
.grid--uniform .widescreen--one-eighth:nth-child(8n+1),
.grid--uniform .widescreen--two-eighths:nth-child(4n+1),
.grid--uniform .widescreen--four-eighths:nth-child(2n+1),
.grid--uniform .widescreen--five-tenths:nth-child(2n+1),
.grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
.grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
.grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
.grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
.grid--uniform .widescreen--six-twelfths:nth-child(2n+1),
.gallery .widescreen--one-half:nth-child(2n+1),
.gallery .widescreen--one-third:nth-child(3n+1),
.gallery .widescreen--one-quarter:nth-child(4n+1),
.gallery .widescreen--one-fifth:nth-child(5n+1),
.gallery .widescreen--one-sixth:nth-child(6n+1),
.gallery .widescreen--two-sixths:nth-child(3n+1),
.gallery .widescreen--three-sixths:nth-child(2n+1),
.gallery .widescreen--one-eighth:nth-child(8n+1),
.gallery .widescreen--two-eighths:nth-child(4n+1),
.gallery .widescreen--four-eighths:nth-child(2n+1),
.gallery .widescreen--five-tenths:nth-child(2n+1),
.gallery .widescreen--one-twelfth:nth-child(12n+1),
.gallery .widescreen--two-twelfths:nth-child(6n+1),
.gallery .widescreen--three-twelfths:nth-child(4n+1),
.gallery .widescreen--four-twelfths:nth-child(3n+1),
.gallery .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .widescreen--show {
    display: block !important;
  }

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

  .widescreen--text-left {
    text-align: left !important;
  }

  .widescreen--text-right {
    text-align: right !important;
  }

  .widescreen--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 479px) {
  /* Halves */
  .mobile--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .mobile--push-one-third {
    left: 33.3333333333%;
  }

  .mobile--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .mobile--push-one-quarter {
    left: 25%;
  }

  .mobile--push-two-quarters {
    left: 50%;
  }

  .mobile--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .mobile--push-one-fifth {
    left: 20%;
  }

  .mobile--push-two-fifths {
    left: 40%;
  }

  .mobile--push-three-fifths {
    left: 60%;
  }

  .mobile--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .mobile--push-one-sixth {
    left: 16.6666666667%;
  }

  .mobile--push-two-sixths {
    left: 33.3333333333%;
  }

  .mobile--push-three-sixths {
    left: 50%;
  }

  .mobile--push-four-sixths {
    left: 66.6666666667%;
  }

  .mobile--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .mobile--push-one-eighth {
    left: 12.5%;
  }

  .mobile--push-two-eighths {
    left: 25%;
  }

  .mobile--push-three-eighths {
    left: 37.5%;
  }

  .mobile--push-four-eighths {
    left: 50%;
  }

  .mobile--push-five-eighths {
    left: 62.5%;
  }

  .mobile--push-six-eighths {
    left: 75%;
  }

  .mobile--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .mobile--push-one-tenth {
    left: 10%;
  }

  .mobile--push-two-tenths {
    left: 20%;
  }

  .mobile--push-three-tenths {
    left: 30%;
  }

  .mobile--push-four-tenths {
    left: 40%;
  }

  .mobile--push-five-tenths {
    left: 50%;
  }

  .mobile--push-six-tenths {
    left: 60%;
  }

  .mobile--push-seven-tenths {
    left: 70%;
  }

  .mobile--push-eight-tenths {
    left: 80%;
  }

  .mobile--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .mobile--push-one-twelfth {
    left: 8.3333333333%;
  }

  .mobile--push-two-twelfths {
    left: 16.6666666667%;
  }

  .mobile--push-three-twelfths {
    left: 25%;
  }

  .mobile--push-four-twelfths {
    left: 33.3333333333%;
  }

  .mobile--push-five-twelfths {
    left: 41.6666666667%;
  }

  .mobile--push-six-twelfths {
    left: 50%;
  }

  .mobile--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .mobile--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .mobile--push-nine-twelfths {
    left: 75%;
  }

  .mobile--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .mobile--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Halves */
  .small--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small--push-one-third {
    left: 33.3333333333%;
  }

  .small--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%;
  }

  .small--push-two-quarters {
    left: 50%;
  }

  .small--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%;
  }

  .small--push-two-fifths {
    left: 40%;
  }

  .small--push-three-fifths {
    left: 60%;
  }

  .small--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.6666666667%;
  }

  .small--push-two-sixths {
    left: 33.3333333333%;
  }

  .small--push-three-sixths {
    left: 50%;
  }

  .small--push-four-sixths {
    left: 66.6666666667%;
  }

  .small--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%;
  }

  .small--push-two-eighths {
    left: 25%;
  }

  .small--push-three-eighths {
    left: 37.5%;
  }

  .small--push-four-eighths {
    left: 50%;
  }

  .small--push-five-eighths {
    left: 62.5%;
  }

  .small--push-six-eighths {
    left: 75%;
  }

  .small--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%;
  }

  .small--push-two-tenths {
    left: 20%;
  }

  .small--push-three-tenths {
    left: 30%;
  }

  .small--push-four-tenths {
    left: 40%;
  }

  .small--push-five-tenths {
    left: 50%;
  }

  .small--push-six-tenths {
    left: 60%;
  }

  .small--push-seven-tenths {
    left: 70%;
  }

  .small--push-eight-tenths {
    left: 80%;
  }

  .small--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small--push-three-twelfths {
    left: 25%;
  }

  .small--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small--push-six-twelfths {
    left: 50%;
  }

  .small--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small--push-nine-twelfths {
    left: 75%;
  }

  .small--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) {
  /* Halves */
  .small-up--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small-up--push-one-third {
    left: 33.3333333333%;
  }

  .small-up--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small-up--push-one-quarter {
    left: 25%;
  }

  .small-up--push-two-quarters {
    left: 50%;
  }

  .small-up--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small-up--push-one-fifth {
    left: 20%;
  }

  .small-up--push-two-fifths {
    left: 40%;
  }

  .small-up--push-three-fifths {
    left: 60%;
  }

  .small-up--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small-up--push-one-sixth {
    left: 16.6666666667%;
  }

  .small-up--push-two-sixths {
    left: 33.3333333333%;
  }

  .small-up--push-three-sixths {
    left: 50%;
  }

  .small-up--push-four-sixths {
    left: 66.6666666667%;
  }

  .small-up--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small-up--push-one-eighth {
    left: 12.5%;
  }

  .small-up--push-two-eighths {
    left: 25%;
  }

  .small-up--push-three-eighths {
    left: 37.5%;
  }

  .small-up--push-four-eighths {
    left: 50%;
  }

  .small-up--push-five-eighths {
    left: 62.5%;
  }

  .small-up--push-six-eighths {
    left: 75%;
  }

  .small-up--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small-up--push-one-tenth {
    left: 10%;
  }

  .small-up--push-two-tenths {
    left: 20%;
  }

  .small-up--push-three-tenths {
    left: 30%;
  }

  .small-up--push-four-tenths {
    left: 40%;
  }

  .small-up--push-five-tenths {
    left: 50%;
  }

  .small-up--push-six-tenths {
    left: 60%;
  }

  .small-up--push-seven-tenths {
    left: 70%;
  }

  .small-up--push-eight-tenths {
    left: 80%;
  }

  .small-up--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small-up--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small-up--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small-up--push-three-twelfths {
    left: 25%;
  }

  .small-up--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small-up--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small-up--push-six-twelfths {
    left: 50%;
  }

  .small-up--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small-up--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small-up--push-nine-twelfths {
    left: 75%;
  }

  .small-up--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  /* Halves */
  .small-down--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small-down--push-one-third {
    left: 33.3333333333%;
  }

  .small-down--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small-down--push-one-quarter {
    left: 25%;
  }

  .small-down--push-two-quarters {
    left: 50%;
  }

  .small-down--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small-down--push-one-fifth {
    left: 20%;
  }

  .small-down--push-two-fifths {
    left: 40%;
  }

  .small-down--push-three-fifths {
    left: 60%;
  }

  .small-down--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small-down--push-one-sixth {
    left: 16.6666666667%;
  }

  .small-down--push-two-sixths {
    left: 33.3333333333%;
  }

  .small-down--push-three-sixths {
    left: 50%;
  }

  .small-down--push-four-sixths {
    left: 66.6666666667%;
  }

  .small-down--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small-down--push-one-eighth {
    left: 12.5%;
  }

  .small-down--push-two-eighths {
    left: 25%;
  }

  .small-down--push-three-eighths {
    left: 37.5%;
  }

  .small-down--push-four-eighths {
    left: 50%;
  }

  .small-down--push-five-eighths {
    left: 62.5%;
  }

  .small-down--push-six-eighths {
    left: 75%;
  }

  .small-down--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small-down--push-one-tenth {
    left: 10%;
  }

  .small-down--push-two-tenths {
    left: 20%;
  }

  .small-down--push-three-tenths {
    left: 30%;
  }

  .small-down--push-four-tenths {
    left: 40%;
  }

  .small-down--push-five-tenths {
    left: 50%;
  }

  .small-down--push-six-tenths {
    left: 60%;
  }

  .small-down--push-seven-tenths {
    left: 70%;
  }

  .small-down--push-eight-tenths {
    left: 80%;
  }

  .small-down--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small-down--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small-down--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small-down--push-three-twelfths {
    left: 25%;
  }

  .small-down--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small-down--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small-down--push-six-twelfths {
    left: 50%;
  }

  .small-down--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small-down--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small-down--push-nine-twelfths {
    left: 75%;
  }

  .small-down--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 989px) {
  /* Halves */
  .small-medium--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small-medium--push-one-third {
    left: 33.3333333333%;
  }

  .small-medium--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small-medium--push-one-quarter {
    left: 25%;
  }

  .small-medium--push-two-quarters {
    left: 50%;
  }

  .small-medium--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small-medium--push-one-fifth {
    left: 20%;
  }

  .small-medium--push-two-fifths {
    left: 40%;
  }

  .small-medium--push-three-fifths {
    left: 60%;
  }

  .small-medium--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small-medium--push-one-sixth {
    left: 16.6666666667%;
  }

  .small-medium--push-two-sixths {
    left: 33.3333333333%;
  }

  .small-medium--push-three-sixths {
    left: 50%;
  }

  .small-medium--push-four-sixths {
    left: 66.6666666667%;
  }

  .small-medium--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small-medium--push-one-eighth {
    left: 12.5%;
  }

  .small-medium--push-two-eighths {
    left: 25%;
  }

  .small-medium--push-three-eighths {
    left: 37.5%;
  }

  .small-medium--push-four-eighths {
    left: 50%;
  }

  .small-medium--push-five-eighths {
    left: 62.5%;
  }

  .small-medium--push-six-eighths {
    left: 75%;
  }

  .small-medium--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small-medium--push-one-tenth {
    left: 10%;
  }

  .small-medium--push-two-tenths {
    left: 20%;
  }

  .small-medium--push-three-tenths {
    left: 30%;
  }

  .small-medium--push-four-tenths {
    left: 40%;
  }

  .small-medium--push-five-tenths {
    left: 50%;
  }

  .small-medium--push-six-tenths {
    left: 60%;
  }

  .small-medium--push-seven-tenths {
    left: 70%;
  }

  .small-medium--push-eight-tenths {
    left: 80%;
  }

  .small-medium--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small-medium--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small-medium--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small-medium--push-three-twelfths {
    left: 25%;
  }

  .small-medium--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small-medium--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small-medium--push-six-twelfths {
    left: 50%;
  }

  .small-medium--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small-medium--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small-medium--push-nine-twelfths {
    left: 75%;
  }

  .small-medium--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small-medium--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium--push-one-third {
    left: 33.3333333333%;
  }

  .medium--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium--push-one-quarter {
    left: 25%;
  }

  .medium--push-two-quarters {
    left: 50%;
  }

  .medium--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium--push-one-fifth {
    left: 20%;
  }

  .medium--push-two-fifths {
    left: 40%;
  }

  .medium--push-three-fifths {
    left: 60%;
  }

  .medium--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium--push-three-sixths {
    left: 50%;
  }

  .medium--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium--push-one-eighth {
    left: 12.5%;
  }

  .medium--push-two-eighths {
    left: 25%;
  }

  .medium--push-three-eighths {
    left: 37.5%;
  }

  .medium--push-four-eighths {
    left: 50%;
  }

  .medium--push-five-eighths {
    left: 62.5%;
  }

  .medium--push-six-eighths {
    left: 75%;
  }

  .medium--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium--push-one-tenth {
    left: 10%;
  }

  .medium--push-two-tenths {
    left: 20%;
  }

  .medium--push-three-tenths {
    left: 30%;
  }

  .medium--push-four-tenths {
    left: 40%;
  }

  .medium--push-five-tenths {
    left: 50%;
  }

  .medium--push-six-tenths {
    left: 60%;
  }

  .medium--push-seven-tenths {
    left: 70%;
  }

  .medium--push-eight-tenths {
    left: 80%;
  }

  .medium--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium--push-three-twelfths {
    left: 25%;
  }

  .medium--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium--push-six-twelfths {
    left: 50%;
  }

  .medium--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium--push-nine-twelfths {
    left: 75%;
  }

  .medium--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.3333333333%;
  }

  .medium-up--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%;
  }

  .medium-up--push-two-quarters {
    left: 50%;
  }

  .medium-up--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%;
  }

  .medium-up--push-two-fifths {
    left: 40%;
  }

  .medium-up--push-three-fifths {
    left: 60%;
  }

  .medium-up--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium-up--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium-up--push-three-sixths {
    left: 50%;
  }

  .medium-up--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium-up--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%;
  }

  .medium-up--push-two-eighths {
    left: 25%;
  }

  .medium-up--push-three-eighths {
    left: 37.5%;
  }

  .medium-up--push-four-eighths {
    left: 50%;
  }

  .medium-up--push-five-eighths {
    left: 62.5%;
  }

  .medium-up--push-six-eighths {
    left: 75%;
  }

  .medium-up--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%;
  }

  .medium-up--push-two-tenths {
    left: 20%;
  }

  .medium-up--push-three-tenths {
    left: 30%;
  }

  .medium-up--push-four-tenths {
    left: 40%;
  }

  .medium-up--push-five-tenths {
    left: 50%;
  }

  .medium-up--push-six-tenths {
    left: 60%;
  }

  .medium-up--push-seven-tenths {
    left: 70%;
  }

  .medium-up--push-eight-tenths {
    left: 80%;
  }

  .medium-up--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium-up--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium-up--push-three-twelfths {
    left: 25%;
  }

  .medium-up--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium-up--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium-up--push-six-twelfths {
    left: 50%;
  }

  .medium-up--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium-up--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium-up--push-nine-twelfths {
    left: 75%;
  }

  .medium-up--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 989px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.3333333333%;
  }

  .medium-down--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%;
  }

  .medium-down--push-two-quarters {
    left: 50%;
  }

  .medium-down--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%;
  }

  .medium-down--push-two-fifths {
    left: 40%;
  }

  .medium-down--push-three-fifths {
    left: 60%;
  }

  .medium-down--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium-down--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium-down--push-three-sixths {
    left: 50%;
  }

  .medium-down--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium-down--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium-down--push-one-eighth {
    left: 12.5%;
  }

  .medium-down--push-two-eighths {
    left: 25%;
  }

  .medium-down--push-three-eighths {
    left: 37.5%;
  }

  .medium-down--push-four-eighths {
    left: 50%;
  }

  .medium-down--push-five-eighths {
    left: 62.5%;
  }

  .medium-down--push-six-eighths {
    left: 75%;
  }

  .medium-down--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%;
  }

  .medium-down--push-two-tenths {
    left: 20%;
  }

  .medium-down--push-three-tenths {
    left: 30%;
  }

  .medium-down--push-four-tenths {
    left: 40%;
  }

  .medium-down--push-five-tenths {
    left: 50%;
  }

  .medium-down--push-six-tenths {
    left: 60%;
  }

  .medium-down--push-seven-tenths {
    left: 70%;
  }

  .medium-down--push-eight-tenths {
    left: 80%;
  }

  .medium-down--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium-down--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium-down--push-three-twelfths {
    left: 25%;
  }

  .medium-down--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium-down--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium-down--push-six-twelfths {
    left: 50%;
  }

  .medium-down--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium-down--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium-down--push-nine-twelfths {
    left: 75%;
  }

  .medium-down--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  /* Halves */
  .medium-large--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium-large--push-one-third {
    left: 33.3333333333%;
  }

  .medium-large--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium-large--push-one-quarter {
    left: 25%;
  }

  .medium-large--push-two-quarters {
    left: 50%;
  }

  .medium-large--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium-large--push-one-fifth {
    left: 20%;
  }

  .medium-large--push-two-fifths {
    left: 40%;
  }

  .medium-large--push-three-fifths {
    left: 60%;
  }

  .medium-large--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium-large--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium-large--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium-large--push-three-sixths {
    left: 50%;
  }

  .medium-large--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium-large--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium-large--push-one-eighth {
    left: 12.5%;
  }

  .medium-large--push-two-eighths {
    left: 25%;
  }

  .medium-large--push-three-eighths {
    left: 37.5%;
  }

  .medium-large--push-four-eighths {
    left: 50%;
  }

  .medium-large--push-five-eighths {
    left: 62.5%;
  }

  .medium-large--push-six-eighths {
    left: 75%;
  }

  .medium-large--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium-large--push-one-tenth {
    left: 10%;
  }

  .medium-large--push-two-tenths {
    left: 20%;
  }

  .medium-large--push-three-tenths {
    left: 30%;
  }

  .medium-large--push-four-tenths {
    left: 40%;
  }

  .medium-large--push-five-tenths {
    left: 50%;
  }

  .medium-large--push-six-tenths {
    left: 60%;
  }

  .medium-large--push-seven-tenths {
    left: 70%;
  }

  .medium-large--push-eight-tenths {
    left: 80%;
  }

  .medium-large--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium-large--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium-large--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium-large--push-three-twelfths {
    left: 25%;
  }

  .medium-large--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium-large--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium-large--push-six-twelfths {
    left: 50%;
  }

  .medium-large--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium-large--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium-large--push-nine-twelfths {
    left: 75%;
  }

  .medium-large--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium-large--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /* Halves */
  .large--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .large--push-one-third {
    left: 33.3333333333%;
  }

  .large--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%;
  }

  .large--push-two-quarters {
    left: 50%;
  }

  .large--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%;
  }

  .large--push-two-fifths {
    left: 40%;
  }

  .large--push-three-fifths {
    left: 60%;
  }

  .large--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.6666666667%;
  }

  .large--push-two-sixths {
    left: 33.3333333333%;
  }

  .large--push-three-sixths {
    left: 50%;
  }

  .large--push-four-sixths {
    left: 66.6666666667%;
  }

  .large--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%;
  }

  .large--push-two-eighths {
    left: 25%;
  }

  .large--push-three-eighths {
    left: 37.5%;
  }

  .large--push-four-eighths {
    left: 50%;
  }

  .large--push-five-eighths {
    left: 62.5%;
  }

  .large--push-six-eighths {
    left: 75%;
  }

  .large--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%;
  }

  .large--push-two-tenths {
    left: 20%;
  }

  .large--push-three-tenths {
    left: 30%;
  }

  .large--push-four-tenths {
    left: 40%;
  }

  .large--push-five-tenths {
    left: 50%;
  }

  .large--push-six-tenths {
    left: 60%;
  }

  .large--push-seven-tenths {
    left: 70%;
  }

  .large--push-eight-tenths {
    left: 80%;
  }

  .large--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.3333333333%;
  }

  .large--push-two-twelfths {
    left: 16.6666666667%;
  }

  .large--push-three-twelfths {
    left: 25%;
  }

  .large--push-four-twelfths {
    left: 33.3333333333%;
  }

  .large--push-five-twelfths {
    left: 41.6666666667%;
  }

  .large--push-six-twelfths {
    left: 50%;
  }

  .large--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .large--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .large--push-nine-twelfths {
    left: 75%;
  }

  .large--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .large--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.3333333333%;
  }

  .large-up--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%;
  }

  .large-up--push-two-quarters {
    left: 50%;
  }

  .large-up--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%;
  }

  .large-up--push-two-fifths {
    left: 40%;
  }

  .large-up--push-three-fifths {
    left: 60%;
  }

  .large-up--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.6666666667%;
  }

  .large-up--push-two-sixths {
    left: 33.3333333333%;
  }

  .large-up--push-three-sixths {
    left: 50%;
  }

  .large-up--push-four-sixths {
    left: 66.6666666667%;
  }

  .large-up--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%;
  }

  .large-up--push-two-eighths {
    left: 25%;
  }

  .large-up--push-three-eighths {
    left: 37.5%;
  }

  .large-up--push-four-eighths {
    left: 50%;
  }

  .large-up--push-five-eighths {
    left: 62.5%;
  }

  .large-up--push-six-eighths {
    left: 75%;
  }

  .large-up--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%;
  }

  .large-up--push-two-tenths {
    left: 20%;
  }

  .large-up--push-three-tenths {
    left: 30%;
  }

  .large-up--push-four-tenths {
    left: 40%;
  }

  .large-up--push-five-tenths {
    left: 50%;
  }

  .large-up--push-six-tenths {
    left: 60%;
  }

  .large-up--push-seven-tenths {
    left: 70%;
  }

  .large-up--push-eight-tenths {
    left: 80%;
  }

  .large-up--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.3333333333%;
  }

  .large-up--push-two-twelfths {
    left: 16.6666666667%;
  }

  .large-up--push-three-twelfths {
    left: 25%;
  }

  .large-up--push-four-twelfths {
    left: 33.3333333333%;
  }

  .large-up--push-five-twelfths {
    left: 41.6666666667%;
  }

  .large-up--push-six-twelfths {
    left: 50%;
  }

  .large-up--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .large-up--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .large-up--push-nine-twelfths {
    left: 75%;
  }

  .large-up--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .large-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .large-down--push-one-third {
    left: 33.3333333333%;
  }

  .large-down--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .large-down--push-one-quarter {
    left: 25%;
  }

  .large-down--push-two-quarters {
    left: 50%;
  }

  .large-down--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .large-down--push-one-fifth {
    left: 20%;
  }

  .large-down--push-two-fifths {
    left: 40%;
  }

  .large-down--push-three-fifths {
    left: 60%;
  }

  .large-down--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .large-down--push-one-sixth {
    left: 16.6666666667%;
  }

  .large-down--push-two-sixths {
    left: 33.3333333333%;
  }

  .large-down--push-three-sixths {
    left: 50%;
  }

  .large-down--push-four-sixths {
    left: 66.6666666667%;
  }

  .large-down--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .large-down--push-one-eighth {
    left: 12.5%;
  }

  .large-down--push-two-eighths {
    left: 25%;
  }

  .large-down--push-three-eighths {
    left: 37.5%;
  }

  .large-down--push-four-eighths {
    left: 50%;
  }

  .large-down--push-five-eighths {
    left: 62.5%;
  }

  .large-down--push-six-eighths {
    left: 75%;
  }

  .large-down--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .large-down--push-one-tenth {
    left: 10%;
  }

  .large-down--push-two-tenths {
    left: 20%;
  }

  .large-down--push-three-tenths {
    left: 30%;
  }

  .large-down--push-four-tenths {
    left: 40%;
  }

  .large-down--push-five-tenths {
    left: 50%;
  }

  .large-down--push-six-tenths {
    left: 60%;
  }

  .large-down--push-seven-tenths {
    left: 70%;
  }

  .large-down--push-eight-tenths {
    left: 80%;
  }

  .large-down--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .large-down--push-one-twelfth {
    left: 8.3333333333%;
  }

  .large-down--push-two-twelfths {
    left: 16.6666666667%;
  }

  .large-down--push-three-twelfths {
    left: 25%;
  }

  .large-down--push-four-twelfths {
    left: 33.3333333333%;
  }

  .large-down--push-five-twelfths {
    left: 41.6666666667%;
  }

  .large-down--push-six-twelfths {
    left: 50%;
  }

  .large-down--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .large-down--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .large-down--push-nine-twelfths {
    left: 75%;
  }

  .large-down--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .large-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1400px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .widescreen--push-one-third {
    left: 33.3333333333%;
  }

  .widescreen--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .widescreen--push-one-quarter {
    left: 25%;
  }

  .widescreen--push-two-quarters {
    left: 50%;
  }

  .widescreen--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .widescreen--push-one-fifth {
    left: 20%;
  }

  .widescreen--push-two-fifths {
    left: 40%;
  }

  .widescreen--push-three-fifths {
    left: 60%;
  }

  .widescreen--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .widescreen--push-one-sixth {
    left: 16.6666666667%;
  }

  .widescreen--push-two-sixths {
    left: 33.3333333333%;
  }

  .widescreen--push-three-sixths {
    left: 50%;
  }

  .widescreen--push-four-sixths {
    left: 66.6666666667%;
  }

  .widescreen--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .widescreen--push-one-eighth {
    left: 12.5%;
  }

  .widescreen--push-two-eighths {
    left: 25%;
  }

  .widescreen--push-three-eighths {
    left: 37.5%;
  }

  .widescreen--push-four-eighths {
    left: 50%;
  }

  .widescreen--push-five-eighths {
    left: 62.5%;
  }

  .widescreen--push-six-eighths {
    left: 75%;
  }

  .widescreen--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .widescreen--push-one-tenth {
    left: 10%;
  }

  .widescreen--push-two-tenths {
    left: 20%;
  }

  .widescreen--push-three-tenths {
    left: 30%;
  }

  .widescreen--push-four-tenths {
    left: 40%;
  }

  .widescreen--push-five-tenths {
    left: 50%;
  }

  .widescreen--push-six-tenths {
    left: 60%;
  }

  .widescreen--push-seven-tenths {
    left: 70%;
  }

  .widescreen--push-eight-tenths {
    left: 80%;
  }

  .widescreen--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .widescreen--push-one-twelfth {
    left: 8.3333333333%;
  }

  .widescreen--push-two-twelfths {
    left: 16.6666666667%;
  }

  .widescreen--push-three-twelfths {
    left: 25%;
  }

  .widescreen--push-four-twelfths {
    left: 33.3333333333%;
  }

  .widescreen--push-five-twelfths {
    left: 41.6666666667%;
  }

  .widescreen--push-six-twelfths {
    left: 50%;
  }

  .widescreen--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .widescreen--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .widescreen--push-nine-twelfths {
    left: 75%;
  }

  .widescreen--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .widescreen--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
.grid__item.clear {
  clear: both;
}

/* ============================================================================
  #Typography
============================================================================== */
body,
input,
textarea,
button,
select,
.popout__toggle {
  font-size: calc(13.144256px * var(---font-adjust-body));
  line-height: 1.6;
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 480px) {
  body,
input,
textarea,
button,
select,
.popout__toggle {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  body,
input,
textarea,
button,
select,
.popout__toggle {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.uppercase .strong, .uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

/* ================ Title font ================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  letter-spacing: var(---font-heading-space);
  text-transform: var(---font-heading-caps);
}
h1 .strong, h1.strong, h1 strong, h2 .strong, h2.strong, h2 strong, h3 .strong, h3.strong, h3 strong, h4 .strong, h4.strong, h4 strong, h5 .strong, h5.strong, h5 strong, h6 .strong, h6.strong, h6 strong {
  font-weight: var(---font-weight-heading-bold);
}

h1, .h1 {
  font-size: calc(35.4836308732px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h1, .h1 {
    font-size: calc( ( 35.4836308732px + 12.415591523 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: calc(47.8992223962px * var(---font-adjust-heading));
  }
}

h2, .h2 {
  font-size: calc(30.0708736214px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h2, .h2 {
    font-size: calc( ( 30.0708736214px + 9.1907840805 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: calc(39.2616577018px * var(---font-adjust-heading));
  }
}

h3, .h3 {
  font-size: calc(25.4837912045px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h3, .h3 {
    font-size: calc( ( 25.4837912045px + 6.6978954363 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: calc(32.1816866409px * var(---font-adjust-heading));
  }
}

h4, .h4 {
  font-size: calc(21.5964332242px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h4, .h4 {
    font-size: calc( ( 21.5964332242px + 4.7819984486 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: calc(26.3784316728px * var(---font-adjust-heading));
  }
}

h5, .h5 {
  font-size: calc(18.3020620544px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h5, .h5 {
    font-size: calc( ( 18.3020620544px + 3.3196032512 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: calc(21.6216653056px * var(---font-adjust-heading));
  }
}

h6, .h6 {
  font-size: calc(15.51022208px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h6, .h6 {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h6, .h6 {
    font-size: calc(17.72267648px * var(---font-adjust-heading));
  }
}

/* ================ Body font ================ */
.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}
.h1--body .strong, .h1--body.strong, .h1--body strong,
.h2--body .strong,
.h2--body.strong,
.h2--body strong,
.h3--body .strong,
.h3--body.strong,
.h3--body strong,
.h4--body .strong,
.h4--body.strong,
.h4--body strong,
.h5--body .strong,
.h5--body.strong,
.h5--body strong,
.h6--body .strong,
.h6--body.strong,
.h6--body strong {
  font-weight: var(---font-weight-body-bold);
}

.h1--body {
  font-size: calc(35.4836308732px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h1--body {
    font-size: calc( ( 35.4836308732px + 12.415591523 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h1--body {
    font-size: calc(47.8992223962px * var(---font-adjust-body));
  }
}

.h2--body {
  font-size: calc(30.0708736214px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h2--body {
    font-size: calc( ( 30.0708736214px + 9.1907840805 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h2--body {
    font-size: calc(39.2616577018px * var(---font-adjust-body));
  }
}

.h3--body {
  font-size: calc(25.4837912045px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h3--body {
    font-size: calc( ( 25.4837912045px + 6.6978954363 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h3--body {
    font-size: calc(32.1816866409px * var(---font-adjust-body));
  }
}

.h4--body {
  font-size: calc(21.5964332242px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h4--body {
    font-size: calc( ( 21.5964332242px + 4.7819984486 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h4--body {
    font-size: calc(26.3784316728px * var(---font-adjust-body));
  }
}

.h5--body {
  font-size: calc(18.3020620544px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h5--body {
    font-size: calc( ( 18.3020620544px + 3.3196032512 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h5--body {
    font-size: calc(21.6216653056px * var(---font-adjust-body));
  }
}

.h6--body {
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h6--body {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h6--body {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}

p, .p {
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  p, .p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  p, .p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

small, .small, p small {
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  small, .small, p small {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  small, .small, p small {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

.xs {
  font-size: calc(9.44px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .xs {
    font-size: calc( ( 9.44px + 0.32 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .xs {
    font-size: calc(9.76px * var(---font-adjust-body));
  }
}

.xxs {
  font-size: calc(8px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .xxs {
    font-size: calc( ( 8px + 0 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .xxs {
    font-size: calc(8px * var(---font-adjust-body));
  }
}

/* ================ Body elements ================ */
h1, h2, h3, h4, h5, h6,
.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  margin: 0 0 0.75em;
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1--body a,
.h2--body a,
.h3--body a,
.h4--body a,
.h5--body a,
.h6--body a {
  text-decoration: none;
  font-weight: inherit;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.rte .h1--body,
.rte .h2--body,
.rte .h3--body,
.rte .h4--body,
.rte .h5--body,
.rte .h6--body {
  margin: 0.75em 0 0 0;
}

p {
  margin-bottom: 0.75em;
}
p img {
  margin: 0;
}

em,
.em {
  font-style: italic;
}

b,
strong,
.strong {
  font-weight: var(---font-weight-body-bold);
}

sup,
sub,
.sup,
.sub {
  position: relative;
  font-size: calc(8px * var(---font-adjust-body));
  vertical-align: baseline;
}
@media (min-width: 480px) {
  sup,
sub,
.sup,
.sub {
    font-size: calc( ( 8px + 0 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  sup,
sub,
.sup,
.sub {
    font-size: calc(8px * var(---font-adjust-body));
  }
}

sup,
.sup {
  top: -0.5em;
}

sub,
.sub {
  bottom: -0.5em;
}

s,
.s {
  text-decoration: line-through;
  opacity: 0.5;
}

/* ================ Blockquotes ================ */
blockquote {
  font-size: calc(15.51022208px * var(---font-adjust-body));
  font-style: italic;
  margin: 0 0 32px;
  padding: 0 32px;
  border-left: 1px solid var(--border);
}
@media (min-width: 480px) {
  blockquote {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  blockquote {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 16px;
}
blockquote cite {
  display: block;
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  blockquote cite {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  blockquote cite {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
blockquote cite:before {
  content: "— ";
}

/* ================ Code ================ */
code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  border-left: 1px solid var(--border);
  padding: 0 2px;
}

pre {
  overflow: auto;
  padding: 16px;
  margin: 0 0 32px;
}

.unicode {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS, Arial";
}

/* ================ Horizontal Rules ================ */
hr {
  clear: both;
  border-top: solid var(--border);
  border-width: 1px 0 0;
  margin: 32px 0;
  height: 0;
}
hr.hr--perceptual {
  margin: 27px 0 32px 0;
}
hr.hr--small {
  margin: 16px 0;
}
hr.hr--double {
  margin: 64px 0;
}
hr.hr--clear {
  border-top-color: transparent;
}
hr.hr--dash {
  margin: 32px auto;
  width: 80px;
}
hr.hr--thick {
  border-width: 2px 0 0;
}
hr.hr--underline {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* ============================================================================
  #Lists
============================================================================== */
ul,
ol {
  margin: 0 0 32px;
  padding: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 20px;
}

li {
  margin-bottom: 0.25em;
}

ol,
ul.square,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.disc {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}

/* ============================================================================
  #Basic Styles
============================================================================== */
/* REM baseline, used for padding, not typography */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body:not(.template-index) {
  background-color: var(---color-bg);
}

[tabindex="-1"]:focus {
  outline: none;
}

.wrapper, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .wrapper--full {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.wrapper::after, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper::after, .wrapper--full::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .wrapper, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .wrapper--full {
    padding: 0 21.3333333333px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .wrapper--full {
    padding: 0 16px;
  }
}

.wrapper--full {
  max-width: none;
}

.main-content {
  display: block;
  min-height: var(--content-min);
}

.template-product .main-content,
.template-blog .main-content,
.template-page .main-content,
.template-customers-account .main-content,
.template-customers-addresses .main-content,
.template-customers-order .main-content {
  padding-bottom: 64px;
}

/* ============================================================================
  Icons
============================================================================== */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}
.no-svg .icon {
  display: none;
}

.showMobile .icon {
  width: 15px;
  height: 15px;
}

.mobile-wrapper .icon {
  width: 25px;
  height: 25px;
}

/* ============================================================================
  #Rich Text Editor
============================================================================== */
.rte:not(.rte--column) {
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .rte:not(.rte--column) {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .rte:not(.rte--column) {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}
.rte:not(.rte--column) p {
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .rte:not(.rte--column) p {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .rte:not(.rte--column) p {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}

.rte {
  margin-bottom: 16px;
  /* Add some top margin to headers from the rich text editor */
  word-wrap: break-word;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte > div {
  margin-bottom: 16px;
}
.rte ul,
.rte ol {
  margin-left: 20px;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul,
.rte ol ul {
  list-style-type: circle;
}
.rte ol ol ul,
.rte ol ul ul,
.rte ul ol ul,
.rte ul ul ul {
  list-style-type: square;
}
.rte li {
  text-align: left;
  margin-bottom: 0.4em;
}
.rte img {
  max-width: 100%;
  height: auto;
}
.rte img[style*="float: left"],
.rte img[style*="float:left"] {
  margin-right: 16px;
}
.rte img[style*="float: right"],
.rte img[style*="float:right"] {
  margin-left: 16px;
}

.rte--header {
  margin-bottom: 0;
}

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.columns {
  column-gap: 48px;
  columns: 2 "small"/2;
}

/* ============================================================================
  #Tables
============================================================================== */
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: var(---font-weight-body-bold);
  border-bottom: 1px solid var(--border);
}

th,
td {
  text-align: left;
  padding: 16px;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

/* Responsive tables for IE9+ */
@media only screen and (max-width: 479px) {
  .table--responsive {
    /* IE9 table layout fixes */
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive tbody {
    border-top: 1px solid var(--border);
  }
  .table--responsive tbody td:not(:first-child) {
    border-top: 1px solid var(--hairline);
  }
  .table--responsive tfoot {
    border-top: 1px solid var(--border);
    border-bottom: 2px solid var(--border);
  }
  .table--responsive tr,
.table--responsive td {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: none;
  }
  .table--responsive th,
.table--responsive td {
    display: block;
    text-align: right;
    padding: 10px;
  }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: var(---font-stack-accent);
    font-weight: var(---font-weight-accent);
    font-style: var(---font-style-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(11.1392px * var(---font-adjust-accent) );
    padding-right: 10px;
  }
  .table--responsive td:before .strong, .table--responsive td:before.strong {
    font-weight: var(---font-weight-accent-bold);
  }
}

@media only screen and (max-width: 479px) {
  .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;
    border-bottom: 1px solid var(--border);
  }
}
/* ============================================================================
  #Links and Buttons

  three button styles:
  standard - full color - darkens on hover
  outline - turns to full color on hover
  soft - turns to full color on hover

  Color modifiers
  Starts as secondary accent color
  modifier for primary color
  modifier for text color
  modifier for contrast (full white or full black)

  dark modifier doubles color mods

  style modifiers
  100% width
  small
  large
  border-radius-0

  watches outer wrapper for dark/light
============================================================================== */
.btn,
.btn--soft {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  font-size: calc(13.144256px * var(---font-adjust-body));
  background-color: var(--btn-bg);
  color: var(--btn-text);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 480px) {
  .btn,
.btn--soft {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn,
.btn--soft {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.btn:hover, .btn:active, .btn:focus,
.btn--soft:hover,
.btn--soft:active,
.btn--soft:focus {
  color: var(--btn-text-hover);
  background-color: var(--btn-bg-hover);
}

.btn {
  --btn-bg: var(---color-text);
  --btn-text: var(---color-bg);
  --btn-bg-hover: var(---color-a95);
  --btn-text-hover: var(---color-bg);
}

.palette--dark .btn,
.section--dark .btn {
  --btn-bg: var(---inverse-text);
  --btn-text: var(---inverse-bg);
  --btn-bg-hover: var(---inverse-a95);
  --btn-text-hover: var(---inverse-bg);
}

.palette--contrast .btn,
.btn--contrast.btn {
  --btn-bg: #000;
  --btn-text: #FFF;
  --btn-bg-hover: #000;
  --btn-text-hover: #F7F7F7;
}

.palette--primary .btn,
.btn--primary.btn,
.btn.shopify-challenge__button {
  --btn-bg: var(---color-primary);
  --btn-text: var(---color-primary-opposite);
  --btn-bg-hover: var(---color-primary-hover);
  --btn-text-hover: var(---color-primary-opposite);
}

.palette--secondary .btn,
.btn--secondary.btn {
  --btn-bg: var(---color-secondary);
  --btn-text: var(---color-secondary-opposite);
  --btn-bg-hover: var(---color-secondary-hover);
  --btn-text-hover: var(---color-secondary-opposite);
}

.palette--contrast--dark .btn,
.section--dark .btn--contrast.btn {
  --btn-bg: #FFF;
  --btn-text: #000;
  --btn-bg-hover: #FFF;
  --btn-text-hover: #333;
}

.palette--primary--dark .btn,
.section--dark .btn--primary.btn,
.section--dark .btn.shopify-challenge__button {
  --btn-bg: var(---inverse-primary);
  --btn-text: var(---inverse-primary-opposite);
  --btn-bg-hover: var(---inverse-primary-hover);
  --btn-text-hover: var(---inverse-primary-opposite);
}

.palette--secondary--dark .btn,
.section--dark .btn--secondary.btn {
  --btn-bg: var(---inverse-secondary);
  --btn-text: var(---inverse-secondary-opposite);
  --btn-bg-hover: var(---inverse-secondary-hover);
  --btn-text-hover: var(---inverse-secondary-opposite);
}

.btn--soft {
  --btn-bg: var(---color-a5);
  --btn-text: var(---color-text);
  --btn-bg-hover: var(---color-a10);
  --btn-text-hover: var(---color-text);
}

.palette--dark .btn--soft,
.section--dark .btn--soft {
  --btn-bg: var(---inverse-a5);
  --btn-text: var(---inverse-text);
  --btn-bg-hover: var(---inverse-a10);
  --btn-text-hover: var(---inverse-text);
}

.palette--contrast .btn--soft,
.btn--soft.btn--contrast {
  --btn-bg: rgba(0, 0, 0, 0.05);
  --btn-text: #000;
  --btn-bg-hover: rgba(0, 0, 0, 0.1);
  --btn-text-hover: #000;
}

.palette--primary .btn--soft,
.btn--soft.btn--primary,
.btn--soft.shopify-challenge__button {
  --btn-bg: var(---color-primary-fade);
  --btn-text: var(---color-primary);
  --btn-bg-hover: var(---color-primary-fade-hover);
  --btn-text-hover: var(---color-primary);
}

.palette--secondary .btn--soft,
.btn--soft.btn--secondary {
  --btn-bg: var(---color-secondary-fade);
  --btn-text: var(---color-secondary);
  --btn-bg-hover: var(---color-secondary-fade-hover);
  --btn-text-hover: var(---color-secondary);
}

.palette--contrast--dark .btn--soft,
.section--dark .btn--soft.btn--contrast {
  --btn-bg: rgba(255, 255, 255, 0.05);
  --btn-text: #FFF;
  --btn-bg: rgba(255, 255, 255, 0.1);
  --btn-text-hover: #FFF;
}

.palette--primary--dark .btn--soft,
.section--dark .btn--soft.btn--primary,
.section--dark .btn--soft.shopify-challenge__button {
  --btn-bg: var(---inverse-primary-fade);
  --btn-text: var(---inverse-primary);
  --btn-bg-hover: var(---inverse-primary-fade-hover);
  --btn-text-hover: var(---inverse-primary);
}

.palette--secondary--dark .btn--soft,
.section--dark .btn--soft.btn--secondary {
  --btn-bg: var(---inverse-secondary-fade);
  --btn-text: var(---inverse-secondary);
  --btn-bg-hover: var(---inverse-secondary-fade-hover);
  --btn-text-hover: var(---inverse-secondary);
}

.btn--outline {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  font-size: calc(13.144256px * var(---font-adjust-body));
  --btn-bg: $transparent;
  --btn-text: var(---color-a90);
  --btn-bg-hover: var(---color-a5);
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid var(--btn-text);
  color: var(--btn-text);
}
@media (min-width: 480px) {
  .btn--outline {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn--outline {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.btn--outline:hover, .btn--outline:active, .btn--outline:focus {
  background-color: var(--btn-bg-hover);
  border: 1px solid var(--btn-text);
  color: var(--btn-text);
}

.palette--dark .btn--outline,
.section--dark .btn--outline {
  --btn-text: var(---inverse-a90);
  --btn-bg-hover: var(---inverse-a5);
}

.palette--contrast .btn--outline,
.btn--outline.btn--contrast {
  --btn-text: rgba(0, 0, 0, 1);
  --btn-bg-hover: rgba(0, 0, 0, 0.1);
}

.palette--primary .btn--outline,
.btn--outline.btn--primary,
.btn--outline.shopify-challenge__button {
  --btn-text: var(---color-primary);
  --btn-bg-hover: var(---color-primary-fade);
}

.palette--secondary .btn--outline,
.btn--outline.btn--secondary {
  --btn-text: var(---color-secondary);
  --btn-bg-hover: var(---color-secondary-fade);
}

.palette--contrast--dark .btn--outline,
.section--dark .btn--outline.btn--contrast {
  --btn-text: #FFF;
  --btn-bg-hover: rgba(255, 255, 255, 0.1);
}

.palette--primary--dark .btn--outline,
.section--dark .btn--outline.btn--primary,
.section--dark .btn--outline.shopify-challenge__button {
  --btn-text: var(---inverse-primary);
  --btn-bg-hover: var(---inverse-primary-fade);
}

.palette--secondary--dark .btn--outline,
.section--dark .btn--outline.btn--secondary {
  --btn-text: var(---inverse-secondary);
  --btn-bg-hover: var(---inverse-secondary-fade);
}

/* ============================================================================
.btn{
  @include soft-button(var(---color-secondary));
  @include accent-bold;
  @include font-size-a3;
}
============================================================================== */
[class*=btn].uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
[class*=btn].uppercase .strong, [class*=btn].uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

.btn--small {
  padding: 1.5rem 1.2rem; /* @UNOFFICIAL og code was 0.9rem 0.6rem */
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .btn--small {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn--small {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
.btn--small .uppercase, .btn--small.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.btn--small .uppercase .strong, .btn--small .uppercase.strong, .btn--small.uppercase .strong, .btn--small.uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

.btn--large {
  padding: 1.6rem 1.4rem;
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .btn--large {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn--large {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.btn--large .uppercase, .btn--large.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.btn--large .uppercase .strong, .btn--large .uppercase.strong, .btn--large.uppercase .strong, .btn--large.uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}
@media only screen and (max-width: 767px) {
  .btn--large {
    padding: 1.4rem 1.2rem;
  }
}

.btn--full {
  width: 100%;
}

.btn--square {
  border-radius: 0px !important;
}

[class*=btn][disabled],
[class*=btn].disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
[class*=btn][disabled]:before,
[class*=btn].disabled:before {
  content: none;
}

/* Shopify Quick Pay Buttons */
.shopify-product-form {
  max-width: 400px;
  margin: 0 auto;
}

.variant--soldout .shopify-payment-button,
.variant--unavailabe .shopify-payment-button {
  opacity: 0;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  --btn-bg: var(---color-primary);
  --btn-text: var(---color-primary-opposite);
  --btn-bg-hover: var(---color-primary-hover);
  --btn-text-hover: var(---color-primary-opposite);
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  background-color: var(--btn-bg);
  color: var(--btn-text);
}
.shopify-payment-button .shopify-payment-button__button--unbranded .strong, .shopify-payment-button .shopify-payment-button__button--unbranded.strong {
  font-weight: var(---font-weight-accent-bold);
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: var(--btn-text-hover);
  background-color: var(--btn-bg);
}

.btn--add-to-cart {
  min-height: 54px;
}

.shopify-payment-button .shopify-payment-button__button {
  margin-top: 15px;
  border-radius: var(---button-radius);
  min-height: 54px;
  overflow: hidden;
}

.shopify-payment-button .shopify-payment-button__more-options:active {
  text-decoration: underline;
  outline: none;
  transform: translateY(1px);
}

/* ============================================================================
  #Text links
============================================================================== */
a,
.text-link {
  color: currentColor;
  text-decoration: none;
  background: transparent;
}
a:hover, a:focus,
.text-link:hover,
.text-link:focus {
  color: currentColor;
}

.rte a:not([class]) {
  position: relative;
  text-decoration: none;
}
.rte a:not([class]):after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.rte a:not([class]):after {
  width: 100%;
}
.rte a:not([class]):hover:after {
  width: 0;
}

/* links that line up with buttons */
.btn--link {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  background-color: rgba(255, 255, 255, 0);
  color: var(--text);
  /* capitalize */
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.btn--link:hover, .btn--link:active, .btn--link:focus {
  background-color: rgba(255, 255, 255, 0);
  color: var(--text-dark);
}
.btn--link .strong, .btn--link.strong {
  font-weight: var(---font-weight-accent-bold);
}
.btn--link span {
  position: relative;
  text-decoration: none;
}
.btn--link span:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.btn--link span:after {
  left: 0;
  width: 0;
}
.btn--link span:hover:after {
  width: 100%;
}
.btn--link span:after {
  bottom: -4px;
  height: 3px;
}

/* ================ Force an input/button to look like a text link ================ */
.expanding-line {
  position: relative;
  text-decoration: none;
}
.expanding-line:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.expanding-line:after {
  left: 0;
  width: 0;
}
.expanding-line:hover:after {
  width: 100%;
}

.text-link,
.retracting-line {
  position: relative;
  text-decoration: none;
}
.text-link:after,
.retracting-line:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.text-link:after,
.retracting-line:after {
  width: 100%;
}
.text-link:hover:after,
.retracting-line:hover:after {
  width: 0;
}

input.text-link,
button.text-link {
  border-radius: 0;
  color: var(---color-text);
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
input.text-link:hover, input.text-link:active, input.text-link:focus,
button.text-link:hover,
button.text-link:active,
button.text-link:focus {
  border-radius: 0;
  color: var(---color-text-dark);
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

button + .text-link,
.btn + .text-link {
  margin-left: 15px !important;
}

.text-link.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  position: relative;
  text-decoration: none;
}
.text-link.uppercase .strong, .text-link.uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}
.text-link.uppercase:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.text-link.uppercase:after {
  left: 0;
  width: 0;
}
.text-link.uppercase:hover:after {
  width: 100%;
}
.text-link.uppercase:after {
  bottom: -4px;
  height: 3px;
}

/* ============================================================================
  #Badges
============================================================================== */
.badge {
  display: inline-block;
  padding: 0.33em 0.5em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  background-color: var(--hairline);
  color: var(--text);
}
.badge .strong, .badge.strong {
  font-weight: var(---font-weight-accent-bold);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal__overlay.modal__overlay--bright {
  background: var(---color-primary);
}

.modal__container--small {
  background-color: #FFF;
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__container--inline {
  padding: 30px;
  background: var(---color-bg);
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: scroll;
}

.modal__container--xl {
  padding: 90px;
  background: var(---color-bg);
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: scroll;
}
@media only screen and (max-width: 767px) {
  .modal__container--xl {
    padding: 30px;
  }
}

.modal__container--video {
  padding: 90px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .modal__container--video {
    padding: 10px;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  position: fixed;
  z-index: 100;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.2s ease;
}
.modal__close::before {
  content: "✕";
}
.modal__close:hover, .modal__close:focus {
  outline: none;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

/**************************  \
  Demo Animation Style
\  **************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  position: absolute;
  z-index: 10000;
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__container--zoom {
  overflow-y: scroll;
  height: 100%;
  padding: 50px 0 0;
}

.zoom--images {
  width: 100vw;
}

.zoom__img {
  display: block;
  padding: 5px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

/* ============================================================================
  #Forms
============================================================================== */
form {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  input,
textarea,
select,
.popout__toggle {
    font-size: 16px;
  }
}
button,
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=submit],
input[type=url],
.quantity-selector input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea,
select,
.popout__toggle,
fieldset {
  border-radius: 2px;
  max-width: 100%;
}
input.input-full,
textarea.input-full,
select.input-full,
.input-full.popout__toggle,
fieldset.input-full {
  width: 100%;
}

html:not(.no-js) input[type=number]::-webkit-inner-spin-button,
html:not(.no-js) input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select,
.popout__toggle,
textarea {
  padding: 8px 10px;
  line-height: 1.42;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: var(---font-weight-body-bold);
}

input {
  display: inline-block;
  width: auto;
}

button,
input[type=submit] {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

button {
  background-color: transparent;
  overflow: visible;
  border: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

/* ================ Input width and border ================ */
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select,
.popout__toggle {
  border: 1px solid var(--border);
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  outline: none;
  color: var(--text-dark);
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus,
.popout__toggle:focus {
  bottom: 1px solid var(--text-dark);
  box-shadow: 0 1px 5px var(--hairline);
}
input[type=text][disabled], input[type=text].disabled,
input[type=search][disabled],
input[type=search].disabled,
input[type=password][disabled],
input[type=password].disabled,
input[type=email][disabled],
input[type=email].disabled,
input[type=file][disabled],
input[type=file].disabled,
input[type=number][disabled],
input[type=number].disabled,
input[type=tel][disabled],
input[type=tel].disabled,
input[type=url][disabled],
input[type=url].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
[disabled].popout__toggle,
select.disabled,
.disabled.popout__toggle {
  cursor: default;
  background-color: var(--muted);
  border-color: var(--text-light);
}

textarea {
  min-height: 100px;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
}

select, .popout__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: var(---ico-select);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

/* Force option color (affects IE only) */
option {
  color: #000;
  background-color: #FFF;
}

select::-ms-expand, .popout__toggle::-ms-expand {
  display: none;
}

/* ================ Form labels ================ */
label,
legend {
  display: block;
}
label.inline,
legend.inline {
  display: inline;
}
.form-horizontal label.label--hidden, label.label--hidden,
.form-horizontal legend.label--hidden,
legend.label--hidden {
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
}

/* ================ Address and non-float forms ================ */
.form--standard label,
.form--standard legend {
  display: block;
  margin-bottom: 2px;
  font-weight: var(---font-weight-body-bold);
}

label[for] {
  cursor: pointer;
}

.label-hint {
  color: #999;
}

/* ================ Horizontal Form ================ */
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0;
}
form.form-horizontal input[type=text],
form.form-horizontal input[type=search],
form.form-horizontal input[type=password],
form.form-horizontal input[type=email],
form.form-horizontal input[type=file],
form.form-horizontal input[type=number],
form.form-horizontal input[type=tel],
form.form-horizontal input[type=url],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type=text],
.form-horizontal input[type=search],
.form-horizontal input[type=password],
.form-horizontal input[type=email],
.form-horizontal input[type=file],
.form-horizontal input[type=number],
.form-horizontal input[type=tel],
.form-horizontal input[type=url],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .popout__toggle,
.form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

/* ================ Error styles ================ */
input[type=text].error,
input[type=search].error,
input[type=password].error,
input[type=email].error,
input[type=file].error,
input[type=number].error,
input[type=tel].error,
input[type=url].error,
textarea.error {
  border-color: #D02E2E;
  background-color: #FFF6F6;
  color: #D02E2E;
}

label.error {
  color: #D02E2E;
}

.form--additional {
  text-align: center;
  margin-top: 30px;
}

.dot-spacer {
  opacity: 0.5;
  padding: 0px 10px;
}

/* ================ Float labels ================ */
.float__wrapper {
  position: relative;
  margin: 20px 0;
}
.float__wrapper input,
.float__wrapper textarea {
  width: 100%;
}
.float__wrapper input:focus,
.float__wrapper textarea:focus {
  border: 1px solid var(--text-dark);
  box-shadow: none;
}
.float__wrapper label {
  background: var(--bg);
  color: var(--text);
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  left: 7px;
  opacity: 0;
  padding: 0 4px;
  position: absolute;
  transform: translateY(2em);
  transition: transform 0.2s ease-out, opacity 0.15s linear;
  z-index: -1;
}
.float__wrapper label .strong, .float__wrapper label.strong {
  font-weight: var(---font-weight-accent-bold);
}
.float__wrapper label.label--float {
  opacity: 1;
  transform: translateY(-1em);
  z-index: 1;
  padding-bottom: 2px;
}

.input-group--inner-button.float__wrapper label.label--float {
  transform: translateY(calc(-1em - 5px));
}

/* ============================================================================
  #Notes and Form Feedback
============================================================================== */
.note,
.errors {
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 20px;
  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: 0;
}
.note p + p,
.errors p + p {
  margin-top: 0.5em;
}

.note {
  border-color: var(--border);
  background-color: var(--hairline);
}
.note p {
  margin: 0;
  padding: 4px 0;
}
.note ul {
  list-style: disc outside;
  margin-left: 10px;
}

.errors {
  color: #FFFFFF;
  background-color: #C50000;
  border-color: #E28080;
}
.errors ul {
  list-style: disc outside;
  margin-left: 20px;
}
.errors a {
  color: #FFFFFF;
  text-decoration: underline;
}
.errors a:hover {
  text-decoration: none;
}

.form__legal p {
  margin-top: 0;
  margin-bottom: 1em;
  font-style: italic;
  color: var(--text-light);
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .form__legal p {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .form__legal p {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
.form__legal a {
  color: var(--text-dark);
  position: relative;
  text-decoration: none;
}
.form__legal a:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.form__legal a:after {
  left: 0;
  width: 0;
}
.form__legal a:hover:after {
  width: 100%;
}

.form-success {
  color: #56AD6A;
  background-color: #ECFEF0;
  border-color: #56AD6A;
  padding: 10px;
  margin-bottom: 20px;
}
.form-success a {
  color: #56AD6A;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}

.form-error {
  color: #D02E2E;
  background-color: #FFF6F6;
  border-color: #D02E2E;
  padding: 10px;
  margin-bottom: 20px;
}
.form-error a {
  color: #D02E2E;
  text-decoration: underline;
}
.form-error a:hover {
  text-decoration: none;
}

/* = both radio and swatch = */
.radio__legend {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0.7;
  font-weight: var(---font-weight-body);
  font-size: calc(11.1392px * var(---font-adjust-body));
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .radio__legend {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .radio__legend {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

.radio__legend__label {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  opacity: 1;
  padding-right: 6px;
  margin-right: 5px;
  border-right: 1px solid var(--border);
}
.radio__legend__label .strong, .radio__legend__label.strong {
  font-weight: var(---font-weight-accent-bold);
}

.radio__fieldset {
  line-height: 0;
}

/* = radio button specific = */
.radio__button {
  display: inline-block;
  padding: 5px 2px;
}
.radio__button:first-of-type {
  padding-left: 0px;
}

.radio__fieldset .radio__button label {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  position: relative;
  margin: 4px;
  padding: 14px 10px 12px;
  border: 1px solid var(--hairline);
  color: var(--text-light);
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.radio__fieldset .radio__button label .strong, .radio__fieldset .radio__button label.strong {
  font-weight: var(---font-weight-accent-bold);
}
.radio__fieldset .radio__button label:hover, .radio__fieldset .radio__button label:active, .radio__fieldset .radio__button label:focus {
  color: var(--text-dark);
  background-color: var(--hairline);
  border: 1px solid rgba(255, 255, 255, 0);
}
.radio__fieldset .radio__button input:checked ~ label {
  color: var(--bg);
  background-color: var(--text-dark);
  border: 1px solid rgba(255, 255, 255, 0);
}

/* = swatch button specific = */
.swatch__button {
  display: inline-block;
  padding: 5px 10px;
}

.swatch__button input,
.radio__button input {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}

.selector-wrapper fieldset label {
  margin-top: unset;
}

.swatch__button label {
  position: relative;
  width: 28px;
  height: 28px;
  margin: 4px;
  border-radius: 100%;
  background-color: var(--swatch);
}

.swatch__button input:checked ~ label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 2px solid var(--swatch);
  opacity: 0.4;
}

.select__fieldset .select__label {
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  opacity: 0.7;
}

/* = swatches on collections = */
.grid__swatch__container {
  min-height: 29px;
}
.grid__swatch__container .swatch__button {
  padding: 10px 0 0 0;
}
.grid__swatch__container .swatch__button label {
  width: 19px;
  height: 19px;
  margin: 0 6px;
  cursor: pointer;
}
.grid__swatch__container .swatch__button input:checked ~ label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 27px;
  height: 27px;
}

.focus-enabled .swatch__button input:focus ~ label:before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -10px;
  height: 2px;
  width: calc(100% + 6px);
  background: var(--secondary);
}

.focus-enabled .radio__button input:focus ~ label:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: var(--secondary);
}

.text-left .grid__swatch__container .swatch__button label {
  margin: 0 10px 0 0;
}

.text-right .grid__swatch__container .swatch__button label {
  margin: 0 0 0 10px;
}

.selector-wrapper {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.selector-wrapper.selector-wrapper--placeholder {
  opacity: 0;
}

/* ============================================================================
  #Images and Iframes
============================================================================== */
img {
  border: 0 none;
}

svg:not(:root) {
  overflow: hidden;
}

/* === snippets/image-fill.liquid === */
.image__fill {
  position: relative;
  display: block;
  overflow: hidden;
}

/* === snippets/hero.liquid === */
.image__hero__frame {
  position: relative;
  overflow: hidden;
}

.image__hero__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image__hero__scale {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

[data-parallax-wrapper] .image__hero__pane {
  display: flex;
  align-items: center;
}

[data-parallax-wrapper] .image__hero__scale {
  min-height: 110%;
  max-height: 120%;
}

/* === image load animations === */
.fade-in-child .background-size-cover.lazyloaded {
  opacity: 1;
}

.fade-in-child .background-size-cover {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

/* == Link that fills a position: relative image wrapper == */
.link-over-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.link-over-image ~ .image__fill .background-size-cover {
  transition: transform 1.1s ease-out;
}

.link-over-image:hover ~ .image__fill .background-size-cover,
.link-over-image:focus ~ .image__fill .background-size-cover {
  transform: scale(1.05);
}

/* ================ Shared Image Classes ================ */
[data-overlay-header].has-overlay {
  --image-top: var(--menu-height);
  --image-bottom: calc(var(--menu-height) * 0.66);
}

.section--image {
  overflow: hidden;
  position: relative;
  color: var(--text);
  --image-top: 10%;
  --image-bottom: 10%;
}

.background-size-cover {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.responsive-wide-image {
  width: 100%;
  display: block;
}

.flex-absolute {
  position: absolute;
  display: flex;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: var(--image-top);
  padding-bottom: var(--image-bottom);
}

.image-overlay--bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.65;
}

.image-overlay--bottom {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--bg) 100%);
}

.backdrop--radial {
  position: relative;
}
.backdrop--radial:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(5);
  z-index: -1;
  opacity: 0.25;
  background: radial-gradient(var(--bg), rgba(255, 255, 255, 0) 50%);
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: var(--bg);
}

.image-overlay-0 {
  opacity: 0;
}

.image-overlay-5 {
  opacity: 0.05;
}

.image-overlay-10 {
  opacity: 0.1;
}

.image-overlay-15 {
  opacity: 0.15;
}

.image-overlay-20 {
  opacity: 0.2;
}

.image-overlay-25 {
  opacity: 0.35;
}

.image-overlay-30 {
  opacity: 0.3;
}

.image-overlay-35 {
  opacity: 0.35;
}

.image-overlay-40 {
  opacity: 0.4;
}

.image-overlay-45 {
  opacity: 0.45;
}

.image-overlay-50 {
  opacity: 0.5;
}

.image-overlay-55 {
  opacity: 0.55;
}

.image-overlay-60 {
  opacity: 0.6;
}

.image-overlay-65 {
  opacity: 0.65;
}

.image-overlay-70 {
  opacity: 0.7;
}

.image-overlay-75 {
  opacity: 0.75;
}

.image-overlay-80 {
  opacity: 0.8;
}

.image-overlay-85 {
  opacity: 0.85;
}

.image-overlay-90 {
  opacity: 0.9;
}

.image-overlay-95 {
  opacity: 0.95;
}

.image-overlay-100 {
  opacity: 1;
}

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%;
}

.rte__video-wrapper,
.sky-pilot-embed {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.rte__video-wrapper iframe,
.sky-pilot-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================================
  #Helper Classes
============================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

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

.hidden {
  visibility: hidden;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-none {
  display: none;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (min-width: 768px) {
  .medium-up--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .medium-up--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .hidden-mobile {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .hidden-md-down {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .hidden-lg {
    display: none;
  }
}
/* Hide and show */
.visually-hidden, [data-shopify-xr-hidden] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.js-focus-hidden:focus {
  outline: none;
}

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  /* No placeholders, so force show labels */
}
.no-placeholder .label-hidden {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* Used on product variants */
html.no-js .js {
  display: none;
}
html.no-js [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
html.no-js .lazyload {
  display: none;
}

html.supports-js .no-js {
  display: none;
}

.lazywide {
  display: block;
  width: 100%;
}

/* Only show when browser cookies are not supported */
.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

/* Only show when browser cookies are supported */
html.supports-no-cookies .supports-cookies {
  display: none;
}

/* ============================================================================
Margin and padding resets
============================================================================== */
.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.m0 {
  margin: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.p0 {
  padding: 0;
}

.mt1 {
  margin-top: 32px;
}

.mr1 {
  margin-right: 32px;
}

.mb1 {
  margin-bottom: 32px;
}

.ml1 {
  margin-left: 32px;
}

.mt2 {
  margin-top: 64px;
}

.mr2 {
  margin-right: 64px;
}

.mb2 {
  margin-bottom: 64px;
}

.ml2 {
  margin-left: 64px;
}

.mt3 {
  margin-top: 96px;
}

.mr3 {
  margin-right: 96px;
}

.mb3 {
  margin-bottom: 96px;
}

.ml3 {
  margin-left: 96px;
}

.mt4 {
  margin-top: 128px;
}

.mr4 {
  margin-right: 128px;
}

.mb4 {
  margin-bottom: 128px;
}

.ml4 {
  margin-left: 128px;
}

.pt1 {
  padding-top: 32px;
}

.pr1 {
  padding-right: 32px;
}

.pb1 {
  padding-bottom: 32px;
}

.pl1 {
  padding-left: 32px;
}

.pt2 {
  padding-top: 64px;
}

.pr2 {
  padding-right: 64px;
}

.pb2 {
  padding-bottom: 64px;
}

.pl2 {
  padding-left: 64px;
}

.pt3 {
  padding-top: 96px;
}

.pr3 {
  padding-right: 96px;
}

.pb3 {
  padding-bottom: 96px;
}

.pl3 {
  padding-left: 96px;
}

.pt4 {
  padding-top: 128px;
}

.pr4 {
  padding-right: 128px;
}

.pb4 {
  padding-bottom: 128px;
}

.pl4 {
  padding-left: 128px;
}

.fill-bg {
  fill: var(--bg);
}

.fill-text {
  fill: var(--text);
}

.fill-text-light {
  fill: var(--text-light);
}

.fill-text-dark {
  fill: var(--text-dark);
}

/* ============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
============================================================================== */
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--secondary);
  background-color: var(--bg);
  padding: 20px;
  z-index: 50000;
  transition: none;
}

body.focus-enabled *:focus {
  outline-color: var(--secondary) !important;
  outline-offset: -2px !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

html:not(.no-js) body:not(.focus-enabled) *:focus {
  outline: none;
}

/* ============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
============================================================================== */
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media-img {
  float: left;
  margin-right: 32px;
}

.media-img-right {
  float: right;
  margin-left: 32px;
}

.media-img img,
.media-img-right img {
  display: block;
}

/* ============================================================================
  This file is build around onboarding markup loaded in Shopify-built themes and Timber
    - Handles empty state hover styles with specific markup
============================================================================== */
.helper-note {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -255px;
  max-width: 510px;
  font-size: 14px;
  background: #000;
  border: none;
  color: #FFF;
  text-align: left;
  padding: 30px;
  z-index: 9000;
  opacity: 0;
  transform: translateZ(0);
  box-sizing: border-box;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95);
}

@media only screen and (max-width: 509px) {
  .helper-note {
    width: 95%;
    margin-top: 10%;
    margin-left: 2.5%;
    top: 0;
    left: 0;
  }
}
.helper-note p {
  margin-bottom: 15px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 20px;
}

.helper-note p:last-child {
  margin-bottom: 0;
}

.helper-note h3 {
  font-size: 19px;
  color: #FFF;
  margin-left: 40px;
  text-transform: none;
}

.helper-note a:hover,
.helper-note a:active {
  color: #CCC;
}

.helper-note a.secondary-action {
  display: inline-block;
  line-height: 30px;
  color: #CCC;
  text-decoration: none;
}

.helper-note a.secondary-action:hover,
.helper-note a.secondary-action:focus {
  opacity: 0.7;
}

.helper-note .helper-icon {
  float: left;
  margin-top: 4px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmNpcmNsZSwgZWxsaXBzZSwgbGluZSwgcGF0aCwgcG9seWdvbiwgcG9seWxpbmUsIHJlY3QsIHRleHQgeyBmaWxsOiAjOThhN2I1ICFpbXBvcnRhbnQ7IH08L3N0eWxlPjxwYXRoIGZpbGw9IiM1MjYwNjYiIGQ9Ik01IDloLTN2MWgzdi0xem0xLTJoLTR2MWg0di0xem0tNCA1aDN2LTFoLTN2MXptOCAyLjA0NmwtOS4wMDItLjA0Ni0uMDA0LTloMy4wMDZ2LTNoNnYyaDF2LTEuOTU0bC0xLjA4LTEuMDQ2aC02LjkybC0yLjk5OCAyLjk4Ni0uMDAyIDExLjAxNGgxMXYtNGwtMSAxLjA0NnYyem0tNi45OTYtMTEuNjA1djEuNTg2aC0xLjYwOGwxLjYwOC0xLjU4NnptMi45ODcgOS4wNThsMi4yMDYtLjA1OSA2LjgwNS01LjU1NC0xLjY4OS0yLjEwNC02LjgwNSA1LjU1NC0uNTE3IDIuMTYzem0xLjE2OS0xLjcxNWwuODMxLS4xNTYuMTU1LjgzNS0xLjIwMS41NjUuMjE1LTEuMjQ0eiIvPjwvc3ZnPg==");
  display: inline-block;
  vertical-align: top;
}

.helper-section {
  position: relative;
  clear: both;
}

.helper-section:hover .helper-note {
  opacity: 1;
  transform: translateY(-20px);
}

.helper-section .helper-content {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
}

.helper-section:hover .helper-content {
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
}

/* ================ Spacing ================ */
.homepage-blog,
.homepage-product,
.homepage-columns,
.homepage-icons,
.homepage-newsletter,
.homepage-collection {
  padding-top: 96px;
  padding-bottom: 96px;
}

.homepage-page,
.homepage-columns {
  padding-top: 96px;
  padding-bottom: 64px;
}

.homepage-collection-grid {
  padding-top: 64px;
  padding-bottom: 96px;
}

.homepage-logos {
  padding-top: 32px;
  padding-bottom: 22px;
}

.homepage-logos.homepage-logos--tall {
  padding-top: 64px;
  padding-bottom: 64px;
}

.neighbor--white + .neighbor--white .homepage-page,
.neighbor--white + .neighbor--white .homepage-blog,
.neighbor--white + .neighbor--white .homepage-logos,
.neighbor--white + .neighbor--white .homepage-columns,
.neighbor--white + .neighbor--white .homepage-icons,
.neighbor--white + .neighbor--white .homepage-product,
.neighbor--white + .neighbor--white .homepage-newsletter,
.neighbor--white + .neighbor--white .homepage-collection,
.neighbor--white + .neighbor--white .homepage-collection-grid,
.neighbor--light + .neighbor--light .homepage-page,
.neighbor--light + .neighbor--light .homepage-blog,
.neighbor--light + .neighbor--light .homepage-logos,
.neighbor--light + .neighbor--light .homepage-columns,
.neighbor--light + .neighbor--light .homepage-icons,
.neighbor--light + .neighbor--light .homepage-product,
.neighbor--light + .neighbor--light .homepage-newsletter,
.neighbor--light + .neighbor--light .homepage-collection,
.neighbor--light + .neighbor--light .homepage-collection-grid,
.neighbor--black + .neighbor--black .homepage-page,
.neighbor--black + .neighbor--black .homepage-blog,
.neighbor--black + .neighbor--black .homepage-logos,
.neighbor--black + .neighbor--black .homepage-columns,
.neighbor--black + .neighbor--black .homepage-icons,
.neighbor--black + .neighbor--black .homepage-product,
.neighbor--black + .neighbor--black .homepage-newsletter,
.neighbor--black + .neighbor--black .homepage-collection,
.neighbor--black + .neighbor--black .homepage-collection-grid,
.neighbor--dark + .neighbor--dark .homepage-page,
.neighbor--dark + .neighbor--dark .homepage-blog,
.neighbor--dark + .neighbor--dark .homepage-logos,
.neighbor--dark + .neighbor--dark .homepage-columns,
.neighbor--dark + .neighbor--dark .homepage-icons,
.neighbor--dark + .neighbor--dark .homepage-product,
.neighbor--dark + .neighbor--dark .homepage-newsletter,
.neighbor--dark + .neighbor--dark .homepage-collection,
.neighbor--dark + .neighbor--dark .homepage-collection-grid {
  padding-top: 0px;
}

/* ================ Section Titles ================ */
.home__subtitle {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  text-align: center;
  opacity: 0.75;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.home__subtitle .strong, .home__subtitle.strong {
  font-weight: var(---font-weight-accent-bold);
}
.home__subtitle::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}

.align--middle-left .home__subtitle:after {
  right: unset;
}

.align--middle-right .home__subtitle:after {
  left: unset;
}

.section--dark .home__subtitle::after {
  background: #FFF;
}

.flex-absolute .rte p:last-child {
  margin-bottom: 0;
}

.home--uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.home--uppercase .strong, .home--uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

.title--overlay {
  margin: 0;
}

.content--overlay {
  margin: 0;
}

.title--overlay + .content--overlay {
  margin: 0.5rem 0 0 0;
}

.content--overlay + .cta--overlay,
.title--overlay + .cta--overlay {
  margin-top: 1.5rem;
}

.poppy__tooltip {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(8px * var(---font-adjust-accent) );
  padding: 1em;
  background-color: var(--bg);
  color: var(--text-light);
  border: 1px solid var(--border);
  box-shadow: 0 0 3px var(--hairline), 0 2px 8px var(--hairline);
}
.poppy__tooltip .strong, .poppy__tooltip.strong {
  font-weight: var(---font-weight-accent-bold);
}
.poppy__tooltip:before, .poppy__tooltip:after {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* CSS arrows */
.poppy__tooltip:after {
  border-top-color: var(--bg);
  border-width: 6px;
  margin-left: -6px;
}

.poppy__tooltip:before {
  border-top-color: var(--border);
  border-width: 7px;
  margin-left: -7px;
}

/* Transitions */
.poppy .poppy__tooltip__wrapper {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

.poppy.is-visible .poppy__tooltip__wrapper {
  opacity: 1;
  transform: translateY(-8px);
}

/* Required by library */
.poppy {
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
}

/* ============================================================================
  #Colors
  ---static vars have three dashes vs --dynamic vars have two
============================================================================== */
:root {
  --bg: var(---color-bg);
  --bg-accent: var(---color-bg-accent);
  --text-dark: var(---color-text);
  --text: var(---color-a90);
  --text-light: var(---color-a80);
  --muted: var(---color-a35);
  --border: var(---color-a20);
  --hairline: var(---color-a5);
  --contrast: #000;
  --primary: var(---color-primary);
  --primary-fade: var(---color-primary-fade);
  --secondary: var(---color-secondary);
  --secondary-fade: var(---color-secondary-fade);
}

.section, .main-content {
  color: var(--text);
  background-color: var(--bg);
}

.bg--accent {
  --bg: var(---color-bg-accent);
}

.section--dark {
  --bg: var(---inverse-bg);
  --bg-accent: var(---inverse-bg-accent);
  --text-dark: var(---inverse-text);
  --text: var(---inverse-a90);
  --text-light: var(---inverse-a80);
  --muted: var(---inverse-a35);
  --border: var(---inverse-a20);
  --hairline: var(---inverse-a5);
  --contrast: #FFF;
  --primary: var(---inverse-primary);
  --primary-fade: var(---inverse-primary-fade);
  --secondary: var(---inverse-secondary);
  --secondary-fade: var(---inverse-secondary-fade);
  color: var(--text);
  background-color: var(--bg);
}

.section--dark .bg--accent,
.bg--accent .section--dark,
.section--dark.bg--accent {
  --bg: var(---inverse-bg-accent);
}

.palette--contrast {
  --text: #000000;
  --text-light: #000000;
  --text-dark: #000000;
  --bg: #FFFFFF;
}

.palette--primary {
  --text: var(---color-primary);
  --text-light: var(---color-primary);
  --text-dark: var(---color-primary);
  --bg: var(---color-primary-opposite);
}

.palette--secondary {
  --text: var(---color-secondary);
  --text-light: var(---color-secondary);
  --text-dark: var(---color-secondary);
  --bg: var(---color-secondary-opposite);
}

.palette--contrast--dark {
  --text: #FFFFFF;
  --text-light: #FFFFFF;
  --text-dark: #F7F7F7;
  --bg: #000000;
}

.palette--primary--dark {
  --text: var(---inverse-primary);
  --text-light: var(---inverse-primary);
  --text-dark: var(---inverse-primary);
  --bg: var(---inverse-primary-opposite);
}

.palette--secondary--dark {
  --text: var(---inverse-secondary);
  --text-light: var(---inverse-secondary);
  --text-dark: var(---inverse-secondary);
  --bg: var(---inverse-secondary-opposite);
}

.palette--dark {
  --text: var(---inverse-a90);
  --text-light: var(---inverse-a80);
  --text-dark: var(---inverse-text);
  --bg: var(---inverse-bg);
}

/* ================ Heights ================ */
:root {
  --full-screen: 100vh;
  --three-quarters: 75vh;
  --two-thirds: 66vh;
  --one-half: 50vh;
  --one-third: 33vh;
  --one-fifth: 20vh;
  --header-height: 100px;
  --footer-height: 500px;
  --announcmenet-height: 33px;
  --content-full: 90vh;
  --content-min: 90vh;
}

.use_screen_full {
  height: var(--full-screen);
}

.use_screen_three_quarters {
  height: var(--three-quarters);
}

.use_screen_two_thirds {
  height: var(--two-thirds);
}

.use_screen_one_half {
  height: var(--one-half);
}

.use_screen_one_third {
  height: var(--one-third);
}

.use_screen_one_fifth {
  height: var(--one-fifth);
}

.use_pixels_800 {
  height: 800px;
}

.use_pixels_650 {
  height: 650px;
}

.use_pixels_500 {
  height: 500px;
}

/* ============================================================================
  #Pagination (Including Shopify Product Reviews)
============================================================================== */
.pagination {
  margin-bottom: 1em;
}

/* ================ Custom Pagination ================ */
.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 32px;
  border-radius: var(--radius);
}

.pagination-custom > li {
  display: inline;
}

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: var(--radius);
  border-top-left-radius: var(--radius);
}

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover,
.pagination-custom > li > a:focus,
.pagination-custom > li > span:focus {
  color: var(--text-dark);
}

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: var(--text-dark);
  font-weight: var(---font-weight-body-bold);
}

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: var(--border);
  cursor: not-allowed;
}

.pagination-custom .icon {
  width: 0.45em;
  height: 0.45em;
}

.pagination-custom__arr > a,
.pagination-custom__arr > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid var(--border);
}

.pagination-custom__num > a,
.pagination-custom__num > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42;
  text-decoration: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pagination-custom__num.active span:after {
  content: "";
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: var(--text-dark);
}

.pagination-custom__spacer > span {
  position: relative;
  float: left;
  padding: 10px 10px;
  line-height: 1.42;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pagination-custom__num--dots > span {
  padding: 10px 5px;
}

@media only screen and (max-width: 479px) {
  .pagination-custom__num--dots > span,
.pagination-custom__spacer > span {
    padding: 10px 0;
  }

  .pagination-custom__num > a,
.pagination-custom__num > span,
.pagination-custom__arr > a,
.pagination-custom__arr > span {
    padding: 10px 15px;
  }
}
/* ============================================================================
  #Pages
============================================================================== */
.page__template__image + .page__template .page__title {
  display: none;
}

.page__template__image.has-no-title + .page__template .page__title {
  display: block;
}

/* ================ Page ================ */
.homepage-page hr {
  width: 75%;
  margin-left: 12%;
}

.homepage-page__content {
  margin-bottom: 30px;
}

/* ============================================================================
  #Site Header
============================================================================== */
.header__wrapper {
  --bg: var(---color-nav);
  --border: var(---color-nav-border);
  --text: var(---color-nav-text);
  --text-dark: var(---color-nav-text);
  --text-light: var(---color-nav-text);
  --text-transparent: var(---color-nav-text-transparent);
  --underline: var(---color-nav-a10);
}

.theme__header {
  position: absolute;
  z-index: 5000;
  width: 100%;
  background-color: var(--bg);
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.header-override-border .theme__header,
[data-header-transparent=true] .theme__header {
  border-bottom: none;
}
.header-override-border .theme__header .header__dropdown,
[data-header-transparent=true] .theme__header .header__dropdown {
  border: none;
}
.header-override-border .theme__header .grandparent .header__dropdown,
[data-header-transparent=true] .theme__header .grandparent .header__dropdown {
  border-bottom: none;
}

[data-header-transparent=true] .theme__header .parent .header__dropdown {
  padding-top: 18px;
}

.header__backfill {
  visibility: hidden;
  z-index: -1;
  position: relative;
}

.header__logo {
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo__link {
  display: block;
  text-decoration: none;
  color: var(--text);
  position: relative;
  max-width: 50vw;
}

.header__logo__text {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(21.5964332242px * var(---font-adjust-accent) );
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.5em;
  background: var(---color-nav-text);
  color: var(---color-nav);
}
.header__logo__text .strong, .header__logo__text.strong {
  font-weight: var(---font-weight-accent-bold);
}
.header__logo__text span {
  max-width: calc(50vw - 1em);
  text-align: center;
  line-height: 1;
  height: auto;
}

.header__logo__text--long.header__logo__text {
  font-size: calc(13.144256px * var(---font-adjust-accent) );
}

.header__mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.header__mobile__left,
.header__mobile__right {
  display: flex;
}

.header__mobile__left {
  display: flex;
  justify-content: flex-start;
}
.header__mobile__left .header__mobile__button {
  display: flex;
  justify-content: flex-start;
  padding-left: 0px;
}

.header__mobile__right {
  display: flex;
  justify-content: flex-end;
}
.header__mobile__right .header__mobile__button {
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
}

.header__mobile__button {
  height: 100%;
  min-width: 60px;
  display: flex;
  align-items: center;
  align-content: center;
}

.header__desktop {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.header__desktop__bar__l,
.header__desktop__bar__c,
.header__desktop__bar__r {
  display: flex;
  align-self: stretch;
}

.header__desktop__bar__l {
  flex: 1 0 0;
  justify-content: flex-start;
}

.header__desktop__bar__c {
  flex-grow: 0;
}

.header__desktop__bar__r {
  flex: 1 0 0;
  justify-content: flex-end;
}

.header__desktop__bar__inline {
  display: flex;
  align-self: stretch;
  height: 100%;
}

.header__desktop__buttons {
  display: flex;
}

.header__menu__inner {
  display: flex;
  height: 100%;
}

.navlink--toplevel,
.header__desktop__button .navlink {
  align-items: center;
  display: flex;
  height: 100%;
}

.navtext {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  white-space: nowrap;
  display: block;
}
.navtext .strong, .navtext.strong {
  font-weight: var(---font-weight-accent-bold);
}

.navlink {
  padding: 5px 15px;
}

.navlink .icon {
  height: 30px;
  width: 17px;
}

.header__mobile__left .icon,
.header__mobile__right .icon {
  height: 30px;
  width: 20px;
}

/* Fade out non hovered links */
.navlink--toplevel {
  transition: opacity 0.1s linear;
}

.header__menu__inner:hover .menu__item:not(:hover) .navlink--toplevel {
  opacity: 0.8;
}

.header__desktop__bar__r > .header__menu__inner, .header__desktop__bar__r > .header__desktop__buttons, .header__desktop__bar__r > .header__desktop__bar__inline {
  margin-right: -15px;
}

.header__desktop__bar__l .header__menu__inner {
  margin-left: -15px;
}

/* ================ Sticky header ================ */
.js__header__stuck {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 6000;
}
.js__header__stuck .theme__header {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: background-color 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js__header__stuck .theme__header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: var(--bg);
}

.js__header__stuck.js__header__stuck__backdrop .theme__header {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js__header__stuck.js__header__stuck__backdrop .theme__header:after {
  opacity: 0.7;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js__header__stuck.js__header__stuck__backdrop .theme__header:hover:after {
  opacity: 1;
}

.js__header__stuck--animated .theme__header {
  transform: translateY(-100%);
  transition: transform 0.2s linear;
}

.js__header__stuck--animated.js__header__stuck--trigger-animation .theme__header,
.js__header__stuck--trigger-animation .theme__header {
  transform: translateY(0px);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ================ Icon dot hover ================ */
.header__desktop__buttons--icons .header__desktop__button .navlink {
  position: relative;
}
.header__desktop__buttons--icons .header__desktop__button .navlink:after {
  content: "";
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  background: var(--text);
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.15s linear;
}
.header__desktop__buttons--icons .header__desktop__button .navlink:hover:after {
  transform: scale(0.9);
  opacity: 0.05;
}

/* ================ Transparent header ================ */
.logo__img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo__img--transparent {
  position: absolute;
  top: 0;
  opacity: 0;
}

.lazyloaded.logo__img--color {
  opacity: 1;
}

[data-header-transparent=true]:not(.meganav--visible) {
  --text: var(--text-transparent);
  --text-dark: var(--text-transparent);
  --text-light: var(--text-transparent);
  --underline: var(--text-transparent);
}
[data-header-transparent=true]:not(.meganav--visible) .theme__header {
  background-color: rgba(255, 255, 255, 0);
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--color {
  opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent {
  opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent.lazyloaded {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-header-transparent=true] + .header__backfill {
  display: none;
}

/* ================ Large / Small Display Logic ================ */
@media only screen and (max-width: 479px) {
  .header__mobile {
    display: grid;
  }

  .header__desktop {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .header__desktop {
    position: static;
  }

  .header__mobile {
    display: none;
  }
}
.js__header__clone {
  position: absolute;
  transform: translatey(-5000px);
  visibility: hidden;
}

.js__show__mobile .header__mobile,
[data-header-style=drawer] .header__mobile {
  display: grid;
}
.js__show__mobile .header__desktop,
[data-header-style=drawer] .header__desktop {
  display: none;
}

/* ============================================================================
  #Site Nav and Dropdowns
============================================================================== */
.header__dropdown {
  --border: var(---color-nav-border);
  color: var(---color-nav-text);
  position: absolute;
  top: 100%;
  opacity: 0;
  background-color: var(---color-nav);
  border-bottom: var(--border);
  visibility: hidden;
}

.header__dropdown.is-visible {
  opacity: 1;
  visibility: visible;
}

.navlink--child,
.navlink--grandchild {
  margin: 0;
  padding: 0;
}

.navlink--child {
  font-weight: bold;
}

.header__dropdown__image {
  position: relative;
}

/* ============================================================================
  #Large Meganav
============================================================================== */
.grandparent:not(.grandparent--all-images) .header__dropdown {
  border-bottom: 1px solid var(--border);
}
.grandparent:not(.grandparent--all-images) .header__dropdown__inner {
  padding: 32px 0;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.grandparent .header__dropdown {
  width: 100%;
  left: 0;
  background: var(--bg);
}
.grandparent .header__dropdown__inner {
  display: grid;
}
.grandparent .navlink--child {
  width: 100%;
  border-bottom: 1px solid var(---color-nav-a10);
  padding-bottom: 10px;
  display: block;
}
.grandparent .navlink--grandchild {
  display: block;
  margin-top: 10px;
}

.grandparent.kids-1 .header__dropdown__inner {
  grid-template-columns: repeat(2, 1fr);
  direction: rtl;
}

.grandparent.kids-2 .header__dropdown__inner {
  grid-template-columns: repeat(2, 1fr);
}

.grandparent.kids-3 .header__dropdown__inner {
  grid-template-columns: repeat(3, 1fr);
}

.grandparent.kids-4 .header__dropdown__inner {
  grid-template-columns: repeat(4, 1fr);
}

.grandparent.kids-5 .header__dropdown__inner {
  grid-template-columns: repeat(5, 1fr);
}

.grandparent.kids-6 .header__dropdown__inner {
  grid-template-columns: repeat(6, 1fr);
}

.grandparent.kids-7 .header__dropdown__inner {
  grid-template-columns: repeat(4, 1fr);
}

.grandparent.kids-8 .header__dropdown__inner {
  grid-template-columns: repeat(4, 1fr);
}

.grandparent.kids-9 .header__dropdown__inner {
  grid-template-columns: repeat(3, 1fr);
}

.grandparent.kids-10 .header__dropdown__inner,
.grandparent.kids-11 .header__dropdown__inner,
.grandparent.kids-12 .header__dropdown__inner,
.grandparent.kids-13 .header__dropdown__inner,
.grandparent.kids-14 .header__dropdown__inner,
.grandparent.kids-15 .header__dropdown__inner,
.grandparent.kids-16 .header__dropdown__inner,
.grandparent.kids-17 .header__dropdown__inner,
.grandparent.kids-18 .header__dropdown__inner,
.grandparent.kids-19 .header__dropdown__inner,
.grandparent.kids-20 .header__dropdown__inner {
  grid-template-columns: repeat(5, 1fr);
}

/* ================ Hover animations ================ */
/* Basic Dropdown */
.menu__item.parent .navlink--child {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.parent .is-visible .navlink--child {
  opacity: 1;
  transform: translateY(0);
}

/* Basic Meganav */
.menu__item.grandparent .navlink--child {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent .navlink--grandchild {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent .is-visible .navlink--child,
.menu__item.grandparent .is-visible .navlink--grandchild {
  opacity: 1;
  transform: translateY(0);
}

/* Image Meganav */
.menu__item.grandparent .header__dropdown__image,
.menu__item.grandparent .product-grid-item {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent .is-visible .header__dropdown__image,
.menu__item.grandparent .is-visible .product-grid-item {
  opacity: 1;
  transform: translateY(0);
}

/* dropdown inner link */
.header__dropdown .navlink .navtext {
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__dropdown .navlink:hover .navtext {
  color: var(--primary);
}

.header__dropdown {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.header__dropdown.is-visible {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

/* ================ Hover animations ================ */
.parent .header__dropdown {
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  padding: 6px 32px 18px 32px;
  margin-left: -17px;
}
.parent .navlink--child {
  padding: 5px 0;
  display: block;
}

.hover__bar {
  position: absolute;
  bottom: var(--bar-bottom);
  left: 0;
  height: 2px;
  z-index: -1;
  opacity: 1;
  background-color: var(--underline);
  transform: translateX(var(--bar-left));
  width: var(--bar-width);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-menu-active=false] .hover__bar {
  opacity: 0;
}

.navlink[href="#"] {
  cursor: default;
}

/* ================ Header cart status ================ */
[data-header-cart-full],
[data-header-cart-count],
[data-header-cart-price] {
  display: none;
}

.cart__status__parens [data-header-cart-count]:not([data-header-cart-count="0"]) {
  display: inline-block;
}

.header__desktop__buttons--icons .header__cart__status,
.header__mobile__button .header__cart__status {
  position: relative;
}
.header__desktop__buttons--icons .header__cart__status [data-header-cart-count],
.header__mobile__button .header__cart__status [data-header-cart-count] {
  display: inline-block;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.header__desktop__buttons--icons .header__cart__status [data-header-cart-full=true],
.header__mobile__button .header__cart__status [data-header-cart-full=true] {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--text);
  position: absolute;
  top: -15px;
  right: 5px;
  border-radius: 7px;
  z-index: -1;
}

.header__desktop__buttons--icons .header__cart__status [data-header-cart-full=true] {
  top: -15px;
  right: 4px;
}

.header__desktop__buttons--icons .navlink--cart [data-header-cart-full=true],
.header__mobile__right [data-header-cart-full=true] {
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__desktop__buttons--icons .navlink--cart:hover [data-header-cart-full=true] {
  transform: translateY(8px);
}

.header__mobile__right:hover [data-header-cart-full=true] {
  transform: translateY(8px);
}

.announcement__wrapper {
  --bg: var(---color-announcement-bg);
  --text: var(---color-announcement-text);
  background-color: var(--bg);
  color: var(--text);
}

.announcement__bar {
  position: relative;
  z-index: 5500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 30px;
}
.announcement__bar a:link {
  color: var(--text);
  text-decoration: none;
}
.announcement__bar a:hover {
  color: var(--text-dark);
  text-decoration: none;
}
.announcement__bar .icon {
  fill: var(--text);
}

.announcement__main {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.announcement__main .strong, .announcement__main.strong {
  font-weight: var(---font-weight-accent-bold);
}

.announcement__more {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.announcement__more .strong, .announcement__more.strong {
  font-weight: var(---font-weight-accent-bold);
}

.announcement__divider {
  margin-left: 10px;
  padding-right: 10px;
  width: 0;
  border-left: 1px solid var(--border);
  height: 10%;
}

.announcement__message {
  overflow: hidden;
  margin: 0 7px;
}

.announcement__scale {
  display: inline-flex;
}

.announcement__scale {
  transition: opacity 0.5s linear;
}
.announcement__scale.ticker--unloaded {
  opacity: 0;
  position: absolute;
  width: max-content;
}

html:not(.js) .announcement__scale.ticker--unloaded {
  opacity: 1;
  position: static;
  width: auto;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker--animated {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 14s;
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  width: max-content;
}

.ticker__comparitor {
  position: absolute;
  transform: translatey(-5000px);
  visibility: hidden;
}

.announcement__left,
.announcement__right {
  display: block;
  display: flex;
  align-items: center;
  min-width: 30px;
  height: 40px;
}

.announcement__left {
  justify-content: flex-start;
}

.announcement__right {
  justify-content: flex-end;
}

.header__drawer {
  --border: var(---color-nav-a10);
  --muted: var(---color-nav-a50);
  --text: var(---color-nav-text);
  --text-light: var(---color-nav-text);
  --text-dark: var(---color-nav-text);
  color: var(--text);
}
.header__drawer .drawer__content {
  border: none;
}

.header__drawer__selects {
  display: block;
  width: 100%;
  margin: 0;
}
.header__drawer__selects .popout-list {
  bottom: initial;
  top: 100%;
  min-width: calc(100% + 1px);
}

.drawer__top {
  display: flex;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  height: 51px;
}
.drawer__top .icon-arrow-down {
  color: var(--muted);
}

.drawer__top__left {
  display: flex;
  justify-content: flex-start;
  height: 50px;
}

.drawer__button {
  height: 100%;
  color: var(--text);
  width: 70px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.header__drawer__selects {
  display: flex;
}

.search--navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  height: 50px;
}
.search--navbar input,
.search--navbar input:focus {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 10px 5px 10px 20px;
}
.search--navbar input::placeholder {
  font-style: italic;
}

.drawer__search {
  border-bottom: 1px solid var(--border);
}

.drawer__account {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}

.drawer__menu {
  display: flex;
  flex-direction: column;
}

/* ============================================================================
 Gift Cards
============================================================================== */
/* Gift Card Colors always on a white background  */
/* ============================================================================
  #Base Styles
============================================================================== */
.template-giftcard,
.template-giftcard body {
  background: var(---color-bg);
}
.template-giftcard a,
.template-giftcard body a {
  text-decoration: none;
}

.template-giftcard .wrapper, .template-giftcard .wrapper--full, .template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper {
  max-width: 588px;
}
.template-giftcard .wrapper img, .template-giftcard .wrapper--full img, .template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper img, .grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper img,
.template-giftcard .wrapper object,
.template-giftcard .wrapper--full object,
.template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper object,
.grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper object,
.template-giftcard .wrapper iframe,
.template-giftcard .wrapper--full iframe,
.template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper iframe,
.grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper iframe {
  max-width: 100%;
}

.giftcard-header {
  padding: 30px 0;
  font-size: 1em;
  text-align: center;
  animation: fadein 0.5s ease-in-out both 0.4s;
}

.shop-url {
  display: none;
}

.giftcard {
  animation: slideup 0.8s ease-in-out;
}

.giftcard__border {
  background-color: var(--hairline);
  border-radius: 4px;
  border: 1px solid var(--border);
  padding: 1em;
  animation: container-slide 0.8s ease-in-out;
}

.giftcard__content {
  *zoom: 1;
  background-color: #FFF;
  color: var(---color-text);
  border: 1px solid var(--muted);
  border-radius: 3px;
  animation: cardslide 0.8s ease-in-out;
}
.giftcard__content::after {
  content: "";
  display: table;
  clear: both;
}

.giftcard__header {
  *zoom: 1;
  border-bottom: 1px solid var(--border);
  padding: 16px;
}
.giftcard__header::after {
  content: "";
  display: table;
  clear: both;
}

.giftcard__title {
  text-align: center;
  margin-bottom: 0;
}

.giftcard__tag {
  display: block;
  float: right;
  background-color: var(--hairline);
  border: 1px solid transparent;
  color: #FFF;
  padding: 10.6666666667px;
  border-radius: 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

.giftcard__tag--active {
  background: transparent;
  color: var(---color-text);
  border: 1px solid var(---color-text-light);
}

.giftcard__wrap {
  position: relative;
  margin: 16px 16px 32px;
}
.giftcard__wrap img {
  position: relative;
  display: block;
  border-radius: 10px;
  z-index: 2;
}
.giftcard__wrap:before, .giftcard__wrap:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  z-index: 3;
}
.giftcard__wrap:before {
  background: url("//cdn.shopify.com/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat;
  top: -1px;
  left: -1px;
}
.giftcard__wrap:after {
  background: url("//cdn.shopify.com/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat;
  bottom: -1px;
  right: -1px;
}

.giftcard__code {
  position: absolute;
  bottom: 32px;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.giftcard__code--medium {
  font-size: 0.875em;
}

.giftcard__code--small {
  font-size: 0.75em;
}

.giftcard__code__inner {
  display: inline-block;
  vertical-align: baseline;
  background-color: #FFF;
  padding: 0.5em;
  border-radius: 4px;
  max-width: 450px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.giftcard__code--small .giftcard__code__inner {
  overflow: auto;
}

.giftcard__code__text {
  font-weight: var(---font-weight-body);
  font-size: 1.875em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px dashed var(--border);
  padding: 0.4em 0.5em;
  display: inline-block;
  vertical-align: baseline;
  color: #777;
  line-height: 1;
}
.disabled .giftcard__code__text {
  color: #999;
  text-decoration: line-through;
}

.giftcard__amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 2.75em;
  line-height: 1.2;
  padding: 16px;
  z-index: 50;
}
.giftcard__amount strong {
  display: block;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.giftcard__amount--medium {
  font-size: 2em;
}

.tooltip {
  display: block;
  position: absolute;
  top: -50%;
  right: 50%;
  margin-top: 16px;
  z-index: 3;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  animation: popup 0.5s ease-in-out both 0.7s;
}
.tooltip:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-bottom: -5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #333;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
}

.tooltip__label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  min-height: 14px;
  font-weight: var(---font-weight-body);
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: 0.5em 0.75em;
  margin-left: 0.25em;
}
.tooltip__label small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #B3B3B3;
  font-size: 0.875em;
}

.giftcard__instructions {
  text-align: center;
  margin: 0 16px 32px;
}

.giftcard__actions {
  position: relative;
  border-top: 1px solid var(--border);
  padding: 32px 16px;
  text-align: center;
  overflow: hidden;
}

.action-link {
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 0.875em;
  font-weight: var(---font-weight-body-bold);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(---color-text-light);
  margin-top: -10px;
}
.action-link:hover, .action-link:focus {
  color: var(---color-text);
}

.action-link__print {
  display: inline-block;
  vertical-align: baseline;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.25;
  background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.svg .action-link__print {
  background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg");
}
.action-link:hover .action-link__print {
  opacity: 0.4;
}

.giftcard__footer {
  text-align: center;
  padding: 64px 0;
  animation: fadein 0.5s ease-in-out both 0.4s;
}

.giftcard__icon {
  width: 45px;
  display: inline-block;
  vertical-align: baseline;
}

#QrCode img {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin: 0 auto 32px;
}

/* ============================================================================
  #Media Queries
============================================================================== */
/* ================ Medium-down width ================ */
@media screen and (max-width: 580px) {
  .giftcard {
    font-size: 12px;
  }

  .giftcard-header {
    padding: 32px 0;
  }

  .header-logo {
    font-size: 2em;
  }

  .giftcard__border {
    padding: 16px;
  }

  .giftcard__actions {
    padding: 16px;
  }

  .giftcard__actions .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .action-link {
    display: none;
  }
}
/* ================ Small width ================ */
@media screen and (max-width: 400px) {
  .giftcard__amount strong {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .giftcard__wrap:before,
.giftcard__wrap:after {
    display: none;
  }

  .giftcard__code {
    font-size: 0.75em;
  }

  .giftcard__code--medium {
    font-size: 0.65em;
  }

  .giftcard__code--small {
    font-size: 0.55em;
  }
}
/* ================ Small height ================ */
@media screen and (max-height: 800px) {
  .header-logo img {
    max-height: 90px;
  }
}
/* ============================================================================
  #Print Styles
============================================================================== */
@media print {
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  html,
body {
    background-color: #FFF;
  }

  .giftcard-header {
    padding: 10px 0;
  }

  .giftcard__content,
.giftcard__border {
    border: 0 none;
  }

  .giftcard__actions,
.giftcard__wrap:before,
.giftcard__wrap:after,
.tooltip,
.add-to-apple-wallet {
    display: none;
  }

  .giftcard__title {
    float: none;
    text-align: center;
  }

  .giftcard__code__text {
    color: #555;
  }

  .shop-url {
    display: block;
  }

  .logo {
    color: #58686F;
  }
}
/* ============================================================================
  #Keyframe Animations
============================================================================== */
@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
.drawer__menu {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
}

.drawer__menu[data-sliderule-pane="0"] {
  transform: translateX(0%);
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.drawer__menu[data-sliderule-pane="0"] > *:last-child {
  margin-bottom: 150px;
}
.drawer__menu[data-sliderule-pane="0"] .sliderule__panel {
  overflow-y: hidden;
  overflow-x: hidden;
}

.drawer__menu[data-sliderule-pane="1"] {
  transform: translateX(-100%);
}
.drawer__menu[data-sliderule-pane="1"] .sliderule__panel.is-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.drawer__menu[data-sliderule-pane="2"] {
  transform: translateX(-200%);
}
.drawer__menu[data-sliderule-pane="2"] .sliderule__panel.is-visible .sliderule__panel.is-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.drawer__menu > .sliderule__wrapper > [data-animates] {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.header__drawer.drawer--visible .drawer__menu > .sliderule__wrapper > [data-animates] {
  opacity: 1;
  transform: translateY(0%);
}

[data-sliderule-pane] [data-animates] {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

[data-sliderule-pane] [data-animates].is-visible {
  opacity: 1;
  transform: translateY(0%);
}

.sliderule-grid > * {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderule-grid > *.is-visible {
  opacity: 1;
}

.sliderule__panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderule__panel.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderow {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg);
  position: relative;
  z-index: 10;
  padding: 0;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.sliderow .strong, .sliderow.strong {
  font-weight: var(---font-weight-accent-bold);
}

.sliderow__title {
  position: absolute;
  padding-left: 20px;
  padding-right: 34px;
  height: 100%;
  display: flex;
  align-items: center;
}

.sliderule__panel .sliderow__title {
  padding: 0 34px;
  text-align: center;
}

.sliderule__chevron--left {
  position: absolute;
  left: 20px;
}

.sliderule__chevron--right {
  position: absolute;
  right: 20px;
}

.sliderule__panel .sliderow {
  padding-left: 0px;
}
.sliderule__panel .sliderow .sliderow__title {
  justify-content: center;
  width: 100%;
}

.sliderule__panel > * {
  opacity: 0;
  transition: opacity 0.05s ease-out;
}
.sliderule__panel > *:last-child {
  margin-bottom: 150px;
}

.sliderule__panel.is-visible > * {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

@media only screen and (max-width: 479px) {
  .js-grid[data-grid-small="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-small="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [data-toggle-grid="3"],
[data-toggle-grid="4"],
[data-toggle-grid="5"],
[data-toggle-grid="6"] {
    display: none;
  }
}
.sliderule-grid {
  display: grid;
  margin: 16px;
  column-gap: 16px;
  row-gap: 16px;
}

.sliderule-grid.blocks-1 {
  grid-template-columns: repeat(1, 1fr);
}

.sliderule-grid.blocks-2,
.sliderule-grid.blocks-3,
.sliderule-grid.blocks-4,
.sliderule-grid.blocks-5,
.sliderule-grid.blocks-6,
.sliderule-grid.blocks-7,
.sliderule-grid.blocks-8,
.sliderule-grid.blocks-9,
.sliderule-grid.blocks-10 .sliderule-grid.blocks-11,
.sliderule-grid.blocks-12,
.sliderule-grid.blocks-13,
.sliderule-grid.blocks-14,
.sliderule-grid.blocks-15,
.sliderule-grid.blocks-16,
.sliderule-grid.blocks-17,
.sliderule-grid.blocks-18,
.sliderule-grid.blocks-19,
.sliderule-grid.blocks-20 {
  grid-template-columns: repeat(2, 1fr);
}

.faq__wrapper {
  display: block;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  width: 100%;
}

.faq__wrapper + .faq__wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.faq__button {
  padding: 1.5em 0;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg);
  color: var(--text);
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .faq__button {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .faq__button {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}

.accordion__content--faq.is-visible {
  padding: 0 0 2.5em 0;
}
.accordion__content--faq.is-visible p {
  margin: 0;
}
.accordion__content--faq.is-visible p + p {
  margin-top: 0.5em;
}

.accordion__content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: max-height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion__content.is-visible {
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion__chevron {
  transform: rotateZ(0deg);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-visible > .accordion__chevron {
  transform: rotateZ(90deg);
}

.accordion__chevron > .a11y__show {
  visibility: visible;
}
.accordion__chevron > .a11y__hide {
  visibility: hidden;
}

.is-visible > .accordion__chevron > .a11y__show {
  visibility: hidden;
}
.is-visible > .accordion__chevron > .a11y__hide {
  visibility: visible;
}

.accordion__content > * {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.1s ease-out, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion__content.is-visible > * {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

/* ============================================================================
  #Tabs and mobile accordion
============================================================================== */
.tabs-wrapper {
  padding-top: 30px;
}

.product-tabs {
  max-width: 100%;
}

.product-accordion {
  margin-bottom: 30px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

ul.tabs > li {
  background: none;
  color: var(--text-light);
  display: inline-block;
  padding: 10px 0;
  margin: 0 3rem 0 0;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

ul.tabs > li.current {
  border-bottom: 2px solid var(--border);
  color: var(--text-dark);
  font-weight: var(---font-weight-body-bold);
}

.tab-content {
  display: none;
  border-top: 1px solid var(--border);
  padding: 15px 15px 15px 0;
  min-height: 6rem;
}

.tab-content.current {
  display: inherit;
}
    
.accordion {
  border-bottom: 1px solid var(--border);
}

.accordion-toggle {
  cursor: pointer;
  border-top: 1px solid var(--border);
  padding: 1rem 0;
  margin-bottom: auto;
  color: var(--text-dark);
}

.accordion-content {
  display: none;
  color: var(--text);
  padding-bottom: 32px;
}

.accordion-content.accordion--open {
  display: block;
}

.accordion .icon-plus {
  float: right;
  display: inline-block;
  fill: var(--muted);
}

.accordion-toggle .icon-plus {
  transition: transform 0.7s cubic-bezier(0.07, 0.46, 0.4, 0.99);
}

.accordion-toggle.accordionExpanded .icon-plus {
  transform: rotate(225deg);
}

/* ============================================================================
  #Site Homepage
============================================================================== */
.homepage-collection .product-grid-item {
  margin-bottom: 0;
}

.placeholder-svg {
  fill: #B4B6B9;
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.homepage-logos .placeholder-svg {
  background-color: #F7F7F7;
  display: block;
}

.align--top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.align--top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.align--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.align--middle-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.align--middle-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.align--middle-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.align--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.align--bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.align--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

/* ================ Logos ================ */
.logo-bar {
  text-align: center;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: var(--gutter-offset);
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  min-width: 90px;
  max-width: 160px;
  margin: 10px 0px 10px var(--gutter);
}

.logo-bar__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.logo-bar__link {
  display: block;
}

/* ================ Map ================ */
.map-section--display-map .map-section__image {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .map-section--load-error {
    width: 50%;
    margin: 0 auto;
  }
}
.map-section--load-error .errors {
  width: 100%;
}

.map-section__container {
  min-height: 100%;
}

.no-js .lazy-image {
  display: none;
}

.no-js .homepage-slideshow,
.no-js .section--image:not(.double__block) {
  height: auto !important;
}

/* === Hero Scroll == */
.template-index .main-content > .shopify-section:not(:first-child) .scroll_icon_wrap {
  display: none;
}

.scroll_icon_wrap {
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
}

.scroll_link {
  display: flex;
  position: absolute;
  justify-content: center;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 60px;
  color: currentColor;
}
.scroll_link:hover .scroll_icon {
  opacity: 1;
}
.scroll_link:focus {
  outline: none;
}

.scroll_icon {
  position: absolute;
}
.scroll_icon svg {
  fill: currentColor;
  height: 15px;
  width: auto;
}

.bloop {
  transform-origin: center bottom;
  animation: bloop 1.8s infinite;
  -webkit-animation: bloop 1.8s infinite;
}
@keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    transform: translate3d(0, 0, 0);
  }
  15% {
    animation-timing-function: ease-out;
    transform: translate3d(0, -12px, 0);
  }
  25% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 6px, 0);
  }
  35% {
    animation-timing-function: ease-out;
    transform: translate3d(0, -3px, 0);
  }
  45% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 2px, 0);
  }
}
/* ============================================================================
  # Home slideshow
============================================================================== */
.homepage-slideshow {
  position: relative;
}

.slideshow__slide img {
  max-width: 100%;
}

.slideshow__slide .wrapper, .slideshow__slide .wrapper--full, .slideshow__slide .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .slideshow__slide .header__dropdown__wrapper {
  padding: 0 64px;
  max-width: 1244px;
}

.slick-wrapper:not(.slick-initialized) {
  height: 100vh;
}

/* Arrows */
.homepage-slideshow .slideshow__arrow {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  color: var(--text);
  transition: opacity 0.2s ease-out;
}
.homepage-slideshow .slideshow__arrow svg {
  width: 44px;
  height: 44px;
}
.homepage-slideshow .slideshow__arrow:hover {
  outline: none;
  opacity: 1;
}
.homepage-slideshow .slideshow__arrow.slick-disabled:before {
  opacity: 0.5;
}

.slideshow__arrow--next {
  right: 0;
  padding: 100px 0 100px 20px;
}

.slideshow__arrow--prev {
  left: 0;
  padding: 100px 20px 100px 0;
}

/* ============================================================================
  # Index video
============================================================================== */
.video-autoplay-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
  transition: opacity 1s linear;
}
.use_image .video-autoplay-wrapper {
  position: absolute;
  top: 0;
}

.video-autoplay-wrapper iframe {
  position: absolute;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.use_image .background__video__cover {
  position: relative;
}

.background__video__cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

/* ================ Play button ================ */
.homepage-video .play__button .icon {
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .homepage-video .play__button .icon {
    height: 66px;
    width: 66px;
  }
}
.homepage-video .play__button:active, .homepage-video .play__button:focus {
  outline: none;
}

/* ============================================================================
Collection grid section
============================================================================== */
.collection-grid-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .collection-grid-item {
    margin-top: 15px;
  }
}

/* ============================================================================
 Icon-columns
============================================================================== */
@media only screen and (max-width: 767px) {
  .grid__item:not(:first-child) .icon__column {
    padding-top: 30px;
  }
}
.icon__column__icon {
  padding-bottom: 15px;
}

.icon__column__icon svg {
  width: 20px;
  height: 20px;
}

.icon--large .icon__column__icon svg {
  width: 40px;
  height: 40px;
}

.icon--left .icon__column {
  display: flex;
}
.icon--left .icon__column__icon {
  padding: 0 20px;
}

.icon--left.icon--large .icon__column__icon {
  display: flex;
  align-items: center;
}

.icon__column__heading {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  color: var(--text-dark);
  margin-bottom: 0;
}
.icon__column__heading .strong, .icon__column__heading.strong {
  font-weight: var(---font-weight-accent-bold);
}

.rte.icon__column__paragraph {
  margin-bottom: 0;
}
.rte.icon__column__paragraph p {
  margin-top: 0.25em;
  font-size: calc(13.144256px * var(---font-adjust-body));
  color: var(--text-light);
}
@media (min-width: 480px) {
  .rte.icon__column__paragraph p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .rte.icon__column__paragraph p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.homepage-icons .clearfix {
  padding-bottom: 40px;
}

/* =============== Image Columns =============== */
.index__column {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .homepage-columns .grid__item:not(:last-child) a.text-link {
    margin-bottom: 40px;
  }
}
.column__image {
  position: relative;
  margin-bottom: 20px;
}
.column__image .play__button {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
}
.column__image .play__button .icon {
  fill: currentColor;
  width: 60px;
  height: 60px;
}

/* =============== Image Columns =============== */
.homepage-double {
  background-color: var(--bg);
}

.homepage-double form {
  margin-bottom: 0;
}

.double__block {
  position: relative;
  overflow: hidden;
}
.double__block .home__subtitle {
  text-align: inherit;
  margin-bottom: 18px;
}
.double__block .flex-absolute > .wrapper, .double__block .flex-absolute > .wrapper--full, .double__block .grandparent:not(.grandparent--all-images) .flex-absolute > .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .double__block .flex-absolute > .header__dropdown__wrapper {
  max-width: 526px;
}

.homepage-double .double__block {
  height: 100%;
}

.double__block .text-left .home__subtitle::after {
  right: initial;
}

.double__block .text-right .home__subtitle::after {
  left: initial;
}

@media only screen and (max-width: 767px) {
  .homepage-double.use_screen_full {
    height: auto !important;
  }
  .homepage-double.use_screen_full .double__block {
    min-height: var(--two-thirds);
  }

  .homepage-double.use_screen_three_quarters {
    height: auto;
  }
  .homepage-double.use_screen_three_quarters .double__block {
    height: var(--one-half);
  }

  .homepage-double.use_screen_two_thirds {
    height: auto;
  }
  .homepage-double.use_screen_two_thirds .double__block {
    height: var(--one-half);
  }

  .homepage-double.use_screen_one_half {
    height: auto;
  }
  .homepage-double.use_screen_one_half .double__block {
    height: var(--one-half);
  }

  .homepage-double.use_screen_one_third {
    height: auto;
  }
  .homepage-double.use_screen_one_third .double__block {
    height: var(--one-third);
  }

  .homepage-double.use_screen_one_fifth {
    height: auto;
  }
  .homepage-double.use_screen_one_fifth .double__block {
    height: 20var --one-fifth;
  }
}
/* ============================================================================
  #Gallery
============================================================================== */
.frame {
  --gallery-pad: var(---gallery-padding);
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .frame {
    --gallery-pad: calc( var(---gallery-padding) / 1.5 );
  }
}
@media only screen and (max-width: 767px) {
  .frame {
    --gallery-pad: calc( var(---gallery-padding) / 2 );
  }
}

.gallery {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery::after {
  content: "";
  display: table;
  clear: both;
}

/* We use top and left padding to keep consistent padding
   for items within a single section */
.has-padding .gallery {
  margin-top: calc(var(--gallery-pad) * -1);
  margin-left: calc(var(--gallery-pad) * -1);
}

.has-padding .gallery__item {
  padding-top: var(--gallery-pad);
  padding-left: var(--gallery-pad);
}

.gallery__item {
  float: left;
}

.has-padding {
  padding: var(--gallery-pad);
}

.gallery--disabled {
  display: none;
}

.page__template--gallery {
  padding-top: var(---gallery-padding);
}

/* Our galleries handle their own padding */
.frame .wrapper, .frame .wrapper--full, .frame .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .frame .header__dropdown__wrapper {
  max-width: 1116px;
  padding: 0;
}

/* === snippets/image-fill.liquid === */
.image__fill {
  position: relative;
  display: block;
  overflow: hidden;
}

/* === sections/gallery.liquid === */
.gallery__video .play__button,
.gallery__zoom .zoom__trigger {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gallery__video .play__button svg {
  display: none;
}

.gallery__icon,
.gallery .icon-zoom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 20;
  fill: #FFF;
}
.gallery__icon svg,
.gallery .icon-zoom svg {
  fill: #FFF;
}

.lazy-image.has-zoom-animation .gallery__icon {
  transition: transform 2s cubic-bezier(0, 0, 0.35, 1);
  transform: translateX(0);
}
.lazy-image.has-zoom-animation .icon-zoom {
  transition: transform 2s cubic-bezier(0, 0, 0.35, 1), opacity 0.2s linear;
  transform: translateX(0);
  opacity: 0;
}
.lazy-image.has-zoom-animation .background-size-cover {
  transition: transform 2s ease-out;
  transform: scale(1);
}
.lazy-image.has-zoom-animation:hover .gallery__icon,
.lazy-image.has-zoom-animation:hover .icon-zoom {
  transform: translateX(6px);
}
.lazy-image.has-zoom-animation:hover .icon-zoom {
  opacity: 1;
}
.lazy-image.has-zoom-animation:hover .background-size-cover {
  transform: scale(1.08);
}

.custom__title {
  margin: 0;
  padding-top: var(--gallery-pad);
}

.border--line > .custom__text {
  margin: 0;
  padding-top: calc(var(--gallery-pad) / 4);
  line-height: 1.4;
}

.custom__text {
  padding-right: 10px;
}
.align--top-right .custom__text {
  padding-right: 0;
}

.border--line {
  border-top: 1px solid var(--border);
}
.border--line .custom__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  color: var(---color-text-light);
}
.border--line .custom__title .strong, .border--line .custom__title.strong {
  font-weight: var(---font-weight-accent-bold);
}
.border--line .custom__text {
  color: var(---color-text-light);
}
.border--line .custom__text p {
  margin: 0;
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .border--line .custom__text p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .border--line .custom__text p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.border--line .custom__text * + p {
  margin-top: 0.5em;
}

.gallery__text {
  display: flex;
  flex-direction: column;
}

.gallery__item .lookbook__rte {
  margin: 0;
  padding: 0;
}

.gallery__section__outer {
  display: none;
}
.gallery__section__outer.isActive {
  display: block;
}

/* ============================================================================
  #Site Footer
============================================================================== */
.site-footer-wrapper {
  --bg: var(---color-footer-bg);
  --hairline: var(---color-footer-a5);
  --text: var(---color-footer-a90);
  --border: var(---color-footer-a15);
  --text-dark: var(---color-footer-text);
  position: relative;
  background-color: var(--bg);
  color: var(--text);
  text-align: left;
}
.site-footer-wrapper a {
  color: var(--text-dark);
}
.site-footer-wrapper a:hover {
  text-decoration: none;
}

.site-footer-wrapper .btn--secondary.btn {
  --btn-text: var(--text);
  --btn-text-hover: var(--text-dark:);
  --btn-bg: var(--hairline);
  --btn-bg-hover: var(--border);
}

.footer-logo-wrapper {
  width: 100%;
  height: 0px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  display: block;
  z-index: 100;
  position: relative;
  max-width: 120px;
  max-height: 80px;
}

.site-footer {
  padding-top: 64px;
  padding-bottom: 16px;
}

.footer-quicklinks li {
  margin: 0 0 11px 0;
}

.footer__title {
  font-weight: var(---font-weight-accent-bold);
}

.footer-secondary,
.footer-quicklinks {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.footer-secondary .strong, .footer-secondary.strong,
.footer-quicklinks .strong,
.footer-quicklinks.strong {
  font-weight: var(---font-weight-accent-bold);
}
.footer-secondary a,
.footer-quicklinks a {
  position: relative;
  text-decoration: none;
}
.footer-secondary a:after,
.footer-quicklinks a:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.footer-secondary a:after,
.footer-quicklinks a:after {
  left: 0;
  width: 0;
}
.footer-secondary a:hover:after,
.footer-quicklinks a:hover:after {
  width: 100%;
}

.footer-secondary-wrapper {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.footer-secondary,
.footer-payment {
  margin-bottom: 0;
  margin-top: 0;
}

.footer-social {
  margin-top: 10px;
}

.footer-social,
.footer-payment {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin-bottom: 0px;
  display: inline-block;
}
.footer-social .strong, .footer-social.strong,
.footer-payment .strong,
.footer-payment.strong {
  font-weight: var(---font-weight-accent-bold);
}
.footer-social a,
.footer-payment a {
  text-decoration: none;
}

.footer-secondary,
.footer-social,
.footer-payment,
.footer-selects {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-secondary,
.footer-social,
.footer-payment,
.footer-selects {
    margin: 15px 0 0 0;
  }
}

.footer-secondary li {
  margin: 10px 15px;
}

.footer-social li {
  margin: 10px;
}

.footer-payment li {
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-social li,
.footer-payment li,
.footer-secondary li {
    margin: 5px;
  }

  .site-footer {
    padding-bottom: 32px;
  }

  .footer__block:not(:first-child) {
    margin-top: 32px;
  }
}
.payment-icon {
  width: 35px;
  height: 22px;
}

.social-icons li {
  margin: 0 16px 16px;
  vertical-align: middle;
}
@media only screen and (min-width: 480px) {
  .social-icons li {
    margin-left: 0;
  }
}
.social-icons li svg {
  width: 20px;
  height: 20px;
}
.social-icons li svg path {
  fill: var(---color-footer-a90);
}
.social-icons li a:hover path {
  fill: var(---color-footer-text);
}

.js-grid {
  display: grid;
  column-gap: var(--gutter);
  row-gap: var(--gutter);
}

.js-grid__full-row {
  grid-column-start: 1;
  grid-column-end: -1;
}

@media only screen and (min-width: 768px) {
  .js-grid[data-grid-large="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-large="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .js-grid[data-grid-large="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .js-grid[data-grid-large="4"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .js-grid[data-grid-large="5"] {
    grid-template-columns: repeat(5, 1fr);
  }

  .js-grid[data-grid-large="6"] {
    grid-template-columns: repeat(6, 1fr);
  }

  .js-grid[data-grid-large="7"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .js-grid[data-grid-large="8"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [data-toggle-grid="1"] {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .js-grid[data-grid-small="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-small="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .js-grid[data-grid-small="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [data-toggle-grid="3"],
[data-toggle-grid="4"],
[data-toggle-grid="5"],
[data-toggle-grid="6"] {
    display: none !important;
  }
}
[data-toggle-grid] {
  cursor: pointer;
  padding: 0 10px;
  color: var(--text-light);
  height: 100%;
  align-items: center;
  display: flex;
}
[data-toggle-grid]:hover {
  color: var(--primary);
}
[data-toggle-grid]:last-child {
  padding-right: 20px;
}

/* ============================================================================
  #Product and Collection Grids
============================================================================== */
.on-sale {
  color: var(--primary);
}

.compare-at {
  margin-top: 16px;
  text-decoration: line-through !important;
  color: var(--text-light);
}

.product__grid__info a {
  text-decoration: none;
  color: var(--text-dark);
}

.product-grid-item {
  position: relative;
  text-align: center;
}

/* ================ Collection ================ */
.grid__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin: 12px 0 8px 0;
}
.grid__title .strong, .grid__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

.price_wrapper {
  margin: 4px 0 4px 0;
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .price_wrapper {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .price_wrapper {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

@media only screen and (max-width: 989px) {
  .product-grid-item .product__grid__info--hover {
    position: relative;
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-grid-item .product__grid__info--hover {
    padding: 8px 0;
  }

  .product-grid-item .product__grid__info--hover .price_wrapper {
    opacity: 0;
    transform: translate(0px, 10px);
    transition: all 0.2s ease-out;
  }

  .product-grid-item:hover .product__grid__info--hover .price_wrapper {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.product-grid-item .product__grid__info--under {
  position: relative;
  padding: 16px 0;
}

.product-grid-item .compare-at {
  margin-left: 10px;
}

label.quatity-selector {
  position: absolute;
  top: -20px;
}

.sticker {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background: var(---color-primary);
  color: var(---color-primary-opposite);
  z-index: 400;
}
.sticker .strong, .sticker.strong {
  font-weight: var(---font-weight-accent-bold);
}

.lazy-image {
  display: block;
  position: relative;
  background-size: cover;
}

.lazy-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.fade-in.lazyloaded {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.double__image .collection__image__bottom {
  opacity: 0;
}
.double__image:hover .collection__image__bottom {
  opacity: 1;
}
.double__image:hover .collection__image__top {
  opacity: 0;
}

.collection__image__bottom {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-grid-item__slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 5;
}

.price-per-unit {
  opacity: 0.75;
}

/* ============================================================================
  #Collections
============================================================================== */
.collection {
  background: var(---color-bg);
  padding-top: var(--gutter);
  padding-bottom: 128px;
}

.collection__content {
  display: flex;
  flex-flow: row;
}

.collection__products {
  flex-grow: 1;
}

.collection__heading--below:last-child {
  margin-bottom: var(--gutter);
}

/* Collection nav bar */
.collection__nav {
  display: flex;
  border: 1px solid var(--border);
  justify-content: space-between;
  height: 3.3em;
  margin-bottom: var(--gutter);
}

.collection__filters__toggle,
.popout--navbar .popout__toggle {
  padding: 0 20px;
  height: 100%;
  color: var(--text-light);
  border-radius: 0;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  border-top: none;
  border-right: 1px solid var(--border);
  border-bottom: none;
  border-left: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.collection__filters__toggle .strong, .collection__filters__toggle.strong,
.popout--navbar .popout__toggle .strong,
.popout--navbar .popout__toggle.strong {
  font-weight: var(---font-weight-accent-bold);
}
.collection__filters__toggle .icon,
.popout--navbar .popout__toggle .icon {
  margin-left: 8px;
  margin-top: -2px;
}
@media only screen and (max-width: 479px) {
  .collection__filters__toggle,
.popout--navbar .popout__toggle {
    padding: 0 15px;
  }
}

.collection__filters__toggle .badge {
  margin-left: 5px;
  margin-right: 2px;
}

.popout--navbar {
  height: 100%;
}
.popout--navbar .popout {
  height: 100%;
}
.popout--navbar .popout-list {
  z-index: 1000;
  max-height: 90vh;
  top: 100%;
  bottom: initial;
  left: -1px;
}

.collection__layout {
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.collection__nav__buttons {
  display: flex;
}

.list__collections {
  padding-top: 50px;
  padding-bottom: 128px;
}

.collection-list-item:not(first-child) {
  margin-top: 30px;
}

.collection-list__heading hr {
  margin: 10px 0;
}

.collection-list__heading__text {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .collection__filters {
    position: fixed;
    z-index: 20050;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 70%;
    max-width: 90%;
    background: var(--bg);
    border-right: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s ease;
  }
  .filters--visible .collection__filters {
    transform: translate3d(0, 0, 0);
  }

  .collection__underlay {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    background: var(--bg);
    transition: opacity 0.5s ease;
  }
  .filters--visible .collection__underlay {
    opacity: 0.5;
    transition: opacity 0.5s ease 0.2s;
  }

  .filters__close {
    height: 50px;
    border-radius: 0;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    position: relative;
    color: var(--text-dark);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  .filters__close::before {
    content: "✕";
    right: 25px;
    top: calc(50% - 15px);
    position: absolute;
  }
  .filters__close:hover, .filters__close:focus {
    outline: none;
  }

  .collection__filters__inner {
    padding-bottom: 200px;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
  }

  .collection__filters__inner .sidebar__item .icon {
    right: 0;
  }

  .filters--visible .collection__filters .collection__filters__inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.collection__filters__inner {
  overflow: auto;
  height: 100%;
  width: 100%;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.collection__filters__toggle .hide-filters {
  display: none;
}

@media only screen and (min-width: 768px) {
  .collection__filters__wrapper {
    transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    overflow: hidden;
    width: 0%;
  }

  .filters--visible.collection__filters__wrapper,
.filters--default-visible.collection__filters__wrapper {
    width: 40%;
    max-width: 250px;
    min-width: 250px;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.01s;
  }
  .filters--visible .collection__filters__inner,
.filters--default-visible .collection__filters__inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  }
  .filters--visible .show-filters,
.filters--default-visible .show-filters {
    display: none;
  }
  .filters--visible .hide-filters,
.filters--default-visible .hide-filters {
    display: inline-block;
  }

  .collection__filters__inner {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    padding-right: 32px;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .sidebar__heading:first-of-type {
    margin-top: 0;
  }

  .filters__close,
.collection__underlay {
    display: none;
  }
}
/* Set thickness of active-state marker */
.collection-nav {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .collection-nav {
    border-top: 1px solid var(--border);
    margin-top: 10px;
    padding-top: 10px;
  }
}

.sidebar__heading {
  position: relative;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin: 32px 0 4px 0;
}
.sidebar__heading .strong, .sidebar__heading.strong {
  font-weight: var(---font-weight-accent-bold);
}

.collection__filters .icon-box,
.collection__filters .icon-reset {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 0;
}

.icon-box {
  width: 15px;
}

.icon-reset {
  width: 12px;
}

.checkbox-border {
  stroke: var(--border);
}

.checkbox-core {
  fill: rgba(0, 0, 0, 0);
}

.icon-reset {
  opacity: 0;
}

.sidebar__heading.has-filters a {
  text-decoration: none;
  width: 100%;
  display: block;
}
.sidebar__heading.has-filters a:hover > .icon-reset {
  fill: var(--primary);
}
.sidebar__heading.has-filters .icon-reset {
  fill: var(--text-light);
  opacity: 1;
}

.sidebar__item {
  padding: 0;
  margin: 0;
  position: relative;
}
.sidebar__item a, .sidebar__item span {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  padding: 4px 50px 4px 0;
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.sidebar__item a .strong, .sidebar__item a.strong, .sidebar__item span .strong, .sidebar__item span.strong {
  font-weight: var(---font-weight-accent-bold);
}
.sidebar__item:hover > .icon-box .checkbox-core, .sidebar__item:hover > .icon-reset {
  fill: var(--primary);
}

.sidebar__item--active > .icon-box .checkbox-core {
  fill: var(--text-dark) !important;
}

.link--disable {
  display: none;
}
.link--disable .icon-box {
  display: none;
}

.link--remove .icon-box {
  opacity: 1;
}
.link--remove .icon-reset {
  opacity: 0;
}
.link--remove:hover .icon-box {
  opacity: 0;
}
.link--remove:hover .icon-reset {
  opacity: 1;
}

/* ============================================================================
  #Breadcrumbs
============================================================================== */
.breadcrumb {
  padding-top: 11px;
  padding-bottom: 10px;
  margin-bottom: 32px;
  margin-top: -32px;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.breadcrumb .strong, .breadcrumb.strong {
  font-weight: var(---font-weight-accent-bold);
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    margin-top: -64px;
  }
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding: 7px 7px 6px 0;
  margin-right: 7px;
  text-decoration: none;
}
.breadcrumb a:first-child,
.breadcrumb span:first-child {
  padding-left: 0;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* ============================================================================
  #Product Page
============================================================================== */
.template-product .main-content {
  background-color: var(---color-bg-product);
}

.product-page {
  padding-top: 64px;
  padding-bottom: 32px;
}

.product-reviews {
  padding: 60px 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .related__wrapper .product-grid-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product__price {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .product__price {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.product__form__outer {
  margin-bottom: 30px;
}

.product__form__outer.product__form--buybutton {
  margin-bottom: 10px;
}

.form__selectors {
  padding-bottom: 25px;
}

.product__form__select {
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
}
.product__form__select:focus {
  border-bottom: 1px solid var(--primary);
  box-shadow: none;
}

.selector-wrapper label,
.quantity-selector__wrapper label {
  margin-top: 3em;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.selector-wrapper label .strong, .selector-wrapper label.strong,
.quantity-selector__wrapper label .strong,
.quantity-selector__wrapper label.strong {
  font-weight: var(---font-weight-accent-bold);
}

.variant--soldout .quantity-selector__wrapper,
.variant--unavailabe .quantity-selector__wrapper {
  opacity: 0;
}
.variant--soldout .quantity-selector__wrapper label,
.variant--soldout .quantity-selector__wrapper input,
.variant--soldout .quantity-selector__wrapper button,
.variant--unavailabe .quantity-selector__wrapper label,
.variant--unavailabe .quantity-selector__wrapper input,
.variant--unavailabe .quantity-selector__wrapper button {
  cursor: default;
}

.quantity-selector__wrapper {
  transition: opacity 0.4s ease-out;
}

.add-to-cart__wrapper {
  margin-top: 2.7em;
}

.product__title {
  font-size: calc(25.4837912045px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  .product__title {
    font-size: calc( ( 25.4837912045px + 6.6978954363 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  .product__title {
    font-size: calc(32.1816866409px * var(---font-adjust-heading));
  }
}

.product__title,
.product__price {
  line-height: 1em;
}

.product__price {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(18.3020620544px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.product__price .strong, .product__price.strong {
  font-weight: var(---font-weight-accent-bold);
}

.product__price--unit {
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-style: italic;
  color: var(--text-light);
}

.select__label {
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  letter-spacing: var(---font-heading-space);
  text-transform: var(---font-heading-caps);
  margin-top: 2em;
}

.border-bottom-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  padding-bottom: 3px;
}
.border-bottom-link:hover {
  border-bottom: 1px solid var(--muted);
}

.variant__countdown {
  opacity: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
}

.variant__countdown.variant__countdown--show {
  opacity: 1;
  height: auto;
}

.product__info__link {
  margin: 0;
  padding: 15px 0;
}

/* Shopify Product Reviews */
.product-section .spr-container {
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: none;
  border-right: none;
}

.spr-summary-actions-newreview {
  position: relative;
  margin-top: -30px;
}

@media only screen and (max-width: 479px) {
  .spr-summary-actions {
    display: block;
    margin-top: 35px;
  }
}
.select__fieldset {
  padding: 1em 0;
}

.product__align-left .swatch__button {
  display: inline-block;
  padding: 5px;
}
.product__align-left .swatch__button:first-of-type {
  margin-left: -5px;
}
.product__align-left .radio__button label {
  margin-left: 0;
}
.product__align-left .product__form__select {
  padding-left: 0;
}
.product__align-left .shopify-payment-button__more-options {
  text-align: left;
  padding-left: 0;
}
.product__align-left .shopify-product-form {
  margin: 0;
}
.product__align-left .product__title {
  margin-bottom: 0;
  margin-right: 15px;
}
.product__align-left .product__headline {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: var(--gutter);
}
.product__align-left .product__price {
  text-align: right;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__align-left .product__price .compare-at {
  margin: 5px 0;
}

.product__align-center .product__form__select {
  text-align-last: center;
  padding-left: 28px;
}
.product__align-center .product__info__link,
.product__align-center .radio__fieldset,
.product__align-center .product__details,
.product__align-center .variant__countdown,
.product__align-center .selector-wrapper label,
.product__align-center .quantity-selector__wrapper label {
  text-align: center;
}
.product__align-center .product-single .js-qty {
  margin-left: auto;
  margin-right: auto;
}
.product__align-center .tabs-wrapper--above .product-tabs-title {
  display: flex;
  justify-content: space-evenly;
}
.product__align-center .tabs-wrapper--above .product-tabs-title .tab-link {
  margin: 0;
}

/* no js */
.product__form__select--hidden {
  display: none;
}
.no-js .product__form__select--hidden {
  display: block;
}

.no-js .form__selectors {
  display: none;
}

.share {
  padding-bottom: var(--gutter);
  padding-top: var(--gutter);
}

.share__link {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 10px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: var(--text-light);
}
.share__link .strong, .share__link.strong {
  font-weight: var(---font-weight-accent-bold);
}
.share__link:hover {
  color: var(--text-dark);
  background-color: var(--hairline);
  border-radius: 2px;
}

.share__text {
  margin-left: 6px;
}

.share__link .icon {
  width: 1.2em;
  height: 1.2em;
  margin-top: -3px;
  fill: var(---color-text-dark);
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}

.share__link:hover .icon {
  opacity: 1;
}

.popout {
  position: relative;
}

.popout__toggle {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin: 10px 0;
  white-space: nowrap;
  padding: 9px 16px;
  background-image: none;
}
.popout__toggle .strong, .popout__toggle.strong {
  font-weight: var(---font-weight-accent-bold);
}
.popout__toggle:focus {
  box-shadow: none;
}

.popout__toggle .icon-arrow-down {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popout__toggle[aria-expanded=true] .icon-arrow-down {
  transform: rotate(180deg) translateY(2px);
}

.popout-list {
  background-color: var(--bg);
  border: 1px solid var(--border);
  bottom: 100%;
  position: absolute;
  visibility: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  min-height: 30px;
  max-height: 300px;
  z-index: 100;
  overflow-y: auto;
}

.popout-list--visible {
  visibility: visible;
}

.popout-list__item {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  text-align: left;
}

.popout-list__option {
  padding: 8px 15px 8px 15px;
  width: 100%;
  display: block;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  text-decoration: none;
}
.popout-list__option .strong, .popout-list__option.strong {
  font-weight: var(---font-weight-accent-bold);
}
.popout-list__option:hover {
  background-color: var(--hairline);
}

.popout .icon-arrow-down {
  width: 0.8em;
  margin-left: 4px;
  margin-top: -1px;
}

.popout-list__item--current .popout-list__option span {
  border-bottom: 1px solid var(--border);
}

.popout--footer {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.popout--footer .popout {
  padding-right: 10px;
}
.popout--footer .popout__toggle:focus {
  border: 1px solid var(--muted);
  box-shadow: 0 1px 4px var(--hairline);
}

.drawer__content {
  position: fixed;
  z-index: 20050;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 50vw;
  max-width: 600px;
  background: var(--bg);
  border-right: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
}
.drawer--visible .drawer__content {
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 479px) {
  .drawer__content {
    width: 95vw;
  }
}

.drawer__underlay {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.drawer--visible .drawer__underlay {
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}
.drawer--visible .drawer__underlay .drawer__underlay__fill {
  background: var(--bg);
  opacity: 0.6;
}
.drawer--visible .drawer__underlay .drawer__underlay__blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.drawer__underlay .drawer__underlay__blur,
.drawer__underlay .drawer__underlay__fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.3s ease 0.2s;
}

.drawer__inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer__close {
  height: var(--menu-height);
  border-radius: 0;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
  position: relative;
  color: var(--text-dark);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.drawer__close::before {
  content: "✕";
  right: 25px;
  top: calc(50% - 15px);
  position: absolute;
}
.drawer__close:hover, .drawer__close:focus {
  outline: none;
}

.drawer__content > *:not(.drawer__inner) {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.drawer--visible .drawer__content > *:not(.drawer__inner) {
  opacity: 1;
}

.search-bar {
  width: 100%;
  margin-bottom: 20px;
}

.result__title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-weight: var(---font-weight-body-bold);
  margin: 0 0 0.2em 0;
}

.result__description {
  margin: 0;
}

/* ============================================================================
  #Blogs and Comments
============================================================================== */
.blog__article {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 479px) {
  .blog__article {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.blog__article .share {
  padding-top: 16px;
  padding-bottom: 0px;
}

.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 192px 32px 32px 32px;
  margin-top: -32px;
  margin-left: -32px;
  width: calc(100% + 64px);
  position: relative;
  max-width: none;
  color: #FFF;
}
@media only screen and (max-width: 479px) {
  .blog__article-header-image {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 479px) {
  .blog__article-header-image {
    padding: 96px 16px 16px 16px;
  }
}
.blog__article-header-image a {
  color: #FFF;
}
.blog__article-header-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.blog__article--over-image {
  border: none;
  margin-top: -140px;
  background-color: #FFF;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog__article--over-image {
    margin-top: -100px;
  }
}

.article__card {
  margin-top: 32px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  --image-bottom: 5%;
}

.article__card__title {
  padding: 0 21.3333333333px;
}
@media only screen and (max-width: 767px) {
  .article__card__title {
    padding: 0 16px;
  }
}

.blog .article__card {
  margin-top: 0;
  margin-bottom: 32px;
}

.blog__article--image {
  position: relative;
  overflow: hidden;
  border: none;
}

.blog__article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  border: none;
}
.blog__article__overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.blog__article__content {
  margin-top: 16px;
}

.article__card .blog__article__content {
  margin: 0;
  min-height: 200px;
}

.blog__article--image .blog__article__content {
  display: table;
}
.blog__article--image .blog__article__content .blog__article__title {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  color: white;
}
.blog__article--image .blog__article__content .blog__article__title a {
  color: white;
}

.homepage-blog .blog__article--image .blog__article__content {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.blog__article header {
  margin-bottom: 32px;
}
.blog__article header .blog__article--light {
  opacity: 0.6;
}

.blog__article footer {
  margin-bottom: 32px;
}

.blog__sidebar {
  position: relative;
}

.template-article .blog__sidebar {
  position: relative;
  margin-top: 40px;
}

.blog__rss {
  position: absolute;
  top: 0;
  right: 0;
}
.blog__rss svg {
  fill: var(---color-text-dark);
}

.blog__comments {
  text-decoration: none;
}
.blog__comments em {
  color: var(---color-text-light);
}
.blog__comments:hover {
  text-decoration: underline;
}

.blog__tag {
  position: relative;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  border-radius: 2px;
  padding: 15px 15px 15px 20px;
  margin-bottom: 3px;
  display: inline-block;
}
.blog__tag .strong, .blog__tag.strong {
  font-weight: var(---font-weight-accent-bold);
}
.blog__tag:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  left: 8px;
  background-color: var(---color-bg);
}

.comment {
  margin-bottom: 32px;
}
.comment + .comment {
  border-top: 1px solid var(--hairline);
  padding-top: 32px;
}

.blog__sidebar__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(15.51022208px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.blog__sidebar__title .strong, .blog__sidebar__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

/* ================ Newsletter ================ */
.newsletter__contain {
  max-width: 400px;
  margin: 0 auto;
}

/* ================ Input Group ================ */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .input-group-field:first-child,
.input-group .input-group-button:first-child,
.input-group .input-group-button:first-child > .btn,
.input-group input[type=hidden]:first-child + .input-group-field,
.input-group input[type=hidden]:first-child + .input-group-button > .btn {
  border-radius: 2px 0 0 2px;
}
.input-group .input-group-field:last-child,
.input-group .input-group-button:last-child > .btn {
  border-radius: 2px;
}
.input-group input {
  /* Nasty Firefox hack for inputs http://davidwalsh.name/firefox-buttons */
}
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field,
.input-group-button {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .btn,
.input-group .input-group-field {
  height: 37px;
}

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}

.input-group-button {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

.input-group--inner-button {
  padding: 5px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background-color: var(--bg);
}
.input-group--inner-button .input-group-button {
  border-radius: var(--radius);
}
.input-group--inner-button input {
  border: none;
}
.input-group--inner-button input:active, .input-group--inner-button input:focus {
  border: none;
  box-shadow: none;
}

/* ============================================================================
  #Cart Page
============================================================================== */
.template-cart .main-content {
  min-height: var(--content-full);
}

.cart--empty {
  height: calc(50vh - var(--header-height));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.cart--empty .image-overlay {
  --bg: var(---color-text);
}

.cart__circle__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding-bottom: 20px;
  flex-direction: column;
}

.cart__circle {
  background-color: var(--bg);
  border-radius: 100%;
  width: 160px;
  height: 160px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-dark);
  transition: box-shadow linear 0.8s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
}
.cart__circle svg {
  transition: opacity linear 1.2s;
  opacity: 0.2;
  width: 3em;
  height: 3em;
}

.cart__continue__link {
  position: relative;
  text-decoration: none;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  text-align: center;
  margin: 0;
  padding-top: 1.5rem;
}
.cart__continue__link:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.cart__continue__link .strong, .cart__continue__link.strong {
  font-weight: var(---font-weight-accent-bold);
}
.cart__continue__link:after {
  right: initial;
  left: 0;
  width: 0;
  transition: width 0.9s ease;
  bottom: -4px;
  height: 3px;
}

.cart__circle__wrapper:hover svg {
  opacity: 1;
}
.cart__circle__wrapper:hover .cart__circle {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), 0 3px 16px rgba(0, 0, 0, 0.02);
}
.cart__circle__wrapper:hover .cart__continue__link:after {
  width: 100%;
}

.cart__row {
  position: relative;
}
.cart__row:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
.cart__row a {
  text-decoration: none;
}
.cart__row .js-qty {
  margin: 0;
}

.cart__body .cart__row {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.cart__body .cart__row:first-child {
  margin-top: 10px;
}
.cart__body .cart__row:last-child {
  padding-bottom: 32px;
}

.cart__body {
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}

.cart__heading {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.cart__heading .strong, .cart__heading.strong {
  font-weight: var(---font-weight-accent-bold);
}

.cart__return {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only 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;
  }
}
.cart__image {
  display: block;
}
.cart__image img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 479px) {
  .cart__image img {
    max-width: 85%;
    max-height: 85%;
  }
}

.cart__subtotal {
  margin: 0 0 0 10.6666666667px;
  display: inline;
}

.cart__mini-labels {
  display: block;
  margin: 10.6666666667px 0;
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .cart__mini-labels {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .cart__mini-labels {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
@media only screen and (min-width: 768px) {
  .cart__mini-labels {
    display: none;
  }
}

.cart__footer {
  text-align: right;
}

.cart__instructions__label {
  text-align: left;
}

.hidden-count {
  display: none;
}

.checkout__button {
  min-width: 300px;
}
@media only screen and (max-width: 479px) {
  .checkout__button {
    width: 100%;
    margin: 10px 0;
    padding: 22px 10px;
  }
}

.additional-checkout-buttons {
  margin: 20px 0;
  padding: 8px;
  background-color: var(---color-bg-accent);
  border: 1px solid var(--border);
  text-align: right;
  min-height: 68px;
}
@media only screen and (min-width: 480px) {
  .additional-checkout-buttons {
    padding: 12px;
  }
}

/* ============================================================================
  #Quantity Selectors
============================================================================== */
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 103px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-qty .js-qty__num {
  display: block;
  background: none;
  text-align: center;
  border: 1px solid var(--border);
  width: 100%;
  padding: 5px 30px;
  margin: 0;
}

.js-qty__adjust {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s ease-out;
}
.js-qty__adjust:hover, .js-qty__adjust:focus {
  color: var(---color-primary);
  outline: none;
}
.js-qty__adjust:active {
  color: var(---color-primary-hover);
  outline: none;
}

.js-qty__adjust--plus {
  right: 0;
}

.js-qty__adjust--minus {
  left: 0;
}

html.no-js .js-qty__adjust {
  display: none;
}

.cart__row .js-qty__num {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 7px 11px;
  margin: 0;
}

.vendor--hide .item__vendor {
  display: none;
}

.item__vendor {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(9.44px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.item__vendor .strong, .item__vendor.strong {
  font-weight: var(---font-weight-accent-bold);
}

.notes--hide .cart__instructions {
  visibility: hidden;
}

.quantity--hide .cart__qty__th,
.quantity--hide .cart__line__qty {
  visibility: hidden;
}
.quantity--hide .quantity-selector {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cart__qty {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cart__row p {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

@media only screen and (max-width: 479px) {
  .cart__line__totals {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
}
.cart__line__qty {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.cart__footer__buttons {
  margin: 10px 0;
}

/* ================ Discounts ================ */
.item__price p {
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .item__price p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .item__price p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.item__price--unit {
  font-size: calc(11.1392px * var(---font-adjust-body));
  color: var(--text-light);
}
@media (min-width: 480px) {
  .item__price--unit {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .item__price--unit {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

.item__price--sale {
  color: var(--muted);
  text-decoration: line-through;
}

.line--sale .item__price--aftersale {
  margin-left: 6px;
}

.line--discounted .item__price {
  color: var(---color-text-dark);
}

.line__discounts {
  color: var(---color-primary);
}

.cart__discounts svg {
  width: 0.9em;
  height: 0.9em;
  position: relative;
}
.cart__discounts svg path {
  stroke: var(--muted) !important;
  fill: none !important;
}

.item__total__savings {
  display: inline-block;
  background-color: var(---color-primary-fade);
  color: var(---color-primary);
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 0.25em;
}

.cart__icon--tags svg {
  width: 1em;
  height: 1em;
  position: relative;
}
.cart__icon--tags svg path {
  opacity: 0.75;
  stroke: var(---color-primary) !important;
  fill: none !important;
}

/* ================ Loading animation ================ */
.item--loadbar {
  height: 4px;
  width: 100%;
  position: absolute;
  top: -1px;
  overflow: hidden;
  background-color: var(--hairline);
}

.item--loadbar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 4px;
  background-color: var(---color-primary);
  animation: loadbar 2s linear infinite;
}

@keyframes loadbar {
  from {
    left: -300px;
    width: 30%;
    opacity: 0;
  }
  1% {
    left: -300px;
    width: 30%;
    opacity: 1;
  }
  50% {
    width: 33%;
  }
  70% {
    width: 66%;
  }
  80% {
    left: 60%;
  }
  95% {
    left: 120%;
    opacity: 1;
  }
  99% {
    left: 150%;
    opacity: 0;
  }
}
/* ================ Update animation ================ */
.cart__update {
  display: none;
}

.no--ajax .cart__update {
  display: inline-block;
  margin-right: 15px;
}

.cart__update__icon {
  display: none;
}
.cart__update__icon svg {
  position: relative;
  top: 0.2em;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}
.cart__update__icon svg.icon path {
  stroke: var(---color-primary);
  fill: none;
}

.heartBeat svg {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.cart--dirty .text-link {
  border-bottom: 1px solid var(---color-primary);
}
.cart--dirty .cart__update__icon {
  display: inline;
}

/* ============================================================================
  #Cart Drawer
============================================================================== */
.product-add-popdown {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  transform: translate3d(0, -100%, 0);
  color: var(---color-nav-text);
  background: var(---color-nav);
  border-bottom: 1px solid var(---color-nav-border);
}
.product-add-popdown.has-errors {
  position: static;
  width: 100%;
  padding: 10px 0 0 0;
  border-bottom: none;
  background: var(--bg);
}
.product-add-popdown.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
  transform: translate3d(0, 0, 0);
}

.product__popdown__textbar {
  text-align: center;
  background: var(---color-announcement-bg);
  color: var(---color-announcement-text);
}

.product__popdown__outer {
  width: 100%;
  height: 100%;
}

.product__popdown__inner {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__popdown__close,
.product__popdown__image,
.product__popdown__cart__wrapper {
  flex-grow: 1;
  flex-basis: 0;
}

.product__popdown__close {
  text-align: left;
}

.popdown__close__inner {
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
}

.product__popdown__image {
  display: flex;
  justify-content: center;
  padding: 0 25px;
}

.product__popdown__image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .product__popdown__image img {
    width: 60px;
    height: 60px;
  }
}

.product__popdown__added,
.product__popdown__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin-bottom: 0;
}
.product__popdown__added .strong, .product__popdown__added.strong,
.product__popdown__title .strong,
.product__popdown__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

.product__popdown__title {
  font-weight: var(---font-weight-accent-bold);
}

.product__popdown__cart__wrapper {
  text-align: right;
}

.product__popdown__added {
  opacity: 0.8;
}

.product__add__drawer {
  width: 100%;
}

.product__add__image__container {
  min-height: 200px;
}

/* ============================================================================
  #Search popdown
============================================================================== */
.search-popdown {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  transform: translate3d(0, -100%, 0);
  --text: ---color-nav-text;
  --text-dark: ---color-nav-text;
  --text-light: ---color-nav-text;
  --bg: ---color-nav;
  --border: ---color-nav-border;
  color: var(---color-nav-text);
  background: var(---color-nav);
  border-bottom: 1px solid var(---color-nav-border);
}
.search-popdown.has-errors {
  position: static;
  width: 100%;
  padding: 10px 0 0 0;
  border-bottom: none;
  background: var(--bg);
}
.search-popdown.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
  transform: translate3d(0, 0, 0);
}

.search__popdown__upper {
  text-align: center;
  background: var(---color-announcement-bg);
  color: var(---color-announcement-text);
  height: var(--announcement-height);
}

.search__popdown__outer {
  width: 100%;
  height: 100%;
}

.search__popdown__main {
  width: 100%;
  height: var(--menu-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search__popdown__close {
  text-align: left;
  width: 80px;
  height: 100%;
}

.search__popdown__close__inner {
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.popdown__close__inner {
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
}

.search__popdown__form {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  text-align: right;
  margin: 0;
}
.search__popdown__form input {
  margin: 0;
  text-align: right;
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .search__popdown__form input {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .search__popdown__form input {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}
.search__popdown__form input:focus, .search__popdown__form input:active {
  box-shadow: none;
}

.search__popdown__form__button {
  padding: 0 15px;
}

/* ============================================================================
  #Customer Accounts
============================================================================== */
.full__page__form__wrapper {
  background: var(--hairline);
  min-height: var(--content-full);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .full__page__form__wrapper .wrapper, .full__page__form__wrapper .wrapper--full, .full__page__form__wrapper .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .full__page__form__wrapper .header__dropdown__wrapper {
    padding: 0;
  }
}

.shopify-challenge__container {
  min-height: var(--content-full);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shopify-challenge__message {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  text-align: center;
  opacity: 0.75;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.shopify-challenge__message .strong, .shopify-challenge__message.strong {
  font-weight: var(---font-weight-accent-bold);
}
.shopify-challenge__message::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}

.shopify-challenge__button {
  padding: 1.6rem 1.4rem;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
}
.shopify-challenge__button .strong, .shopify-challenge__button.strong {
  font-weight: var(---font-weight-accent-bold);
}

.full__page__form {
  background-color: var(---color-bg);
  padding: 3rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 479px) {
  .full__page__form {
    padding: 1rem;
  }
}
.full__page__form form {
  margin: 0;
  padding: 0;
}

.account__form__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  text-align: center;
  opacity: 0.75;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.account__form__title .strong, .account__form__title.strong {
  font-weight: var(---font-weight-accent-bold);
}
.account__form__title::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}

.account__form__title--guest {
  margin-top: 64px;
}

.order__item--original {
  color: var(--muted);
  text-decoration: line-through;
}

.order__table tr {
  border-bottom: 1px solid var(--border);
}

@media only screen and (max-width: 479px) {
  .order__table tbody tr {
    border-bottom: 2px solid var(---color-text-dark) !important;
  }

  .order__table td {
    padding: 10px 0 !important;
  }
}
/* ================ Account page headers ================ */
.account-header {
  margin-bottom: 21.3333333333px;
}

@media only screen and (min-width: 768px) {
  .account-header {
    display: table;
    width: 100%;
  }

  .account-header__title {
    margin-bottom: 12.8px;
  }

  .account-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .account-header__left h1,
.account-header__left h2,
.account-header__left h3,
.account-header__left h4,
.account-header__left .h1,
.account-header__left .h2,
.account-header__left .h3,
.account-header__left .h4 {
    margin-bottom: 0;
  }

  .account-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .account-header__right {
    margin-bottom: 32px;
  }
}
/* ============================================================================
  #Password Page
============================================================================== */
.template-password {
  height: var(--content-min);
  text-align: center;
}

.password-section {
  width: 100vw;
  height: 100vh;
}

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: var(---color-text-dark);
  background-color: var(---color-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(---color-text-dark);
}
.password__wrapper .password__footer__inner {
  color: #FFF;
}
.password__wrapper a {
  color: inherit;
}

.password__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 32px;
}
@media only screen and (max-width: 479px) {
  .password__main__inner {
    padding: 10.6666666667px 10.6666666667px;
  }
}
@media only screen and (min-width: 480px) {
  .password__main__inner {
    padding: 10.6666666667px 32px;
  }
}

.password__box {
  background-color: var(---color-bg);
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .password__box {
    padding: 32px 32px;
  }
}
@media only screen and (min-width: 480px) {
  .password__box {
    padding: 32px 0;
  }
}

.template-password .input-group--inner-button {
  border: 1px solid var(---color-a5);
}

.storefront-password-form {
  margin-top: 32px;
}

.password__hero {
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  letter-spacing: var(---font-heading-space);
  text-transform: var(---font-heading-caps);
  font-size: calc(35.4836308732px * var(---font-adjust-heading));
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 480px) {
  .password__hero {
    font-size: calc( ( 35.4836308732px + 12.415591523 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  .password__hero {
    font-size: calc(47.8992223962px * var(---font-adjust-heading));
  }
}
.password__hero .logo {
  max-width: 100%;
  max-height: 200px;
}

.password__message {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 120%;
}
.password__message img {
  max-width: 100%;
}

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto;
}

.password__login-form {
  text-align: center;
  padding: 64px 32px;
}

.password__login-form,
.password__box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.password__login-form,
.password__signup-form {
  background-color: var(---color-bg);
}
@media only screen and (min-width: 480px) {
  .password__login-form,
.password__signup-form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.password__login-form .input-group,
.password__signup-form .input-group {
  width: 100%;
}
.password__login-form .errors ul,
.password__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0;
}

.password__signup-form {
  padding-top: 32px;
}

.password__signup-form__heading {
  margin-bottom: 0.8em;
}

.password__social-sharing {
  margin-top: 32px;
}

.password__social-sharing__heading {
  margin-bottom: 0;
}

.admin-login {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 95%;
}
.admin-login a {
  text-decoration: none;
}

.password__footer {
  display: table-row;
  height: 1px;
}

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 32px;
  line-height: 1.5em;
  font-size: 95%;
  color: var(---color-footer-text);
}
.password__footer__inner a {
  text-decoration: none;
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .password__footer__inner a {
    display: block;
    margin-top: 16px;
  }
}

/* ================ Product Media ================ */
.product__media__wrapper {
  margin-bottom: calc(var(--gutter) * 2);
}

.product__slides {
  position: relative;
  font-size: 0;
  overflow-y: hidden;
}
.product__slides .slick-slide {
  overflow: hidden;
}

html.js .product__slides:not(.slick-initialized) > .product__media:not(:first-child) {
  display: none;
}

.media__contain {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 0;
  position: relative;
}

.shopify-model-viewer-ui,
model-viewer,
.media__contain .plyr--video,
.media__contain > video,
.media__contain > iframe {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  max-width: 100%;
  /* IE FIX */
  min-width: 100%;
  min-height: 100%;
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}

.btn--ar {
  width: 100%;
  position: relative;
  margin-top: 10px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

[data-shopify-xr-hidden] {
  width: 0px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  [data-shopify-xr-hidden] {
    display: none;
  }
}

.btn--ar .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: transparent;
  margin-right: 4px;
}
.btn--ar .icon path {
  fill: inherit;
  stroke: inherit;
}
.btn--ar .icon path.icon-media-model-outline {
  stroke: none;
  fill: none;
}
.btn--ar .icon path.icon-media-model-square {
  stroke: none;
  fill: none;
}
.btn--ar .icon path.icon-media-model-element {
  fill: currenColor;
  opacity: 1;
}

.product-single__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
}

.thumb--video,
.thumb--model {
  position: relative;
}

/* zoom button over product image -- additional styles in pswp */
.media__zoom__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: none;
  color: var(--bg);
  padding: 1em;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product__media:hover .media__zoom__icon {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .media__zoom__icon {
    opacity: 1;
  }
}
.media__zoom__icon svg {
  width: 30px;
  height: auto;
  filter: drop-shadow(0px 0px 0.5px rgba(0, 0, 0, 0.2));
}

.pswp__counter {
  color: var(--text-light);
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.pswp__counter .strong, .pswp__counter.strong {
  font-weight: var(---font-weight-accent-bold);
}

.pswp--zoom-allowed .pswp__img {
  cursor: var(---url-zoom) 0 0, zoom-in;
  cursor: -webkit-image-set(var(---url-zoom) 1x, var(---url-zoom-2x) 2x), zoom-in;
}

/* removes media players from the tabindex when they are hidden */
body.focus-enabled .slick-slide:not(.slick-current) .plyr,
body.focus-enabled .slick-slide:not(.slick-current) model-viewer,
body.focus-enabled .slick-slide:not(.slick-current) .shopify-model-viewer-ui,
body.focus-enabled .slick-slide:not(.slick-current) .media__contain iframe {
  display: none;
}

.plyr.plyr--full-ui.plyr--video {
  color: var(---color-text-dark);
  background-color: transparent;
  /* Fullscreen */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* Fallback for unsupported browsers */
}
body:not(.focus-enabled) .plyr.plyr--full-ui.plyr--video {
  outline: none;
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-color: var(---color_video_bg);
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #FFFFFF;
  border-color: var(---color-a5);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: var(---color-a50);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #FFFFFF;
  border-color: var(---color-a5);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(---value, 0), var(---color-a50) var(---value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: var(---color-a50);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: var(---color-a50);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(---color-text-dark);
  color: #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, var(---color-a50) 25%, transparent 25%, transparent 50%, var(---color-a50) 50%, var(---color-a50) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(---value, 0), rgba(255, 255, 255, 0.6) var(---value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/*! ============ Add any custom styles below this line ================== */
    
/* === UNOFFICIAL / BIKE.CO COLOURS 

green: #007E4D; 
red: #C50000; 
yellow:#FECC04; 
blk: #000; 
blk-50%: #808080; 
white: #FFF; 
    
===*/ 
    
  @charset "UTF-8";
/*! ============================================================================
  Pipeline Theme | (c) Groupthought Themes
============================================================================== */
/*! == An unminified version of this CSS is avalable in theme.dev.css == */
/*! Pipeline CSS -> */
/* ============================================================================
  This file is included for advanced development by
  Shopify Agencies.  Modified versions of the theme 
  code are not supported by Shopify or Groupthought.

  In order to use this file you will need to change
  theme.css to theme.dev.css in /templates/theme.liquid
============================================================================== */
/* ============================================================================
  Third party CSS
============================================================================== */
/* ====  Slick Slider  ==== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* ============================================================================
  #Slick Theme
============================================================================== */
/* Slider */
.slick-loading .slick-list {
  background: var(---color-bg-product);
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.75;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  transition: opacity 0.2s ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}

.slick-next {
  right: 0;
  padding: 100px 0 100px 20px;
}

.slick-prev {
  left: 0;
  padding: 100px 20px 100px 0;
}

.product__thumbs .slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.product__thumbs .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin: 10px 10px 5px 0;
}
@media only screen and (min-width: 768px) {
  .product__thumbs .slick-dots li {
    margin: 8px 8px 5px 0;
  }
}
.product__thumbs .slick-dots li.slick-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--border);
  pointer-events: none;
}
.product__thumbs .slick-dots li a {
  display: block;
  width: 60px;
  height: 60px;
}
.product__thumbs .slick-dots li img {
  height: inherit;
  width: inherit;
  display: block;
}
.product__thumbs .slick-dots .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  fill: var(---color-bg);
  vertical-align: baseline;
}
.product__thumbs .slick-dots .icon path {
  fill: inherit;
  stroke: inherit;
}
.product__thumbs .slick-dots .icon path.icon-media-model-outline, .product__thumbs .slick-dots .icon path.icon-media-video-outline {
  stroke: var(---color-a5);
}
.product__thumbs .slick-dots .icon path.icon-media-model-element, .product__thumbs .slick-dots .icon path.icon-media-video-element {
  fill: var(---color-text-dark);
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: var(--border);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: var(--border);
  opacity: 1;
}

.aos-initialized [data-aos][data-aos][data-aos-duration="50"], .aos-initialized body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"], .aos-initialized body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"].aos-animate, .aos-initialized body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="100"], .aos-initialized body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"], .aos-initialized body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"].aos-animate, .aos-initialized body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="150"], .aos-initialized body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"], .aos-initialized body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"].aos-animate, .aos-initialized body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="200"], .aos-initialized body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"], .aos-initialized body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"].aos-animate, .aos-initialized body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="250"], .aos-initialized body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"], .aos-initialized body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"].aos-animate, .aos-initialized body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="300"], .aos-initialized body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"], .aos-initialized body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"].aos-animate, .aos-initialized body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="350"], .aos-initialized body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"], .aos-initialized body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"].aos-animate, .aos-initialized body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="400"], .aos-initialized body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"], .aos-initialized body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"].aos-animate, .aos-initialized body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="450"], .aos-initialized body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"], .aos-initialized body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"].aos-animate, .aos-initialized body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="500"], .aos-initialized body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"], .aos-initialized body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"].aos-animate, .aos-initialized body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="550"], .aos-initialized body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"], .aos-initialized body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"].aos-animate, .aos-initialized body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="600"], .aos-initialized body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"], .aos-initialized body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"].aos-animate, .aos-initialized body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="650"], .aos-initialized body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"], .aos-initialized body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"].aos-animate, .aos-initialized body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="700"], .aos-initialized body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"], .aos-initialized body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"].aos-animate, .aos-initialized body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="750"], .aos-initialized body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"], .aos-initialized body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"].aos-animate, .aos-initialized body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="800"], .aos-initialized body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"], .aos-initialized body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"].aos-animate, .aos-initialized body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="850"], .aos-initialized body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"], .aos-initialized body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"].aos-animate, .aos-initialized body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="900"], .aos-initialized body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"], .aos-initialized body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"].aos-animate, .aos-initialized body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="950"], .aos-initialized body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"], .aos-initialized body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"].aos-animate, .aos-initialized body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1000"], .aos-initialized body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"], .aos-initialized body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .aos-initialized body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1050"], .aos-initialized body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"], .aos-initialized body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .aos-initialized body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1100"], .aos-initialized body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"], .aos-initialized body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .aos-initialized body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1150"], .aos-initialized body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"], .aos-initialized body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .aos-initialized body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1200"], .aos-initialized body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"], .aos-initialized body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .aos-initialized body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1250"], .aos-initialized body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"], .aos-initialized body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .aos-initialized body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1300"], .aos-initialized body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"], .aos-initialized body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .aos-initialized body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1350"], .aos-initialized body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"], .aos-initialized body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .aos-initialized body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1400"], .aos-initialized body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"], .aos-initialized body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .aos-initialized body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1450"], .aos-initialized body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"], .aos-initialized body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .aos-initialized body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1500"], .aos-initialized body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"], .aos-initialized body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .aos-initialized body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1550"], .aos-initialized body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"], .aos-initialized body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .aos-initialized body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1600"], .aos-initialized body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"], .aos-initialized body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .aos-initialized body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1650"], .aos-initialized body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"], .aos-initialized body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .aos-initialized body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1700"], .aos-initialized body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"], .aos-initialized body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .aos-initialized body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1750"], .aos-initialized body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"], .aos-initialized body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .aos-initialized body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1800"], .aos-initialized body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"], .aos-initialized body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .aos-initialized body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1850"], .aos-initialized body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"], .aos-initialized body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .aos-initialized body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1900"], .aos-initialized body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"], .aos-initialized body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .aos-initialized body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1950"], .aos-initialized body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"], .aos-initialized body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .aos-initialized body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2000"], .aos-initialized body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"], .aos-initialized body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .aos-initialized body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2050"], .aos-initialized body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"], .aos-initialized body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .aos-initialized body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2100"], .aos-initialized body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"], .aos-initialized body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .aos-initialized body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2150"], .aos-initialized body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"], .aos-initialized body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .aos-initialized body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2200"], .aos-initialized body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"], .aos-initialized body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .aos-initialized body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2250"], .aos-initialized body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"], .aos-initialized body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .aos-initialized body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2300"], .aos-initialized body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"], .aos-initialized body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .aos-initialized body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2350"], .aos-initialized body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"], .aos-initialized body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .aos-initialized body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2400"], .aos-initialized body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"], .aos-initialized body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .aos-initialized body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2450"], .aos-initialized body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"], .aos-initialized body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .aos-initialized body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2500"], .aos-initialized body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"], .aos-initialized body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .aos-initialized body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2550"], .aos-initialized body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"], .aos-initialized body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .aos-initialized body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2600"], .aos-initialized body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"], .aos-initialized body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .aos-initialized body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2650"], .aos-initialized body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"], .aos-initialized body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .aos-initialized body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2700"], .aos-initialized body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"], .aos-initialized body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .aos-initialized body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2750"], .aos-initialized body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"], .aos-initialized body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .aos-initialized body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2800"], .aos-initialized body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"], .aos-initialized body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .aos-initialized body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2850"], .aos-initialized body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"], .aos-initialized body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .aos-initialized body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2900"], .aos-initialized body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"], .aos-initialized body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .aos-initialized body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2950"], .aos-initialized body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"], .aos-initialized body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .aos-initialized body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="3000"], .aos-initialized body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"], .aos-initialized body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .aos-initialized body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=linear], .aos-initialized body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease], .aos-initialized body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in], .aos-initialized body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out], .aos-initialized body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out], .aos-initialized body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-back], .aos-initialized body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-back], .aos-initialized body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-back], .aos-initialized body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-sine], .aos-initialized body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-sine], .aos-initialized body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .aos-initialized body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quad], .aos-initialized body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quad], .aos-initialized body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .aos-initialized body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-cubic], .aos-initialized body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-cubic], .aos-initialized body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .aos-initialized body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quart], .aos-initialized body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quart], .aos-initialized body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .aos-initialized body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}
.aos-initialized [data-aos=fade-up] {
  transform: translateY(50px);
}
.aos-initialized [data-aos=fade-down] {
  transform: translateY(-50px);
}
.aos-initialized [data-aos=fade-right] {
  transform: translate(-50px);
}
.aos-initialized [data-aos=fade-left] {
  transform: translate(50px);
}
.aos-initialized [data-aos=fade-up-right] {
  transform: translate(-50px, 50px);
}
.aos-initialized [data-aos=fade-up-left] {
  transform: translate(50px, 50px);
}
.aos-initialized [data-aos=fade-down-right] {
  transform: translate(-50px, -50px);
}
.aos-initialized [data-aos=fade-down-left] {
  transform: translate(50px, -50px);
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
.aos-initialized [data-aos=zoom-in] {
  transform: scale(0.6);
}
.aos-initialized [data-aos=zoom-in-up] {
  transform: translateY(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-down] {
  transform: translateY(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-right] {
  transform: translate(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-left] {
  transform: translate(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-out] {
  transform: scale(1.2);
}
.aos-initialized [data-aos=zoom-out-up] {
  transform: translateY(50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-down] {
  transform: translateY(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-right] {
  transform: translate(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-left] {
  transform: translate(50px) scale(1.2);
}
.aos-initialized [data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
.aos-initialized [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}
.aos-initialized [data-aos=slide-up] {
  transform: translateY(100%);
}
.aos-initialized [data-aos=slide-down] {
  transform: translateY(-100%);
}
.aos-initialized [data-aos=slide-right] {
  transform: translateX(-100%);
}
.aos-initialized [data-aos=slide-left] {
  transform: translateX(100%);
}
.aos-initialized [data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}
.aos-initialized [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
.aos-initialized [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
.aos-initialized [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
.aos-initialized [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
.aos-initialized [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=img-in] {
  opacity: 0;
  transform: scale(1.3);
  transition-property: transform, opacity;
}
.aos-initialized [data-aos=img-in].aos-animate {
  opacity: 1;
  transform: scale(1);
}
.aos-initialized [data-aos=svg-dash] path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.aos-initialized [data-aos=svg-dash].aos-animate path {
  animation: dash 1.5s linear forwards 1;
}

@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (max-width: 479px) {
  html.iframe [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  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: var(---color-bg);
  opacity: 0;
  border: 1px solid var(---color-a5);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
  opacity: 1;
}

.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: var(---color-text-dark);
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

body:not(.focus-enabled) .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: var(---color-a50);
}

.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: var(---color-a50);
  background: var(---color-a5);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(---color-a5);
  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: var(---color-bg);
  position: absolute;
  border: 1px solid var(---color-a5);
  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: var(---color-a50);
}

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

@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;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr video,
.plyr audio {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.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-color: 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: 750px) {
  .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 {
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control:not(.plyr__control--overlaid) {
  background-color: transparent;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 44px;
  pointer-events: none;
  width: 44px;
}

.plyr__control:focus:not(.plyr__tab-focus) {
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: currentColor;
  stroke-width: 0;
}

.plyr__control--overlaid {
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: currentColor;
  display: none;
  left: 50%;
  padding: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.plyr__control--overlaid svg {
  height: 52px;
  width: 52px;
  fill: transparent;
  position: relative;
}

.plyr__control--overlaid.plyr__tab-focus, .plyr__control--overlaid:hover {
  color: rgba(58, 58, 58, 0.55);
}

.plyr--stopped .plyr__control--overlaid {
  opacity: 1;
  visibility: visible;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.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: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:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background-color: inherit;
  border-radius: inherit;
  color: #3a3a3a;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background-color: inherit;
  border: 1px solid rgba(58, 58, 58, 0.05);
  border-radius: 0;
  bottom: 0;
  color: currentColor;
  left: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 3;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--video .plyr__controls {
    background-color: window;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  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-color: #3a3a3a;
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #FFF;
  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: #3a3a3a;
  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: #FFF;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-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: 29px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: currentColor;
  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: 29px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: currentColor;
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  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.plyr__tab-focus, .plyr__menu__container .plyr__control:hover, .plyr__menu__container .plyr__control[aria-expanded=true] {
  background-color: #FFF;
  color: #3a3a3a;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  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: #3a3a3a;
}

.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;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: inherit;
  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-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -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%), rgba(58, 58, 58, 0.6) var(--value, 0%));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 0 0 0 #FFF;
  height: 13px;
  margin-top: -5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-color: rgba(58, 58, 58, 0.6);
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 0 0 0 #FFF;
  height: 13px;
  margin-top: -5px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-moz-range-thumb {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background-color: currentColor;
  border-radius: 1px;
  height: 2px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-color: currentColor;
  opacity: 0.6;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-ms-fill-upper {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background-color: transparent;
  border: 0;
  border-radius: 1px;
  height: 2px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-color: currentColor;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-ms-fill-lower {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background-color: currentColor;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 0 0 0 #FFF;
  height: 13px;
  margin-top: -5px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 1px;
}

@media screen and (-ms-high-contrast: active) {
  .plyr--full-ui input[type=range]::-ms-thumb {
    background-color: windowText;
  }
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus:not(.plyr__tab-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 4px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-thumb {
  box-shadow: none;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-thumb {
  box-shadow: none;
}

.plyr--full-ui input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}

.plyr--full-ui input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.25);
}

.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: "⁄";
  margin-right: 10px;
}

@media (max-width: 749px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background-color: #3a3a3a;
  bottom: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  opacity: 0;
  padding: 5px 15px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px);
  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 #3a3a3a;
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, -24px);
}

.plyr__controls > .plyr__control[data-plyr=mute]:hover .plyr__tooltip, .plyr__controls > .plyr__control[data-plyr=mute].plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control[data-plyr=mute] .plyr__tooltip--visible {
  transform: translate(-50%, -11px);
}

.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: 29px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 29px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, -11px);
}

.plyr--video {
  background-color: #FFF;
  color: #3a3a3a;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background-color: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr__progress {
  left: 6.5px;
  margin-right: 15px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  max-width: calc(100% + 13px);
  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;
  /* stylelint-disable-line */
  background-color: transparent;
  border: 0;
  border-radius: 100px;
  color: transparent;
  height: 2px;
  left: 0;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background-color: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background-color: currentColor;
  border-radius: 100px;
  min-width: 2px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background-color: currentColor;
  border-radius: 100px;
  min-width: 2px;
  -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--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(58, 58, 58, 0.6) 25%, transparent 25%, transparent 50%, rgba(58, 58, 58, 0.6) 50%, rgba(58, 58, 58, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui .plyr__volume {
  background-color: currentColor;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  right: -4px;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}

.plyr--full-ui .plyr__volume::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}

.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}

.plyr--full-ui .plyr__volume input[type=range] {
  color: #FFF;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}

.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.6);
}

.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #3a3a3a;
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
.plyr--is-android .plyr__volume,
.plyr--is-ios .plyr__volume,
.plyr--is-mac.plyr--is-touch .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.plyr:-webkit-full-screen {
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen .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:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 990px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  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__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: 990px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  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__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: 990px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  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__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: 990px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.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: 990px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__preview-thumb {
  background-color: #3a3a3a;
  bottom: 100%;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px);
  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, -14px);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3a3a3a;
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  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: #3a3a3a;
  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;
  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;
}

/* 
* PhotoSwipe Zoom Library
* MIT license
* Created by Dmitry Semenov | photoswipe.com */
.pswp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 10000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  will-change: opacity;
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transform-origin: 0 0;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: var(--bg);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: var(--muted);
}

.pswp__error-msg a {
  color: var(--muted);
  text-decoration: underline;
}

/* UI Custom CSS */
.pswp__top-bar {
  background: var(--bg);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
}

.pswp__button {
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.pswp__button:active {
  outline: none;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__button,
.pswp__button svg.icon,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 2rem;
  height: 2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

/* increases touch area */
.pswp__button--close {
  min-width: 60px;
  margin-right: 1em;
}

.pswp__close--container {
  display: grid;
  justify-content: end;
  margin: 1em 0.25em;
}

.pswp__close--container svg {
  float: right;
  max-width: 1.5rem;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  z-index: 10000;
  height: 10ch;
}

.pswp__button--close svg,
.pswp__button--arrow--left svg,
.pswp__button--arrow--right svg {
  z-index: -1;
  position: relative;
}

.pswp__button--arrow--right {
  justify-self: end;
}

.pswp__counter {
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
  justify-self: center;
}

.pswp__button--share,
.pswp__button--fs,
.pswp__button--zoom,
.pswp__share-modal,
.pswp__share-modal--hidden,
.pswp__share-tooltip,
.pswp__caption,
.pswp__caption--fake,
.pswp__caption--empty {
  display: none;
}

/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10050;
  margin: 0;
  background-color: var(--bg);
  position: fixed;
  width: 100%;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

/* ============================================================================
  #Normalize
============================================================================== */
*,
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;
}

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;
}

/* ============================================================================
  Grid
    - Based on CSS Wizardry grid
============================================================================== */
:root {
  --gutter: 32px;
  --gutter-offset: -32px;
}
@media only screen and (max-width: 989px) {
  :root {
    --gutter: 22px;
    --gutter-offset: -22px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --gutter: 16px;
    --gutter-offset: -16px;
  }
}

.grid, .grid--full {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: var(--gutter-offset);
}
.grid::after, .grid--full::after {
  content: "";
  display: table;
  clear: both;
}

.grid__item {
  float: left;
  padding-left: var(--gutter);
  width: 100%;
}
.grid__item[class*=push-] {
  position: relative;
}

/* ============================================================================
  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;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/* ============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
============================================================================== */
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.3333333333%;
}

.two-thirds {
  width: 66.6666666667%;
}

/* 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.6666666667%;
}

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

/* 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.3333333333%;
}

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

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

@media only screen and (max-width: 479px) {
  /** Whole */
  .mobile--one-whole {
    width: 100%;
  }

  /* Halves */
  .mobile--one-half {
    width: 50%;
  }

  /* Thirds */
  .mobile--one-third {
    width: 33.3333333333%;
  }

  .mobile--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .mobile--one-quarter {
    width: 25%;
  }

  .mobile--two-quarters {
    width: 50%;
  }

  .mobile--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .mobile--one-fifth {
    width: 20%;
  }

  .mobile--two-fifths {
    width: 40%;
  }

  .mobile--three-fifths {
    width: 60%;
  }

  .mobile--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .mobile--one-sixth {
    width: 16.6666666667%;
  }

  .mobile--two-sixths {
    width: 33.3333333333%;
  }

  .mobile--three-sixths {
    width: 50%;
  }

  .mobile--four-sixths {
    width: 66.6666666667%;
  }

  .mobile--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .mobile--one-eighth {
    width: 12.5%;
  }

  .mobile--two-eighths {
    width: 25%;
  }

  .mobile--three-eighths {
    width: 37.5%;
  }

  .mobile--four-eighths {
    width: 50%;
  }

  .mobile--five-eighths {
    width: 62.5%;
  }

  .mobile--six-eighths {
    width: 75%;
  }

  .mobile--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .mobile--one-tenth {
    width: 10%;
  }

  .mobile--two-tenths {
    width: 20%;
  }

  .mobile--three-tenths {
    width: 30%;
  }

  .mobile--four-tenths {
    width: 40%;
  }

  .mobile--five-tenths {
    width: 50%;
  }

  .mobile--six-tenths {
    width: 60%;
  }

  .mobile--seven-tenths {
    width: 70%;
  }

  .mobile--eight-tenths {
    width: 80%;
  }

  .mobile--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .mobile--one-twelfth {
    width: 8.3333333333%;
  }

  .mobile--two-twelfths {
    width: 16.6666666667%;
  }

  .mobile--three-twelfths {
    width: 25%;
  }

  .mobile--four-twelfths {
    width: 33.3333333333%;
  }

  .mobile--five-twelfths {
    width: 41.6666666667%;
  }

  .mobile--six-twelfths {
    width: 50%;
  }

  .mobile--seven-twelfths {
    width: 58.3333333333%;
  }

  .mobile--eight-twelfths {
    width: 66.6666666667%;
  }

  .mobile--nine-twelfths {
    width: 75%;
  }

  .mobile--ten-twelfths {
    width: 83.3333333333%;
  }

  .mobile--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .mobile--one-half:nth-child(2n+1),
.grid--uniform .mobile--one-third:nth-child(3n+1),
.grid--uniform .mobile--one-quarter:nth-child(4n+1),
.grid--uniform .mobile--one-fifth:nth-child(5n+1),
.grid--uniform .mobile--one-sixth:nth-child(6n+1),
.grid--uniform .mobile--two-sixths:nth-child(3n+1),
.grid--uniform .mobile--three-sixths:nth-child(2n+1),
.grid--uniform .mobile--one-eighth:nth-child(8n+1),
.grid--uniform .mobile--two-eighths:nth-child(4n+1),
.grid--uniform .mobile--four-eighths:nth-child(2n+1),
.grid--uniform .mobile--five-tenths:nth-child(2n+1),
.grid--uniform .mobile--one-twelfth:nth-child(12n+1),
.grid--uniform .mobile--two-twelfths:nth-child(6n+1),
.grid--uniform .mobile--three-twelfths:nth-child(4n+1),
.grid--uniform .mobile--four-twelfths:nth-child(3n+1),
.grid--uniform .mobile--six-twelfths:nth-child(2n+1),
.gallery .mobile--one-half:nth-child(2n+1),
.gallery .mobile--one-third:nth-child(3n+1),
.gallery .mobile--one-quarter:nth-child(4n+1),
.gallery .mobile--one-fifth:nth-child(5n+1),
.gallery .mobile--one-sixth:nth-child(6n+1),
.gallery .mobile--two-sixths:nth-child(3n+1),
.gallery .mobile--three-sixths:nth-child(2n+1),
.gallery .mobile--one-eighth:nth-child(8n+1),
.gallery .mobile--two-eighths:nth-child(4n+1),
.gallery .mobile--four-eighths:nth-child(2n+1),
.gallery .mobile--five-tenths:nth-child(2n+1),
.gallery .mobile--one-twelfth:nth-child(12n+1),
.gallery .mobile--two-twelfths:nth-child(6n+1),
.gallery .mobile--three-twelfths:nth-child(4n+1),
.gallery .mobile--four-twelfths:nth-child(3n+1),
.gallery .mobile--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .mobile--show {
    display: block !important;
  }

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

  .mobile--text-left {
    text-align: left !important;
  }

  .mobile--text-right {
    text-align: right !important;
  }

  .mobile--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }

  /* Halves */
  .small--one-half {
    width: 50%;
  }

  /* Thirds */
  .small--one-third {
    width: 33.3333333333%;
  }

  .small--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .small--two-sixths {
    width: 33.3333333333%;
  }

  .small--three-sixths {
    width: 50%;
  }

  .small--four-sixths {
    width: 66.6666666667%;
  }

  .small--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .small--two-twelfths {
    width: 16.6666666667%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.3333333333%;
  }

  .small--five-twelfths {
    width: 41.6666666667%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.3333333333%;
  }

  .small--eight-twelfths {
    width: 66.6666666667%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.3333333333%;
  }

  .small--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .small--one-half:nth-child(2n+1),
.gallery .small--one-third:nth-child(3n+1),
.gallery .small--one-quarter:nth-child(4n+1),
.gallery .small--one-fifth:nth-child(5n+1),
.gallery .small--one-sixth:nth-child(6n+1),
.gallery .small--two-sixths:nth-child(3n+1),
.gallery .small--three-sixths:nth-child(2n+1),
.gallery .small--one-eighth:nth-child(8n+1),
.gallery .small--two-eighths:nth-child(4n+1),
.gallery .small--four-eighths:nth-child(2n+1),
.gallery .small--five-tenths:nth-child(2n+1),
.gallery .small--one-twelfth:nth-child(12n+1),
.gallery .small--two-twelfths:nth-child(6n+1),
.gallery .small--three-twelfths:nth-child(4n+1),
.gallery .small--four-twelfths:nth-child(3n+1),
.gallery .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 480px) {
  /** Whole */
  .small-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .small-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .small-up--one-third {
    width: 33.3333333333%;
  }

  .small-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small-up--one-quarter {
    width: 25%;
  }

  .small-up--two-quarters {
    width: 50%;
  }

  .small-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small-up--one-fifth {
    width: 20%;
  }

  .small-up--two-fifths {
    width: 40%;
  }

  .small-up--three-fifths {
    width: 60%;
  }

  .small-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small-up--one-sixth {
    width: 16.6666666667%;
  }

  .small-up--two-sixths {
    width: 33.3333333333%;
  }

  .small-up--three-sixths {
    width: 50%;
  }

  .small-up--four-sixths {
    width: 66.6666666667%;
  }

  .small-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small-up--one-eighth {
    width: 12.5%;
  }

  .small-up--two-eighths {
    width: 25%;
  }

  .small-up--three-eighths {
    width: 37.5%;
  }

  .small-up--four-eighths {
    width: 50%;
  }

  .small-up--five-eighths {
    width: 62.5%;
  }

  .small-up--six-eighths {
    width: 75%;
  }

  .small-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small-up--one-tenth {
    width: 10%;
  }

  .small-up--two-tenths {
    width: 20%;
  }

  .small-up--three-tenths {
    width: 30%;
  }

  .small-up--four-tenths {
    width: 40%;
  }

  .small-up--five-tenths {
    width: 50%;
  }

  .small-up--six-tenths {
    width: 60%;
  }

  .small-up--seven-tenths {
    width: 70%;
  }

  .small-up--eight-tenths {
    width: 80%;
  }

  .small-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small-up--one-twelfth {
    width: 8.3333333333%;
  }

  .small-up--two-twelfths {
    width: 16.6666666667%;
  }

  .small-up--three-twelfths {
    width: 25%;
  }

  .small-up--four-twelfths {
    width: 33.3333333333%;
  }

  .small-up--five-twelfths {
    width: 41.6666666667%;
  }

  .small-up--six-twelfths {
    width: 50%;
  }

  .small-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .small-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .small-up--nine-twelfths {
    width: 75%;
  }

  .small-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .small-up--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .small-up--one-half:nth-child(2n+1),
.grid--uniform .small-up--one-third:nth-child(3n+1),
.grid--uniform .small-up--one-quarter:nth-child(4n+1),
.grid--uniform .small-up--one-fifth:nth-child(5n+1),
.grid--uniform .small-up--one-sixth:nth-child(6n+1),
.grid--uniform .small-up--two-sixths:nth-child(3n+1),
.grid--uniform .small-up--three-sixths:nth-child(2n+1),
.grid--uniform .small-up--one-eighth:nth-child(8n+1),
.grid--uniform .small-up--two-eighths:nth-child(4n+1),
.grid--uniform .small-up--four-eighths:nth-child(2n+1),
.grid--uniform .small-up--five-tenths:nth-child(2n+1),
.grid--uniform .small-up--one-twelfth:nth-child(12n+1),
.grid--uniform .small-up--two-twelfths:nth-child(6n+1),
.grid--uniform .small-up--three-twelfths:nth-child(4n+1),
.grid--uniform .small-up--four-twelfths:nth-child(3n+1),
.grid--uniform .small-up--six-twelfths:nth-child(2n+1),
.gallery .small-up--one-half:nth-child(2n+1),
.gallery .small-up--one-third:nth-child(3n+1),
.gallery .small-up--one-quarter:nth-child(4n+1),
.gallery .small-up--one-fifth:nth-child(5n+1),
.gallery .small-up--one-sixth:nth-child(6n+1),
.gallery .small-up--two-sixths:nth-child(3n+1),
.gallery .small-up--three-sixths:nth-child(2n+1),
.gallery .small-up--one-eighth:nth-child(8n+1),
.gallery .small-up--two-eighths:nth-child(4n+1),
.gallery .small-up--four-eighths:nth-child(2n+1),
.gallery .small-up--five-tenths:nth-child(2n+1),
.gallery .small-up--one-twelfth:nth-child(12n+1),
.gallery .small-up--two-twelfths:nth-child(6n+1),
.gallery .small-up--three-twelfths:nth-child(4n+1),
.gallery .small-up--four-twelfths:nth-child(3n+1),
.gallery .small-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .small-up--show {
    display: block !important;
  }

  .small-up--hide {
    display: none !important;
  }

  .small-up--text-left {
    text-align: left !important;
  }

  .small-up--text-right {
    text-align: right !important;
  }

  .small-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  /** Whole */
  .small-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .small-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .small-down--one-third {
    width: 33.3333333333%;
  }

  .small-down--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small-down--one-quarter {
    width: 25%;
  }

  .small-down--two-quarters {
    width: 50%;
  }

  .small-down--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small-down--one-fifth {
    width: 20%;
  }

  .small-down--two-fifths {
    width: 40%;
  }

  .small-down--three-fifths {
    width: 60%;
  }

  .small-down--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small-down--one-sixth {
    width: 16.6666666667%;
  }

  .small-down--two-sixths {
    width: 33.3333333333%;
  }

  .small-down--three-sixths {
    width: 50%;
  }

  .small-down--four-sixths {
    width: 66.6666666667%;
  }

  .small-down--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small-down--one-eighth {
    width: 12.5%;
  }

  .small-down--two-eighths {
    width: 25%;
  }

  .small-down--three-eighths {
    width: 37.5%;
  }

  .small-down--four-eighths {
    width: 50%;
  }

  .small-down--five-eighths {
    width: 62.5%;
  }

  .small-down--six-eighths {
    width: 75%;
  }

  .small-down--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small-down--one-tenth {
    width: 10%;
  }

  .small-down--two-tenths {
    width: 20%;
  }

  .small-down--three-tenths {
    width: 30%;
  }

  .small-down--four-tenths {
    width: 40%;
  }

  .small-down--five-tenths {
    width: 50%;
  }

  .small-down--six-tenths {
    width: 60%;
  }

  .small-down--seven-tenths {
    width: 70%;
  }

  .small-down--eight-tenths {
    width: 80%;
  }

  .small-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small-down--one-twelfth {
    width: 8.3333333333%;
  }

  .small-down--two-twelfths {
    width: 16.6666666667%;
  }

  .small-down--three-twelfths {
    width: 25%;
  }

  .small-down--four-twelfths {
    width: 33.3333333333%;
  }

  .small-down--five-twelfths {
    width: 41.6666666667%;
  }

  .small-down--six-twelfths {
    width: 50%;
  }

  .small-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .small-down--eight-twelfths {
    width: 66.6666666667%;
  }

  .small-down--nine-twelfths {
    width: 75%;
  }

  .small-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .small-down--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .small-down--one-half:nth-child(2n+1),
.grid--uniform .small-down--one-third:nth-child(3n+1),
.grid--uniform .small-down--one-quarter:nth-child(4n+1),
.grid--uniform .small-down--one-fifth:nth-child(5n+1),
.grid--uniform .small-down--one-sixth:nth-child(6n+1),
.grid--uniform .small-down--two-sixths:nth-child(3n+1),
.grid--uniform .small-down--three-sixths:nth-child(2n+1),
.grid--uniform .small-down--one-eighth:nth-child(8n+1),
.grid--uniform .small-down--two-eighths:nth-child(4n+1),
.grid--uniform .small-down--four-eighths:nth-child(2n+1),
.grid--uniform .small-down--five-tenths:nth-child(2n+1),
.grid--uniform .small-down--one-twelfth:nth-child(12n+1),
.grid--uniform .small-down--two-twelfths:nth-child(6n+1),
.grid--uniform .small-down--three-twelfths:nth-child(4n+1),
.grid--uniform .small-down--four-twelfths:nth-child(3n+1),
.grid--uniform .small-down--six-twelfths:nth-child(2n+1),
.gallery .small-down--one-half:nth-child(2n+1),
.gallery .small-down--one-third:nth-child(3n+1),
.gallery .small-down--one-quarter:nth-child(4n+1),
.gallery .small-down--one-fifth:nth-child(5n+1),
.gallery .small-down--one-sixth:nth-child(6n+1),
.gallery .small-down--two-sixths:nth-child(3n+1),
.gallery .small-down--three-sixths:nth-child(2n+1),
.gallery .small-down--one-eighth:nth-child(8n+1),
.gallery .small-down--two-eighths:nth-child(4n+1),
.gallery .small-down--four-eighths:nth-child(2n+1),
.gallery .small-down--five-tenths:nth-child(2n+1),
.gallery .small-down--one-twelfth:nth-child(12n+1),
.gallery .small-down--two-twelfths:nth-child(6n+1),
.gallery .small-down--three-twelfths:nth-child(4n+1),
.gallery .small-down--four-twelfths:nth-child(3n+1),
.gallery .small-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .small-down--show {
    display: block !important;
  }

  .small-down--hide {
    display: none !important;
  }

  .small-down--text-left {
    text-align: left !important;
  }

  .small-down--text-right {
    text-align: right !important;
  }

  .small-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 989px) {
  /** Whole */
  .small-medium--one-whole {
    width: 100%;
  }

  /* Halves */
  .small-medium--one-half {
    width: 50%;
  }

  /* Thirds */
  .small-medium--one-third {
    width: 33.3333333333%;
  }

  .small-medium--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small-medium--one-quarter {
    width: 25%;
  }

  .small-medium--two-quarters {
    width: 50%;
  }

  .small-medium--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small-medium--one-fifth {
    width: 20%;
  }

  .small-medium--two-fifths {
    width: 40%;
  }

  .small-medium--three-fifths {
    width: 60%;
  }

  .small-medium--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small-medium--one-sixth {
    width: 16.6666666667%;
  }

  .small-medium--two-sixths {
    width: 33.3333333333%;
  }

  .small-medium--three-sixths {
    width: 50%;
  }

  .small-medium--four-sixths {
    width: 66.6666666667%;
  }

  .small-medium--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small-medium--one-eighth {
    width: 12.5%;
  }

  .small-medium--two-eighths {
    width: 25%;
  }

  .small-medium--three-eighths {
    width: 37.5%;
  }

  .small-medium--four-eighths {
    width: 50%;
  }

  .small-medium--five-eighths {
    width: 62.5%;
  }

  .small-medium--six-eighths {
    width: 75%;
  }

  .small-medium--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small-medium--one-tenth {
    width: 10%;
  }

  .small-medium--two-tenths {
    width: 20%;
  }

  .small-medium--three-tenths {
    width: 30%;
  }

  .small-medium--four-tenths {
    width: 40%;
  }

  .small-medium--five-tenths {
    width: 50%;
  }

  .small-medium--six-tenths {
    width: 60%;
  }

  .small-medium--seven-tenths {
    width: 70%;
  }

  .small-medium--eight-tenths {
    width: 80%;
  }

  .small-medium--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small-medium--one-twelfth {
    width: 8.3333333333%;
  }

  .small-medium--two-twelfths {
    width: 16.6666666667%;
  }

  .small-medium--three-twelfths {
    width: 25%;
  }

  .small-medium--four-twelfths {
    width: 33.3333333333%;
  }

  .small-medium--five-twelfths {
    width: 41.6666666667%;
  }

  .small-medium--six-twelfths {
    width: 50%;
  }

  .small-medium--seven-twelfths {
    width: 58.3333333333%;
  }

  .small-medium--eight-twelfths {
    width: 66.6666666667%;
  }

  .small-medium--nine-twelfths {
    width: 75%;
  }

  .small-medium--ten-twelfths {
    width: 83.3333333333%;
  }

  .small-medium--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .small-medium--one-half:nth-child(2n+1),
.grid--uniform .small-medium--one-third:nth-child(3n+1),
.grid--uniform .small-medium--one-quarter:nth-child(4n+1),
.grid--uniform .small-medium--one-fifth:nth-child(5n+1),
.grid--uniform .small-medium--one-sixth:nth-child(6n+1),
.grid--uniform .small-medium--two-sixths:nth-child(3n+1),
.grid--uniform .small-medium--three-sixths:nth-child(2n+1),
.grid--uniform .small-medium--one-eighth:nth-child(8n+1),
.grid--uniform .small-medium--two-eighths:nth-child(4n+1),
.grid--uniform .small-medium--four-eighths:nth-child(2n+1),
.grid--uniform .small-medium--five-tenths:nth-child(2n+1),
.grid--uniform .small-medium--one-twelfth:nth-child(12n+1),
.grid--uniform .small-medium--two-twelfths:nth-child(6n+1),
.grid--uniform .small-medium--three-twelfths:nth-child(4n+1),
.grid--uniform .small-medium--four-twelfths:nth-child(3n+1),
.grid--uniform .small-medium--six-twelfths:nth-child(2n+1),
.gallery .small-medium--one-half:nth-child(2n+1),
.gallery .small-medium--one-third:nth-child(3n+1),
.gallery .small-medium--one-quarter:nth-child(4n+1),
.gallery .small-medium--one-fifth:nth-child(5n+1),
.gallery .small-medium--one-sixth:nth-child(6n+1),
.gallery .small-medium--two-sixths:nth-child(3n+1),
.gallery .small-medium--three-sixths:nth-child(2n+1),
.gallery .small-medium--one-eighth:nth-child(8n+1),
.gallery .small-medium--two-eighths:nth-child(4n+1),
.gallery .small-medium--four-eighths:nth-child(2n+1),
.gallery .small-medium--five-tenths:nth-child(2n+1),
.gallery .small-medium--one-twelfth:nth-child(12n+1),
.gallery .small-medium--two-twelfths:nth-child(6n+1),
.gallery .small-medium--three-twelfths:nth-child(4n+1),
.gallery .small-medium--four-twelfths:nth-child(3n+1),
.gallery .small-medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .small-medium--show {
    display: block !important;
  }

  .small-medium--hide {
    display: none !important;
  }

  .small-medium--text-left {
    text-align: left !important;
  }

  .small-medium--text-right {
    text-align: right !important;
  }

  .small-medium--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium--one-third {
    width: 33.3333333333%;
  }

  .medium--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .medium--two-sixths {
    width: 33.3333333333%;
  }

  .medium--three-sixths {
    width: 50%;
  }

  .medium--four-sixths {
    width: 66.6666666667%;
  }

  .medium--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .medium--two-twelfths {
    width: 16.6666666667%;
  }

  .medium--three-twelfths {
    width: 25%;
  }

  .medium--four-twelfths {
    width: 33.3333333333%;
  }

  .medium--five-twelfths {
    width: 41.6666666667%;
  }

  .medium--six-twelfths {
    width: 50%;
  }

  .medium--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium--nine-twelfths {
    width: 75%;
  }

  .medium--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .medium--one-half:nth-child(2n+1),
.gallery .medium--one-third:nth-child(3n+1),
.gallery .medium--one-quarter:nth-child(4n+1),
.gallery .medium--one-fifth:nth-child(5n+1),
.gallery .medium--one-sixth:nth-child(6n+1),
.gallery .medium--two-sixths:nth-child(3n+1),
.gallery .medium--three-sixths:nth-child(2n+1),
.gallery .medium--one-eighth:nth-child(8n+1),
.gallery .medium--two-eighths:nth-child(4n+1),
.gallery .medium--four-eighths:nth-child(2n+1),
.gallery .medium--five-tenths:nth-child(2n+1),
.gallery .medium--one-twelfth:nth-child(12n+1),
.gallery .medium--two-twelfths:nth-child(6n+1),
.gallery .medium--three-twelfths:nth-child(4n+1),
.gallery .medium--four-twelfths:nth-child(3n+1),
.gallery .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 768px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-up--one-third {
    width: 33.3333333333%;
  }

  .medium-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }

  .medium-up--two-quarters {
    width: 50%;
  }

  .medium-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }

  .medium-up--two-fifths {
    width: 40%;
  }

  .medium-up--three-fifths {
    width: 60%;
  }

  .medium-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.6666666667%;
  }

  .medium-up--two-sixths {
    width: 33.3333333333%;
  }

  .medium-up--three-sixths {
    width: 50%;
  }

  .medium-up--four-sixths {
    width: 66.6666666667%;
  }

  .medium-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }

  .medium-up--two-eighths {
    width: 25%;
  }

  .medium-up--three-eighths {
    width: 37.5%;
  }

  .medium-up--four-eighths {
    width: 50%;
  }

  .medium-up--five-eighths {
    width: 62.5%;
  }

  .medium-up--six-eighths {
    width: 75%;
  }

  .medium-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }

  .medium-up--two-tenths {
    width: 20%;
  }

  .medium-up--three-tenths {
    width: 30%;
  }

  .medium-up--four-tenths {
    width: 40%;
  }

  .medium-up--five-tenths {
    width: 50%;
  }

  .medium-up--six-tenths {
    width: 60%;
  }

  .medium-up--seven-tenths {
    width: 70%;
  }

  .medium-up--eight-tenths {
    width: 80%;
  }

  .medium-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.3333333333%;
  }

  .medium-up--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-up--three-twelfths {
    width: 25%;
  }

  .medium-up--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-up--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-up--six-twelfths {
    width: 50%;
  }

  .medium-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-up--nine-twelfths {
    width: 75%;
  }

  .medium-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-up--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
.grid--uniform .medium-up--one-third:nth-child(3n+1),
.grid--uniform .medium-up--one-quarter:nth-child(4n+1),
.grid--uniform .medium-up--one-fifth:nth-child(5n+1),
.grid--uniform .medium-up--one-sixth:nth-child(6n+1),
.grid--uniform .medium-up--two-sixths:nth-child(3n+1),
.grid--uniform .medium-up--three-sixths:nth-child(2n+1),
.grid--uniform .medium-up--one-eighth:nth-child(8n+1),
.grid--uniform .medium-up--two-eighths:nth-child(4n+1),
.grid--uniform .medium-up--four-eighths:nth-child(2n+1),
.grid--uniform .medium-up--five-tenths:nth-child(2n+1),
.grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
.grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
.grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
.grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
.grid--uniform .medium-up--six-twelfths:nth-child(2n+1),
.gallery .medium-up--one-half:nth-child(2n+1),
.gallery .medium-up--one-third:nth-child(3n+1),
.gallery .medium-up--one-quarter:nth-child(4n+1),
.gallery .medium-up--one-fifth:nth-child(5n+1),
.gallery .medium-up--one-sixth:nth-child(6n+1),
.gallery .medium-up--two-sixths:nth-child(3n+1),
.gallery .medium-up--three-sixths:nth-child(2n+1),
.gallery .medium-up--one-eighth:nth-child(8n+1),
.gallery .medium-up--two-eighths:nth-child(4n+1),
.gallery .medium-up--four-eighths:nth-child(2n+1),
.gallery .medium-up--five-tenths:nth-child(2n+1),
.gallery .medium-up--one-twelfth:nth-child(12n+1),
.gallery .medium-up--two-twelfths:nth-child(6n+1),
.gallery .medium-up--three-twelfths:nth-child(4n+1),
.gallery .medium-up--four-twelfths:nth-child(3n+1),
.gallery .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .medium-up--show {
    display: block !important;
  }

  .medium-up--hide {
    display: none !important;
  }

  .medium-up--text-left {
    text-align: left !important;
  }

  .medium-up--text-right {
    text-align: right !important;
  }

  .medium-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-down--one-third {
    width: 33.3333333333%;
  }

  .medium-down--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .medium-down--two-sixths {
    width: 33.3333333333%;
  }

  .medium-down--three-sixths {
    width: 50%;
  }

  .medium-down--four-sixths {
    width: 66.6666666667%;
  }

  .medium-down--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .medium-down--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-down--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-down--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .medium-down--one-half:nth-child(2n+1),
.gallery .medium-down--one-third:nth-child(3n+1),
.gallery .medium-down--one-quarter:nth-child(4n+1),
.gallery .medium-down--one-fifth:nth-child(5n+1),
.gallery .medium-down--one-sixth:nth-child(6n+1),
.gallery .medium-down--two-sixths:nth-child(3n+1),
.gallery .medium-down--three-sixths:nth-child(2n+1),
.gallery .medium-down--one-eighth:nth-child(8n+1),
.gallery .medium-down--two-eighths:nth-child(4n+1),
.gallery .medium-down--four-eighths:nth-child(2n+1),
.gallery .medium-down--five-tenths:nth-child(2n+1),
.gallery .medium-down--one-twelfth:nth-child(12n+1),
.gallery .medium-down--two-twelfths:nth-child(6n+1),
.gallery .medium-down--three-twelfths:nth-child(4n+1),
.gallery .medium-down--four-twelfths:nth-child(3n+1),
.gallery .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  /** Whole */
  .medium-large--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-large--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-large--one-third {
    width: 33.3333333333%;
  }

  .medium-large--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .medium-large--one-quarter {
    width: 25%;
  }

  .medium-large--two-quarters {
    width: 50%;
  }

  .medium-large--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium-large--one-fifth {
    width: 20%;
  }

  .medium-large--two-fifths {
    width: 40%;
  }

  .medium-large--three-fifths {
    width: 60%;
  }

  .medium-large--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium-large--one-sixth {
    width: 16.6666666667%;
  }

  .medium-large--two-sixths {
    width: 33.3333333333%;
  }

  .medium-large--three-sixths {
    width: 50%;
  }

  .medium-large--four-sixths {
    width: 66.6666666667%;
  }

  .medium-large--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .medium-large--one-eighth {
    width: 12.5%;
  }

  .medium-large--two-eighths {
    width: 25%;
  }

  .medium-large--three-eighths {
    width: 37.5%;
  }

  .medium-large--four-eighths {
    width: 50%;
  }

  .medium-large--five-eighths {
    width: 62.5%;
  }

  .medium-large--six-eighths {
    width: 75%;
  }

  .medium-large--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium-large--one-tenth {
    width: 10%;
  }

  .medium-large--two-tenths {
    width: 20%;
  }

  .medium-large--three-tenths {
    width: 30%;
  }

  .medium-large--four-tenths {
    width: 40%;
  }

  .medium-large--five-tenths {
    width: 50%;
  }

  .medium-large--six-tenths {
    width: 60%;
  }

  .medium-large--seven-tenths {
    width: 70%;
  }

  .medium-large--eight-tenths {
    width: 80%;
  }

  .medium-large--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium-large--one-twelfth {
    width: 8.3333333333%;
  }

  .medium-large--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-large--three-twelfths {
    width: 25%;
  }

  .medium-large--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-large--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-large--six-twelfths {
    width: 50%;
  }

  .medium-large--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-large--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-large--nine-twelfths {
    width: 75%;
  }

  .medium-large--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-large--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .medium-large--one-half:nth-child(2n+1),
.grid--uniform .medium-large--one-third:nth-child(3n+1),
.grid--uniform .medium-large--one-quarter:nth-child(4n+1),
.grid--uniform .medium-large--one-fifth:nth-child(5n+1),
.grid--uniform .medium-large--one-sixth:nth-child(6n+1),
.grid--uniform .medium-large--two-sixths:nth-child(3n+1),
.grid--uniform .medium-large--three-sixths:nth-child(2n+1),
.grid--uniform .medium-large--one-eighth:nth-child(8n+1),
.grid--uniform .medium-large--two-eighths:nth-child(4n+1),
.grid--uniform .medium-large--four-eighths:nth-child(2n+1),
.grid--uniform .medium-large--five-tenths:nth-child(2n+1),
.grid--uniform .medium-large--one-twelfth:nth-child(12n+1),
.grid--uniform .medium-large--two-twelfths:nth-child(6n+1),
.grid--uniform .medium-large--three-twelfths:nth-child(4n+1),
.grid--uniform .medium-large--four-twelfths:nth-child(3n+1),
.grid--uniform .medium-large--six-twelfths:nth-child(2n+1),
.gallery .medium-large--one-half:nth-child(2n+1),
.gallery .medium-large--one-third:nth-child(3n+1),
.gallery .medium-large--one-quarter:nth-child(4n+1),
.gallery .medium-large--one-fifth:nth-child(5n+1),
.gallery .medium-large--one-sixth:nth-child(6n+1),
.gallery .medium-large--two-sixths:nth-child(3n+1),
.gallery .medium-large--three-sixths:nth-child(2n+1),
.gallery .medium-large--one-eighth:nth-child(8n+1),
.gallery .medium-large--two-eighths:nth-child(4n+1),
.gallery .medium-large--four-eighths:nth-child(2n+1),
.gallery .medium-large--five-tenths:nth-child(2n+1),
.gallery .medium-large--one-twelfth:nth-child(12n+1),
.gallery .medium-large--two-twelfths:nth-child(6n+1),
.gallery .medium-large--three-twelfths:nth-child(4n+1),
.gallery .medium-large--four-twelfths:nth-child(3n+1),
.gallery .medium-large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .medium-large--show {
    display: block !important;
  }

  .medium-large--hide {
    display: none !important;
  }

  .medium-large--text-left {
    text-align: left !important;
  }

  .medium-large--text-right {
    text-align: right !important;
  }

  .medium-large--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }

  /* Halves */
  .large--one-half {
    width: 50%;
  }

  /* Thirds */
  .large--one-third {
    width: 33.3333333333%;
  }

  .large--two-thirds {
    width: 66.6666666667%;
  }

  /* 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.6666666667%;
  }

  .large--two-sixths {
    width: 33.3333333333%;
  }

  .large--three-sixths {
    width: 50%;
  }

  .large--four-sixths {
    width: 66.6666666667%;
  }

  .large--five-sixths {
    width: 83.3333333333%;
  }

  /* 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.3333333333%;
  }

  .large--two-twelfths {
    width: 16.6666666667%;
  }

  .large--three-twelfths {
    width: 25%;
  }

  .large--four-twelfths {
    width: 33.3333333333%;
  }

  .large--five-twelfths {
    width: 41.6666666667%;
  }

  .large--six-twelfths {
    width: 50%;
  }

  .large--seven-twelfths {
    width: 58.3333333333%;
  }

  .large--eight-twelfths {
    width: 66.6666666667%;
  }

  .large--nine-twelfths {
    width: 75%;
  }

  .large--ten-twelfths {
    width: 83.3333333333%;
  }

  .large--eleven-twelfths {
    width: 91.6666666667%;
  }

  .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--one-eighth:nth-child(8n+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),
.gallery .large--one-half:nth-child(2n+1),
.gallery .large--one-third:nth-child(3n+1),
.gallery .large--one-quarter:nth-child(4n+1),
.gallery .large--one-fifth:nth-child(5n+1),
.gallery .large--one-sixth:nth-child(6n+1),
.gallery .large--two-sixths:nth-child(3n+1),
.gallery .large--three-sixths:nth-child(2n+1),
.gallery .large--one-eighth:nth-child(8n+1),
.gallery .large--two-eighths:nth-child(4n+1),
.gallery .large--four-eighths:nth-child(2n+1),
.gallery .large--five-tenths:nth-child(2n+1),
.gallery .large--one-twelfth:nth-child(12n+1),
.gallery .large--two-twelfths:nth-child(6n+1),
.gallery .large--three-twelfths:nth-child(4n+1),
.gallery .large--four-twelfths:nth-child(3n+1),
.gallery .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .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;
  }
}
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .large-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .large-up--one-third {
    width: 33.3333333333%;
  }

  .large-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%;
  }

  .large-up--two-quarters {
    width: 50%;
  }

  .large-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%;
  }

  .large-up--two-fifths {
    width: 40%;
  }

  .large-up--three-fifths {
    width: 60%;
  }

  .large-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.6666666667%;
  }

  .large-up--two-sixths {
    width: 33.3333333333%;
  }

  .large-up--three-sixths {
    width: 50%;
  }

  .large-up--four-sixths {
    width: 66.6666666667%;
  }

  .large-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%;
  }

  .large-up--two-eighths {
    width: 25%;
  }

  .large-up--three-eighths {
    width: 37.5%;
  }

  .large-up--four-eighths {
    width: 50%;
  }

  .large-up--five-eighths {
    width: 62.5%;
  }

  .large-up--six-eighths {
    width: 75%;
  }

  .large-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%;
  }

  .large-up--two-tenths {
    width: 20%;
  }

  .large-up--three-tenths {
    width: 30%;
  }

  .large-up--four-tenths {
    width: 40%;
  }

  .large-up--five-tenths {
    width: 50%;
  }

  .large-up--six-tenths {
    width: 60%;
  }

  .large-up--seven-tenths {
    width: 70%;
  }

  .large-up--eight-tenths {
    width: 80%;
  }

  .large-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.3333333333%;
  }

  .large-up--two-twelfths {
    width: 16.6666666667%;
  }

  .large-up--three-twelfths {
    width: 25%;
  }

  .large-up--four-twelfths {
    width: 33.3333333333%;
  }

  .large-up--five-twelfths {
    width: 41.6666666667%;
  }

  .large-up--six-twelfths {
    width: 50%;
  }

  .large-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .large-up--nine-twelfths {
    width: 75%;
  }

  .large-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-up--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
.grid--uniform .large-up--one-third:nth-child(3n+1),
.grid--uniform .large-up--one-quarter:nth-child(4n+1),
.grid--uniform .large-up--one-fifth:nth-child(5n+1),
.grid--uniform .large-up--one-sixth:nth-child(6n+1),
.grid--uniform .large-up--two-sixths:nth-child(3n+1),
.grid--uniform .large-up--three-sixths:nth-child(2n+1),
.grid--uniform .large-up--one-eighth:nth-child(8n+1),
.grid--uniform .large-up--two-eighths:nth-child(4n+1),
.grid--uniform .large-up--four-eighths:nth-child(2n+1),
.grid--uniform .large-up--five-tenths:nth-child(2n+1),
.grid--uniform .large-up--one-twelfth:nth-child(12n+1),
.grid--uniform .large-up--two-twelfths:nth-child(6n+1),
.grid--uniform .large-up--three-twelfths:nth-child(4n+1),
.grid--uniform .large-up--four-twelfths:nth-child(3n+1),
.grid--uniform .large-up--six-twelfths:nth-child(2n+1),
.gallery .large-up--one-half:nth-child(2n+1),
.gallery .large-up--one-third:nth-child(3n+1),
.gallery .large-up--one-quarter:nth-child(4n+1),
.gallery .large-up--one-fifth:nth-child(5n+1),
.gallery .large-up--one-sixth:nth-child(6n+1),
.gallery .large-up--two-sixths:nth-child(3n+1),
.gallery .large-up--three-sixths:nth-child(2n+1),
.gallery .large-up--one-eighth:nth-child(8n+1),
.gallery .large-up--two-eighths:nth-child(4n+1),
.gallery .large-up--four-eighths:nth-child(2n+1),
.gallery .large-up--five-tenths:nth-child(2n+1),
.gallery .large-up--one-twelfth:nth-child(12n+1),
.gallery .large-up--two-twelfths:nth-child(6n+1),
.gallery .large-up--three-twelfths:nth-child(4n+1),
.gallery .large-up--four-twelfths:nth-child(3n+1),
.gallery .large-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .large-up--show {
    display: block !important;
  }

  .large-up--hide {
    display: none !important;
  }

  .large-up--text-left {
    text-align: left !important;
  }

  .large-up--text-right {
    text-align: right !important;
  }

  .large-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .large-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .large-down--one-third {
    width: 33.3333333333%;
  }

  .large-down--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%;
  }

  .large-down--two-quarters {
    width: 50%;
  }

  .large-down--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .large-down--one-fifth {
    width: 20%;
  }

  .large-down--two-fifths {
    width: 40%;
  }

  .large-down--three-fifths {
    width: 60%;
  }

  .large-down--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .large-down--one-sixth {
    width: 16.6666666667%;
  }

  .large-down--two-sixths {
    width: 33.3333333333%;
  }

  .large-down--three-sixths {
    width: 50%;
  }

  .large-down--four-sixths {
    width: 66.6666666667%;
  }

  .large-down--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%;
  }

  .large-down--two-eighths {
    width: 25%;
  }

  .large-down--three-eighths {
    width: 37.5%;
  }

  .large-down--four-eighths {
    width: 50%;
  }

  .large-down--five-eighths {
    width: 62.5%;
  }

  .large-down--six-eighths {
    width: 75%;
  }

  .large-down--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .large-down--one-tenth {
    width: 10%;
  }

  .large-down--two-tenths {
    width: 20%;
  }

  .large-down--three-tenths {
    width: 30%;
  }

  .large-down--four-tenths {
    width: 40%;
  }

  .large-down--five-tenths {
    width: 50%;
  }

  .large-down--six-tenths {
    width: 60%;
  }

  .large-down--seven-tenths {
    width: 70%;
  }

  .large-down--eight-tenths {
    width: 80%;
  }

  .large-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.3333333333%;
  }

  .large-down--two-twelfths {
    width: 16.6666666667%;
  }

  .large-down--three-twelfths {
    width: 25%;
  }

  .large-down--four-twelfths {
    width: 33.3333333333%;
  }

  .large-down--five-twelfths {
    width: 41.6666666667%;
  }

  .large-down--six-twelfths {
    width: 50%;
  }

  .large-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-down--eight-twelfths {
    width: 66.6666666667%;
  }

  .large-down--nine-twelfths {
    width: 75%;
  }

  .large-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-down--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .large-down--one-half:nth-child(2n+1),
.grid--uniform .large-down--one-third:nth-child(3n+1),
.grid--uniform .large-down--one-quarter:nth-child(4n+1),
.grid--uniform .large-down--one-fifth:nth-child(5n+1),
.grid--uniform .large-down--one-sixth:nth-child(6n+1),
.grid--uniform .large-down--two-sixths:nth-child(3n+1),
.grid--uniform .large-down--three-sixths:nth-child(2n+1),
.grid--uniform .large-down--one-eighth:nth-child(8n+1),
.grid--uniform .large-down--two-eighths:nth-child(4n+1),
.grid--uniform .large-down--four-eighths:nth-child(2n+1),
.grid--uniform .large-down--five-tenths:nth-child(2n+1),
.grid--uniform .large-down--one-twelfth:nth-child(12n+1),
.grid--uniform .large-down--two-twelfths:nth-child(6n+1),
.grid--uniform .large-down--three-twelfths:nth-child(4n+1),
.grid--uniform .large-down--four-twelfths:nth-child(3n+1),
.grid--uniform .large-down--six-twelfths:nth-child(2n+1),
.gallery .large-down--one-half:nth-child(2n+1),
.gallery .large-down--one-third:nth-child(3n+1),
.gallery .large-down--one-quarter:nth-child(4n+1),
.gallery .large-down--one-fifth:nth-child(5n+1),
.gallery .large-down--one-sixth:nth-child(6n+1),
.gallery .large-down--two-sixths:nth-child(3n+1),
.gallery .large-down--three-sixths:nth-child(2n+1),
.gallery .large-down--one-eighth:nth-child(8n+1),
.gallery .large-down--two-eighths:nth-child(4n+1),
.gallery .large-down--four-eighths:nth-child(2n+1),
.gallery .large-down--five-tenths:nth-child(2n+1),
.gallery .large-down--one-twelfth:nth-child(12n+1),
.gallery .large-down--two-twelfths:nth-child(6n+1),
.gallery .large-down--three-twelfths:nth-child(4n+1),
.gallery .large-down--four-twelfths:nth-child(3n+1),
.gallery .large-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .large-down--show {
    display: block !important;
  }

  .large-down--hide {
    display: none !important;
  }

  .large-down--text-left {
    text-align: left !important;
  }

  .large-down--text-right {
    text-align: right !important;
  }

  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1400px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%;
  }

  /* Halves */
  .widescreen--one-half {
    width: 50%;
  }

  /* Thirds */
  .widescreen--one-third {
    width: 33.3333333333%;
  }

  .widescreen--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%;
  }

  .widescreen--two-quarters {
    width: 50%;
  }

  .widescreen--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%;
  }

  .widescreen--two-fifths {
    width: 40%;
  }

  .widescreen--three-fifths {
    width: 60%;
  }

  .widescreen--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.6666666667%;
  }

  .widescreen--two-sixths {
    width: 33.3333333333%;
  }

  .widescreen--three-sixths {
    width: 50%;
  }

  .widescreen--four-sixths {
    width: 66.6666666667%;
  }

  .widescreen--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%;
  }

  .widescreen--two-eighths {
    width: 25%;
  }

  .widescreen--three-eighths {
    width: 37.5%;
  }

  .widescreen--four-eighths {
    width: 50%;
  }

  .widescreen--five-eighths {
    width: 62.5%;
  }

  .widescreen--six-eighths {
    width: 75%;
  }

  .widescreen--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%;
  }

  .widescreen--two-tenths {
    width: 20%;
  }

  .widescreen--three-tenths {
    width: 30%;
  }

  .widescreen--four-tenths {
    width: 40%;
  }

  .widescreen--five-tenths {
    width: 50%;
  }

  .widescreen--six-tenths {
    width: 60%;
  }

  .widescreen--seven-tenths {
    width: 70%;
  }

  .widescreen--eight-tenths {
    width: 80%;
  }

  .widescreen--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.3333333333%;
  }

  .widescreen--two-twelfths {
    width: 16.6666666667%;
  }

  .widescreen--three-twelfths {
    width: 25%;
  }

  .widescreen--four-twelfths {
    width: 33.3333333333%;
  }

  .widescreen--five-twelfths {
    width: 41.6666666667%;
  }

  .widescreen--six-twelfths {
    width: 50%;
  }

  .widescreen--seven-twelfths {
    width: 58.3333333333%;
  }

  .widescreen--eight-twelfths {
    width: 66.6666666667%;
  }

  .widescreen--nine-twelfths {
    width: 75%;
  }

  .widescreen--ten-twelfths {
    width: 83.3333333333%;
  }

  .widescreen--eleven-twelfths {
    width: 91.6666666667%;
  }

  .grid--uniform .widescreen--one-half:nth-child(2n+1),
.grid--uniform .widescreen--one-third:nth-child(3n+1),
.grid--uniform .widescreen--one-quarter:nth-child(4n+1),
.grid--uniform .widescreen--one-fifth:nth-child(5n+1),
.grid--uniform .widescreen--one-sixth:nth-child(6n+1),
.grid--uniform .widescreen--two-sixths:nth-child(3n+1),
.grid--uniform .widescreen--three-sixths:nth-child(2n+1),
.grid--uniform .widescreen--one-eighth:nth-child(8n+1),
.grid--uniform .widescreen--two-eighths:nth-child(4n+1),
.grid--uniform .widescreen--four-eighths:nth-child(2n+1),
.grid--uniform .widescreen--five-tenths:nth-child(2n+1),
.grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
.grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
.grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
.grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
.grid--uniform .widescreen--six-twelfths:nth-child(2n+1),
.gallery .widescreen--one-half:nth-child(2n+1),
.gallery .widescreen--one-third:nth-child(3n+1),
.gallery .widescreen--one-quarter:nth-child(4n+1),
.gallery .widescreen--one-fifth:nth-child(5n+1),
.gallery .widescreen--one-sixth:nth-child(6n+1),
.gallery .widescreen--two-sixths:nth-child(3n+1),
.gallery .widescreen--three-sixths:nth-child(2n+1),
.gallery .widescreen--one-eighth:nth-child(8n+1),
.gallery .widescreen--two-eighths:nth-child(4n+1),
.gallery .widescreen--four-eighths:nth-child(2n+1),
.gallery .widescreen--five-tenths:nth-child(2n+1),
.gallery .widescreen--one-twelfth:nth-child(12n+1),
.gallery .widescreen--two-twelfths:nth-child(6n+1),
.gallery .widescreen--three-twelfths:nth-child(4n+1),
.gallery .widescreen--four-twelfths:nth-child(3n+1),
.gallery .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

  .widescreen--show {
    display: block !important;
  }

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

  .widescreen--text-left {
    text-align: left !important;
  }

  .widescreen--text-right {
    text-align: right !important;
  }

  .widescreen--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 479px) {
  /* Halves */
  .mobile--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .mobile--push-one-third {
    left: 33.3333333333%;
  }

  .mobile--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .mobile--push-one-quarter {
    left: 25%;
  }

  .mobile--push-two-quarters {
    left: 50%;
  }

  .mobile--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .mobile--push-one-fifth {
    left: 20%;
  }

  .mobile--push-two-fifths {
    left: 40%;
  }

  .mobile--push-three-fifths {
    left: 60%;
  }

  .mobile--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .mobile--push-one-sixth {
    left: 16.6666666667%;
  }

  .mobile--push-two-sixths {
    left: 33.3333333333%;
  }

  .mobile--push-three-sixths {
    left: 50%;
  }

  .mobile--push-four-sixths {
    left: 66.6666666667%;
  }

  .mobile--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .mobile--push-one-eighth {
    left: 12.5%;
  }

  .mobile--push-two-eighths {
    left: 25%;
  }

  .mobile--push-three-eighths {
    left: 37.5%;
  }

  .mobile--push-four-eighths {
    left: 50%;
  }

  .mobile--push-five-eighths {
    left: 62.5%;
  }

  .mobile--push-six-eighths {
    left: 75%;
  }

  .mobile--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .mobile--push-one-tenth {
    left: 10%;
  }

  .mobile--push-two-tenths {
    left: 20%;
  }

  .mobile--push-three-tenths {
    left: 30%;
  }

  .mobile--push-four-tenths {
    left: 40%;
  }

  .mobile--push-five-tenths {
    left: 50%;
  }

  .mobile--push-six-tenths {
    left: 60%;
  }

  .mobile--push-seven-tenths {
    left: 70%;
  }

  .mobile--push-eight-tenths {
    left: 80%;
  }

  .mobile--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .mobile--push-one-twelfth {
    left: 8.3333333333%;
  }

  .mobile--push-two-twelfths {
    left: 16.6666666667%;
  }

  .mobile--push-three-twelfths {
    left: 25%;
  }

  .mobile--push-four-twelfths {
    left: 33.3333333333%;
  }

  .mobile--push-five-twelfths {
    left: 41.6666666667%;
  }

  .mobile--push-six-twelfths {
    left: 50%;
  }

  .mobile--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .mobile--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .mobile--push-nine-twelfths {
    left: 75%;
  }

  .mobile--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .mobile--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Halves */
  .small--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small--push-one-third {
    left: 33.3333333333%;
  }

  .small--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%;
  }

  .small--push-two-quarters {
    left: 50%;
  }

  .small--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%;
  }

  .small--push-two-fifths {
    left: 40%;
  }

  .small--push-three-fifths {
    left: 60%;
  }

  .small--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.6666666667%;
  }

  .small--push-two-sixths {
    left: 33.3333333333%;
  }

  .small--push-three-sixths {
    left: 50%;
  }

  .small--push-four-sixths {
    left: 66.6666666667%;
  }

  .small--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%;
  }

  .small--push-two-eighths {
    left: 25%;
  }

  .small--push-three-eighths {
    left: 37.5%;
  }

  .small--push-four-eighths {
    left: 50%;
  }

  .small--push-five-eighths {
    left: 62.5%;
  }

  .small--push-six-eighths {
    left: 75%;
  }

  .small--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%;
  }

  .small--push-two-tenths {
    left: 20%;
  }

  .small--push-three-tenths {
    left: 30%;
  }

  .small--push-four-tenths {
    left: 40%;
  }

  .small--push-five-tenths {
    left: 50%;
  }

  .small--push-six-tenths {
    left: 60%;
  }

  .small--push-seven-tenths {
    left: 70%;
  }

  .small--push-eight-tenths {
    left: 80%;
  }

  .small--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small--push-three-twelfths {
    left: 25%;
  }

  .small--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small--push-six-twelfths {
    left: 50%;
  }

  .small--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small--push-nine-twelfths {
    left: 75%;
  }

  .small--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) {
  /* Halves */
  .small-up--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small-up--push-one-third {
    left: 33.3333333333%;
  }

  .small-up--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small-up--push-one-quarter {
    left: 25%;
  }

  .small-up--push-two-quarters {
    left: 50%;
  }

  .small-up--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small-up--push-one-fifth {
    left: 20%;
  }

  .small-up--push-two-fifths {
    left: 40%;
  }

  .small-up--push-three-fifths {
    left: 60%;
  }

  .small-up--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small-up--push-one-sixth {
    left: 16.6666666667%;
  }

  .small-up--push-two-sixths {
    left: 33.3333333333%;
  }

  .small-up--push-three-sixths {
    left: 50%;
  }

  .small-up--push-four-sixths {
    left: 66.6666666667%;
  }

  .small-up--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small-up--push-one-eighth {
    left: 12.5%;
  }

  .small-up--push-two-eighths {
    left: 25%;
  }

  .small-up--push-three-eighths {
    left: 37.5%;
  }

  .small-up--push-four-eighths {
    left: 50%;
  }

  .small-up--push-five-eighths {
    left: 62.5%;
  }

  .small-up--push-six-eighths {
    left: 75%;
  }

  .small-up--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small-up--push-one-tenth {
    left: 10%;
  }

  .small-up--push-two-tenths {
    left: 20%;
  }

  .small-up--push-three-tenths {
    left: 30%;
  }

  .small-up--push-four-tenths {
    left: 40%;
  }

  .small-up--push-five-tenths {
    left: 50%;
  }

  .small-up--push-six-tenths {
    left: 60%;
  }

  .small-up--push-seven-tenths {
    left: 70%;
  }

  .small-up--push-eight-tenths {
    left: 80%;
  }

  .small-up--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small-up--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small-up--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small-up--push-three-twelfths {
    left: 25%;
  }

  .small-up--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small-up--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small-up--push-six-twelfths {
    left: 50%;
  }

  .small-up--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small-up--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small-up--push-nine-twelfths {
    left: 75%;
  }

  .small-up--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  /* Halves */
  .small-down--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small-down--push-one-third {
    left: 33.3333333333%;
  }

  .small-down--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small-down--push-one-quarter {
    left: 25%;
  }

  .small-down--push-two-quarters {
    left: 50%;
  }

  .small-down--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small-down--push-one-fifth {
    left: 20%;
  }

  .small-down--push-two-fifths {
    left: 40%;
  }

  .small-down--push-three-fifths {
    left: 60%;
  }

  .small-down--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small-down--push-one-sixth {
    left: 16.6666666667%;
  }

  .small-down--push-two-sixths {
    left: 33.3333333333%;
  }

  .small-down--push-three-sixths {
    left: 50%;
  }

  .small-down--push-four-sixths {
    left: 66.6666666667%;
  }

  .small-down--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small-down--push-one-eighth {
    left: 12.5%;
  }

  .small-down--push-two-eighths {
    left: 25%;
  }

  .small-down--push-three-eighths {
    left: 37.5%;
  }

  .small-down--push-four-eighths {
    left: 50%;
  }

  .small-down--push-five-eighths {
    left: 62.5%;
  }

  .small-down--push-six-eighths {
    left: 75%;
  }

  .small-down--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small-down--push-one-tenth {
    left: 10%;
  }

  .small-down--push-two-tenths {
    left: 20%;
  }

  .small-down--push-three-tenths {
    left: 30%;
  }

  .small-down--push-four-tenths {
    left: 40%;
  }

  .small-down--push-five-tenths {
    left: 50%;
  }

  .small-down--push-six-tenths {
    left: 60%;
  }

  .small-down--push-seven-tenths {
    left: 70%;
  }

  .small-down--push-eight-tenths {
    left: 80%;
  }

  .small-down--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small-down--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small-down--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small-down--push-three-twelfths {
    left: 25%;
  }

  .small-down--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small-down--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small-down--push-six-twelfths {
    left: 50%;
  }

  .small-down--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small-down--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small-down--push-nine-twelfths {
    left: 75%;
  }

  .small-down--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 989px) {
  /* Halves */
  .small-medium--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .small-medium--push-one-third {
    left: 33.3333333333%;
  }

  .small-medium--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .small-medium--push-one-quarter {
    left: 25%;
  }

  .small-medium--push-two-quarters {
    left: 50%;
  }

  .small-medium--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .small-medium--push-one-fifth {
    left: 20%;
  }

  .small-medium--push-two-fifths {
    left: 40%;
  }

  .small-medium--push-three-fifths {
    left: 60%;
  }

  .small-medium--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .small-medium--push-one-sixth {
    left: 16.6666666667%;
  }

  .small-medium--push-two-sixths {
    left: 33.3333333333%;
  }

  .small-medium--push-three-sixths {
    left: 50%;
  }

  .small-medium--push-four-sixths {
    left: 66.6666666667%;
  }

  .small-medium--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .small-medium--push-one-eighth {
    left: 12.5%;
  }

  .small-medium--push-two-eighths {
    left: 25%;
  }

  .small-medium--push-three-eighths {
    left: 37.5%;
  }

  .small-medium--push-four-eighths {
    left: 50%;
  }

  .small-medium--push-five-eighths {
    left: 62.5%;
  }

  .small-medium--push-six-eighths {
    left: 75%;
  }

  .small-medium--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .small-medium--push-one-tenth {
    left: 10%;
  }

  .small-medium--push-two-tenths {
    left: 20%;
  }

  .small-medium--push-three-tenths {
    left: 30%;
  }

  .small-medium--push-four-tenths {
    left: 40%;
  }

  .small-medium--push-five-tenths {
    left: 50%;
  }

  .small-medium--push-six-tenths {
    left: 60%;
  }

  .small-medium--push-seven-tenths {
    left: 70%;
  }

  .small-medium--push-eight-tenths {
    left: 80%;
  }

  .small-medium--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .small-medium--push-one-twelfth {
    left: 8.3333333333%;
  }

  .small-medium--push-two-twelfths {
    left: 16.6666666667%;
  }

  .small-medium--push-three-twelfths {
    left: 25%;
  }

  .small-medium--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small-medium--push-five-twelfths {
    left: 41.6666666667%;
  }

  .small-medium--push-six-twelfths {
    left: 50%;
  }

  .small-medium--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small-medium--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .small-medium--push-nine-twelfths {
    left: 75%;
  }

  .small-medium--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small-medium--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium--push-one-third {
    left: 33.3333333333%;
  }

  .medium--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium--push-one-quarter {
    left: 25%;
  }

  .medium--push-two-quarters {
    left: 50%;
  }

  .medium--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium--push-one-fifth {
    left: 20%;
  }

  .medium--push-two-fifths {
    left: 40%;
  }

  .medium--push-three-fifths {
    left: 60%;
  }

  .medium--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium--push-three-sixths {
    left: 50%;
  }

  .medium--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium--push-one-eighth {
    left: 12.5%;
  }

  .medium--push-two-eighths {
    left: 25%;
  }

  .medium--push-three-eighths {
    left: 37.5%;
  }

  .medium--push-four-eighths {
    left: 50%;
  }

  .medium--push-five-eighths {
    left: 62.5%;
  }

  .medium--push-six-eighths {
    left: 75%;
  }

  .medium--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium--push-one-tenth {
    left: 10%;
  }

  .medium--push-two-tenths {
    left: 20%;
  }

  .medium--push-three-tenths {
    left: 30%;
  }

  .medium--push-four-tenths {
    left: 40%;
  }

  .medium--push-five-tenths {
    left: 50%;
  }

  .medium--push-six-tenths {
    left: 60%;
  }

  .medium--push-seven-tenths {
    left: 70%;
  }

  .medium--push-eight-tenths {
    left: 80%;
  }

  .medium--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium--push-three-twelfths {
    left: 25%;
  }

  .medium--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium--push-six-twelfths {
    left: 50%;
  }

  .medium--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium--push-nine-twelfths {
    left: 75%;
  }

  .medium--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.3333333333%;
  }

  .medium-up--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%;
  }

  .medium-up--push-two-quarters {
    left: 50%;
  }

  .medium-up--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%;
  }

  .medium-up--push-two-fifths {
    left: 40%;
  }

  .medium-up--push-three-fifths {
    left: 60%;
  }

  .medium-up--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium-up--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium-up--push-three-sixths {
    left: 50%;
  }

  .medium-up--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium-up--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%;
  }

  .medium-up--push-two-eighths {
    left: 25%;
  }

  .medium-up--push-three-eighths {
    left: 37.5%;
  }

  .medium-up--push-four-eighths {
    left: 50%;
  }

  .medium-up--push-five-eighths {
    left: 62.5%;
  }

  .medium-up--push-six-eighths {
    left: 75%;
  }

  .medium-up--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%;
  }

  .medium-up--push-two-tenths {
    left: 20%;
  }

  .medium-up--push-three-tenths {
    left: 30%;
  }

  .medium-up--push-four-tenths {
    left: 40%;
  }

  .medium-up--push-five-tenths {
    left: 50%;
  }

  .medium-up--push-six-tenths {
    left: 60%;
  }

  .medium-up--push-seven-tenths {
    left: 70%;
  }

  .medium-up--push-eight-tenths {
    left: 80%;
  }

  .medium-up--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium-up--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium-up--push-three-twelfths {
    left: 25%;
  }

  .medium-up--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium-up--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium-up--push-six-twelfths {
    left: 50%;
  }

  .medium-up--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium-up--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium-up--push-nine-twelfths {
    left: 75%;
  }

  .medium-up--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 989px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.3333333333%;
  }

  .medium-down--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%;
  }

  .medium-down--push-two-quarters {
    left: 50%;
  }

  .medium-down--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%;
  }

  .medium-down--push-two-fifths {
    left: 40%;
  }

  .medium-down--push-three-fifths {
    left: 60%;
  }

  .medium-down--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium-down--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium-down--push-three-sixths {
    left: 50%;
  }

  .medium-down--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium-down--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium-down--push-one-eighth {
    left: 12.5%;
  }

  .medium-down--push-two-eighths {
    left: 25%;
  }

  .medium-down--push-three-eighths {
    left: 37.5%;
  }

  .medium-down--push-four-eighths {
    left: 50%;
  }

  .medium-down--push-five-eighths {
    left: 62.5%;
  }

  .medium-down--push-six-eighths {
    left: 75%;
  }

  .medium-down--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%;
  }

  .medium-down--push-two-tenths {
    left: 20%;
  }

  .medium-down--push-three-tenths {
    left: 30%;
  }

  .medium-down--push-four-tenths {
    left: 40%;
  }

  .medium-down--push-five-tenths {
    left: 50%;
  }

  .medium-down--push-six-tenths {
    left: 60%;
  }

  .medium-down--push-seven-tenths {
    left: 70%;
  }

  .medium-down--push-eight-tenths {
    left: 80%;
  }

  .medium-down--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium-down--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium-down--push-three-twelfths {
    left: 25%;
  }

  .medium-down--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium-down--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium-down--push-six-twelfths {
    left: 50%;
  }

  .medium-down--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium-down--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium-down--push-nine-twelfths {
    left: 75%;
  }

  .medium-down--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  /* Halves */
  .medium-large--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .medium-large--push-one-third {
    left: 33.3333333333%;
  }

  .medium-large--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .medium-large--push-one-quarter {
    left: 25%;
  }

  .medium-large--push-two-quarters {
    left: 50%;
  }

  .medium-large--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .medium-large--push-one-fifth {
    left: 20%;
  }

  .medium-large--push-two-fifths {
    left: 40%;
  }

  .medium-large--push-three-fifths {
    left: 60%;
  }

  .medium-large--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .medium-large--push-one-sixth {
    left: 16.6666666667%;
  }

  .medium-large--push-two-sixths {
    left: 33.3333333333%;
  }

  .medium-large--push-three-sixths {
    left: 50%;
  }

  .medium-large--push-four-sixths {
    left: 66.6666666667%;
  }

  .medium-large--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .medium-large--push-one-eighth {
    left: 12.5%;
  }

  .medium-large--push-two-eighths {
    left: 25%;
  }

  .medium-large--push-three-eighths {
    left: 37.5%;
  }

  .medium-large--push-four-eighths {
    left: 50%;
  }

  .medium-large--push-five-eighths {
    left: 62.5%;
  }

  .medium-large--push-six-eighths {
    left: 75%;
  }

  .medium-large--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .medium-large--push-one-tenth {
    left: 10%;
  }

  .medium-large--push-two-tenths {
    left: 20%;
  }

  .medium-large--push-three-tenths {
    left: 30%;
  }

  .medium-large--push-four-tenths {
    left: 40%;
  }

  .medium-large--push-five-tenths {
    left: 50%;
  }

  .medium-large--push-six-tenths {
    left: 60%;
  }

  .medium-large--push-seven-tenths {
    left: 70%;
  }

  .medium-large--push-eight-tenths {
    left: 80%;
  }

  .medium-large--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .medium-large--push-one-twelfth {
    left: 8.3333333333%;
  }

  .medium-large--push-two-twelfths {
    left: 16.6666666667%;
  }

  .medium-large--push-three-twelfths {
    left: 25%;
  }

  .medium-large--push-four-twelfths {
    left: 33.3333333333%;
  }

  .medium-large--push-five-twelfths {
    left: 41.6666666667%;
  }

  .medium-large--push-six-twelfths {
    left: 50%;
  }

  .medium-large--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .medium-large--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .medium-large--push-nine-twelfths {
    left: 75%;
  }

  .medium-large--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .medium-large--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /* Halves */
  .large--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .large--push-one-third {
    left: 33.3333333333%;
  }

  .large--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%;
  }

  .large--push-two-quarters {
    left: 50%;
  }

  .large--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%;
  }

  .large--push-two-fifths {
    left: 40%;
  }

  .large--push-three-fifths {
    left: 60%;
  }

  .large--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.6666666667%;
  }

  .large--push-two-sixths {
    left: 33.3333333333%;
  }

  .large--push-three-sixths {
    left: 50%;
  }

  .large--push-four-sixths {
    left: 66.6666666667%;
  }

  .large--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%;
  }

  .large--push-two-eighths {
    left: 25%;
  }

  .large--push-three-eighths {
    left: 37.5%;
  }

  .large--push-four-eighths {
    left: 50%;
  }

  .large--push-five-eighths {
    left: 62.5%;
  }

  .large--push-six-eighths {
    left: 75%;
  }

  .large--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%;
  }

  .large--push-two-tenths {
    left: 20%;
  }

  .large--push-three-tenths {
    left: 30%;
  }

  .large--push-four-tenths {
    left: 40%;
  }

  .large--push-five-tenths {
    left: 50%;
  }

  .large--push-six-tenths {
    left: 60%;
  }

  .large--push-seven-tenths {
    left: 70%;
  }

  .large--push-eight-tenths {
    left: 80%;
  }

  .large--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.3333333333%;
  }

  .large--push-two-twelfths {
    left: 16.6666666667%;
  }

  .large--push-three-twelfths {
    left: 25%;
  }

  .large--push-four-twelfths {
    left: 33.3333333333%;
  }

  .large--push-five-twelfths {
    left: 41.6666666667%;
  }

  .large--push-six-twelfths {
    left: 50%;
  }

  .large--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .large--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .large--push-nine-twelfths {
    left: 75%;
  }

  .large--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .large--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.3333333333%;
  }

  .large-up--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%;
  }

  .large-up--push-two-quarters {
    left: 50%;
  }

  .large-up--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%;
  }

  .large-up--push-two-fifths {
    left: 40%;
  }

  .large-up--push-three-fifths {
    left: 60%;
  }

  .large-up--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.6666666667%;
  }

  .large-up--push-two-sixths {
    left: 33.3333333333%;
  }

  .large-up--push-three-sixths {
    left: 50%;
  }

  .large-up--push-four-sixths {
    left: 66.6666666667%;
  }

  .large-up--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%;
  }

  .large-up--push-two-eighths {
    left: 25%;
  }

  .large-up--push-three-eighths {
    left: 37.5%;
  }

  .large-up--push-four-eighths {
    left: 50%;
  }

  .large-up--push-five-eighths {
    left: 62.5%;
  }

  .large-up--push-six-eighths {
    left: 75%;
  }

  .large-up--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%;
  }

  .large-up--push-two-tenths {
    left: 20%;
  }

  .large-up--push-three-tenths {
    left: 30%;
  }

  .large-up--push-four-tenths {
    left: 40%;
  }

  .large-up--push-five-tenths {
    left: 50%;
  }

  .large-up--push-six-tenths {
    left: 60%;
  }

  .large-up--push-seven-tenths {
    left: 70%;
  }

  .large-up--push-eight-tenths {
    left: 80%;
  }

  .large-up--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.3333333333%;
  }

  .large-up--push-two-twelfths {
    left: 16.6666666667%;
  }

  .large-up--push-three-twelfths {
    left: 25%;
  }

  .large-up--push-four-twelfths {
    left: 33.3333333333%;
  }

  .large-up--push-five-twelfths {
    left: 41.6666666667%;
  }

  .large-up--push-six-twelfths {
    left: 50%;
  }

  .large-up--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .large-up--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .large-up--push-nine-twelfths {
    left: 75%;
  }

  .large-up--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .large-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .large-down--push-one-third {
    left: 33.3333333333%;
  }

  .large-down--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .large-down--push-one-quarter {
    left: 25%;
  }

  .large-down--push-two-quarters {
    left: 50%;
  }

  .large-down--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .large-down--push-one-fifth {
    left: 20%;
  }

  .large-down--push-two-fifths {
    left: 40%;
  }

  .large-down--push-three-fifths {
    left: 60%;
  }

  .large-down--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .large-down--push-one-sixth {
    left: 16.6666666667%;
  }

  .large-down--push-two-sixths {
    left: 33.3333333333%;
  }

  .large-down--push-three-sixths {
    left: 50%;
  }

  .large-down--push-four-sixths {
    left: 66.6666666667%;
  }

  .large-down--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .large-down--push-one-eighth {
    left: 12.5%;
  }

  .large-down--push-two-eighths {
    left: 25%;
  }

  .large-down--push-three-eighths {
    left: 37.5%;
  }

  .large-down--push-four-eighths {
    left: 50%;
  }

  .large-down--push-five-eighths {
    left: 62.5%;
  }

  .large-down--push-six-eighths {
    left: 75%;
  }

  .large-down--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .large-down--push-one-tenth {
    left: 10%;
  }

  .large-down--push-two-tenths {
    left: 20%;
  }

  .large-down--push-three-tenths {
    left: 30%;
  }

  .large-down--push-four-tenths {
    left: 40%;
  }

  .large-down--push-five-tenths {
    left: 50%;
  }

  .large-down--push-six-tenths {
    left: 60%;
  }

  .large-down--push-seven-tenths {
    left: 70%;
  }

  .large-down--push-eight-tenths {
    left: 80%;
  }

  .large-down--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .large-down--push-one-twelfth {
    left: 8.3333333333%;
  }

  .large-down--push-two-twelfths {
    left: 16.6666666667%;
  }

  .large-down--push-three-twelfths {
    left: 25%;
  }

  .large-down--push-four-twelfths {
    left: 33.3333333333%;
  }

  .large-down--push-five-twelfths {
    left: 41.6666666667%;
  }

  .large-down--push-six-twelfths {
    left: 50%;
  }

  .large-down--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .large-down--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .large-down--push-nine-twelfths {
    left: 75%;
  }

  .large-down--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .large-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1400px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%;
  }

  /* Thirds */
  .widescreen--push-one-third {
    left: 33.3333333333%;
  }

  .widescreen--push-two-thirds {
    left: 66.6666666667%;
  }

  /* Quarters */
  .widescreen--push-one-quarter {
    left: 25%;
  }

  .widescreen--push-two-quarters {
    left: 50%;
  }

  .widescreen--push-three-quarters {
    left: 75%;
  }

  /* Fifths */
  .widescreen--push-one-fifth {
    left: 20%;
  }

  .widescreen--push-two-fifths {
    left: 40%;
  }

  .widescreen--push-three-fifths {
    left: 60%;
  }

  .widescreen--push-four-fifths {
    left: 80%;
  }

  /* Sixths */
  .widescreen--push-one-sixth {
    left: 16.6666666667%;
  }

  .widescreen--push-two-sixths {
    left: 33.3333333333%;
  }

  .widescreen--push-three-sixths {
    left: 50%;
  }

  .widescreen--push-four-sixths {
    left: 66.6666666667%;
  }

  .widescreen--push-five-sixths {
    left: 83.3333333333%;
  }

  /* Eighths */
  .widescreen--push-one-eighth {
    left: 12.5%;
  }

  .widescreen--push-two-eighths {
    left: 25%;
  }

  .widescreen--push-three-eighths {
    left: 37.5%;
  }

  .widescreen--push-four-eighths {
    left: 50%;
  }

  .widescreen--push-five-eighths {
    left: 62.5%;
  }

  .widescreen--push-six-eighths {
    left: 75%;
  }

  .widescreen--push-seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .widescreen--push-one-tenth {
    left: 10%;
  }

  .widescreen--push-two-tenths {
    left: 20%;
  }

  .widescreen--push-three-tenths {
    left: 30%;
  }

  .widescreen--push-four-tenths {
    left: 40%;
  }

  .widescreen--push-five-tenths {
    left: 50%;
  }

  .widescreen--push-six-tenths {
    left: 60%;
  }

  .widescreen--push-seven-tenths {
    left: 70%;
  }

  .widescreen--push-eight-tenths {
    left: 80%;
  }

  .widescreen--push-nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .widescreen--push-one-twelfth {
    left: 8.3333333333%;
  }

  .widescreen--push-two-twelfths {
    left: 16.6666666667%;
  }

  .widescreen--push-three-twelfths {
    left: 25%;
  }

  .widescreen--push-four-twelfths {
    left: 33.3333333333%;
  }

  .widescreen--push-five-twelfths {
    left: 41.6666666667%;
  }

  .widescreen--push-six-twelfths {
    left: 50%;
  }

  .widescreen--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .widescreen--push-eight-twelfths {
    left: 66.6666666667%;
  }

  .widescreen--push-nine-twelfths {
    left: 75%;
  }

  .widescreen--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .widescreen--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
.grid__item.clear {
  clear: both;
}

/* ============================================================================
  #Typography
============================================================================== */
body,
input,
textarea,
button,
select,
.popout__toggle {
  font-size: calc(13.144256px * var(---font-adjust-body));
  line-height: 1.6;
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 480px) {
  body,
input,
textarea,
button,
select,
.popout__toggle {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  body,
input,
textarea,
button,
select,
.popout__toggle {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.uppercase .strong, .uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

/* ================ Title font ================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  letter-spacing: var(---font-heading-space);
  text-transform: var(---font-heading-caps);
}
h1 .strong, h1.strong, h1 strong, h2 .strong, h2.strong, h2 strong, h3 .strong, h3.strong, h3 strong, h4 .strong, h4.strong, h4 strong, h5 .strong, h5.strong, h5 strong, h6 .strong, h6.strong, h6 strong {
  font-weight: var(---font-weight-heading-bold);
}

h1, .h1 {
  font-size: calc(35.4836308732px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h1, .h1 {
    font-size: calc( ( 35.4836308732px + 12.415591523 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: calc(47.8992223962px * var(---font-adjust-heading));
  }
}

h2, .h2 {
  font-size: calc(30.0708736214px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h2, .h2 {
    font-size: calc( ( 30.0708736214px + 9.1907840805 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: calc(39.2616577018px * var(---font-adjust-heading));
  }
}

h3, .h3 {
  font-size: calc(25.4837912045px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h3, .h3 {
    font-size: calc( ( 25.4837912045px + 6.6978954363 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: calc(32.1816866409px * var(---font-adjust-heading));
  }
}

h4, .h4 {
  font-size: calc(21.5964332242px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h4, .h4 {
    font-size: calc( ( 21.5964332242px + 4.7819984486 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: calc(26.3784316728px * var(---font-adjust-heading));
  }
}

h5, .h5 {
  font-size: calc(18.3020620544px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h5, .h5 {
    font-size: calc( ( 18.3020620544px + 3.3196032512 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: calc(21.6216653056px * var(---font-adjust-heading));
  }
}

h6, .h6 {
  font-size: calc(15.51022208px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  h6, .h6 {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  h6, .h6 {
    font-size: calc(17.72267648px * var(---font-adjust-heading));
  }
}

/* ================ Body font ================ */
.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}
.h1--body .strong, .h1--body.strong, .h1--body strong,
.h2--body .strong,
.h2--body.strong,
.h2--body strong,
.h3--body .strong,
.h3--body.strong,
.h3--body strong,
.h4--body .strong,
.h4--body.strong,
.h4--body strong,
.h5--body .strong,
.h5--body.strong,
.h5--body strong,
.h6--body .strong,
.h6--body.strong,
.h6--body strong {
  font-weight: var(---font-weight-body-bold);
}

.h1--body {
  font-size: calc(35.4836308732px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h1--body {
    font-size: calc( ( 35.4836308732px + 12.415591523 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h1--body {
    font-size: calc(47.8992223962px * var(---font-adjust-body));
  }
}

.h2--body {
  font-size: calc(30.0708736214px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h2--body {
    font-size: calc( ( 30.0708736214px + 9.1907840805 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h2--body {
    font-size: calc(39.2616577018px * var(---font-adjust-body));
  }
}

.h3--body {
  font-size: calc(25.4837912045px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h3--body {
    font-size: calc( ( 25.4837912045px + 6.6978954363 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h3--body {
    font-size: calc(32.1816866409px * var(---font-adjust-body));
  }
}

.h4--body {
  font-size: calc(21.5964332242px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h4--body {
    font-size: calc( ( 21.5964332242px + 4.7819984486 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h4--body {
    font-size: calc(26.3784316728px * var(---font-adjust-body));
  }
}

.h5--body {
  font-size: calc(18.3020620544px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h5--body {
    font-size: calc( ( 18.3020620544px + 3.3196032512 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h5--body {
    font-size: calc(21.6216653056px * var(---font-adjust-body));
  }
}

.h6--body {
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .h6--body {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .h6--body {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}

p, .p {
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  p, .p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  p, .p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

small, .small, p small {
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  small, .small, p small {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  small, .small, p small {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

.xs {
  font-size: calc(9.44px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .xs {
    font-size: calc( ( 9.44px + 0.32 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .xs {
    font-size: calc(9.76px * var(---font-adjust-body));
  }
}

.xxs {
  font-size: calc(8px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .xxs {
    font-size: calc( ( 8px + 0 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .xxs {
    font-size: calc(8px * var(---font-adjust-body));
  }
}

/* ================ Body elements ================ */
h1, h2, h3, h4, h5, h6,
.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  margin: 0 0 0.75em;
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1--body a,
.h2--body a,
.h3--body a,
.h4--body a,
.h5--body a,
.h6--body a {
  text-decoration: none;
  font-weight: inherit;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.rte .h1--body,
.rte .h2--body,
.rte .h3--body,
.rte .h4--body,
.rte .h5--body,
.rte .h6--body {
  margin: 0.75em 0 0 0;
}

p {
  margin-bottom: 0.75em;
}
p img {
  margin: 0;
}

em,
.em {
  font-style: italic;
}

b,
strong,
.strong {
  font-weight: var(---font-weight-body-bold);
}

sup,
sub,
.sup,
.sub {
  position: relative;
  font-size: calc(8px * var(---font-adjust-body));
  vertical-align: baseline;
}
@media (min-width: 480px) {
  sup,
sub,
.sup,
.sub {
    font-size: calc( ( 8px + 0 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  sup,
sub,
.sup,
.sub {
    font-size: calc(8px * var(---font-adjust-body));
  }
}

sup,
.sup {
  top: -0.5em;
}

sub,
.sub {
  bottom: -0.5em;
}

s,
.s {
  text-decoration: line-through;
  opacity: 0.5;
}

/* ================ Blockquotes ================ */
blockquote {
  font-size: calc(15.51022208px * var(---font-adjust-body));
  font-style: italic;
  margin: 0 0 32px;
  padding: 0 32px;
  border-left: 1px solid var(--border);
}
@media (min-width: 480px) {
  blockquote {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  blockquote {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 16px;
}
blockquote cite {
  display: block;
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  blockquote cite {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  blockquote cite {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
blockquote cite:before {
  content: "— ";
}

/* ================ Code ================ */
code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  border-left: 1px solid var(--border);
  padding: 0 2px;
}

pre {
  overflow: auto;
  padding: 16px;
  margin: 0 0 32px;
}

.unicode {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS, Arial";
}

/* ================ Horizontal Rules ================ */
hr {
  clear: both;
  border-top: solid var(--border);
  border-width: 1px 0 0;
  margin: 32px 0;
  height: 0;
}
hr.hr--perceptual {
  margin: 27px 0 32px 0;
}
hr.hr--small {
  margin: 16px 0;
}
hr.hr--double {
  margin: 64px 0;
}
hr.hr--clear {
  border-top-color: transparent;
}
hr.hr--dash {
  margin: 32px auto;
  width: 80px;
}
hr.hr--thick {
  border-width: 2px 0 0;
}
hr.hr--underline {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* ============================================================================
  #Lists
============================================================================== */
ul,
ol {
  margin: 0 0 32px;
  padding: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 20px;
}

li {
  margin-bottom: 0.25em;
}

ol,
ul.square,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.disc {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}

/* ============================================================================
  #Basic Styles
============================================================================== */
/* REM baseline, used for padding, not typography */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body:not(.template-index) {
  background-color: var(---color-bg);
}

[tabindex="-1"]:focus {
  outline: none;
}

.wrapper, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .wrapper--full {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.wrapper::after, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper::after, .wrapper--full::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .wrapper, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .wrapper--full {
    padding: 0 21.3333333333px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper, .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .wrapper--full {
    padding: 0 16px;
  }
}

.wrapper--full {
  max-width: none;
}

.main-content {
  display: block;
  min-height: var(--content-min);
}

.template-product .main-content,
.template-blog .main-content,
.template-page .main-content,
.template-customers-account .main-content,
.template-customers-addresses .main-content,
.template-customers-order .main-content {
  padding-bottom: 64px;
}

/* ============================================================================
  Icons
============================================================================== */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}
.no-svg .icon {
  display: none;
}

.showMobile .icon {
  width: 15px;
  height: 15px;
}

.mobile-wrapper .icon {
  width: 25px;
  height: 25px;
}

/* ============================================================================
  #Rich Text Editor
============================================================================== */
.rte:not(.rte--column) {
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .rte:not(.rte--column) {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .rte:not(.rte--column) {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}
.rte:not(.rte--column) p {
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .rte:not(.rte--column) p {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .rte:not(.rte--column) p {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}

.rte {
  margin-bottom: 16px;
  /* Add some top margin to headers from the rich text editor */
  word-wrap: break-word;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte > div {
  margin-bottom: 16px;
}
.rte ul,
.rte ol {
  margin-left: 20px;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul,
.rte ol ul {
  list-style-type: circle;
}
.rte ol ol ul,
.rte ol ul ul,
.rte ul ol ul,
.rte ul ul ul {
  list-style-type: square;
}
.rte li {
  text-align: left;
  margin-bottom: 0.4em;
}
.rte img {
  max-width: 100%;
  height: auto;
}
.rte img[style*="float: left"],
.rte img[style*="float:left"] {
  margin-right: 16px;
}
.rte img[style*="float: right"],
.rte img[style*="float:right"] {
  margin-left: 16px;
}

.rte--header {
  margin-bottom: 0;
}

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.columns {
  column-gap: 48px;
  columns: 2 "small"/2;
}

/* ============================================================================
  #Tables
============================================================================== */
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: var(---font-weight-body-bold);
  border-bottom: 1px solid var(--border);
}

th,
td {
  text-align: left;
  padding: 16px;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

/* Responsive tables for IE9+ */
@media only screen and (max-width: 479px) {
  .table--responsive {
    /* IE9 table layout fixes */
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive tbody {
    border-top: 1px solid var(--border);
  }
  .table--responsive tbody td:not(:first-child) {
    border-top: 1px solid var(--hairline);
  }
  .table--responsive tfoot {
    border-top: 1px solid var(--border);
    border-bottom: 2px solid var(--border);
  }
  .table--responsive tr,
.table--responsive td {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: none;
  }
  .table--responsive th,
.table--responsive td {
    display: block;
    text-align: right;
    padding: 10px;
  }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: var(---font-stack-accent);
    font-weight: var(---font-weight-accent);
    font-style: var(---font-style-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(11.1392px * var(---font-adjust-accent) );
    padding-right: 10px;
  }
  .table--responsive td:before .strong, .table--responsive td:before.strong {
    font-weight: var(---font-weight-accent-bold);
  }
}

@media only screen and (max-width: 479px) {
  .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;
    border-bottom: 1px solid var(--border);
  }
}
/* ============================================================================
  #Links and Buttons

  three button styles:
  standard - full color - darkens on hover
  outline - turns to full color on hover
  soft - turns to full color on hover

  Color modifiers
  Starts as secondary accent color
  modifier for primary color
  modifier for text color
  modifier for contrast (full white or full black)

  dark modifier doubles color mods

  style modifiers
  100% width
  small
  large
  border-radius-0

  watches outer wrapper for dark/light
============================================================================== */
.btn,
.btn--soft {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  font-size: calc(13.144256px * var(---font-adjust-body));
  background-color: var(--btn-bg);
  color: var(--btn-text);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 480px) {
  .btn,
.btn--soft {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn,
.btn--soft {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.btn:hover, .btn:active, .btn:focus,
.btn--soft:hover,
.btn--soft:active,
.btn--soft:focus {
  color: var(--btn-text-hover);
  background-color: var(--btn-bg-hover);
}

.btn {
  --btn-bg: var(---color-text);
  --btn-text: var(---color-bg);
  --btn-bg-hover: var(---color-a95);
  --btn-text-hover: var(---color-bg);
}

.palette--dark .btn,
.section--dark .btn {
  --btn-bg: var(---inverse-text);
  --btn-text: var(---inverse-bg);
  --btn-bg-hover: var(---inverse-a95);
  --btn-text-hover: var(---inverse-bg);
}

.palette--contrast .btn,
.btn--contrast.btn {
  --btn-bg: #000;
  --btn-text: #FFF;
  --btn-bg-hover: #000;
  --btn-text-hover: #F7F7F7;
}

.palette--primary .btn,
.btn--primary.btn,
.btn.shopify-challenge__button {
  --btn-bg: var(---color-primary);
  --btn-text: var(---color-primary-opposite);
  --btn-bg-hover: var(---color-primary-hover);
  --btn-text-hover: var(---color-primary-opposite);
}

.palette--secondary .btn,
.btn--secondary.btn {
  --btn-bg: var(---color-secondary);
  --btn-text: var(---color-secondary-opposite);
  --btn-bg-hover: var(---color-secondary-hover);
  --btn-text-hover: var(---color-secondary-opposite);
}

.palette--contrast--dark .btn,
.section--dark .btn--contrast.btn {
  --btn-bg: #FFF;
  --btn-text: #000;
  --btn-bg-hover: #FFF;
  --btn-text-hover: #333;
}

.palette--primary--dark .btn,
.section--dark .btn--primary.btn,
.section--dark .btn.shopify-challenge__button {
  --btn-bg: var(---inverse-primary);
  --btn-text: var(---inverse-primary-opposite);
  --btn-bg-hover: var(---inverse-primary-hover);
  --btn-text-hover: var(---inverse-primary-opposite);
}

.palette--secondary--dark .btn,
.section--dark .btn--secondary.btn {
  --btn-bg: var(---inverse-secondary);
  --btn-text: var(---inverse-secondary-opposite);
  --btn-bg-hover: var(---inverse-secondary-hover);
  --btn-text-hover: var(---inverse-secondary-opposite);
}

.btn--soft {
  --btn-bg: var(---color-a5);
  --btn-text: var(---color-text);
  --btn-bg-hover: var(---color-a10);
  --btn-text-hover: var(---color-text);
}

.palette--dark .btn--soft,
.section--dark .btn--soft {
  --btn-bg: var(---inverse-a5);
  --btn-text: var(---inverse-text);
  --btn-bg-hover: var(---inverse-a10);
  --btn-text-hover: var(---inverse-text);
}

.palette--contrast .btn--soft,
.btn--soft.btn--contrast {
  --btn-bg: rgba(0, 0, 0, 0.05);
  --btn-text: #000;
  --btn-bg-hover: rgba(0, 0, 0, 0.1);
  --btn-text-hover: #000;
}

.palette--primary .btn--soft,
.btn--soft.btn--primary,
.btn--soft.shopify-challenge__button {
  --btn-bg: var(---color-primary-fade);
  --btn-text: var(---color-primary);
  --btn-bg-hover: var(---color-primary-fade-hover);
  --btn-text-hover: var(---color-primary);
}

.palette--secondary .btn--soft,
.btn--soft.btn--secondary {
  --btn-bg: var(---color-secondary-fade);
  --btn-text: var(---color-secondary);
  --btn-bg-hover: var(---color-secondary-fade-hover);
  --btn-text-hover: var(---color-secondary);
}

.palette--contrast--dark .btn--soft,
.section--dark .btn--soft.btn--contrast {
  --btn-bg: rgba(255, 255, 255, 0.05);
  --btn-text: #FFF;
  --btn-bg: rgba(255, 255, 255, 0.1);
  --btn-text-hover: #FFF;
}

.palette--primary--dark .btn--soft,
.section--dark .btn--soft.btn--primary,
.section--dark .btn--soft.shopify-challenge__button {
  --btn-bg: var(---inverse-primary-fade);
  --btn-text: var(---inverse-primary);
  --btn-bg-hover: var(---inverse-primary-fade-hover);
  --btn-text-hover: var(---inverse-primary);
}

.palette--secondary--dark .btn--soft,
.section--dark .btn--soft.btn--secondary {
  --btn-bg: var(---inverse-secondary-fade);
  --btn-text: var(---inverse-secondary);
  --btn-bg-hover: var(---inverse-secondary-fade-hover);
  --btn-text-hover: var(---inverse-secondary);
}

.btn--outline {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  font-size: calc(13.144256px * var(---font-adjust-body));
  --btn-bg: $transparent;
  --btn-text: var(---color-a90);
  --btn-bg-hover: var(---color-a5);
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid var(--btn-text);
  color: var(--btn-text);
}
@media (min-width: 480px) {
  .btn--outline {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn--outline {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.btn--outline:hover, .btn--outline:active, .btn--outline:focus {
  background-color: var(--btn-bg-hover);
  border: 1px solid var(--btn-text);
  color: var(--btn-text);
}

.palette--dark .btn--outline,
.section--dark .btn--outline {
  --btn-text: var(---inverse-a90);
  --btn-bg-hover: var(---inverse-a5);
}

.palette--contrast .btn--outline,
.btn--outline.btn--contrast {
  --btn-text: rgba(0, 0, 0, 1);
  --btn-bg-hover: rgba(0, 0, 0, 0.1);
}

.palette--primary .btn--outline,
.btn--outline.btn--primary,
.btn--outline.shopify-challenge__button {
  --btn-text: var(---color-primary);
  --btn-bg-hover: var(---color-primary-fade);
}

.palette--secondary .btn--outline,
.btn--outline.btn--secondary {
  --btn-text: var(---color-secondary);
  --btn-bg-hover: var(---color-secondary-fade);
}

.palette--contrast--dark .btn--outline,
.section--dark .btn--outline.btn--contrast {
  --btn-text: #FFF;
  --btn-bg-hover: rgba(255, 255, 255, 0.1);
}

.palette--primary--dark .btn--outline,
.section--dark .btn--outline.btn--primary,
.section--dark .btn--outline.shopify-challenge__button {
  --btn-text: var(---inverse-primary);
  --btn-bg-hover: var(---inverse-primary-fade);
}

.palette--secondary--dark .btn--outline,
.section--dark .btn--outline.btn--secondary {
  --btn-text: var(---inverse-secondary);
  --btn-bg-hover: var(---inverse-secondary-fade);
}

/* ============================================================================
.btn{
  @include soft-button(var(---color-secondary));
  @include accent-bold;
  @include font-size-a3;
}
============================================================================== */
[class*=btn].uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
[class*=btn].uppercase .strong, [class*=btn].uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

.btn--small {
  padding: 1.5rem 1.2rem; /* @UNOFFICIAL og code was 0.9rem 0.6rem */
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .btn--small {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn--small {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
.btn--small .uppercase, .btn--small.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.btn--small .uppercase .strong, .btn--small .uppercase.strong, .btn--small.uppercase .strong, .btn--small.uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

.btn--large {
  padding: 1.6rem 1.4rem;
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .btn--large {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .btn--large {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.btn--large .uppercase, .btn--large.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.btn--large .uppercase .strong, .btn--large .uppercase.strong, .btn--large.uppercase .strong, .btn--large.uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}
@media only screen and (max-width: 767px) {
  .btn--large {
    padding: 1.4rem 1.2rem;
  }
}

.btn--full {
  width: 100%;
}

.btn--square {
  border-radius: 0px !important;
}

[class*=btn][disabled],
[class*=btn].disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
[class*=btn][disabled]:before,
[class*=btn].disabled:before {
  content: none;
}

/* Shopify Quick Pay Buttons */
.shopify-product-form {
  max-width: 400px;
  margin: 0 auto;
}

.variant--soldout .shopify-payment-button,
.variant--unavailabe .shopify-payment-button {
  opacity: 0;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  --btn-bg: var(---color-primary);
  --btn-text: var(---color-primary-opposite);
  --btn-bg-hover: var(---color-primary-hover);
  --btn-text-hover: var(---color-primary-opposite);
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  background-color: var(--btn-bg);
  color: var(--btn-text);
}
.shopify-payment-button .shopify-payment-button__button--unbranded .strong, .shopify-payment-button .shopify-payment-button__button--unbranded.strong {
  font-weight: var(---font-weight-accent-bold);
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: var(--btn-text-hover);
  background-color: var(--btn-bg);
}

.btn--add-to-cart {
  min-height: 54px;
}

.shopify-payment-button .shopify-payment-button__button {
  margin-top: 15px;
  border-radius: var(---button-radius);
  min-height: 54px;
  overflow: hidden;
}

.shopify-payment-button .shopify-payment-button__more-options:active {
  text-decoration: underline;
  outline: none;
  transform: translateY(1px);
}

/* ============================================================================
  #Text links
============================================================================== */
a,
.text-link {
  color: currentColor;
  text-decoration: none;
  background: transparent;
}
a:hover, a:focus,
.text-link:hover,
.text-link:focus {
  color: currentColor;
}

.rte a:not([class]) {
  position: relative;
  text-decoration: none;
}
.rte a:not([class]):after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.rte a:not([class]):after {
  width: 100%;
}
.rte a:not([class]):hover:after {
  width: 0;
}

/* links that line up with buttons */
.btn--link {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(---button-radius);
  background-color: rgba(255, 255, 255, 0);
  color: var(--text);
  /* capitalize */
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.btn--link:hover, .btn--link:active, .btn--link:focus {
  background-color: rgba(255, 255, 255, 0);
  color: var(--text-dark);
}
.btn--link .strong, .btn--link.strong {
  font-weight: var(---font-weight-accent-bold);
}
.btn--link span {
  position: relative;
  text-decoration: none;
}
.btn--link span:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.btn--link span:after {
  left: 0;
  width: 0;
}
.btn--link span:hover:after {
  width: 100%;
}
.btn--link span:after {
  bottom: -4px;
  height: 3px;
}

/* ================ Force an input/button to look like a text link ================ */
.expanding-line {
  position: relative;
  text-decoration: none;
}
.expanding-line:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.expanding-line:after {
  left: 0;
  width: 0;
}
.expanding-line:hover:after {
  width: 100%;
}

.text-link,
.retracting-line {
  position: relative;
  text-decoration: none;
}
.text-link:after,
.retracting-line:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.text-link:after,
.retracting-line:after {
  width: 100%;
}
.text-link:hover:after,
.retracting-line:hover:after {
  width: 0;
}

input.text-link,
button.text-link {
  border-radius: 0;
  color: var(---color-text);
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
input.text-link:hover, input.text-link:active, input.text-link:focus,
button.text-link:hover,
button.text-link:active,
button.text-link:focus {
  border-radius: 0;
  color: var(---color-text-dark);
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

button + .text-link,
.btn + .text-link {
  margin-left: 15px !important;
}

.text-link.uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  position: relative;
  text-decoration: none;
}
.text-link.uppercase .strong, .text-link.uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}
.text-link.uppercase:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.text-link.uppercase:after {
  left: 0;
  width: 0;
}
.text-link.uppercase:hover:after {
  width: 100%;
}
.text-link.uppercase:after {
  bottom: -4px;
  height: 3px;
}

/* ============================================================================
  #Badges
============================================================================== */
.badge {
  display: inline-block;
  padding: 0.33em 0.5em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  background-color: var(--hairline);
  color: var(--text);
}
.badge .strong, .badge.strong {
  font-weight: var(---font-weight-accent-bold);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal__overlay.modal__overlay--bright {
  background: var(---color-primary);
}

.modal__container--small {
  background-color: #FFF;
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__container--inline {
  padding: 30px;
  background: var(---color-bg);
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: scroll;
}

.modal__container--xl {
  padding: 90px;
  background: var(---color-bg);
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: scroll;
}
@media only screen and (max-width: 767px) {
  .modal__container--xl {
    padding: 30px;
  }
}

.modal__container--video {
  padding: 90px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .modal__container--video {
    padding: 10px;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  position: fixed;
  z-index: 100;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.2s ease;
}
.modal__close::before {
  content: "✕";
}
.modal__close:hover, .modal__close:focus {
  outline: none;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

/**************************  \
  Demo Animation Style
\  **************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  position: absolute;
  z-index: 10000;
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__container--zoom {
  overflow-y: scroll;
  height: 100%;
  padding: 50px 0 0;
}

.zoom--images {
  width: 100vw;
}

.zoom__img {
  display: block;
  padding: 5px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

/* ============================================================================
  #Forms
============================================================================== */
form {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  input,
textarea,
select,
.popout__toggle {
    font-size: 16px;
  }
}
button,
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=submit],
input[type=url],
.quantity-selector input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea,
select,
.popout__toggle,
fieldset {
  border-radius: 2px;
  max-width: 100%;
}
input.input-full,
textarea.input-full,
select.input-full,
.input-full.popout__toggle,
fieldset.input-full {
  width: 100%;
}

html:not(.no-js) input[type=number]::-webkit-inner-spin-button,
html:not(.no-js) input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select,
.popout__toggle,
textarea {
  padding: 8px 10px;
  line-height: 1.42;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: var(---font-weight-body-bold);
}

input {
  display: inline-block;
  width: auto;
}

button,
input[type=submit] {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

button {
  background-color: transparent;
  overflow: visible;
  border: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

/* ================ Input width and border ================ */
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select,
.popout__toggle {
  border: 1px solid var(--border);
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  outline: none;
  color: var(--text-dark);
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus,
.popout__toggle:focus {
  bottom: 1px solid var(--text-dark);
  box-shadow: 0 1px 5px var(--hairline);
}
input[type=text][disabled], input[type=text].disabled,
input[type=search][disabled],
input[type=search].disabled,
input[type=password][disabled],
input[type=password].disabled,
input[type=email][disabled],
input[type=email].disabled,
input[type=file][disabled],
input[type=file].disabled,
input[type=number][disabled],
input[type=number].disabled,
input[type=tel][disabled],
input[type=tel].disabled,
input[type=url][disabled],
input[type=url].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
[disabled].popout__toggle,
select.disabled,
.disabled.popout__toggle {
  cursor: default;
  background-color: var(--muted);
  border-color: var(--text-light);
}

textarea {
  min-height: 100px;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
}

select, .popout__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: var(---ico-select);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

/* Force option color (affects IE only) */
option {
  color: #000;
  background-color: #FFF;
}

select::-ms-expand, .popout__toggle::-ms-expand {
  display: none;
}

/* ================ Form labels ================ */
label,
legend {
  display: block;
}
label.inline,
legend.inline {
  display: inline;
}
.form-horizontal label.label--hidden, label.label--hidden,
.form-horizontal legend.label--hidden,
legend.label--hidden {
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
}

/* ================ Address and non-float forms ================ */
.form--standard label,
.form--standard legend {
  display: block;
  margin-bottom: 2px;
  font-weight: var(---font-weight-body-bold);
}

label[for] {
  cursor: pointer;
}

.label-hint {
  color: #999;
}

/* ================ Horizontal Form ================ */
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0;
}
form.form-horizontal input[type=text],
form.form-horizontal input[type=search],
form.form-horizontal input[type=password],
form.form-horizontal input[type=email],
form.form-horizontal input[type=file],
form.form-horizontal input[type=number],
form.form-horizontal input[type=tel],
form.form-horizontal input[type=url],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type=text],
.form-horizontal input[type=search],
.form-horizontal input[type=password],
.form-horizontal input[type=email],
.form-horizontal input[type=file],
.form-horizontal input[type=number],
.form-horizontal input[type=tel],
.form-horizontal input[type=url],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .popout__toggle,
.form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

/* ================ Error styles ================ */
input[type=text].error,
input[type=search].error,
input[type=password].error,
input[type=email].error,
input[type=file].error,
input[type=number].error,
input[type=tel].error,
input[type=url].error,
textarea.error {
  border-color: #D02E2E;
  background-color: #FFF6F6;
  color: #D02E2E;
}

label.error {
  color: #D02E2E;
}

.form--additional {
  text-align: center;
  margin-top: 30px;
}

.dot-spacer {
  opacity: 0.5;
  padding: 0px 10px;
}

/* ================ Float labels ================ */
.float__wrapper {
  position: relative;
  margin: 20px 0;
}
.float__wrapper input,
.float__wrapper textarea {
  width: 100%;
}
.float__wrapper input:focus,
.float__wrapper textarea:focus {
  border: 1px solid var(--text-dark);
  box-shadow: none;
}
.float__wrapper label {
  background: var(--bg);
  color: var(--text);
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  left: 7px;
  opacity: 0;
  padding: 0 4px;
  position: absolute;
  transform: translateY(2em);
  transition: transform 0.2s ease-out, opacity 0.15s linear;
  z-index: -1;
}
.float__wrapper label .strong, .float__wrapper label.strong {
  font-weight: var(---font-weight-accent-bold);
}
.float__wrapper label.label--float {
  opacity: 1;
  transform: translateY(-1em);
  z-index: 1;
  padding-bottom: 2px;
}

.input-group--inner-button.float__wrapper label.label--float {
  transform: translateY(calc(-1em - 5px));
}

/* ============================================================================
  #Notes and Form Feedback
============================================================================== */
.note,
.errors {
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 20px;
  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: 0;
}
.note p + p,
.errors p + p {
  margin-top: 0.5em;
}

.note {
  border-color: var(--border);
  background-color: var(--hairline);
}
.note p {
  margin: 0;
  padding: 4px 0;
}
.note ul {
  list-style: disc outside;
  margin-left: 10px;
}

.errors {
  color: #FFFFFF;
  background-color: #C50000;
  border-color: #E28080;
}
.errors ul {
  list-style: disc outside;
  margin-left: 20px;
}
.errors a {
  color: #FFFFFF;
  text-decoration: underline;
}
.errors a:hover {
  text-decoration: none;
}

.form__legal p {
  margin-top: 0;
  margin-bottom: 1em;
  font-style: italic;
  color: var(--text-light);
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .form__legal p {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .form__legal p {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
.form__legal a {
  color: var(--text-dark);
  position: relative;
  text-decoration: none;
}
.form__legal a:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.form__legal a:after {
  left: 0;
  width: 0;
}
.form__legal a:hover:after {
  width: 100%;
}

.form-success {
  color: #56AD6A;
  background-color: #ECFEF0;
  border-color: #56AD6A;
  padding: 10px;
  margin-bottom: 20px;
}
.form-success a {
  color: #56AD6A;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}

.form-error {
  color: #D02E2E;
  background-color: #FFF6F6;
  border-color: #D02E2E;
  padding: 10px;
  margin-bottom: 20px;
}
.form-error a {
  color: #D02E2E;
  text-decoration: underline;
}
.form-error a:hover {
  text-decoration: none;
}

/* = both radio and swatch = */
.radio__legend {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0.7;
  font-weight: var(---font-weight-body);
  font-size: calc(11.1392px * var(---font-adjust-body));
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .radio__legend {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .radio__legend {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

.radio__legend__label {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  opacity: 1;
  padding-right: 6px;
  margin-right: 5px;
  border-right: 1px solid var(--border);
}
.radio__legend__label .strong, .radio__legend__label.strong {
  font-weight: var(---font-weight-accent-bold);
}

.radio__fieldset {
  line-height: 0;
}

/* = radio button specific = */
.radio__button {
  display: inline-block;
  padding: 5px 2px;
}
.radio__button:first-of-type {
  padding-left: 0px;
}

.radio__fieldset .radio__button label {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  position: relative;
  margin: 4px;
  padding: 14px 10px 12px;
  border: 1px solid var(--hairline);
  color: var(--text-light);
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.radio__fieldset .radio__button label .strong, .radio__fieldset .radio__button label.strong {
  font-weight: var(---font-weight-accent-bold);
}
.radio__fieldset .radio__button label:hover, .radio__fieldset .radio__button label:active, .radio__fieldset .radio__button label:focus {
  color: var(--text-dark);
  background-color: var(--hairline);
  border: 1px solid rgba(255, 255, 255, 0);
}
.radio__fieldset .radio__button input:checked ~ label {
  color: var(--bg);
  background-color: var(--text-dark);
  border: 1px solid rgba(255, 255, 255, 0);
}

/* = swatch button specific = */
.swatch__button {
  display: inline-block;
  padding: 5px 10px;
}

.swatch__button input,
.radio__button input {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}

.selector-wrapper fieldset label {
  margin-top: unset;
}

.swatch__button label {
  position: relative;
  width: 28px;
  height: 28px;
  margin: 4px;
  border-radius: 100%;
  background-color: var(--swatch);
}

.swatch__button input:checked ~ label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 2px solid var(--swatch);
  opacity: 0.4;
}

.select__fieldset .select__label {
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  opacity: 0.7;
}

/* = swatches on collections = */
.grid__swatch__container {
  min-height: 29px;
}
.grid__swatch__container .swatch__button {
  padding: 10px 0 0 0;
}
.grid__swatch__container .swatch__button label {
  width: 19px;
  height: 19px;
  margin: 0 6px;
  cursor: pointer;
}
.grid__swatch__container .swatch__button input:checked ~ label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 27px;
  height: 27px;
}

.focus-enabled .swatch__button input:focus ~ label:before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -10px;
  height: 2px;
  width: calc(100% + 6px);
  background: var(--secondary);
}

.focus-enabled .radio__button input:focus ~ label:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: var(--secondary);
}

.text-left .grid__swatch__container .swatch__button label {
  margin: 0 10px 0 0;
}

.text-right .grid__swatch__container .swatch__button label {
  margin: 0 0 0 10px;
}

.selector-wrapper {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.selector-wrapper.selector-wrapper--placeholder {
  opacity: 0;
}

/* ============================================================================
  #Images and Iframes
============================================================================== */
img {
  border: 0 none;
}

svg:not(:root) {
  overflow: hidden;
}

/* === snippets/image-fill.liquid === */
.image__fill {
  position: relative;
  display: block;
  overflow: hidden;
}

/* === snippets/hero.liquid === */
.image__hero__frame {
  position: relative;
  overflow: hidden;
}

.image__hero__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image__hero__scale {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

[data-parallax-wrapper] .image__hero__pane {
  display: flex;
  align-items: center;
}

[data-parallax-wrapper] .image__hero__scale {
  min-height: 110%;
  max-height: 120%;
}

/* === image load animations === */
.fade-in-child .background-size-cover.lazyloaded {
  opacity: 1;
}

.fade-in-child .background-size-cover {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

/* == Link that fills a position: relative image wrapper == */
.link-over-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.link-over-image ~ .image__fill .background-size-cover {
  transition: transform 1.1s ease-out;
}

.link-over-image:hover ~ .image__fill .background-size-cover,
.link-over-image:focus ~ .image__fill .background-size-cover {
  transform: scale(1.05);
}

/* ================ Shared Image Classes ================ */
[data-overlay-header].has-overlay {
  --image-top: var(--menu-height);
  --image-bottom: calc(var(--menu-height) * 0.66);
}

.section--image {
  overflow: hidden;
  position: relative;
  color: var(--text);
  --image-top: 10%;
  --image-bottom: 10%;
}

.background-size-cover {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.responsive-wide-image {
  width: 100%;
  display: block;
}

.flex-absolute {
  position: absolute;
  display: flex;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: var(--image-top);
  padding-bottom: var(--image-bottom);
}

.image-overlay--bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.65;
}

.image-overlay--bottom {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--bg) 100%);
}

.backdrop--radial {
  position: relative;
}
.backdrop--radial:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(5);
  z-index: -1;
  opacity: 0.25;
  background: radial-gradient(var(--bg), rgba(255, 255, 255, 0) 50%);
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: var(--bg);
}

.image-overlay-0 {
  opacity: 0;
}

.image-overlay-5 {
  opacity: 0.05;
}

.image-overlay-10 {
  opacity: 0.1;
}

.image-overlay-15 {
  opacity: 0.15;
}

.image-overlay-20 {
  opacity: 0.2;
}

.image-overlay-25 {
  opacity: 0.35;
}

.image-overlay-30 {
  opacity: 0.3;
}

.image-overlay-35 {
  opacity: 0.35;
}

.image-overlay-40 {
  opacity: 0.4;
}

.image-overlay-45 {
  opacity: 0.45;
}

.image-overlay-50 {
  opacity: 0.5;
}

.image-overlay-55 {
  opacity: 0.55;
}

.image-overlay-60 {
  opacity: 0.6;
}

.image-overlay-65 {
  opacity: 0.65;
}

.image-overlay-70 {
  opacity: 0.7;
}

.image-overlay-75 {
  opacity: 0.75;
}

.image-overlay-80 {
  opacity: 0.8;
}

.image-overlay-85 {
  opacity: 0.85;
}

.image-overlay-90 {
  opacity: 0.9;
}

.image-overlay-95 {
  opacity: 0.95;
}

.image-overlay-100 {
  opacity: 1;
}

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%;
}

.rte__video-wrapper,
.sky-pilot-embed {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.rte__video-wrapper iframe,
.sky-pilot-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================================
  #Helper Classes
============================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

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

.hidden {
  visibility: hidden;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-none {
  display: none;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (min-width: 768px) {
  .medium-up--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .medium-up--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .hidden-mobile {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .hidden-md-down {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .hidden-lg {
    display: none;
  }
}
/* Hide and show */
.visually-hidden, [data-shopify-xr-hidden] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.js-focus-hidden:focus {
  outline: none;
}

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  /* No placeholders, so force show labels */
}
.no-placeholder .label-hidden {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* Used on product variants */
html.no-js .js {
  display: none;
}
html.no-js [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
html.no-js .lazyload {
  display: none;
}

html.supports-js .no-js {
  display: none;
}

.lazywide {
  display: block;
  width: 100%;
}

/* Only show when browser cookies are not supported */
.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

/* Only show when browser cookies are supported */
html.supports-no-cookies .supports-cookies {
  display: none;
}

/* ============================================================================
Margin and padding resets
============================================================================== */
.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.m0 {
  margin: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.p0 {
  padding: 0;
}

.mt1 {
  margin-top: 32px;
}

.mr1 {
  margin-right: 32px;
}

.mb1 {
  margin-bottom: 32px;
}

.ml1 {
  margin-left: 32px;
}

.mt2 {
  margin-top: 64px;
}

.mr2 {
  margin-right: 64px;
}

.mb2 {
  margin-bottom: 64px;
}

.ml2 {
  margin-left: 64px;
}

.mt3 {
  margin-top: 96px;
}

.mr3 {
  margin-right: 96px;
}

.mb3 {
  margin-bottom: 96px;
}

.ml3 {
  margin-left: 96px;
}

.mt4 {
  margin-top: 128px;
}

.mr4 {
  margin-right: 128px;
}

.mb4 {
  margin-bottom: 128px;
}

.ml4 {
  margin-left: 128px;
}

.pt1 {
  padding-top: 32px;
}

.pr1 {
  padding-right: 32px;
}

.pb1 {
  padding-bottom: 32px;
}

.pl1 {
  padding-left: 32px;
}

.pt2 {
  padding-top: 64px;
}

.pr2 {
  padding-right: 64px;
}

.pb2 {
  padding-bottom: 64px;
}

.pl2 {
  padding-left: 64px;
}

.pt3 {
  padding-top: 96px;
}

.pr3 {
  padding-right: 96px;
}

.pb3 {
  padding-bottom: 96px;
}

.pl3 {
  padding-left: 96px;
}

.pt4 {
  padding-top: 128px;
}

.pr4 {
  padding-right: 128px;
}

.pb4 {
  padding-bottom: 128px;
}

.pl4 {
  padding-left: 128px;
}

.fill-bg {
  fill: var(--bg);
}

.fill-text {
  fill: var(--text);
}

.fill-text-light {
  fill: var(--text-light);
}

.fill-text-dark {
  fill: var(--text-dark);
}

/* ============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
============================================================================== */
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--secondary);
  background-color: var(--bg);
  padding: 20px;
  z-index: 50000;
  transition: none;
}

body.focus-enabled *:focus {
  outline-color: var(--secondary) !important;
  outline-offset: -2px !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

html:not(.no-js) body:not(.focus-enabled) *:focus {
  outline: none;
}

/* ============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
============================================================================== */
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media-img {
  float: left;
  margin-right: 32px;
}

.media-img-right {
  float: right;
  margin-left: 32px;
}

.media-img img,
.media-img-right img {
  display: block;
}

/* ============================================================================
  This file is build around onboarding markup loaded in Shopify-built themes and Timber
    - Handles empty state hover styles with specific markup
============================================================================== */
.helper-note {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -255px;
  max-width: 510px;
  font-size: 14px;
  background: #000;
  border: none;
  color: #FFF;
  text-align: left;
  padding: 30px;
  z-index: 9000;
  opacity: 0;
  transform: translateZ(0);
  box-sizing: border-box;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95);
}

@media only screen and (max-width: 509px) {
  .helper-note {
    width: 95%;
    margin-top: 10%;
    margin-left: 2.5%;
    top: 0;
    left: 0;
  }
}
.helper-note p {
  margin-bottom: 15px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 20px;
}

.helper-note p:last-child {
  margin-bottom: 0;
}

.helper-note h3 {
  font-size: 19px;
  color: #FFF;
  margin-left: 40px;
  text-transform: none;
}

.helper-note a:hover,
.helper-note a:active {
  color: #CCC;
}

.helper-note a.secondary-action {
  display: inline-block;
  line-height: 30px;
  color: #CCC;
  text-decoration: none;
}

.helper-note a.secondary-action:hover,
.helper-note a.secondary-action:focus {
  opacity: 0.7;
}

.helper-note .helper-icon {
  float: left;
  margin-top: 4px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmNpcmNsZSwgZWxsaXBzZSwgbGluZSwgcGF0aCwgcG9seWdvbiwgcG9seWxpbmUsIHJlY3QsIHRleHQgeyBmaWxsOiAjOThhN2I1ICFpbXBvcnRhbnQ7IH08L3N0eWxlPjxwYXRoIGZpbGw9IiM1MjYwNjYiIGQ9Ik01IDloLTN2MWgzdi0xem0xLTJoLTR2MWg0di0xem0tNCA1aDN2LTFoLTN2MXptOCAyLjA0NmwtOS4wMDItLjA0Ni0uMDA0LTloMy4wMDZ2LTNoNnYyaDF2LTEuOTU0bC0xLjA4LTEuMDQ2aC02LjkybC0yLjk5OCAyLjk4Ni0uMDAyIDExLjAxNGgxMXYtNGwtMSAxLjA0NnYyem0tNi45OTYtMTEuNjA1djEuNTg2aC0xLjYwOGwxLjYwOC0xLjU4NnptMi45ODcgOS4wNThsMi4yMDYtLjA1OSA2LjgwNS01LjU1NC0xLjY4OS0yLjEwNC02LjgwNSA1LjU1NC0uNTE3IDIuMTYzem0xLjE2OS0xLjcxNWwuODMxLS4xNTYuMTU1LjgzNS0xLjIwMS41NjUuMjE1LTEuMjQ0eiIvPjwvc3ZnPg==");
  display: inline-block;
  vertical-align: top;
}

.helper-section {
  position: relative;
  clear: both;
}

.helper-section:hover .helper-note {
  opacity: 1;
  transform: translateY(-20px);
}

.helper-section .helper-content {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
}

.helper-section:hover .helper-content {
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
}

/* ================ Spacing ================ */
.homepage-blog,
.homepage-product,
.homepage-columns,
.homepage-icons,
.homepage-newsletter,
.homepage-collection {
  padding-top: 96px;
  padding-bottom: 96px;
}

.homepage-page,
.homepage-columns {
  padding-top: 96px;
  padding-bottom: 64px;
}

.homepage-collection-grid {
  padding-top: 64px;
  padding-bottom: 96px;
}

.homepage-logos {
  padding-top: 32px;
  padding-bottom: 22px;
}

.homepage-logos.homepage-logos--tall {
  padding-top: 64px;
  padding-bottom: 64px;
}

.neighbor--white + .neighbor--white .homepage-page,
.neighbor--white + .neighbor--white .homepage-blog,
.neighbor--white + .neighbor--white .homepage-logos,
.neighbor--white + .neighbor--white .homepage-columns,
.neighbor--white + .neighbor--white .homepage-icons,
.neighbor--white + .neighbor--white .homepage-product,
.neighbor--white + .neighbor--white .homepage-newsletter,
.neighbor--white + .neighbor--white .homepage-collection,
.neighbor--white + .neighbor--white .homepage-collection-grid,
.neighbor--light + .neighbor--light .homepage-page,
.neighbor--light + .neighbor--light .homepage-blog,
.neighbor--light + .neighbor--light .homepage-logos,
.neighbor--light + .neighbor--light .homepage-columns,
.neighbor--light + .neighbor--light .homepage-icons,
.neighbor--light + .neighbor--light .homepage-product,
.neighbor--light + .neighbor--light .homepage-newsletter,
.neighbor--light + .neighbor--light .homepage-collection,
.neighbor--light + .neighbor--light .homepage-collection-grid,
.neighbor--black + .neighbor--black .homepage-page,
.neighbor--black + .neighbor--black .homepage-blog,
.neighbor--black + .neighbor--black .homepage-logos,
.neighbor--black + .neighbor--black .homepage-columns,
.neighbor--black + .neighbor--black .homepage-icons,
.neighbor--black + .neighbor--black .homepage-product,
.neighbor--black + .neighbor--black .homepage-newsletter,
.neighbor--black + .neighbor--black .homepage-collection,
.neighbor--black + .neighbor--black .homepage-collection-grid,
.neighbor--dark + .neighbor--dark .homepage-page,
.neighbor--dark + .neighbor--dark .homepage-blog,
.neighbor--dark + .neighbor--dark .homepage-logos,
.neighbor--dark + .neighbor--dark .homepage-columns,
.neighbor--dark + .neighbor--dark .homepage-icons,
.neighbor--dark + .neighbor--dark .homepage-product,
.neighbor--dark + .neighbor--dark .homepage-newsletter,
.neighbor--dark + .neighbor--dark .homepage-collection,
.neighbor--dark + .neighbor--dark .homepage-collection-grid {
  padding-top: 0px;
}

/* ================ Section Titles ================ */
.home__subtitle {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  text-align: center;
  opacity: 0.75;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.home__subtitle .strong, .home__subtitle.strong {
  font-weight: var(---font-weight-accent-bold);
}
.home__subtitle::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}

.align--middle-left .home__subtitle:after {
  right: unset;
}

.align--middle-right .home__subtitle:after {
  left: unset;
}

.section--dark .home__subtitle::after {
  background: #FFF;
}

.flex-absolute .rte p:last-child {
  margin-bottom: 0;
}

.home--uppercase {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.home--uppercase .strong, .home--uppercase.strong {
  font-weight: var(---font-weight-accent-bold);
}

.title--overlay {
  margin: 0;
}

.content--overlay {
  margin: 0;
}

.title--overlay + .content--overlay {
  margin: 0.5rem 0 0 0;
}

.content--overlay + .cta--overlay,
.title--overlay + .cta--overlay {
  margin-top: 1.5rem;
}

.poppy__tooltip {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(8px * var(---font-adjust-accent) );
  padding: 1em;
  background-color: var(--bg);
  color: var(--text-light);
  border: 1px solid var(--border);
  box-shadow: 0 0 3px var(--hairline), 0 2px 8px var(--hairline);
}
.poppy__tooltip .strong, .poppy__tooltip.strong {
  font-weight: var(---font-weight-accent-bold);
}
.poppy__tooltip:before, .poppy__tooltip:after {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* CSS arrows */
.poppy__tooltip:after {
  border-top-color: var(--bg);
  border-width: 6px;
  margin-left: -6px;
}

.poppy__tooltip:before {
  border-top-color: var(--border);
  border-width: 7px;
  margin-left: -7px;
}

/* Transitions */
.poppy .poppy__tooltip__wrapper {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

.poppy.is-visible .poppy__tooltip__wrapper {
  opacity: 1;
  transform: translateY(-8px);
}

/* Required by library */
.poppy {
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
}

/* ============================================================================
  #Colors
  ---static vars have three dashes vs --dynamic vars have two
============================================================================== */
:root {
  --bg: var(---color-bg);
  --bg-accent: var(---color-bg-accent);
  --text-dark: var(---color-text);
  --text: var(---color-a90);
  --text-light: var(---color-a80);
  --muted: var(---color-a35);
  --border: var(---color-a20);
  --hairline: var(---color-a5);
  --contrast: #000;
  --primary: var(---color-primary);
  --primary-fade: var(---color-primary-fade);
  --secondary: var(---color-secondary);
  --secondary-fade: var(---color-secondary-fade);
}

.section, .main-content {
  color: var(--text);
  background-color: var(--bg);
}

.bg--accent {
  --bg: var(---color-bg-accent);
}

.section--dark {
  --bg: var(---inverse-bg);
  --bg-accent: var(---inverse-bg-accent);
  --text-dark: var(---inverse-text);
  --text: var(---inverse-a90);
  --text-light: var(---inverse-a80);
  --muted: var(---inverse-a35);
  --border: var(---inverse-a20);
  --hairline: var(---inverse-a5);
  --contrast: #FFF;
  --primary: var(---inverse-primary);
  --primary-fade: var(---inverse-primary-fade);
  --secondary: var(---inverse-secondary);
  --secondary-fade: var(---inverse-secondary-fade);
  color: var(--text);
  background-color: var(--bg);
}

.section--dark .bg--accent,
.bg--accent .section--dark,
.section--dark.bg--accent {
  --bg: var(---inverse-bg-accent);
}

.palette--contrast {
  --text: #000000;
  --text-light: #000000;
  --text-dark: #000000;
  --bg: #FFFFFF;
}

.palette--primary {
  --text: var(---color-primary);
  --text-light: var(---color-primary);
  --text-dark: var(---color-primary);
  --bg: var(---color-primary-opposite);
}

.palette--secondary {
  --text: var(---color-secondary);
  --text-light: var(---color-secondary);
  --text-dark: var(---color-secondary);
  --bg: var(---color-secondary-opposite);
}

.palette--contrast--dark {
  --text: #FFFFFF;
  --text-light: #FFFFFF;
  --text-dark: #F7F7F7;
  --bg: #000000;
}

.palette--primary--dark {
  --text: var(---inverse-primary);
  --text-light: var(---inverse-primary);
  --text-dark: var(---inverse-primary);
  --bg: var(---inverse-primary-opposite);
}

.palette--secondary--dark {
  --text: var(---inverse-secondary);
  --text-light: var(---inverse-secondary);
  --text-dark: var(---inverse-secondary);
  --bg: var(---inverse-secondary-opposite);
}

.palette--dark {
  --text: var(---inverse-a90);
  --text-light: var(---inverse-a80);
  --text-dark: var(---inverse-text);
  --bg: var(---inverse-bg);
}

/* ================ Heights ================ */
:root {
  --full-screen: 100vh;
  --three-quarters: 75vh;
  --two-thirds: 66vh;
  --one-half: 50vh;
  --one-third: 33vh;
  --one-fifth: 20vh;
  --header-height: 100px;
  --footer-height: 500px;
  --announcmenet-height: 33px;
  --content-full: 90vh;
  --content-min: 90vh;
}

.use_screen_full {
  height: var(--full-screen);
}

.use_screen_three_quarters {
  height: var(--three-quarters);
}

.use_screen_two_thirds {
  height: var(--two-thirds);
}

.use_screen_one_half {
  height: var(--one-half);
}

.use_screen_one_third {
  height: var(--one-third);
}

.use_screen_one_fifth {
  height: var(--one-fifth);
}

.use_pixels_800 {
  height: 800px;
}

.use_pixels_650 {
  height: 650px;
}

.use_pixels_500 {
  height: 500px;
}

/* ============================================================================
  #Pagination (Including Shopify Product Reviews)
============================================================================== */
.pagination {
  margin-bottom: 1em;
}

/* ================ Custom Pagination ================ */
.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 32px;
  border-radius: var(--radius);
}

.pagination-custom > li {
  display: inline;
}

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: var(--radius);
  border-top-left-radius: var(--radius);
}

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover,
.pagination-custom > li > a:focus,
.pagination-custom > li > span:focus {
  color: var(--text-dark);
}

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: var(--text-dark);
  font-weight: var(---font-weight-body-bold);
}

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: var(--border);
  cursor: not-allowed;
}

.pagination-custom .icon {
  width: 0.45em;
  height: 0.45em;
}

.pagination-custom__arr > a,
.pagination-custom__arr > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid var(--border);
}

.pagination-custom__num > a,
.pagination-custom__num > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42;
  text-decoration: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pagination-custom__num.active span:after {
  content: "";
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: var(--text-dark);
}

.pagination-custom__spacer > span {
  position: relative;
  float: left;
  padding: 10px 10px;
  line-height: 1.42;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pagination-custom__num--dots > span {
  padding: 10px 5px;
}

@media only screen and (max-width: 479px) {
  .pagination-custom__num--dots > span,
.pagination-custom__spacer > span {
    padding: 10px 0;
  }

  .pagination-custom__num > a,
.pagination-custom__num > span,
.pagination-custom__arr > a,
.pagination-custom__arr > span {
    padding: 10px 15px;
  }
}
/* ============================================================================
  #Pages
============================================================================== */
.page__template__image + .page__template .page__title {
  display: none;
}

.page__template__image.has-no-title + .page__template .page__title {
  display: block;
}

/* ================ Page ================ */
.homepage-page hr {
  width: 75%;
  margin-left: 12%;
}

.homepage-page__content {
  margin-bottom: 30px;
}

/* ============================================================================
  #Site Header
============================================================================== */
.header__wrapper {
  --bg: var(---color-nav);
  --border: var(---color-nav-border);
  --text: var(---color-nav-text);
  --text-dark: var(---color-nav-text);
  --text-light: var(---color-nav-text);
  --text-transparent: var(---color-nav-text-transparent);
  --underline: var(---color-nav-a10);
}

.theme__header {
  position: absolute;
  z-index: 5000;
  width: 100%;
  background-color: var(--bg);
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.header-override-border .theme__header,
[data-header-transparent=true] .theme__header {
  border-bottom: none;
}
.header-override-border .theme__header .header__dropdown,
[data-header-transparent=true] .theme__header .header__dropdown {
  border: none;
}
.header-override-border .theme__header .grandparent .header__dropdown,
[data-header-transparent=true] .theme__header .grandparent .header__dropdown {
  border-bottom: none;
}

[data-header-transparent=true] .theme__header .parent .header__dropdown {
  padding-top: 18px;
}

.header__backfill {
  visibility: hidden;
  z-index: -1;
  position: relative;
}

.header__logo {
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo__link {
  display: block;
  text-decoration: none;
  color: var(--text);
  position: relative;
  max-width: 50vw;
}

.header__logo__text {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(21.5964332242px * var(---font-adjust-accent) );
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.5em;
  background: var(---color-nav-text);
  color: var(---color-nav);
}
.header__logo__text .strong, .header__logo__text.strong {
  font-weight: var(---font-weight-accent-bold);
}
.header__logo__text span {
  max-width: calc(50vw - 1em);
  text-align: center;
  line-height: 1;
  height: auto;
}

.header__logo__text--long.header__logo__text {
  font-size: calc(13.144256px * var(---font-adjust-accent) );
}

.header__mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.header__mobile__left,
.header__mobile__right {
  display: flex;
}

.header__mobile__left {
  display: flex;
  justify-content: flex-start;
}
.header__mobile__left .header__mobile__button {
  display: flex;
  justify-content: flex-start;
  padding-left: 0px;
}

.header__mobile__right {
  display: flex;
  justify-content: flex-end;
}
.header__mobile__right .header__mobile__button {
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
}

.header__mobile__button {
  height: 100%;
  min-width: 60px;
  display: flex;
  align-items: center;
  align-content: center;
}

.header__desktop {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.header__desktop__bar__l,
.header__desktop__bar__c,
.header__desktop__bar__r {
  display: flex;
  align-self: stretch;
}

.header__desktop__bar__l {
  flex: 1 0 0;
  justify-content: flex-start;
}

.header__desktop__bar__c {
  flex-grow: 0;
}

.header__desktop__bar__r {
  flex: 1 0 0;
  justify-content: flex-end;
}

.header__desktop__bar__inline {
  display: flex;
  align-self: stretch;
  height: 100%;
}

.header__desktop__buttons {
  display: flex;
}

.header__menu__inner {
  display: flex;
  height: 100%;
}

.navlink--toplevel,
.header__desktop__button .navlink {
  align-items: center;
  display: flex;
  height: 100%;
}

.navtext {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  white-space: nowrap;
  display: block;
}
.navtext .strong, .navtext.strong {
  font-weight: var(---font-weight-accent-bold);
}

.navlink {
  padding: 5px 15px;
}

.navlink .icon {
  height: 30px;
  width: 17px;
}

.header__mobile__left .icon,
.header__mobile__right .icon {
  height: 30px;
  width: 20px;
}

/* Fade out non hovered links */
.navlink--toplevel {
  transition: opacity 0.1s linear;
}

.header__menu__inner:hover .menu__item:not(:hover) .navlink--toplevel {
  opacity: 0.8;
}

.header__desktop__bar__r > .header__menu__inner, .header__desktop__bar__r > .header__desktop__buttons, .header__desktop__bar__r > .header__desktop__bar__inline {
  margin-right: -15px;
}

.header__desktop__bar__l .header__menu__inner {
  margin-left: -15px;
}

/* ================ Sticky header ================ */
.js__header__stuck {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 6000;
}
.js__header__stuck .theme__header {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: background-color 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js__header__stuck .theme__header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: var(--bg);
}

.js__header__stuck.js__header__stuck__backdrop .theme__header {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js__header__stuck.js__header__stuck__backdrop .theme__header:after {
  opacity: 0.7;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js__header__stuck.js__header__stuck__backdrop .theme__header:hover:after {
  opacity: 1;
}

.js__header__stuck--animated .theme__header {
  transform: translateY(-100%);
  transition: transform 0.2s linear;
}

.js__header__stuck--animated.js__header__stuck--trigger-animation .theme__header,
.js__header__stuck--trigger-animation .theme__header {
  transform: translateY(0px);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ================ Icon dot hover ================ */
.header__desktop__buttons--icons .header__desktop__button .navlink {
  position: relative;
}
.header__desktop__buttons--icons .header__desktop__button .navlink:after {
  content: "";
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  background: var(--text);
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.15s linear;
}
.header__desktop__buttons--icons .header__desktop__button .navlink:hover:after {
  transform: scale(0.9);
  opacity: 0.05;
}

/* ================ Transparent header ================ */
.logo__img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo__img--transparent {
  position: absolute;
  top: 0;
  opacity: 0;
}

.lazyloaded.logo__img--color {
  opacity: 1;
}

[data-header-transparent=true]:not(.meganav--visible) {
  --text: var(--text-transparent);
  --text-dark: var(--text-transparent);
  --text-light: var(--text-transparent);
  --underline: var(--text-transparent);
}
[data-header-transparent=true]:not(.meganav--visible) .theme__header {
  background-color: rgba(255, 255, 255, 0);
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--color {
  opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent {
  opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent.lazyloaded {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-header-transparent=true] + .header__backfill {
  display: none;
}

/* ================ Large / Small Display Logic ================ */
@media only screen and (max-width: 479px) {
  .header__mobile {
    display: grid;
  }

  .header__desktop {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .header__desktop {
    position: static;
  }

  .header__mobile {
    display: none;
  }
}
.js__header__clone {
  position: absolute;
  transform: translatey(-5000px);
  visibility: hidden;
}

.js__show__mobile .header__mobile,
[data-header-style=drawer] .header__mobile {
  display: grid;
}
.js__show__mobile .header__desktop,
[data-header-style=drawer] .header__desktop {
  display: none;
}

/* ============================================================================
  #Site Nav and Dropdowns
============================================================================== */
.header__dropdown {
  --border: var(---color-nav-border);
  color: var(---color-nav-text);
  position: absolute;
  top: 100%;
  opacity: 0;
  background-color: var(---color-nav);
  border-bottom: var(--border);
  visibility: hidden;
}

.header__dropdown.is-visible {
  opacity: 1;
  visibility: visible;
}

.navlink--child,
.navlink--grandchild {
  margin: 0;
  padding: 0;
}

.navlink--child {
  font-weight: bold;
}

.header__dropdown__image {
  position: relative;
}

/* ============================================================================
  #Large Meganav
============================================================================== */
.grandparent:not(.grandparent--all-images) .header__dropdown {
  border-bottom: 1px solid var(--border);
}
.grandparent:not(.grandparent--all-images) .header__dropdown__inner {
  padding: 32px 0;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.grandparent .header__dropdown {
  width: 100%;
  left: 0;
  background: var(--bg);
}
.grandparent .header__dropdown__inner {
  display: grid;
}
.grandparent .navlink--child {
  width: 100%;
  border-bottom: 1px solid var(---color-nav-a10);
  padding-bottom: 10px;
  display: block;
}
.grandparent .navlink--grandchild {
  display: block;
  margin-top: 10px;
}

.grandparent.kids-1 .header__dropdown__inner {
  grid-template-columns: repeat(2, 1fr);
  direction: rtl;
}

.grandparent.kids-2 .header__dropdown__inner {
  grid-template-columns: repeat(2, 1fr);
}

.grandparent.kids-3 .header__dropdown__inner {
  grid-template-columns: repeat(3, 1fr);
}

.grandparent.kids-4 .header__dropdown__inner {
  grid-template-columns: repeat(4, 1fr);
}

.grandparent.kids-5 .header__dropdown__inner {
  grid-template-columns: repeat(5, 1fr);
}

.grandparent.kids-6 .header__dropdown__inner {
  grid-template-columns: repeat(6, 1fr);
}

.grandparent.kids-7 .header__dropdown__inner {
  grid-template-columns: repeat(4, 1fr);
}

.grandparent.kids-8 .header__dropdown__inner {
  grid-template-columns: repeat(4, 1fr);
}

.grandparent.kids-9 .header__dropdown__inner {
  grid-template-columns: repeat(3, 1fr);
}

.grandparent.kids-10 .header__dropdown__inner,
.grandparent.kids-11 .header__dropdown__inner,
.grandparent.kids-12 .header__dropdown__inner,
.grandparent.kids-13 .header__dropdown__inner,
.grandparent.kids-14 .header__dropdown__inner,
.grandparent.kids-15 .header__dropdown__inner,
.grandparent.kids-16 .header__dropdown__inner,
.grandparent.kids-17 .header__dropdown__inner,
.grandparent.kids-18 .header__dropdown__inner,
.grandparent.kids-19 .header__dropdown__inner,
.grandparent.kids-20 .header__dropdown__inner {
  grid-template-columns: repeat(5, 1fr);
}

/* ================ Hover animations ================ */
/* Basic Dropdown */
.menu__item.parent .navlink--child {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.parent .is-visible .navlink--child {
  opacity: 1;
  transform: translateY(0);
}

/* Basic Meganav */
.menu__item.grandparent .navlink--child {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent .navlink--grandchild {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent .is-visible .navlink--child,
.menu__item.grandparent .is-visible .navlink--grandchild {
  opacity: 1;
  transform: translateY(0);
}

/* Image Meganav */
.menu__item.grandparent .header__dropdown__image,
.menu__item.grandparent .product-grid-item {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent .is-visible .header__dropdown__image,
.menu__item.grandparent .is-visible .product-grid-item {
  opacity: 1;
  transform: translateY(0);
}

/* dropdown inner link */
.header__dropdown .navlink .navtext {
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__dropdown .navlink:hover .navtext {
  color: var(--primary);
}

.header__dropdown {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.header__dropdown.is-visible {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

/* ================ Hover animations ================ */
.parent .header__dropdown {
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  padding: 6px 32px 18px 32px;
  margin-left: -17px;
}
.parent .navlink--child {
  padding: 5px 0;
  display: block;
}

.hover__bar {
  position: absolute;
  bottom: var(--bar-bottom);
  left: 0;
  height: 2px;
  z-index: -1;
  opacity: 1;
  background-color: var(--underline);
  transform: translateX(var(--bar-left));
  width: var(--bar-width);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-menu-active=false] .hover__bar {
  opacity: 0;
}

.navlink[href="#"] {
  cursor: default;
}

/* ================ Header cart status ================ */
[data-header-cart-full],
[data-header-cart-count],
[data-header-cart-price] {
  display: none;
}

.cart__status__parens [data-header-cart-count]:not([data-header-cart-count="0"]) {
  display: inline-block;
}

.header__desktop__buttons--icons .header__cart__status,
.header__mobile__button .header__cart__status {
  position: relative;
}
.header__desktop__buttons--icons .header__cart__status [data-header-cart-count],
.header__mobile__button .header__cart__status [data-header-cart-count] {
  display: inline-block;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.header__desktop__buttons--icons .header__cart__status [data-header-cart-full=true],
.header__mobile__button .header__cart__status [data-header-cart-full=true] {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--text);
  position: absolute;
  top: -15px;
  right: 5px;
  border-radius: 7px;
  z-index: -1;
}

.header__desktop__buttons--icons .header__cart__status [data-header-cart-full=true] {
  top: -15px;
  right: 4px;
}

.header__desktop__buttons--icons .navlink--cart [data-header-cart-full=true],
.header__mobile__right [data-header-cart-full=true] {
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__desktop__buttons--icons .navlink--cart:hover [data-header-cart-full=true] {
  transform: translateY(8px);
}

.header__mobile__right:hover [data-header-cart-full=true] {
  transform: translateY(8px);
}

.announcement__wrapper {
  --bg: var(---color-announcement-bg);
  --text: var(---color-announcement-text);
  background-color: var(--bg);
  color: var(--text);
}

.announcement__bar {
  position: relative;
  z-index: 5500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 30px;
}
.announcement__bar a:link {
  color: var(--text);
  text-decoration: none;
}
.announcement__bar a:hover {
  color: var(--text-dark);
  text-decoration: none;
}
.announcement__bar .icon {
  fill: var(--text);
}

.announcement__main {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.announcement__main .strong, .announcement__main.strong {
  font-weight: var(---font-weight-accent-bold);
}

.announcement__more {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.announcement__more .strong, .announcement__more.strong {
  font-weight: var(---font-weight-accent-bold);
}

.announcement__divider {
  margin-left: 10px;
  padding-right: 10px;
  width: 0;
  border-left: 1px solid var(--border);
  height: 10%;
}

.announcement__message {
  overflow: hidden;
  margin: 0 7px;
}

.announcement__scale {
  display: inline-flex;
}

.announcement__scale {
  transition: opacity 0.5s linear;
}
.announcement__scale.ticker--unloaded {
  opacity: 0;
  position: absolute;
  width: max-content;
}

html:not(.js) .announcement__scale.ticker--unloaded {
  opacity: 1;
  position: static;
  width: auto;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker--animated {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 14s;
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  width: max-content;
}

.ticker__comparitor {
  position: absolute;
  transform: translatey(-5000px);
  visibility: hidden;
}

.announcement__left,
.announcement__right {
  display: block;
  display: flex;
  align-items: center;
  min-width: 30px;
  height: 40px;
}

.announcement__left {
  justify-content: flex-start;
}

.announcement__right {
  justify-content: flex-end;
}

.header__drawer {
  --border: var(---color-nav-a10);
  --muted: var(---color-nav-a50);
  --text: var(---color-nav-text);
  --text-light: var(---color-nav-text);
  --text-dark: var(---color-nav-text);
  color: var(--text);
}
.header__drawer .drawer__content {
  border: none;
}

.header__drawer__selects {
  display: block;
  width: 100%;
  margin: 0;
}
.header__drawer__selects .popout-list {
  bottom: initial;
  top: 100%;
  min-width: calc(100% + 1px);
}

.drawer__top {
  display: flex;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  height: 51px;
}
.drawer__top .icon-arrow-down {
  color: var(--muted);
}

.drawer__top__left {
  display: flex;
  justify-content: flex-start;
  height: 50px;
}

.drawer__button {
  height: 100%;
  color: var(--text);
  width: 70px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.header__drawer__selects {
  display: flex;
}

.search--navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  height: 50px;
}
.search--navbar input,
.search--navbar input:focus {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 10px 5px 10px 20px;
}
.search--navbar input::placeholder {
  font-style: italic;
}

.drawer__search {
  border-bottom: 1px solid var(--border);
}

.drawer__account {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}

.drawer__menu {
  display: flex;
  flex-direction: column;
}

/* ============================================================================
 Gift Cards
============================================================================== */
/* Gift Card Colors always on a white background  */
/* ============================================================================
  #Base Styles
============================================================================== */
.template-giftcard,
.template-giftcard body {
  background: var(---color-bg);
}
.template-giftcard a,
.template-giftcard body a {
  text-decoration: none;
}

.template-giftcard .wrapper, .template-giftcard .wrapper--full, .template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper {
  max-width: 588px;
}
.template-giftcard .wrapper img, .template-giftcard .wrapper--full img, .template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper img, .grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper img,
.template-giftcard .wrapper object,
.template-giftcard .wrapper--full object,
.template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper object,
.grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper object,
.template-giftcard .wrapper iframe,
.template-giftcard .wrapper--full iframe,
.template-giftcard .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper iframe,
.grandparent:not(.grandparent--all-images) .template-giftcard .header__dropdown__wrapper iframe {
  max-width: 100%;
}

.giftcard-header {
  padding: 30px 0;
  font-size: 1em;
  text-align: center;
  animation: fadein 0.5s ease-in-out both 0.4s;
}

.shop-url {
  display: none;
}

.giftcard {
  animation: slideup 0.8s ease-in-out;
}

.giftcard__border {
  background-color: var(--hairline);
  border-radius: 4px;
  border: 1px solid var(--border);
  padding: 1em;
  animation: container-slide 0.8s ease-in-out;
}

.giftcard__content {
  *zoom: 1;
  background-color: #FFF;
  color: var(---color-text);
  border: 1px solid var(--muted);
  border-radius: 3px;
  animation: cardslide 0.8s ease-in-out;
}
.giftcard__content::after {
  content: "";
  display: table;
  clear: both;
}

.giftcard__header {
  *zoom: 1;
  border-bottom: 1px solid var(--border);
  padding: 16px;
}
.giftcard__header::after {
  content: "";
  display: table;
  clear: both;
}

.giftcard__title {
  text-align: center;
  margin-bottom: 0;
}

.giftcard__tag {
  display: block;
  float: right;
  background-color: var(--hairline);
  border: 1px solid transparent;
  color: #FFF;
  padding: 10.6666666667px;
  border-radius: 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

.giftcard__tag--active {
  background: transparent;
  color: var(---color-text);
  border: 1px solid var(---color-text-light);
}

.giftcard__wrap {
  position: relative;
  margin: 16px 16px 32px;
}
.giftcard__wrap img {
  position: relative;
  display: block;
  border-radius: 10px;
  z-index: 2;
}
.giftcard__wrap:before, .giftcard__wrap:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  z-index: 3;
}
.giftcard__wrap:before {
  background: url("//cdn.shopify.com/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat;
  top: -1px;
  left: -1px;
}
.giftcard__wrap:after {
  background: url("//cdn.shopify.com/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat;
  bottom: -1px;
  right: -1px;
}

.giftcard__code {
  position: absolute;
  bottom: 32px;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.giftcard__code--medium {
  font-size: 0.875em;
}

.giftcard__code--small {
  font-size: 0.75em;
}

.giftcard__code__inner {
  display: inline-block;
  vertical-align: baseline;
  background-color: #FFF;
  padding: 0.5em;
  border-radius: 4px;
  max-width: 450px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.giftcard__code--small .giftcard__code__inner {
  overflow: auto;
}

.giftcard__code__text {
  font-weight: var(---font-weight-body);
  font-size: 1.875em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px dashed var(--border);
  padding: 0.4em 0.5em;
  display: inline-block;
  vertical-align: baseline;
  color: #777;
  line-height: 1;
}
.disabled .giftcard__code__text {
  color: #999;
  text-decoration: line-through;
}

.giftcard__amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 2.75em;
  line-height: 1.2;
  padding: 16px;
  z-index: 50;
}
.giftcard__amount strong {
  display: block;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.giftcard__amount--medium {
  font-size: 2em;
}

.tooltip {
  display: block;
  position: absolute;
  top: -50%;
  right: 50%;
  margin-top: 16px;
  z-index: 3;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  animation: popup 0.5s ease-in-out both 0.7s;
}
.tooltip:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-bottom: -5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #333;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
}

.tooltip__label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  min-height: 14px;
  font-weight: var(---font-weight-body);
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: 0.5em 0.75em;
  margin-left: 0.25em;
}
.tooltip__label small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #B3B3B3;
  font-size: 0.875em;
}

.giftcard__instructions {
  text-align: center;
  margin: 0 16px 32px;
}

.giftcard__actions {
  position: relative;
  border-top: 1px solid var(--border);
  padding: 32px 16px;
  text-align: center;
  overflow: hidden;
}

.action-link {
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 0.875em;
  font-weight: var(---font-weight-body-bold);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(---color-text-light);
  margin-top: -10px;
}
.action-link:hover, .action-link:focus {
  color: var(---color-text);
}

.action-link__print {
  display: inline-block;
  vertical-align: baseline;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.25;
  background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.svg .action-link__print {
  background-image: url("//cdn.shopify.com/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg");
}
.action-link:hover .action-link__print {
  opacity: 0.4;
}

.giftcard__footer {
  text-align: center;
  padding: 64px 0;
  animation: fadein 0.5s ease-in-out both 0.4s;
}

.giftcard__icon {
  width: 45px;
  display: inline-block;
  vertical-align: baseline;
}

#QrCode img {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin: 0 auto 32px;
}

/* ============================================================================
  #Media Queries
============================================================================== */
/* ================ Medium-down width ================ */
@media screen and (max-width: 580px) {
  .giftcard {
    font-size: 12px;
  }

  .giftcard-header {
    padding: 32px 0;
  }

  .header-logo {
    font-size: 2em;
  }

  .giftcard__border {
    padding: 16px;
  }

  .giftcard__actions {
    padding: 16px;
  }

  .giftcard__actions .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .action-link {
    display: none;
  }
}
/* ================ Small width ================ */
@media screen and (max-width: 400px) {
  .giftcard__amount strong {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .giftcard__wrap:before,
.giftcard__wrap:after {
    display: none;
  }

  .giftcard__code {
    font-size: 0.75em;
  }

  .giftcard__code--medium {
    font-size: 0.65em;
  }

  .giftcard__code--small {
    font-size: 0.55em;
  }
}
/* ================ Small height ================ */
@media screen and (max-height: 800px) {
  .header-logo img {
    max-height: 90px;
  }
}
/* ============================================================================
  #Print Styles
============================================================================== */
@media print {
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  html,
body {
    background-color: #FFF;
  }

  .giftcard-header {
    padding: 10px 0;
  }

  .giftcard__content,
.giftcard__border {
    border: 0 none;
  }

  .giftcard__actions,
.giftcard__wrap:before,
.giftcard__wrap:after,
.tooltip,
.add-to-apple-wallet {
    display: none;
  }

  .giftcard__title {
    float: none;
    text-align: center;
  }

  .giftcard__code__text {
    color: #555;
  }

  .shop-url {
    display: block;
  }

  .logo {
    color: #58686F;
  }
}
/* ============================================================================
  #Keyframe Animations
============================================================================== */
@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
.drawer__menu {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
}

.drawer__menu[data-sliderule-pane="0"] {
  transform: translateX(0%);
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.drawer__menu[data-sliderule-pane="0"] > *:last-child {
  margin-bottom: 150px;
}
.drawer__menu[data-sliderule-pane="0"] .sliderule__panel {
  overflow-y: hidden;
  overflow-x: hidden;
}

.drawer__menu[data-sliderule-pane="1"] {
  transform: translateX(-100%);
}
.drawer__menu[data-sliderule-pane="1"] .sliderule__panel.is-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.drawer__menu[data-sliderule-pane="2"] {
  transform: translateX(-200%);
}
.drawer__menu[data-sliderule-pane="2"] .sliderule__panel.is-visible .sliderule__panel.is-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.drawer__menu > .sliderule__wrapper > [data-animates] {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.header__drawer.drawer--visible .drawer__menu > .sliderule__wrapper > [data-animates] {
  opacity: 1;
  transform: translateY(0%);
}

[data-sliderule-pane] [data-animates] {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

[data-sliderule-pane] [data-animates].is-visible {
  opacity: 1;
  transform: translateY(0%);
}

.sliderule-grid > * {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderule-grid > *.is-visible {
  opacity: 1;
}

.sliderule__panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderule__panel.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderow {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg);
  position: relative;
  z-index: 10;
  padding: 0;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.sliderow .strong, .sliderow.strong {
  font-weight: var(---font-weight-accent-bold);
}

.sliderow__title {
  position: absolute;
  padding-left: 20px;
  padding-right: 34px;
  height: 100%;
  display: flex;
  align-items: center;
}

.sliderule__panel .sliderow__title {
  padding: 0 34px;
  text-align: center;
}

.sliderule__chevron--left {
  position: absolute;
  left: 20px;
}

.sliderule__chevron--right {
  position: absolute;
  right: 20px;
}

.sliderule__panel .sliderow {
  padding-left: 0px;
}
.sliderule__panel .sliderow .sliderow__title {
  justify-content: center;
  width: 100%;
}

.sliderule__panel > * {
  opacity: 0;
  transition: opacity 0.05s ease-out;
}
.sliderule__panel > *:last-child {
  margin-bottom: 150px;
}

.sliderule__panel.is-visible > * {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

@media only screen and (max-width: 479px) {
  .js-grid[data-grid-small="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-small="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [data-toggle-grid="3"],
[data-toggle-grid="4"],
[data-toggle-grid="5"],
[data-toggle-grid="6"] {
    display: none;
  }
}
.sliderule-grid {
  display: grid;
  margin: 16px;
  column-gap: 16px;
  row-gap: 16px;
}

.sliderule-grid.blocks-1 {
  grid-template-columns: repeat(1, 1fr);
}

.sliderule-grid.blocks-2,
.sliderule-grid.blocks-3,
.sliderule-grid.blocks-4,
.sliderule-grid.blocks-5,
.sliderule-grid.blocks-6,
.sliderule-grid.blocks-7,
.sliderule-grid.blocks-8,
.sliderule-grid.blocks-9,
.sliderule-grid.blocks-10 .sliderule-grid.blocks-11,
.sliderule-grid.blocks-12,
.sliderule-grid.blocks-13,
.sliderule-grid.blocks-14,
.sliderule-grid.blocks-15,
.sliderule-grid.blocks-16,
.sliderule-grid.blocks-17,
.sliderule-grid.blocks-18,
.sliderule-grid.blocks-19,
.sliderule-grid.blocks-20 {
  grid-template-columns: repeat(2, 1fr);
}

.faq__wrapper {
  display: block;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  width: 100%;
}

.faq__wrapper + .faq__wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.faq__button {
  padding: 1.5em 0;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg);
  color: var(--text);
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .faq__button {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .faq__button {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}

.accordion__content--faq.is-visible {
  padding: 0 0 2.5em 0;
}
.accordion__content--faq.is-visible p {
  margin: 0;
}
.accordion__content--faq.is-visible p + p {
  margin-top: 0.5em;
}

.accordion__content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: max-height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion__content.is-visible {
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion__chevron {
  transform: rotateZ(0deg);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-visible > .accordion__chevron {
  transform: rotateZ(90deg);
}

.accordion__chevron > .a11y__show {
  visibility: visible;
}
.accordion__chevron > .a11y__hide {
  visibility: hidden;
}

.is-visible > .accordion__chevron > .a11y__show {
  visibility: hidden;
}
.is-visible > .accordion__chevron > .a11y__hide {
  visibility: visible;
}

.accordion__content > * {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.1s ease-out, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion__content.is-visible > * {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

/* ============================================================================
  #Tabs and mobile accordion
============================================================================== */
.tabs-wrapper {
  padding-top: 30px;
}

.product-tabs {
  max-width: 100%;
}

.product-accordion {
  margin-bottom: 30px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

ul.tabs > li {
  background: none;
  color: var(--text-light);
  display: inline-block;
  padding: 10px 0;
  margin: 0 3rem 0 0;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

ul.tabs > li.current {
  border-bottom: 2px solid var(--border);
  color: var(--text-dark);
  font-weight: var(---font-weight-body-bold);
}

.tab-content {
  display: none;
  border-top: 1px solid var(--border);
  padding: 15px 15px 15px 0;
  min-height: 6rem;
}

.tab-content.current {
  display: inherit;
}

.accordion {
  border-bottom: 1px solid var(--border);
}

.accordion-toggle {
  cursor: pointer;
  border-top: 1px solid var(--border);
  padding: 1rem 0;
  margin-bottom: auto;
  color: var(--text-dark);
}

.accordion-content {
  display: none;
  color: var(--text);
  padding-bottom: 32px;
}

.accordion-content.accordion--open {
  display: block;
}

.accordion .icon-plus {
  float: right;
  display: inline-block;
  fill: var(--muted);
}

.accordion-toggle .icon-plus {
  transition: transform 0.7s cubic-bezier(0.07, 0.46, 0.4, 0.99);
}

.accordion-toggle.accordionExpanded .icon-plus {
  transform: rotate(225deg);
}

/* ============================================================================
  #Site Homepage
============================================================================== */
.homepage-collection .product-grid-item {
  margin-bottom: 0;
}

.placeholder-svg {
  fill: #B4B6B9;
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.homepage-logos .placeholder-svg {
  background-color: #F7F7F7;
  display: block;
}

.align--top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.align--top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.align--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.align--middle-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.align--middle-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.align--middle-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.align--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.align--bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.align--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

/* ================ Logos ================ */
.logo-bar {
  text-align: center;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: var(--gutter-offset);
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  min-width: 90px;
  max-width: 160px;
  margin: 10px 0px 10px var(--gutter);
}

.logo-bar__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.logo-bar__link {
  display: block;
}

/* ================ Map ================ */
.map-section--display-map .map-section__image {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .map-section--load-error {
    width: 50%;
    margin: 0 auto;
  }
}
.map-section--load-error .errors {
  width: 100%;
}

.map-section__container {
  min-height: 100%;
}

.no-js .lazy-image {
  display: none;
}

.no-js .homepage-slideshow,
.no-js .section--image:not(.double__block) {
  height: auto !important;
}

/* === Hero Scroll == */
.template-index .main-content > .shopify-section:not(:first-child) .scroll_icon_wrap {
  display: none;
}

.scroll_icon_wrap {
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
}

.scroll_link {
  display: flex;
  position: absolute;
  justify-content: center;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 60px;
  color: currentColor;
}
.scroll_link:hover .scroll_icon {
  opacity: 1;
}
.scroll_link:focus {
  outline: none;
}

.scroll_icon {
  position: absolute;
}
.scroll_icon svg {
  fill: currentColor;
  height: 15px;
  width: auto;
}

.bloop {
  transform-origin: center bottom;
  animation: bloop 1.8s infinite;
  -webkit-animation: bloop 1.8s infinite;
}
@keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    transform: translate3d(0, 0, 0);
  }
  15% {
    animation-timing-function: ease-out;
    transform: translate3d(0, -12px, 0);
  }
  25% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 6px, 0);
  }
  35% {
    animation-timing-function: ease-out;
    transform: translate3d(0, -3px, 0);
  }
  45% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 2px, 0);
  }
}
/* ============================================================================
  # Home slideshow
============================================================================== */
.homepage-slideshow {
  position: relative;
}

.slideshow__slide img {
  max-width: 100%;
}

.slideshow__slide .wrapper, .slideshow__slide .wrapper--full, .slideshow__slide .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .slideshow__slide .header__dropdown__wrapper {
  padding: 0 64px;
  max-width: 1244px;
}

.slick-wrapper:not(.slick-initialized) {
  height: 100vh;
}

/* Arrows */
.homepage-slideshow .slideshow__arrow {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  color: var(--text);
  transition: opacity 0.2s ease-out;
}
.homepage-slideshow .slideshow__arrow svg {
  width: 44px;
  height: 44px;
}
.homepage-slideshow .slideshow__arrow:hover {
  outline: none;
  opacity: 1;
}
.homepage-slideshow .slideshow__arrow.slick-disabled:before {
  opacity: 0.5;
}

.slideshow__arrow--next {
  right: 0;
  padding: 100px 0 100px 20px;
}

.slideshow__arrow--prev {
  left: 0;
  padding: 100px 20px 100px 0;
}

/* ============================================================================
  # Index video
============================================================================== */
.video-autoplay-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
  transition: opacity 1s linear;
}
.use_image .video-autoplay-wrapper {
  position: absolute;
  top: 0;
}

.video-autoplay-wrapper iframe {
  position: absolute;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.use_image .background__video__cover {
  position: relative;
}

.background__video__cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

/* ================ Play button ================ */
.homepage-video .play__button .icon {
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .homepage-video .play__button .icon {
    height: 66px;
    width: 66px;
  }
}
.homepage-video .play__button:active, .homepage-video .play__button:focus {
  outline: none;
}

/* ============================================================================
Collection grid section
============================================================================== */
.collection-grid-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .collection-grid-item {
    margin-top: 15px;
  }
}

/* ============================================================================
 Icon-columns
============================================================================== */
@media only screen and (max-width: 767px) {
  .grid__item:not(:first-child) .icon__column {
    padding-top: 30px;
  }
}
.icon__column__icon {
  padding-bottom: 15px;
}

.icon__column__icon svg {
  width: 20px;
  height: 20px;
}

.icon--large .icon__column__icon svg {
  width: 40px;
  height: 40px;
}

.icon--left .icon__column {
  display: flex;
}
.icon--left .icon__column__icon {
  padding: 0 20px;
}

.icon--left.icon--large .icon__column__icon {
  display: flex;
  align-items: center;
}

.icon__column__heading {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  color: var(--text-dark);
  margin-bottom: 0;
}
.icon__column__heading .strong, .icon__column__heading.strong {
  font-weight: var(---font-weight-accent-bold);
}

.rte.icon__column__paragraph {
  margin-bottom: 0;
}
.rte.icon__column__paragraph p {
  margin-top: 0.25em;
  font-size: calc(13.144256px * var(---font-adjust-body));
  color: var(--text-light);
}
@media (min-width: 480px) {
  .rte.icon__column__paragraph p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .rte.icon__column__paragraph p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.homepage-icons .clearfix {
  padding-bottom: 40px;
}

/* =============== Image Columns =============== */
.index__column {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .homepage-columns .grid__item:not(:last-child) a.text-link {
    margin-bottom: 40px;
  }
}
.column__image {
  position: relative;
  margin-bottom: 20px;
}
.column__image .play__button {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
}
.column__image .play__button .icon {
  fill: currentColor;
  width: 60px;
  height: 60px;
}

/* =============== Image Columns =============== */
.homepage-double {
  background-color: var(--bg);
}

.homepage-double form {
  margin-bottom: 0;
}

.double__block {
  position: relative;
  overflow: hidden;
}
.double__block .home__subtitle {
  text-align: inherit;
  margin-bottom: 18px;
}
.double__block .flex-absolute > .wrapper, .double__block .flex-absolute > .wrapper--full, .double__block .grandparent:not(.grandparent--all-images) .flex-absolute > .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .double__block .flex-absolute > .header__dropdown__wrapper {
  max-width: 526px;
}

.homepage-double .double__block {
  height: 100%;
}

.double__block .text-left .home__subtitle::after {
  right: initial;
}

.double__block .text-right .home__subtitle::after {
  left: initial;
}

@media only screen and (max-width: 767px) {
  .homepage-double.use_screen_full {
    height: auto !important;
  }
  .homepage-double.use_screen_full .double__block {
    min-height: var(--two-thirds);
  }

  .homepage-double.use_screen_three_quarters {
    height: auto;
  }
  .homepage-double.use_screen_three_quarters .double__block {
    height: var(--one-half);
  }

  .homepage-double.use_screen_two_thirds {
    height: auto;
  }
  .homepage-double.use_screen_two_thirds .double__block {
    height: var(--one-half);
  }

  .homepage-double.use_screen_one_half {
    height: auto;
  }
  .homepage-double.use_screen_one_half .double__block {
    height: var(--one-half);
  }

  .homepage-double.use_screen_one_third {
    height: auto;
  }
  .homepage-double.use_screen_one_third .double__block {
    height: var(--one-third);
  }

  .homepage-double.use_screen_one_fifth {
    height: auto;
  }
  .homepage-double.use_screen_one_fifth .double__block {
    height: 20var --one-fifth;
  }
}
/* ============================================================================
  #Gallery
============================================================================== */
.frame {
  --gallery-pad: var(---gallery-padding);
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .frame {
    --gallery-pad: calc( var(---gallery-padding) / 1.5 );
  }
}
@media only screen and (max-width: 767px) {
  .frame {
    --gallery-pad: calc( var(---gallery-padding) / 2 );
  }
}

.gallery {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery::after {
  content: "";
  display: table;
  clear: both;
}

/* We use top and left padding to keep consistent padding
   for items within a single section */
.has-padding .gallery {
  margin-top: calc(var(--gallery-pad) * -1);
  margin-left: calc(var(--gallery-pad) * -1);
}

.has-padding .gallery__item {
  padding-top: var(--gallery-pad);
  padding-left: var(--gallery-pad);
}

.gallery__item {
  float: left;
}

.has-padding {
  padding: var(--gallery-pad);
}

.gallery--disabled {
  display: none;
}

.page__template--gallery {
  padding-top: var(---gallery-padding);
}

/* Our galleries handle their own padding */
.frame .wrapper, .frame .wrapper--full, .frame .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .frame .header__dropdown__wrapper {
  max-width: 1116px;
  padding: 0;
}

/* === snippets/image-fill.liquid === */
.image__fill {
  position: relative;
  display: block;
  overflow: hidden;
}

/* === sections/gallery.liquid === */
.gallery__video .play__button,
.gallery__zoom .zoom__trigger {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gallery__video .play__button svg {
  display: none;
}

.gallery__icon,
.gallery .icon-zoom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 20;
  fill: #FFF;
}
.gallery__icon svg,
.gallery .icon-zoom svg {
  fill: #FFF;
}

.lazy-image.has-zoom-animation .gallery__icon {
  transition: transform 2s cubic-bezier(0, 0, 0.35, 1);
  transform: translateX(0);
}
.lazy-image.has-zoom-animation .icon-zoom {
  transition: transform 2s cubic-bezier(0, 0, 0.35, 1), opacity 0.2s linear;
  transform: translateX(0);
  opacity: 0;
}
.lazy-image.has-zoom-animation .background-size-cover {
  transition: transform 2s ease-out;
  transform: scale(1);
}
.lazy-image.has-zoom-animation:hover .gallery__icon,
.lazy-image.has-zoom-animation:hover .icon-zoom {
  transform: translateX(6px);
}
.lazy-image.has-zoom-animation:hover .icon-zoom {
  opacity: 1;
}
.lazy-image.has-zoom-animation:hover .background-size-cover {
  transform: scale(1.08);
}

.custom__title {
  margin: 0;
  padding-top: var(--gallery-pad);
}

.border--line > .custom__text {
  margin: 0;
  padding-top: calc(var(--gallery-pad) / 4);
  line-height: 1.4;
}

.custom__text {
  padding-right: 10px;
}
.align--top-right .custom__text {
  padding-right: 0;
}

.border--line {
  border-top: 1px solid var(--border);
}
.border--line .custom__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  color: var(---color-text-light);
}
.border--line .custom__title .strong, .border--line .custom__title.strong {
  font-weight: var(---font-weight-accent-bold);
}
.border--line .custom__text {
  color: var(---color-text-light);
}
.border--line .custom__text p {
  margin: 0;
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .border--line .custom__text p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .border--line .custom__text p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}
.border--line .custom__text * + p {
  margin-top: 0.5em;
}

.gallery__text {
  display: flex;
  flex-direction: column;
}

.gallery__item .lookbook__rte {
  margin: 0;
  padding: 0;
}

.gallery__section__outer {
  display: none;
}
.gallery__section__outer.isActive {
  display: block;
}

/* ============================================================================
  #Site Footer
============================================================================== */
.site-footer-wrapper {
  --bg: var(---color-footer-bg);
  --hairline: var(---color-footer-a5);
  --text: var(---color-footer-a90);
  --border: var(---color-footer-a15);
  --text-dark: var(---color-footer-text);
  position: relative;
  background-color: var(--bg);
  color: var(--text);
  text-align: left;
}
.site-footer-wrapper a {
  color: var(--text-dark);
}
.site-footer-wrapper a:hover {
  text-decoration: none;
}

.site-footer-wrapper .btn--secondary.btn {
  --btn-text: var(--text);
  --btn-text-hover: var(--text-dark:);
  --btn-bg: var(--hairline);
  --btn-bg-hover: var(--border);
}

.footer-logo-wrapper {
  width: 100%;
  height: 0px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  display: block;
  z-index: 100;
  position: relative;
  max-width: 120px;
  max-height: 80px;
}

.site-footer {
  padding-top: 64px;
  padding-bottom: 16px;
}

.footer-quicklinks li {
  margin: 0 0 11px 0;
}

.footer__title {
  font-weight: var(---font-weight-accent-bold);
}

.footer-secondary,
.footer-quicklinks {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.footer-secondary .strong, .footer-secondary.strong,
.footer-quicklinks .strong,
.footer-quicklinks.strong {
  font-weight: var(---font-weight-accent-bold);
}
.footer-secondary a,
.footer-quicklinks a {
  position: relative;
  text-decoration: none;
}
.footer-secondary a:after,
.footer-quicklinks a:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.footer-secondary a:after,
.footer-quicklinks a:after {
  left: 0;
  width: 0;
}
.footer-secondary a:hover:after,
.footer-quicklinks a:hover:after {
  width: 100%;
}

.footer-secondary-wrapper {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.footer-secondary,
.footer-payment {
  margin-bottom: 0;
  margin-top: 0;
}

.footer-social {
  margin-top: 10px;
}

.footer-social,
.footer-payment {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin-bottom: 0px;
  display: inline-block;
}
.footer-social .strong, .footer-social.strong,
.footer-payment .strong,
.footer-payment.strong {
  font-weight: var(---font-weight-accent-bold);
}
.footer-social a,
.footer-payment a {
  text-decoration: none;
}

.footer-secondary,
.footer-social,
.footer-payment,
.footer-selects {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-secondary,
.footer-social,
.footer-payment,
.footer-selects {
    margin: 15px 0 0 0;
  }
}

.footer-secondary li {
  margin: 10px 15px;
}

.footer-social li {
  margin: 10px;
}

.footer-payment li {
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-social li,
.footer-payment li,
.footer-secondary li {
    margin: 5px;
  }

  .site-footer {
    padding-bottom: 32px;
  }

  .footer__block:not(:first-child) {
    margin-top: 32px;
  }
}
.payment-icon {
  width: 35px;
  height: 22px;
}

.social-icons li {
  margin: 0 16px 16px;
  vertical-align: middle;
}
@media only screen and (min-width: 480px) {
  .social-icons li {
    margin-left: 0;
  }
}
.social-icons li svg {
  width: 20px;
  height: 20px;
}
.social-icons li svg path {
  fill: var(---color-footer-a90);
}
.social-icons li a:hover path {
  fill: var(---color-footer-text);
}

.js-grid {
  display: grid;
  column-gap: var(--gutter);
  row-gap: var(--gutter);
}

.js-grid__full-row {
  grid-column-start: 1;
  grid-column-end: -1;
}

@media only screen and (min-width: 768px) {
  .js-grid[data-grid-large="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-large="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .js-grid[data-grid-large="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .js-grid[data-grid-large="4"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .js-grid[data-grid-large="5"] {
    grid-template-columns: repeat(5, 1fr);
  }

  .js-grid[data-grid-large="6"] {
    grid-template-columns: repeat(6, 1fr);
  }

  .js-grid[data-grid-large="7"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .js-grid[data-grid-large="8"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [data-toggle-grid="1"] {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .js-grid[data-grid-small="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-small="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .js-grid[data-grid-small="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [data-toggle-grid="3"],
[data-toggle-grid="4"],
[data-toggle-grid="5"],
[data-toggle-grid="6"] {
    display: none !important;
  }
}
[data-toggle-grid] {
  cursor: pointer;
  padding: 0 10px;
  color: var(--text-light);
  height: 100%;
  align-items: center;
  display: flex;
}
[data-toggle-grid]:hover {
  color: var(--primary);
}
[data-toggle-grid]:last-child {
  padding-right: 20px;
}

/* ============================================================================
  #Product and Collection Grids
============================================================================== */
.on-sale {
  color: var(--primary);
}

.compare-at {
  margin-top: 16px;
  text-decoration: line-through !important;
  color: var(--text-light);
}

.product__grid__info a {
  text-decoration: none;
  color: var(--text-dark);
}

.product-grid-item {
  position: relative;
  text-align: center;
}

/* ================ Collection ================ */
.grid__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin: 12px 0 8px 0;
}
.grid__title .strong, .grid__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

.price_wrapper {
  margin: 4px 0 4px 0;
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .price_wrapper {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .price_wrapper {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

@media only screen and (max-width: 989px) {
  .product-grid-item .product__grid__info--hover {
    position: relative;
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-grid-item .product__grid__info--hover {
    padding: 8px 0;
  }

  .product-grid-item .product__grid__info--hover .price_wrapper {
    opacity: 0;
    transform: translate(0px, 10px);
    transition: all 0.2s ease-out;
  }

  .product-grid-item:hover .product__grid__info--hover .price_wrapper {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.product-grid-item .product__grid__info--under {
  position: relative;
  padding: 16px 0;
}

.product-grid-item .compare-at {
  margin-left: 10px;
}

label.quatity-selector {
  position: absolute;
  top: -20px;
}

.sticker {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background: var(---color-primary);
  color: var(---color-primary-opposite);
  z-index: 400;
}
.sticker .strong, .sticker.strong {
  font-weight: var(---font-weight-accent-bold);
}

.lazy-image {
  display: block;
  position: relative;
  background-size: cover;
}

.lazy-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.fade-in.lazyloaded {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.double__image .collection__image__bottom {
  opacity: 0;
}
.double__image:hover .collection__image__bottom {
  opacity: 1;
}
.double__image:hover .collection__image__top {
  opacity: 0;
}

.collection__image__bottom {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-grid-item__slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 5;
}

.price-per-unit {
  opacity: 0.75;
}

/* ============================================================================
  #Collections
============================================================================== */
.collection {
  background: var(---color-bg);
  padding-top: var(--gutter);
  padding-bottom: 128px;
}

.collection__content {
  display: flex;
  flex-flow: row;
}

.collection__products {
  flex-grow: 1;
}

.collection__heading--below:last-child {
  margin-bottom: var(--gutter);
}

/* Collection nav bar */
.collection__nav {
  display: flex;
  border: 1px solid var(--border);
  justify-content: space-between;
  height: 3.3em;
  margin-bottom: var(--gutter);
}

.collection__filters__toggle,
.popout--navbar .popout__toggle {
  padding: 0 20px;
  height: 100%;
  color: var(--text-light);
  border-radius: 0;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  border-top: none;
  border-right: 1px solid var(--border);
  border-bottom: none;
  border-left: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.collection__filters__toggle .strong, .collection__filters__toggle.strong,
.popout--navbar .popout__toggle .strong,
.popout--navbar .popout__toggle.strong {
  font-weight: var(---font-weight-accent-bold);
}
.collection__filters__toggle .icon,
.popout--navbar .popout__toggle .icon {
  margin-left: 8px;
  margin-top: -2px;
}
@media only screen and (max-width: 479px) {
  .collection__filters__toggle,
.popout--navbar .popout__toggle {
    padding: 0 15px;
  }
}

.collection__filters__toggle .badge {
  margin-left: 5px;
  margin-right: 2px;
}

.popout--navbar {
  height: 100%;
}
.popout--navbar .popout {
  height: 100%;
}
.popout--navbar .popout-list {
  z-index: 1000;
  max-height: 90vh;
  top: 100%;
  bottom: initial;
  left: -1px;
}

.collection__layout {
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.collection__nav__buttons {
  display: flex;
}

.list__collections {
  padding-top: 50px;
  padding-bottom: 128px;
}

.collection-list-item:not(first-child) {
  margin-top: 30px;
}

.collection-list__heading hr {
  margin: 10px 0;
}

.collection-list__heading__text {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .collection__filters {
    position: fixed;
    z-index: 20050;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 70%;
    max-width: 90%;
    background: var(--bg);
    border-right: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s ease;
  }
  .filters--visible .collection__filters {
    transform: translate3d(0, 0, 0);
  }

  .collection__underlay {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    background: var(--bg);
    transition: opacity 0.5s ease;
  }
  .filters--visible .collection__underlay {
    opacity: 0.5;
    transition: opacity 0.5s ease 0.2s;
  }

  .filters__close {
    height: 50px;
    border-radius: 0;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    position: relative;
    color: var(--text-dark);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  .filters__close::before {
    content: "✕";
    right: 25px;
    top: calc(50% - 15px);
    position: absolute;
  }
  .filters__close:hover, .filters__close:focus {
    outline: none;
  }

  .collection__filters__inner {
    padding-bottom: 200px;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
  }

  .collection__filters__inner .sidebar__item .icon {
    right: 0;
  }

  .filters--visible .collection__filters .collection__filters__inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.collection__filters__inner {
  overflow: auto;
  height: 100%;
  width: 100%;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.collection__filters__toggle .hide-filters {
  display: none;
}

@media only screen and (min-width: 768px) {
  .collection__filters__wrapper {
    transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    overflow: hidden;
    width: 0%;
  }

  .filters--visible.collection__filters__wrapper,
.filters--default-visible.collection__filters__wrapper {
    width: 40%;
    max-width: 250px;
    min-width: 250px;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.01s;
  }
  .filters--visible .collection__filters__inner,
.filters--default-visible .collection__filters__inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  }
  .filters--visible .show-filters,
.filters--default-visible .show-filters {
    display: none;
  }
  .filters--visible .hide-filters,
.filters--default-visible .hide-filters {
    display: inline-block;
  }

  .collection__filters__inner {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    padding-right: 32px;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .sidebar__heading:first-of-type {
    margin-top: 0;
  }

  .filters__close,
.collection__underlay {
    display: none;
  }
}
/* Set thickness of active-state marker */
.collection-nav {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .collection-nav {
    border-top: 1px solid var(--border);
    margin-top: 10px;
    padding-top: 10px;
  }
}

.sidebar__heading {
  position: relative;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin: 32px 0 4px 0;
}
.sidebar__heading .strong, .sidebar__heading.strong {
  font-weight: var(---font-weight-accent-bold);
}

.collection__filters .icon-box,
.collection__filters .icon-reset {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 0;
}

.icon-box {
  width: 15px;
}

.icon-reset {
  width: 12px;
}

.checkbox-border {
  stroke: var(--border);
}

.checkbox-core {
  fill: rgba(0, 0, 0, 0);
}

.icon-reset {
  opacity: 0;
}

.sidebar__heading.has-filters a {
  text-decoration: none;
  width: 100%;
  display: block;
}
.sidebar__heading.has-filters a:hover > .icon-reset {
  fill: var(--primary);
}
.sidebar__heading.has-filters .icon-reset {
  fill: var(--text-light);
  opacity: 1;
}

.sidebar__item {
  padding: 0;
  margin: 0;
  position: relative;
}
.sidebar__item a, .sidebar__item span {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  padding: 4px 50px 4px 0;
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.sidebar__item a .strong, .sidebar__item a.strong, .sidebar__item span .strong, .sidebar__item span.strong {
  font-weight: var(---font-weight-accent-bold);
}
.sidebar__item:hover > .icon-box .checkbox-core, .sidebar__item:hover > .icon-reset {
  fill: var(--primary);
}

.sidebar__item--active > .icon-box .checkbox-core {
  fill: var(--text-dark) !important;
}

.link--disable {
  display: none;
}
.link--disable .icon-box {
  display: none;
}

.link--remove .icon-box {
  opacity: 1;
}
.link--remove .icon-reset {
  opacity: 0;
}
.link--remove:hover .icon-box {
  opacity: 0;
}
.link--remove:hover .icon-reset {
  opacity: 1;
}

/* ============================================================================
  #Breadcrumbs
============================================================================== */
.breadcrumb {
  padding-top: 11px;
  padding-bottom: 10px;
  margin-bottom: 32px;
  margin-top: -32px;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.breadcrumb .strong, .breadcrumb.strong {
  font-weight: var(---font-weight-accent-bold);
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    margin-top: -64px;
  }
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding: 7px 7px 6px 0;
  margin-right: 7px;
  text-decoration: none;
}
.breadcrumb a:first-child,
.breadcrumb span:first-child {
  padding-left: 0;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* ============================================================================
  #Product Page
============================================================================== */
.template-product .main-content {
  background-color: var(---color-bg-product);
}

.product-page {
  padding-top: 64px;
  padding-bottom: 32px;
}

.product-reviews {
  padding: 60px 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .related__wrapper .product-grid-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product__price {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .product__price {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.product__form__outer {
  margin-bottom: 30px;
}

.product__form__outer.product__form--buybutton {
  margin-bottom: 10px;
}

.form__selectors {
  padding-bottom: 25px;
}

.product__form__select {
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
}
.product__form__select:focus {
  border-bottom: 1px solid var(--primary);
  box-shadow: none;
}

.selector-wrapper label,
.quantity-selector__wrapper label {
  margin-top: 3em;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.selector-wrapper label .strong, .selector-wrapper label.strong,
.quantity-selector__wrapper label .strong,
.quantity-selector__wrapper label.strong {
  font-weight: var(---font-weight-accent-bold);
}

.variant--soldout .quantity-selector__wrapper,
.variant--unavailabe .quantity-selector__wrapper {
  opacity: 0;
}
.variant--soldout .quantity-selector__wrapper label,
.variant--soldout .quantity-selector__wrapper input,
.variant--soldout .quantity-selector__wrapper button,
.variant--unavailabe .quantity-selector__wrapper label,
.variant--unavailabe .quantity-selector__wrapper input,
.variant--unavailabe .quantity-selector__wrapper button {
  cursor: default;
}

.quantity-selector__wrapper {
  transition: opacity 0.4s ease-out;
}

.add-to-cart__wrapper {
  margin-top: 2.7em;
}

.product__title {
  font-size: calc(25.4837912045px * var(---font-adjust-heading));
}
@media (min-width: 480px) {
  .product__title {
    font-size: calc( ( 25.4837912045px + 6.6978954363 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  .product__title {
    font-size: calc(32.1816866409px * var(---font-adjust-heading));
  }
}

.product__title,
.product__price {
  line-height: 1em;
}

.product__price {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(18.3020620544px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.product__price .strong, .product__price.strong {
  font-weight: var(---font-weight-accent-bold);
}

.product__price--unit {
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-style: italic;
  color: var(--text-light);
}

.select__label {
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  letter-spacing: var(---font-heading-space);
  text-transform: var(---font-heading-caps);
  margin-top: 2em;
}

.border-bottom-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  padding-bottom: 3px;
}
.border-bottom-link:hover {
  border-bottom: 1px solid var(--muted);
}

.variant__countdown {
  opacity: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
}

.variant__countdown.variant__countdown--show {
  opacity: 1;
  height: auto;
}

.product__info__link {
  margin: 0;
  padding: 15px 0;
}

/* Shopify Product Reviews */
.product-section .spr-container {
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: none;
  border-right: none;
}

.spr-summary-actions-newreview {
  position: relative;
  margin-top: -30px;
}

@media only screen and (max-width: 479px) {
  .spr-summary-actions {
    display: block;
    margin-top: 35px;
  }
}
.select__fieldset {
  padding: 1em 0;
}

.product__align-left .swatch__button {
  display: inline-block;
  padding: 5px;
}
.product__align-left .swatch__button:first-of-type {
  margin-left: -5px;
}
.product__align-left .radio__button label {
  margin-left: 0;
}
.product__align-left .product__form__select {
  padding-left: 0;
}
.product__align-left .shopify-payment-button__more-options {
  text-align: left;
  padding-left: 0;
}
.product__align-left .shopify-product-form {
  margin: 0;
}
.product__align-left .product__title {
  margin-bottom: 0;
  margin-right: 15px;
}
.product__align-left .product__headline {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: var(--gutter);
}
.product__align-left .product__price {
  text-align: right;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__align-left .product__price .compare-at {
  margin: 5px 0;
}

.product__align-center .product__form__select {
  text-align-last: center;
  padding-left: 28px;
}
.product__align-center .product__info__link,
.product__align-center .radio__fieldset,
.product__align-center .product__details,
.product__align-center .variant__countdown,
.product__align-center .selector-wrapper label,
.product__align-center .quantity-selector__wrapper label {
  text-align: center;
}
.product__align-center .product-single .js-qty {
  margin-left: auto;
  margin-right: auto;
}
.product__align-center .tabs-wrapper--above .product-tabs-title {
  display: flex;
  justify-content: space-evenly;
}
.product__align-center .tabs-wrapper--above .product-tabs-title .tab-link {
  margin: 0;
}

/* no js */
.product__form__select--hidden {
  display: none;
}
.no-js .product__form__select--hidden {
  display: block;
}

.no-js .form__selectors {
  display: none;
}

.share {
  padding-bottom: var(--gutter);
  padding-top: var(--gutter);
}

.share__link {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 10px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: var(--text-light);
}
.share__link .strong, .share__link.strong {
  font-weight: var(---font-weight-accent-bold);
}
.share__link:hover {
  color: var(--text-dark);
  background-color: var(--hairline);
  border-radius: 2px;
}

.share__text {
  margin-left: 6px;
}

.share__link .icon {
  width: 1.2em;
  height: 1.2em;
  margin-top: -3px;
  fill: var(---color-text-dark);
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}

.share__link:hover .icon {
  opacity: 1;
}

.popout {
  position: relative;
}

.popout__toggle {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin: 10px 0;
  white-space: nowrap;
  padding: 9px 16px;
  background-image: none;
}
.popout__toggle .strong, .popout__toggle.strong {
  font-weight: var(---font-weight-accent-bold);
}
.popout__toggle:focus {
  box-shadow: none;
}

.popout__toggle .icon-arrow-down {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popout__toggle[aria-expanded=true] .icon-arrow-down {
  transform: rotate(180deg) translateY(2px);
}

.popout-list {
  background-color: var(--bg);
  border: 1px solid var(--border);
  bottom: 100%;
  position: absolute;
  visibility: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  min-height: 30px;
  max-height: 300px;
  z-index: 100;
  overflow-y: auto;
}

.popout-list--visible {
  visibility: visible;
}

.popout-list__item {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  text-align: left;
}

.popout-list__option {
  padding: 8px 15px 8px 15px;
  width: 100%;
  display: block;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  text-decoration: none;
}
.popout-list__option .strong, .popout-list__option.strong {
  font-weight: var(---font-weight-accent-bold);
}
.popout-list__option:hover {
  background-color: var(--hairline);
}

.popout .icon-arrow-down {
  width: 0.8em;
  margin-left: 4px;
  margin-top: -1px;
}

.popout-list__item--current .popout-list__option span {
  border-bottom: 1px solid var(--border);
}

.popout--footer {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.popout--footer .popout {
  padding-right: 10px;
}
.popout--footer .popout__toggle:focus {
  border: 1px solid var(--muted);
  box-shadow: 0 1px 4px var(--hairline);
}

.drawer__content {
  position: fixed;
  z-index: 20050;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 50vw;
  max-width: 600px;
  background: var(--bg);
  border-right: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
}
.drawer--visible .drawer__content {
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 479px) {
  .drawer__content {
    width: 95vw;
  }
}

.drawer__underlay {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.drawer--visible .drawer__underlay {
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}
.drawer--visible .drawer__underlay .drawer__underlay__fill {
  background: var(--bg);
  opacity: 0.6;
}
.drawer--visible .drawer__underlay .drawer__underlay__blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.drawer__underlay .drawer__underlay__blur,
.drawer__underlay .drawer__underlay__fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.3s ease 0.2s;
}

.drawer__inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer__close {
  height: var(--menu-height);
  border-radius: 0;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
  position: relative;
  color: var(--text-dark);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.drawer__close::before {
  content: "✕";
  right: 25px;
  top: calc(50% - 15px);
  position: absolute;
}
.drawer__close:hover, .drawer__close:focus {
  outline: none;
}

.drawer__content > *:not(.drawer__inner) {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.drawer--visible .drawer__content > *:not(.drawer__inner) {
  opacity: 1;
}

.search-bar {
  width: 100%;
  margin-bottom: 20px;
}

.result__title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-weight: var(---font-weight-body-bold);
  margin: 0 0 0.2em 0;
}

.result__description {
  margin: 0;
}

/* ============================================================================
  #Blogs and Comments
============================================================================== */
.blog__article {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 479px) {
  .blog__article {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.blog__article .share {
  padding-top: 16px;
  padding-bottom: 0px;
}

.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 192px 32px 32px 32px;
  margin-top: -32px;
  margin-left: -32px;
  width: calc(100% + 64px);
  position: relative;
  max-width: none;
  color: #FFF;
}
@media only screen and (max-width: 479px) {
  .blog__article-header-image {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
@media only screen and (max-width: 479px) {
  .blog__article-header-image {
    padding: 96px 16px 16px 16px;
  }
}
.blog__article-header-image a {
  color: #FFF;
}
.blog__article-header-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.blog__article--over-image {
  border: none;
  margin-top: -140px;
  background-color: #FFF;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog__article--over-image {
    margin-top: -100px;
  }
}

.article__card {
  margin-top: 32px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  --image-bottom: 5%;
}

.article__card__title {
  padding: 0 21.3333333333px;
}
@media only screen and (max-width: 767px) {
  .article__card__title {
    padding: 0 16px;
  }
}

.blog .article__card {
  margin-top: 0;
  margin-bottom: 32px;
}

.blog__article--image {
  position: relative;
  overflow: hidden;
  border: none;
}

.blog__article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  border: none;
}
.blog__article__overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.blog__article__content {
  margin-top: 16px;
}

.article__card .blog__article__content {
  margin: 0;
  min-height: 200px;
}

.blog__article--image .blog__article__content {
  display: table;
}
.blog__article--image .blog__article__content .blog__article__title {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  color: white;
}
.blog__article--image .blog__article__content .blog__article__title a {
  color: white;
}

.homepage-blog .blog__article--image .blog__article__content {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.blog__article header {
  margin-bottom: 32px;
}
.blog__article header .blog__article--light {
  opacity: 0.6;
}

.blog__article footer {
  margin-bottom: 32px;
}

.blog__sidebar {
  position: relative;
}

.template-article .blog__sidebar {
  position: relative;
  margin-top: 40px;
}

.blog__rss {
  position: absolute;
  top: 0;
  right: 0;
}
.blog__rss svg {
  fill: var(---color-text-dark);
}

.blog__comments {
  text-decoration: none;
}
.blog__comments em {
  color: var(---color-text-light);
}
.blog__comments:hover {
  text-decoration: underline;
}

.blog__tag {
  position: relative;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(9.44px * var(---font-adjust-accent) );
  border-radius: 2px;
  padding: 15px 15px 15px 20px;
  margin-bottom: 3px;
  display: inline-block;
}
.blog__tag .strong, .blog__tag.strong {
  font-weight: var(---font-weight-accent-bold);
}
.blog__tag:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  left: 8px;
  background-color: var(---color-bg);
}

.comment {
  margin-bottom: 32px;
}
.comment + .comment {
  border-top: 1px solid var(--hairline);
  padding-top: 32px;
}

.blog__sidebar__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(15.51022208px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.blog__sidebar__title .strong, .blog__sidebar__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

/* ================ Newsletter ================ */
.newsletter__contain {
  max-width: 400px;
  margin: 0 auto;
}

/* ================ Input Group ================ */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .input-group-field:first-child,
.input-group .input-group-button:first-child,
.input-group .input-group-button:first-child > .btn,
.input-group input[type=hidden]:first-child + .input-group-field,
.input-group input[type=hidden]:first-child + .input-group-button > .btn {
  border-radius: 2px 0 0 2px;
}
.input-group .input-group-field:last-child,
.input-group .input-group-button:last-child > .btn {
  border-radius: 2px;
}
.input-group input {
  /* Nasty Firefox hack for inputs http://davidwalsh.name/firefox-buttons */
}
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field,
.input-group-button {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .btn,
.input-group .input-group-field {
  height: 37px;
}

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}

.input-group-button {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

.input-group--inner-button {
  padding: 5px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background-color: var(--bg);
}
.input-group--inner-button .input-group-button {
  border-radius: var(--radius);
}
.input-group--inner-button input {
  border: none;
}
.input-group--inner-button input:active, .input-group--inner-button input:focus {
  border: none;
  box-shadow: none;
}

/* ============================================================================
  #Cart Page
============================================================================== */
.template-cart .main-content {
  min-height: var(--content-full);
}

.cart--empty {
  height: calc(50vh - var(--header-height));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.cart--empty .image-overlay {
  --bg: var(---color-text);
}

.cart__circle__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding-bottom: 20px;
  flex-direction: column;
}

.cart__circle {
  background-color: var(--bg);
  border-radius: 100%;
  width: 160px;
  height: 160px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-dark);
  transition: box-shadow linear 0.8s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
}
.cart__circle svg {
  transition: opacity linear 1.2s;
  opacity: 0.2;
  width: 3em;
  height: 3em;
}

.cart__continue__link {
  position: relative;
  text-decoration: none;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  text-align: center;
  margin: 0;
  padding-top: 1.5rem;
}
.cart__continue__link:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentColor;
  opacity: 0.25;
  transition: width 0.2s ease;
}
.cart__continue__link .strong, .cart__continue__link.strong {
  font-weight: var(---font-weight-accent-bold);
}
.cart__continue__link:after {
  right: initial;
  left: 0;
  width: 0;
  transition: width 0.9s ease;
  bottom: -4px;
  height: 3px;
}

.cart__circle__wrapper:hover svg {
  opacity: 1;
}
.cart__circle__wrapper:hover .cart__circle {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), 0 3px 16px rgba(0, 0, 0, 0.02);
}
.cart__circle__wrapper:hover .cart__continue__link:after {
  width: 100%;
}

.cart__row {
  position: relative;
}
.cart__row:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
.cart__row a {
  text-decoration: none;
}
.cart__row .js-qty {
  margin: 0;
}

.cart__body .cart__row {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.cart__body .cart__row:first-child {
  margin-top: 10px;
}
.cart__body .cart__row:last-child {
  padding-bottom: 32px;
}

.cart__body {
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}

.cart__heading {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.cart__heading .strong, .cart__heading.strong {
  font-weight: var(---font-weight-accent-bold);
}

.cart__return {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only 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;
  }
}
.cart__image {
  display: block;
}
.cart__image img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 479px) {
  .cart__image img {
    max-width: 85%;
    max-height: 85%;
  }
}

.cart__subtotal {
  margin: 0 0 0 10.6666666667px;
  display: inline;
}

.cart__mini-labels {
  display: block;
  margin: 10.6666666667px 0;
  font-size: calc(11.1392px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .cart__mini-labels {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .cart__mini-labels {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}
@media only screen and (min-width: 768px) {
  .cart__mini-labels {
    display: none;
  }
}

.cart__footer {
  text-align: right;
}

.cart__instructions__label {
  text-align: left;
}

.hidden-count {
  display: none;
}

.checkout__button {
  min-width: 300px;
}
@media only screen and (max-width: 479px) {
  .checkout__button {
    width: 100%;
    margin: 10px 0;
    padding: 22px 10px;
  }
}

.additional-checkout-buttons {
  margin: 20px 0;
  padding: 8px;
  background-color: var(---color-bg-accent);
  border: 1px solid var(--border);
  text-align: right;
  min-height: 68px;
}
@media only screen and (min-width: 480px) {
  .additional-checkout-buttons {
    padding: 12px;
  }
}

/* ============================================================================
  #Quantity Selectors
============================================================================== */
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 103px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-qty .js-qty__num {
  display: block;
  background: none;
  text-align: center;
  border: 1px solid var(--border);
  width: 100%;
  padding: 5px 30px;
  margin: 0;
}

.js-qty__adjust {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s ease-out;
}
.js-qty__adjust:hover, .js-qty__adjust:focus {
  color: var(---color-primary);
  outline: none;
}
.js-qty__adjust:active {
  color: var(---color-primary-hover);
  outline: none;
}

.js-qty__adjust--plus {
  right: 0;
}

.js-qty__adjust--minus {
  left: 0;
}

html.no-js .js-qty__adjust {
  display: none;
}

.cart__row .js-qty__num {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 7px 11px;
  margin: 0;
}

.vendor--hide .item__vendor {
  display: none;
}

.item__vendor {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(9.44px * var(---font-adjust-accent) );
  color: var(--text-light);
}
.item__vendor .strong, .item__vendor.strong {
  font-weight: var(---font-weight-accent-bold);
}

.notes--hide .cart__instructions {
  visibility: hidden;
}

.quantity--hide .cart__qty__th,
.quantity--hide .cart__line__qty {
  visibility: hidden;
}
.quantity--hide .quantity-selector {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cart__qty {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cart__row p {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

@media only screen and (max-width: 479px) {
  .cart__line__totals {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
}
.cart__line__qty {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.cart__footer__buttons {
  margin: 10px 0;
}

/* ================ Discounts ================ */
.item__price p {
  font-size: calc(13.144256px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .item__price p {
    font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .item__price p {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.item__price--unit {
  font-size: calc(11.1392px * var(---font-adjust-body));
  color: var(--text-light);
}
@media (min-width: 480px) {
  .item__price--unit {
    font-size: calc( ( 11.1392px + 0.768 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .item__price--unit {
    font-size: calc(11.9072px * var(---font-adjust-body));
  }
}

.item__price--sale {
  color: var(--muted);
  text-decoration: line-through;
}

.line--sale .item__price--aftersale {
  margin-left: 6px;
}

.line--discounted .item__price {
  color: var(---color-text-dark);
}

.line__discounts {
  color: var(---color-primary);
}

.cart__discounts svg {
  width: 0.9em;
  height: 0.9em;
  position: relative;
}
.cart__discounts svg path {
  stroke: var(--muted) !important;
  fill: none !important;
}

.item__total__savings {
  display: inline-block;
  background-color: var(---color-primary-fade);
  color: var(---color-primary);
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 0.25em;
}

.cart__icon--tags svg {
  width: 1em;
  height: 1em;
  position: relative;
}
.cart__icon--tags svg path {
  opacity: 0.75;
  stroke: var(---color-primary) !important;
  fill: none !important;
}

/* ================ Loading animation ================ */
.item--loadbar {
  height: 4px;
  width: 100%;
  position: absolute;
  top: -1px;
  overflow: hidden;
  background-color: var(--hairline);
}

.item--loadbar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 4px;
  background-color: var(---color-primary);
  animation: loadbar 2s linear infinite;
}

@keyframes loadbar {
  from {
    left: -300px;
    width: 30%;
    opacity: 0;
  }
  1% {
    left: -300px;
    width: 30%;
    opacity: 1;
  }
  50% {
    width: 33%;
  }
  70% {
    width: 66%;
  }
  80% {
    left: 60%;
  }
  95% {
    left: 120%;
    opacity: 1;
  }
  99% {
    left: 150%;
    opacity: 0;
  }
}
/* ================ Update animation ================ */
.cart__update {
  display: none;
}

.no--ajax .cart__update {
  display: inline-block;
  margin-right: 15px;
}

.cart__update__icon {
  display: none;
}
.cart__update__icon svg {
  position: relative;
  top: 0.2em;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}
.cart__update__icon svg.icon path {
  stroke: var(---color-primary);
  fill: none;
}

.heartBeat svg {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.cart--dirty .text-link {
  border-bottom: 1px solid var(---color-primary);
}
.cart--dirty .cart__update__icon {
  display: inline;
}

/* ============================================================================
  #Cart Drawer
============================================================================== */
.product-add-popdown {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  transform: translate3d(0, -100%, 0);
  color: var(---color-nav-text);
  background: var(---color-nav);
  border-bottom: 1px solid var(---color-nav-border);
}
.product-add-popdown.has-errors {
  position: static;
  width: 100%;
  padding: 10px 0 0 0;
  border-bottom: none;
  background: var(--bg);
}
.product-add-popdown.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
  transform: translate3d(0, 0, 0);
}

.product__popdown__textbar {
  text-align: center;
  background: var(---color-announcement-bg);
  color: var(---color-announcement-text);
}

.product__popdown__outer {
  width: 100%;
  height: 100%;
}

.product__popdown__inner {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__popdown__close,
.product__popdown__image,
.product__popdown__cart__wrapper {
  flex-grow: 1;
  flex-basis: 0;
}

.product__popdown__close {
  text-align: left;
}

.popdown__close__inner {
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
}

.product__popdown__image {
  display: flex;
  justify-content: center;
  padding: 0 25px;
}

.product__popdown__image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .product__popdown__image img {
    width: 60px;
    height: 60px;
  }
}

.product__popdown__added,
.product__popdown__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
  margin-bottom: 0;
}
.product__popdown__added .strong, .product__popdown__added.strong,
.product__popdown__title .strong,
.product__popdown__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

.product__popdown__title {
  font-weight: var(---font-weight-accent-bold);
}

.product__popdown__cart__wrapper {
  text-align: right;
}

.product__popdown__added {
  opacity: 0.8;
}

.product__add__drawer {
  width: 100%;
}

.product__add__image__container {
  min-height: 200px;
}

/* ============================================================================
  #Search popdown
============================================================================== */
.search-popdown {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  transform: translate3d(0, -100%, 0);
  --text: ---color-nav-text;
  --text-dark: ---color-nav-text;
  --text-light: ---color-nav-text;
  --bg: ---color-nav;
  --border: ---color-nav-border;
  color: var(---color-nav-text);
  background: var(---color-nav);
  border-bottom: 1px solid var(---color-nav-border);
}
.search-popdown.has-errors {
  position: static;
  width: 100%;
  padding: 10px 0 0 0;
  border-bottom: none;
  background: var(--bg);
}
.search-popdown.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
  transform: translate3d(0, 0, 0);
}

.search__popdown__upper {
  text-align: center;
  background: var(---color-announcement-bg);
  color: var(---color-announcement-text);
  height: var(--announcement-height);
}

.search__popdown__outer {
  width: 100%;
  height: 100%;
}

.search__popdown__main {
  width: 100%;
  height: var(--menu-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search__popdown__close {
  text-align: left;
  width: 80px;
  height: 100%;
}

.search__popdown__close__inner {
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.popdown__close__inner {
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
}

.search__popdown__form {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  text-align: right;
  margin: 0;
}
.search__popdown__form input {
  margin: 0;
  text-align: right;
  font-size: calc(15.51022208px * var(---font-adjust-body));
}
@media (min-width: 480px) {
  .search__popdown__form input {
    font-size: calc( ( 15.51022208px + 2.2124544 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
  }
}
@media (min-width: 1400px) {
  .search__popdown__form input {
    font-size: calc(17.72267648px * var(---font-adjust-body));
  }
}
.search__popdown__form input:focus, .search__popdown__form input:active {
  box-shadow: none;
}

.search__popdown__form__button {
  padding: 0 15px;
}

/* ============================================================================
  #Customer Accounts
============================================================================== */
.full__page__form__wrapper {
  background: var(--hairline);
  min-height: var(--content-full);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .full__page__form__wrapper .wrapper, .full__page__form__wrapper .wrapper--full, .full__page__form__wrapper .grandparent:not(.grandparent--all-images) .header__dropdown__wrapper, .grandparent:not(.grandparent--all-images) .full__page__form__wrapper .header__dropdown__wrapper {
    padding: 0;
  }
}

.shopify-challenge__container {
  min-height: var(--content-full);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shopify-challenge__message {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  text-align: center;
  opacity: 0.75;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.shopify-challenge__message .strong, .shopify-challenge__message.strong {
  font-weight: var(---font-weight-accent-bold);
}
.shopify-challenge__message::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}

.shopify-challenge__button {
  padding: 1.6rem 1.4rem;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
}
.shopify-challenge__button .strong, .shopify-challenge__button.strong {
  font-weight: var(---font-weight-accent-bold);
}

.full__page__form {
  background-color: var(---color-bg);
  padding: 3rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 479px) {
  .full__page__form {
    padding: 1rem;
  }
}
.full__page__form form {
  margin: 0;
  padding: 0;
}

.account__form__title {
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(13.144256px * var(---font-adjust-accent) );
  font-weight: var(---font-weight-accent-bold);
  color: var(--text-dark);
  text-align: center;
  opacity: 0.75;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.account__form__title .strong, .account__form__title.strong {
  font-weight: var(---font-weight-accent-bold);
}
.account__form__title::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}

.account__form__title--guest {
  margin-top: 64px;
}

.order__item--original {
  color: var(--muted);
  text-decoration: line-through;
}

.order__table tr {
  border-bottom: 1px solid var(--border);
}

@media only screen and (max-width: 479px) {
  .order__table tbody tr {
    border-bottom: 2px solid var(---color-text-dark) !important;
  }

  .order__table td {
    padding: 10px 0 !important;
  }
}
/* ================ Account page headers ================ */
.account-header {
  margin-bottom: 21.3333333333px;
}

@media only screen and (min-width: 768px) {
  .account-header {
    display: table;
    width: 100%;
  }

  .account-header__title {
    margin-bottom: 12.8px;
  }

  .account-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .account-header__left h1,
.account-header__left h2,
.account-header__left h3,
.account-header__left h4,
.account-header__left .h1,
.account-header__left .h2,
.account-header__left .h3,
.account-header__left .h4 {
    margin-bottom: 0;
  }

  .account-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .account-header__right {
    margin-bottom: 32px;
  }
}
/* ============================================================================
  #Password Page
============================================================================== */
.template-password {
  height: var(--content-min);
  text-align: center;
}

.password-section {
  width: 100vw;
  height: 100vh;
}

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: var(---color-text-dark);
  background-color: var(---color-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(---color-text-dark);
}
.password__wrapper .password__footer__inner {
  color: #FFF;
}
.password__wrapper a {
  color: inherit;
}

.password__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 32px;
}
@media only screen and (max-width: 479px) {
  .password__main__inner {
    padding: 10.6666666667px 10.6666666667px;
  }
}
@media only screen and (min-width: 480px) {
  .password__main__inner {
    padding: 10.6666666667px 32px;
  }
}

.password__box {
  background-color: var(---color-bg);
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .password__box {
    padding: 32px 32px;
  }
}
@media only screen and (min-width: 480px) {
  .password__box {
    padding: 32px 0;
  }
}

.template-password .input-group--inner-button {
  border: 1px solid var(---color-a5);
}

.storefront-password-form {
  margin-top: 32px;
}

.password__hero {
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  letter-spacing: var(---font-heading-space);
  text-transform: var(---font-heading-caps);
  font-size: calc(35.4836308732px * var(---font-adjust-heading));
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 480px) {
  .password__hero {
    font-size: calc( ( 35.4836308732px + 12.415591523 * (100vw - 480px) / 920 ) * var(---font-adjust-heading) );
  }
}
@media (min-width: 1400px) {
  .password__hero {
    font-size: calc(47.8992223962px * var(---font-adjust-heading));
  }
}
.password__hero .logo {
  max-width: 100%;
  max-height: 200px;
}

.password__message {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 120%;
}
.password__message img {
  max-width: 100%;
}

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto;
}

.password__login-form {
  text-align: center;
  padding: 64px 32px;
}

.password__login-form,
.password__box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.password__login-form,
.password__signup-form {
  background-color: var(---color-bg);
}
@media only screen and (min-width: 480px) {
  .password__login-form,
.password__signup-form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.password__login-form .input-group,
.password__signup-form .input-group {
  width: 100%;
}
.password__login-form .errors ul,
.password__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0;
}

.password__signup-form {
  padding-top: 32px;
}

.password__signup-form__heading {
  margin-bottom: 0.8em;
}

.password__social-sharing {
  margin-top: 32px;
}

.password__social-sharing__heading {
  margin-bottom: 0;
}

.admin-login {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 95%;
}
.admin-login a {
  text-decoration: none;
}

.password__footer {
  display: table-row;
  height: 1px;
}

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 32px;
  line-height: 1.5em;
  font-size: 95%;
  color: var(---color-footer-text);
}
.password__footer__inner a {
  text-decoration: none;
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .password__footer__inner a {
    display: block;
    margin-top: 16px;
  }
}

/* ================ Product Media ================ */
.product__media__wrapper {
  margin-bottom: calc(var(--gutter) * 2);
}

.product__slides {
  position: relative;
  font-size: 0;
  overflow-y: hidden;
}
.product__slides .slick-slide {
  overflow: hidden;
}

html.js .product__slides:not(.slick-initialized) > .product__media:not(:first-child) {
  display: none;
}

.media__contain {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 0;
  position: relative;
}

.shopify-model-viewer-ui,
model-viewer,
.media__contain .plyr--video,
.media__contain > video,
.media__contain > iframe {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  max-width: 100%;
  /* IE FIX */
  min-width: 100%;
  min-height: 100%;
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}

.btn--ar {
  width: 100%;
  position: relative;
  margin-top: 10px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

[data-shopify-xr-hidden] {
  width: 0px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  [data-shopify-xr-hidden] {
    display: none;
  }
}

.btn--ar .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: transparent;
  margin-right: 4px;
}
.btn--ar .icon path {
  fill: inherit;
  stroke: inherit;
}
.btn--ar .icon path.icon-media-model-outline {
  stroke: none;
  fill: none;
}
.btn--ar .icon path.icon-media-model-square {
  stroke: none;
  fill: none;
}
.btn--ar .icon path.icon-media-model-element {
  fill: currenColor;
  opacity: 1;
}

.product-single__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
}

.thumb--video,
.thumb--model {
  position: relative;
}

/* zoom button over product image -- additional styles in pswp */
.media__zoom__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: none;
  color: var(--bg);
  padding: 1em;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product__media:hover .media__zoom__icon {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .media__zoom__icon {
    opacity: 1;
  }
}
.media__zoom__icon svg {
  width: 30px;
  height: auto;
  filter: drop-shadow(0px 0px 0.5px rgba(0, 0, 0, 0.2));
}

.pswp__counter {
  color: var(--text-light);
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11.1392px * var(---font-adjust-accent) );
}
.pswp__counter .strong, .pswp__counter.strong {
  font-weight: var(---font-weight-accent-bold);
}

.pswp--zoom-allowed .pswp__img {
  cursor: var(---url-zoom) 0 0, zoom-in;
  cursor: -webkit-image-set(var(---url-zoom) 1x, var(---url-zoom-2x) 2x), zoom-in;
}

/* removes media players from the tabindex when they are hidden */
body.focus-enabled .slick-slide:not(.slick-current) .plyr,
body.focus-enabled .slick-slide:not(.slick-current) model-viewer,
body.focus-enabled .slick-slide:not(.slick-current) .shopify-model-viewer-ui,
body.focus-enabled .slick-slide:not(.slick-current) .media__contain iframe {
  display: none;
}

.plyr.plyr--full-ui.plyr--video {
  color: var(---color-text-dark);
  background-color: transparent;
  /* Fullscreen */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* Fallback for unsupported browsers */
}
body:not(.focus-enabled) .plyr.plyr--full-ui.plyr--video {
  outline: none;
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-color: var(---color_video_bg);
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #FFFFFF;
  border-color: var(---color-a5);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: var(---color-a50);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #FFFFFF;
  border-color: var(---color-a5);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(---value, 0), var(---color-a50) var(---value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: var(---color-a50);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: var(---color-a50);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(---color-a20);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(---color-text-dark);
  color: #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, var(---color-a50) 25%, transparent 25%, transparent 50%, var(---color-a50) 50%, var(---color-a50) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #FFFFFF;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(---color-text-dark);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(---value, 0), rgba(255, 255, 255, 0.6) var(---value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/*! ============ Add any custom styles below this line ================== */
    
/* === UNOFFICIAL / BIKE.CO COLOURS 

green: #007E4D; 
red: #C50000; 
yellow:#FECC04; 
blk: #000; 
blk-50%: #808080; 
white: #FFF; 
    
===*/ 
    
  
/* -------- U/O GLOBAL / RANDOM -------- */
    
.bob-lyrics {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}
    
.bob {
  font-size: 13px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #fff;
}
    
.menu__icon {
  width: 32px;
  height: 26px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
    
.icon-play {
  fill: #FECC04;
}
    
.uo-hide {
  visibility: hidden;
}
    
.h5--body {
  font-family: var(---font-stack-accent);
  font-weight: lighter !important;
}
  
@media only screen and (max-width: 767px) {   
  .double__block--unofficial {
   padding-left: 30px;
  }
}
    
.btn--outline {
  border-color: #FECC04;
}
    
.btn--outline:hover{
  border-color: #FECC04;
}
    
.btn {
  background-color: #FECC04;
}
    
.btn:hover {
  opacity: 0.98;
  background-color: #FECC04;
}

/* -------- U/O 404 -------- */
  
.not-found { /* H1 accessibility - aria-hidden not working - do not ammen margin */
 visibility: hidden;
 margin-bottom: -2rem;
}
    
.search-404 {
  margin-top: 2.5rem; 
}
    
.bg-404 {
  background-image: url('https://cdn.shopify.com/s/files/1/0508/8506/6906/files/unicorn-rainbow.jpg?v=1619053202'); 
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 80%;
  padding-bottom: 150px;
}
      

.btn--404-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 2rem;
}
    
.btn--404 {
  background: #007E4D;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 2rem;
}
    
.btn--404:hover {
  background: #007E4D;
  color: #ffffff;
  opacity: 0.8;
}
    
.btn--404-home {
  background: #C50000;
  color: #ffffff;
   text-transform: uppercase;
  margin-left: 2rem;
}
  
    
.btn--404-home:hover {
  background: #C50000;
  color:#ffffff;
   text-transform: uppercase;
  opacity: 0.8;
}
  
    
/* -------- U/O GLOBAL SECTION TITLES -------- */
    
h2.home__subtitle {
  font-size: calc(22px * var(---font-adjust-accent) );
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
       
.spacer--home {
   content:'';
   padding-bottom: 50px;
}
    
.spacer {
  padding-top: 10px;
}
    
h2.home__subtitle::after {
  opacity: 0.75;
  background: #007E4D;
}

h1.title--overlay {
  color: #FECC04;
}
    
/* -------- U/O HEADER -------- */
    
    
/* -- Nav -- */   
    
.navlink--toplevel .navtext,
    .navlink--child .navtext {
  font-weight: bold !important;
}
    
.navlink--grandchild .navtext {
   font-weight: lighter !important;
}
    
    
/* --------- U/O FOOTER -------- */    
    
.hr--footer {
  width: 50%;
  background: rgb(254,204,4, 0.75);
}
    

footer .hr--underline {
  border-top: 1px solid rgb(254,204,4, 1);
}
    
.footer--quicklinks {
  font-weight: regular;
}
    
.footer__title,
.footer-bold {
  font-weight: bold;
  color: #fff;
}
    
.footer__flex {
  display: flex;
}
    
.footer-social {
  display: flex;
  justify-content: flex-start;
}
    
.footer-secondary {
  display: flex;
  justify-content: flex-end;
}
    
     
.footer-logo-border {
  border-top: 6px solid #007E4D;
  background-color: #FECC04;
  height: 18px;
  width: 100%;
  border-bottom: 6px solid #C50000;
}
    
.footer-logo {
  margin-top:80px;
}

.index-logos-margin { /* rids of white space between logos banner and product page / footer - do not remove */
  content:'';
  margin-bottom: -89px;
}        

/* -- U/O Announcement Bar -- */

.search__popdown__upper,   
.announcement__wrapper {
  color: #000;
  background-color: #007E4D;
  background-image: linear-gradient(
      to right, 
      #007E4D, 
      #FECC04, 
      #C50000
    );
}

.announcement__main,
.announcement__more {
  color: #000000;
}

.announcement__divider {
  border-left: 1px solid #000000;
}
     

/* -------- U/O HOME PAGE SECTIONS -------- */
    
/* -- Video Section -- */ 
    
@media only screen and (max-width: 767px) {
  
  #shopify-section-index-video h1.title--overlay {
    font-size: 22px;
  }
  
}
    
#shopify-section-index-video h1.title--overlay {
  max-width: 70%
}
    
      

/* -- Collection Section -- */
    
.homepage-collection--white {
  background-color: #fff;
  color: #C50000 !important;
}
    
.homepage-collection--white::after {
  background-color: #FECC04;
  opacity: 1;
}
    
.homepage-collection--white .grid__title {
  color: #000;
}
    
.homepage-collection--white .price_wrapper {
  color: #007E4D;
}
    
/* -- Image with Text Section Black Background -- */
    
#shopify-section-161189967338ecfb05 .home__subtitle::after {
  background-color: #FECC04;
  opacity: 1;
}
    
#shopify-section-161189967338ecfb05 a.btn--outline {
  border-color: #FECC04;
}

/* -- Product Section - White Background -- */
    
.shopify-section .homepage-product {
  background: #fff;
}
    
/* -- Blog Homepage Section -- */
    
.homepage-blog .grid {
  margin-top: 25px;
}
      
.homepage-blog p,
.homepage-blog h3 {
  text-align: left;
}
   
    
.homepage-blog h3 {
  font-size: 24px;
  color: #fff;
}
    
.homepage-blog .text-link {
  color: #FECC04;
}
    
.home__subtitle::after {
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  opacity: 1;
}
    
/* -- ICONS -- */
    
.icon-lion,
.icon-brakes,
.icon-appointment,
.icon-thumbsup,
.icon-skis,
.icon-mountain,
.icon-boot {
  fill: #FECC04;
  width: 50px;
  height: 50px;
}
     
.icon-rock-on {
  fill: #007E4D; 
}

.icon-bike {
  fill: #C50000; 
}
    

    
/* -------- U/O PRODUCT PAGES -------- */
   
.product-page {
  color: #000;
}
  
.js-qty__num {
  color: #808080;
}
  
  
.product__title {
  color: #007E4D;
}
  
.variant__countdown {
  color: #808080;
  text-transform: uppercase;
}
  
.js-qty__adjust--minus {
  color: #C50000;
}
  
.js-qty__adjust--plus {
  color: #007E4D;
}
  
.btn--add-to-cart {
  color: #000; 
}
    
.select__fieldset .select__label {
  color: #C50000;
}
    
.product__price {
  color:#000;
}
    
.product-tabs p,
.product-tabs li {
  font-size: 14px !important;
}
    
.product-tabs h4 {
  font-size: 18px !important;
  color: #007E4D;
  margin-top: 1em !important;
}
    
.product-tabs table tr {
  border-bottom: 1px solid #FECC04;
}
    
.tab-content p {
  color: #000;
}
    
ul.tabs {
  background: #000;
  color: #fff;
  padding: 15px 20px !important;
  width: 100%;
}
    
.tab-content {
  padding: 10px;
}
   
    
.border-bottom-link {
  font-size: 20px;
}
    
/* -- related products section on product page -- */
  
.related__wrapper h2.home__subtitle {
  color: #000; 
}
  
.related__wrapper .home__subtitle::after {
  background: #C50000; 
}
    
.related__wrapper .grid__title {
  color: #007E4D;
}
    
.related__wrapper .price {
  color: #808080;
}
    
.product__form__select {
  border-color: #FECC04;
}
    
/* -- tab content -- */
    
ul.tabs li {
  color: #FFFFFF;
  text-transform: uppercase;
}

ul.tabs li:hover {
  color: #808080;
  
}
    
ul.tabs li.current{
  color: #FECC04;
}
    

.page__template-dark--bg {
  background-color: #fff;
  color: #000;
}
    
/* -------- U/O FIELDSETS -------- */   
    
.select__label,
.product__form__select {
  color: #000;
}
    
/* -------- U/O COLLECTIONS -------- */   
    
.collection {
  background: #fff;
  color: #000;
}
    
@media (max-width: 768px) {
  .collection {
    color: #FFF;
  }
}
    
    
.grid__title {
  color: #007E4D;
}
    
.price_wrapper {
  color: #808080;
}
    
.checkbox-border {
  stroke: #C50000;
}
    
.checkbox-core:active {
  fill: #C50000;
}
    
.sidebar__item--active > .icon-box .checkbox-core {
  fill: #007E4D !important;
}
    
.collection__nav {
  background:#C50000;
}
      
    
.popout-list {
  background: #C50000;
}
    
.popout-list__item {
  color: #fff;
}
    
.collection__heading--below {
  color: #007E4D;
}
  
  
    
/* --------- U/O SPECS ZOE / applies to product-tabs.liquid -------- */ 
    
 
.specs {
  display: block;

	color: #000000;
    letter-spacing: 1px;
    font-size: calc(12px * var(---font-adjust-accent) );
    margin: -120px 10px 0;
}
    
@media (max-width: 768px) {
  .specs {
    overflow-x: scroll;
    }
}
    
    
.specs table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border-bottom: none;
  padding: 0 10px;

} 
  
.specs td th {
  border: none;
  width: auto;
  padding: 0;
}
    
.specs td:nth-child(1) {
  opacity: 1;
  font-weight: bold;
  text-transform: uppercase;
}
    
.specs td:nth-child(2),
.specs td:nth-child(3) {
  opacity: .7;
}
    
.specs tr {
  border-bottom: 1px solid rgb(254,204,4,.5);
}
    
.specs h4 {
  margin: 1.5rem;
}
    
.specs .tabs {
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.2rem 1rem;
  margin: 0;
  line-height: 0;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: calc(13.144256px * var(---font-adjust-body));
  background-color: #000;
  color: #fff;
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
  @media (min-width: 480px) {
    .specs .tabs {
      font-size: calc( ( 13.144256px + 1.382528 * (100vw - 480px) / 920 ) * var(---font-adjust-body) );
    }
  }
    
  @media (min-width: 1400px) {
    .specs .tabs {
      font-size: calc(14.526784px * var(---font-adjust-body));
    }
  }
   
}


/* --------- U/O ABOUT PAGE -------- */
  

.spacer-about {
  content:'';
}
  
#shopify-section-story-text-2 {
    margin: 25px 0;
 }
  
#about .btn--outline {
  border-color: #FECC04;
}
  
#shopify-section-story-text .section--image {
  display: none;
}
  
@media (min-width: 481px) {
  
  #shopify-section-story-text .section--image {
    display: inline;
  }
}

  
/* --------- U/O SERVICES PAGE -------- */ 
  
  
/* Custom HTML */
  

.banner--custom-html {
  width: 100%;
  height: 325px;
  margin-bottom: 45px;
  background-image:url('https://cdn.shopify.com/s/files/1/0508/8506/6906/files/lion-icon.png?v=1617825204');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right bottom;
}
  
.banner--custom-html_content {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 40px;
  padding: 0 20px;
}
  
.banner--custom-html_content h4 {
   width: 100%; 
   margin-bottom: -10px;
   margin-top: 50px;
   text-transform: none;
   font-weight: bold;
}
 
.banner--btns {
  margin-left: -30px;
}

  
.btn--banner {
   background: #C50000;
   color: #ffffff;
   text-transform: uppercase;
   margin-left: 2rem;
   margin-top: 2rem;
  	font-family: var(---font-stack-accent);
}
  
    
.btn--banner:hover {
  background: rgba(197, 0, 0, 0.8);
  color:#fff;
  text-transform: uppercase;
}
  
  
@media (min-width: 768px) {
  
  .banner--custom-html_content {
    margin-top: 40px;
    width: 100%;
    padding: 0 10px;
  }
  
  .banner--custom-html_content h4 {
    width: 60%;
    font-weight: normal;
   }
  
  .banner--custom-html {
    margin-top: 80px;
   	background-position: 100%;
  	background-size: contain;
  }
  
  .btn--banner {
    margin-top:50px;
  }
}
  
  
/* Services Slideshow */
  
.content--overlay {
  color: #fff;
}
  
/* Services Doubles */
  
h2.services__subtitle {
  color:#FECC04;
}
  
  
  
#dropdown-2f2726784aeb5007ffe770ab766b3ecf .grid__title {
 color: #FECC04;
    
}
 
/* --------- U/O CONTACT -------- */ 
  
#shopify-section-location-pemberton-hero .section--image,
#shopify-section-location-whistler-hero .section--image {
  padding-top: 150px;
}
  
#pemberton-store-bike-co-ski-and-cycle h1,
#whistler-store-bike-co-ski-and-cycle h1{
	color:#FFF;
}
  
  
  
#whistler-store .home__subtitle,
#pemberton-store .home__subtitle {
  color: #FECC04;
}
  
#shopify-section-location-whistler .btn--outline,
#shopify-section-location-pemberton .btn--outline  {
   border-color: #FECC04;
}



/* --------- INSTA FEED  -------- */ 
  

#insta-feed h2 {
  color: #FFF;
}
  
@media (min-width: 768px) {
    
  	#insta-feed h2 {
    text-align: left;
    padding-left: 50px;
    padding-top: 50px;
    color: #FFF;
  }

    #insta-feed {
    padding-left: 25px;
    padding-right: 25px;
  }

}
 

/* --------- U/O ACCOUNT AREAS -------- */ 
 
/* Login */
  
.full__page__form__wrapper {
  background-image: url('https://cdn.shopify.com/s/files/1/0508/8506/6906/files/lion-icon.png?v=1617825204');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30%;
}
  
/* Create Account */
  
#create-account .full__page__form__wrapper {
  padding-top: 25px;
  padding-bottom: 75px;
}

#account .text-link::after {
  background-color: #007E4D;
  opacity:1;
}

.uo_account--title {
  color: #FECC04;
}
  
#addresses .btn--outline {
  border-color: #FECC04;
}
  
.hr--uo {
  border-color: #007E4D;
}
  
.uo--fulfillment {
  background-color: #007E4D;
  padding: 15px;
}
  


  
/* --------- U/O LEGAL PAGES -------- */ 
  

#shipping-policy .shopify-policy__container {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 960px; 
}
  
#privacy-policy .shopify-policy__container {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 960px; 
}

#refund-returns-warranty .shopify-policy__container {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 960px; 
}
  
  
#terms-of-service .shopify-policy__container {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 960px; 
}
   

/* --------- U/O BLOG -------- */ 
  
.blog__article .h3 {
  color: #FECC04;
  width: 100%;
}
  
.blog__article .blog__article--light {
  color: #007E4D;
}

.blog__sidebar__title {
  color: #FECC04;
}
  
.rte a{
  color: #C50000;
}

  
/* --------- U/O CART -------- */ 

.cart__continue__link::after,
.text-link.uppercase::after {
  background-image: linear-gradient(to right, #007E4D , #FECC04, #C50000);
  opacity:1;
}
  

/* ---- U/O Video- Pipeline supprt code -----*/
  
/* Set z-index for video section */
.background__video__cover{ z-index: 1; }
.video-autoplay-wrapper{ z-index: 2; }
.homepage-video .image-overlay{z-index: 3;}
/* end */
  

/* ---- U/O BIKE BRAND PAGES -----*/
  
.brand-disclaimer {
  display: flex;
  flex-wrap: wrap;
  width: 675px; 
  justify-content: center;
  align-items: center;
}

.banner-brands-border {
  margin-top: 1px;
}
  
      
#brand-bikes .background-size-cover {
  background-color: #FFFFFF;
  background-size: 80%;
  background-repeat: no-repeat;  	
}
  
#brand-bikes--logo .background-size-cover {
  background-color: #000000;
  background-size: 80%;
  background-repeat: no-repeat;  	
  
}
  
#brand-bikes--logo .home__subtitle::after {
  background: #FECC04;
}
  
#shopify-section-brand-bike-collection-list .homepage-collection-grid {
  background: #FFFFFF;
}   
  

/* ---- U/O BRAND LOGO SLIDER -----*/

#brand-slider.slick-slide img {
    display: block;
    text-align: center;
    margin: auto;
}
  
    
/* -------- U/O LOGO SECTION FOOTER SPACING -------- */

#shopify-section-index-logos {
      padding: 25px 0;
    }

    
/* -- logo slick slider -- */
    
.slick-slide img {
    display: block;
    text-align: center;
    margin: auto;
}

/* --------- U/O Slick Slider Logos -------- */   
  
.slider-container--logos {
position: relative;
margin-top: 10px;
left: 0;
height: 100%;
width:100%;
}

.slider-custom--logos {
 width: 850px;
 margin-left: auto;
 margin-right: auto;
 display: block;
 height: 80px;
}

.slick-slide--logos {
 width: 170px;
 padding-left: 10px;
 padding-right: 10px;
}
  
/* --------- FREE SHIPPING BAR APP -------- */   

  #fsb_bar {
    text-align: right !important;
    padding: 10px 0 !important;
    font-weight: bold;
  }

  
  .template-index #fsb_bar {
    display: none;
  }
