/** Shopify CDN: Minification failed

Line 318:0 Expected "}" to go with "{"

**/
.full-width-video-slide {
  position: relative;
}
.iframe-poster-image img {
  height: 100%;
  width: 100%;
}
.full-width-video-slide.iframe-video-slide {
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.full-width-video-slide.iframe-video-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-poster-image {
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.video-slide-pause-button a svg {
  background: var(--color-white);
  padding: 8px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}
.video-slide-pause-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.video-slide-pause-button .video-play {
  display: none;
}
.video-slide-pause-button-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.video-slide-pause-button-placeholder .video-play {
  display: flex;
}
.video-slide-pause-button-placeholder a svg {
  background: var(--color-white);
  padding: 8px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}
.swiper-slideshow-section .swiper-container {
  width: 100%;
}
.swiper-slideshow-section .swiper-wrapper {
  aspect-ratio: 17 / 7;
}
.swiper-slideshow-section .full-width-video-slide iframe {
  width: 100%;
  aspect-ratio: 17 / 7;
  border: none;
}
.swiper-wrapper .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: var(--color-body-bg);
  overflow: hidden;
}
.swiper-wrapper .slide-image {
  width: 100%;
}
.swiper-wrapper .slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: var(--color-white);
  z-index: 100;
  text-transform: uppercase;
  font-weight: normal;
  display: none;
}
.swiper-slideshow-section {
  width: 100%;
}
.video-slide-audio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 14%;
  margin: auto;
  right: 1%;
}
.video-slide-audio-button a {
  background: var(--color-white);
  padding: 5px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-body-text);
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .swiper-wrapper .slide-title {
    font-size: 7vw;
    max-width: none;
  }
  .video-slideshow .slideshow-navigation,
  .video-slideshow .video-slide-pause-button {
    display: none;
  }
}
.swiper-wrapper .slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}
.video-slideshow {
  position: relative;
}
.swiper-slideshow-pagination {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
}
.swiper-slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.swiper-slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.swiper-slideshow-pagination-item:hover,
.swiper-slideshow-pagination-item:focus {
  cursor: pointer;
}
.swiper-slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.swiper-slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.swiper-slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.slideshow-navigation-button {
  position: absolute;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s ease;
  color: var(--color-white);
}
.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}
.swiper-slideshow-pagination .pagination-number {
  font-size: 1.8rem;
  color: var(--color-white);
  padding: 0 0.5rem;
}
.swiper-slideshow-pagination .pagination-separator {
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
.slide-image.iframe-video-slide-played {
  height: 100%;
}
.slide-image.iframe-video-slide-played .iframe-video-slide {
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.slide-image.iframe-video-slide-played .video-slide-pause-button {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .swiper-slideshow-pagination .pagination-separator {
    display: block;
  }
}
.swiper-slideshow-pagination .pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transform-origin: 0 0;
}
@media only screen and (min-width: 1023px) {
  .swiper-slideshow-pagination {
    bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-slideshow-pagination,
  .slideshow-navigation {
    position: relative;
    bottom: 0;
    float: left;
    display: flex;
    justify-content: start;
  }
  .slideshow-navigation-button {
    position: relative;
  }
  .slideshow-navigation {
    width: 24%;
  }
  .swiper-slideshow-pagination {
    width: 76%;
    padding-top: 2px;
  }
  .swiper-slideshow-pagination .pagination-number {
    color: var(--color-body-text);
  }
  .swiper-slideshow-pagination-item .pagination-number {
    opacity: 0.7;
  }
  .swiper-slideshow-pagination .pagination-separator {
    background: rgb(0 0 0 / 34%);
  }
  .swiper-slideshow-pagination .pagination-separator-loader {
    background: var(--color-body-text);
  }
  .swiper-slideshow-pagination .pagination-separator {
    width: 14px;
  }
  .video-slide-pause-button a svg {
    width: 44px;
    height: 44px;
    fill: #000080 !important;
  }
  .full-width-video-slide.iframe-video-slide .video-slide-pause-button {
    display: flex !important;
  }
  .slide-image.iframe-video-slide-played .video-slide-pause-button {
    display: none !important;
  }
  .video-slide-audio-button a {
    padding: 3px;
    width: 36px;
    height: 36px;
    fill: #000080 !important;    
  }
  .video-slide-audio-button a svg {
    width: 24px;
    height: 24px;
    fill: #000080 !important;
}
