@keyframes rotateGraphic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes revealText {
  from {
    clip-path: inset(-20% 100% -20% 0);
  }
  to {
    clip-path: inset(-20% 0 -20% 0);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes autoplayLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.video-block-set-title {
  text-align: center;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .video-block-set-title {
    margin: 0 auto 1.5rem;
  }
}

video-block-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  video-block-set {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
video-block-set .item {
  position: relative;
}
video-block-set .item a {
  position: relative;
  display: block;
  border-radius: 0.375rem;
  overflow: hidden;
}
video-block-set .item a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: var(--colorGrey);
}
@media screen and (max-width: 768px) {
  video-block-set .item a .img {
    padding-bottom: 62.37288136%;
  }
}
video-block-set .item a .img .vimeo-holder--option {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  bottom: -0.125rem;
  right: -0.125rem;
}
video-block-set .item a .img .vimeo-holder--option iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  size: 250%;
}
video-block-set .item a .img img {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.01);
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
video-block-set .item a .img .play-icon svg {
  width: 4.375rem;
  height: 4.375rem;
}
video-block-set .item a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 1.75rem 1.25rem 1.75rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.71%, rgba(0, 0, 0, 0.75) 100%);
  display: grid;
  align-items: center;
  pointer-events: none;
}
video-block-set .item a .text span {
  color: #fff;
  text-align: center;
  display: block;
}

video-block-set[data-count="1"] {
  grid-template-columns: 1fr;
  margin: 0 auto;
}
video-block-set[data-count="1"] .item {
  max-width: 50rem;
}
video-block-set[data-count="1"] .item a .img {
  padding-bottom: 62.37288136%;
}
video-block-set[data-count="1"] .item a .img .play-icon svg {
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (max-width: 768px) {
  video-block-set[data-count="1"] .item a .img .play-icon svg {
    width: 4.375rem;
    height: 4.375rem;
  }
}
video-block-set[data-count="1"] .item a .text {
  padding: 5rem 1.75rem 1.75rem 1.75rem;
}

.sub-main video-block-set[data-count="1"] .item {
  max-width: 100%;
}

video-block-set[data-count="3"] {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 768px) {
  video-block-set[data-count="3"] {
    grid-template-columns: 1fr;
  }
}
video-block-set[data-count="3"] video-block-set-item:nth-child(1) {
  grid-row-end: span 2;
}
video-block-set[data-count="3"] video-block-set-item:nth-child(1) .item {
  height: 100%;
}
video-block-set[data-count="3"] video-block-set-item:nth-child(1) .item a {
  height: 100%;
}
video-block-set[data-count="3"] video-block-set-item:nth-child(1) .item a .img {
  padding-bottom: initial;
  height: 100%;
}
@media screen and (max-width: 768px) {
  video-block-set[data-count="3"] video-block-set-item:nth-child(1) .item a .img {
    padding-bottom: 62.37288136%;
  }
}
video-block-set[data-count="3"] video-block-set-item:nth-child(2) .item a .img, video-block-set[data-count="3"] video-block-set-item:nth-child(3) .item a .img {
  padding-bottom: 62.37288136%;
}
video-block-set[data-count="3"] video-block-set-item:nth-child(2) .item a .img .play-icon svg, video-block-set[data-count="3"] video-block-set-item:nth-child(3) .item a .img .play-icon svg {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (max-width: 768px) {
  video-block-set[data-count="3"] video-block-set-item:nth-child(2) .item a .img .play-icon svg, video-block-set[data-count="3"] video-block-set-item:nth-child(3) .item a .img .play-icon svg {
    width: 4.375rem;
    height: 4.375rem;
  }
}
video-block-set[data-count="3"] video-block-set-item:nth-child(2) .item a .text, video-block-set[data-count="3"] video-block-set-item:nth-child(3) .item a .text {
  display: none;
}
@media screen and (max-width: 768px) {
  video-block-set[data-count="3"] video-block-set-item:nth-child(2) .item a .text, video-block-set[data-count="3"] video-block-set-item:nth-child(3) .item a .text {
    display: block;
  }
}
