.hero {
  padding-top: 24px;
  padding-bottom: 96px;
}
@media (max-width: 767.98px) {
  .hero {
    padding-bottom: 48px;
  }
}
.hero .hero-title {
  margin-bottom: 24px;
  color: #0C0C0C;
}
@media (max-width: 767.98px) {
  .hero .hero-title {
    margin-bottom: 12px;
  }
}
.hero .hero-title span {
  color: #EE0000;
}
@media (max-width: 767.98px) {
  .hero .hero-title span {
    display: block;
  }
}
.hero video {
  border-radius: 24px;
  aspect-ratio: 21/9;
}
.hero .cat-list {
  gap: 12px;
  margin-bottom: 72px;
}
@media (max-width: 767.98px) {
  .hero .cat-list {
    margin-bottom: 48px;
  }
}
.hero .cat-list a {
  background: #F0F0F0;
  padding: 12px 18px;
  border-radius: 24px;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .hero .cat-list a {
    font-size: 13px;
  }
}
.hero .cat-list a:hover {
  color: #FFFFFF;
  background: #EE0000;
}

.hero-video-wrapper {
  width: 100%;
  position: relative;
  aspect-ratio: 21/9;
  border-radius: 24px;
  overflow: hidden;
}
.hero-video-wrapper .hero-video {
  width: 100%;
  aspect-ratio: 64/27;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}
.hero-video-wrapper .video-play-button {
  width: 108px;
  height: 108px;
  background: url("../../img/play-outline.svg") no-repeat center center;
  background-size: cover;
  border: none;
}
@media (max-width: 767.98px) {
  .hero-video-wrapper .video-play-button {
    width: 60px;
    height: 60px;
  }
}

/*# sourceMappingURL=hero.css.map */
