/** Shopify CDN: Minification failed

Line 102:10 Unexpected "{"
Line 102:19 Expected ":"

**/
.video-section.page-width {
  margin-top: 0;
  margin-bottom: 0;
}

.video-section__media {
  position: relative;
  padding-bottom: 56.25%;
}

.video-section__media.deferred-media {
  overflow: visible;
}

.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}

.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}

.video-section__poster,
.video-section__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-section__media video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-section__heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

.video-section__heading.left {
  text-align: left;
}

.video-section__heading.center {
  text-align: center;
}

.video-section__media-wrapper {
  position: relative;
}

video-preview-player {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

video-preview-player .video-section__preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

video-preview-player .video-section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

video-preview-player .video-section__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.section-{{ section.id }}-padding .video-section.page-width {
  margin-top: 0;
  margin-bottom: 0;
}