.s-youtube {
  --padding-left: calc(
    2 * var(--grid-column-width) + 2 * var(--grid-gutter-width)
  );
  position: relative;
  z-index: 2;
  margin: var(--section-spacing) 0;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .s-youtube {
    --padding-left: calc(
      1.5 * var(--grid-column-width) + 0.5 * var(--grid-gutter-width)
    );
  }
}
@media only screen and (max-width: 767px) {
  .s-youtube {
    --padding-left: calc(
      1 * var(--grid-column-width) + 0 * var(--grid-gutter-width)
    );
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-youtube {
    --padding-left: calc(var(--container-offset) * 0.5);
    margin: var(--section-spacing-sm) 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-youtube .u-container {
    width: 100%;
    max-width: none;
  }
}
.s-youtube .s__wrapper {
  padding: 2rem 0 3.125rem;
  background: var(--color-brand-2);
}
@media only screen and (max-width: 767px) {
  .s-youtube .s__wrapper {
    border-radius: 0 0 2.2223rem 2.2223rem;
  }
}
.s-youtube .s__text {
  margin: 0 0 0 var(--padding-left);
  max-width: 28.8333em;
}
.s-youtube .s__videos {
  position: relative;
  margin: 2rem 0 0;
  overflow: hidden;
  will-change: transform;
}
.s-youtube .s__videos-slider {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0 calc(0 * var(--grid-column-width) + 1 * var(--grid-gutter-width)) 0
    var(--padding-left);
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .s-youtube .s__videos-slider {
    padding-right: calc(
      0 * var(--grid-column-width) + 2 * var(--grid-gutter-width)
    );
  }
}
.s-youtube .s__videos-slider.is-dragging .sb__link {
  pointer-events: none;
}
.s-youtube .s__videos-slider.is-dragging .sb__cover img {
  scale: 0.9;
}
.s-youtube .sb-video {
  --delay: 0.5s;
  position: relative;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 calc(0 * var(--grid-column-width) + 2 * var(--grid-gutter-width)) 0
    0;
  width: calc(4 * var(--grid-column-width) + 3 * var(--grid-gutter-width));
  translate: calc(var(--progress) * var(--move) * 0.2px) 0 !important;
  will-change: transform;
}
@media only screen and (max-width: 1280px) {
  .s-youtube .sb-video {
    margin-right: calc(
      0 * var(--grid-column-width) + 3 * var(--grid-gutter-width)
    );
    width: calc(
      4.5 * var(--grid-column-width) + 3.5 * var(--grid-gutter-width)
    );
  }
}
@media only screen and (max-width: 987px) {
  .s-youtube .sb-video {
    margin-right: calc(
      0 * var(--grid-column-width) + 4 * var(--grid-gutter-width)
    );
    width: calc(6 * var(--grid-column-width) + 5 * var(--grid-gutter-width));
  }
}
@media only screen and (max-width: 767px) {
  .s-youtube .sb-video {
    width: calc(10 * var(--grid-column-width) + 9 * var(--grid-gutter-width));
  }
}
.s-youtube .sb-video:last-child {
  margin-right: 0;
}
.s-youtube .sb-video .sb__figure {
  margin: 0;
  padding: 0;
}
.s-youtube .sb-video .sb__cover {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.s-youtube .sb-video .sb__cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: scale 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: scale, translate;
}
.s-youtube .sb-video .sb__cover__inner {
  position: relative;
  z-index: 1;
  will-change: transform;
}
.s-youtube .sb-video .sb__cover__inner:before {
  display: block;
  padding-top: 56%;
  content: "";
}
.s-youtube .sb-video .sb__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-brand-3);
  transform-origin: 0 50%;
  will-change: transform;
}
.s-youtube .sb-video .sb__mask:before,
.s-youtube .sb-video .sb__mask:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-brand-8);
  transform: scaleY(0);
  content: "";
}
.s-youtube .sb-video .sb__mask:after {
  background: var(--color-brand-2);
}
.s-youtube .sb-video .sb__link:hover .a-play:after {
  clip-path: circle(50% at 50% 50%);
  scale: 1;
}
.s-youtube .sb-video .a-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}
.s-youtube .sb-video .sb__caption {
  padding: 0.75em 1.25rem 0;
  will-change: transform;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-youtube .sb-video .sb__caption {
    font-size: var(--font-size-t-sm);
  }
}
.s-youtube .sb-video:nth-child(1) {
  --delay: 0.65s;
}
.s-youtube .sb-video:nth-child(2) {
  --delay: 0.8s;
}
.s-youtube .sb-video:nth-child(3) {
  --delay: 0.95s;
}
.s-youtube .sb-video:nth-child(4) {
  --delay: 1.1s;
}
.s-youtube .sb-video:nth-child(5) {
  --delay: 1.25s;
}
.s-youtube .sb-video:nth-child(6) {
  --delay: 1.4s;
}
.s-youtube .sb-video:nth-child(7) {
  --delay: 1.55s;
}
.s-youtube .sb-video:nth-child(8) {
  --delay: 1.7s;
}
.s-youtube .sb-video:nth-child(9) {
  --delay: 1.85s;
}
.s-youtube .sb-video:nth-child(10) {
  --delay: 2s;
}
.s-youtube .s__cta {
  margin: 2.5rem 0 0;
  text-align: center;
}
