.cc_ejH44EQYFN_category_stories .hp-category-stories {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.cc_ejH44EQYFN_category_stories .hp-category-stories::before, .cc_ejH44EQYFN_category_stories .hp-category-stories::after {
  display: none !important;
  content: none !important;
}

.cc_ejH44EQYFN_category_stories .hp-category-stories__viewport {
  width: 100%;
  padding-inline: var(--hp-stories-padding, 32px);
  overflow: hidden;
  background: transparent !important;
}

.cc_ejH44EQYFN_category_stories .hp-category-stories__rail {
  display: flex;
  align-items: flex-start;
  width: max-content;
  gap: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  will-change: transform;
}

.cc_ejH44EQYFN_category_stories .hp-category-stories__group {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  width: max-content;
  gap: var(--hp-stories-gap, 48px);
  padding-inline-end: var(--hp-stories-gap, 48px);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.cc_ejH44EQYFN_category_stories .hp-category-stories__rail--animated {
  animation: cc_ejH44EQYFN_category_stories_hp-category-stories-scroll var(--hp-stories-duration, 28s) linear infinite;
}

.cc_ejH44EQYFN_category_stories .hp-category-stories__rail--pause-on-hover:hover {
  animation-play-state: paused;
}

@keyframes cc_ejH44EQYFN_category_stories_hp-category-stories-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--hp-stories-cycle-width)), 0, 0);
  }
}

@media (max-width: 767px) {
  .cc_ejH44EQYFN_category_stories .hp-category-stories {
    padding-block: 16px;
  }

  .cc_ejH44EQYFN_category_stories .hp-category-stories__viewport {
    padding-inline: min(var(--hp-stories-padding, 32px), 16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_ejH44EQYFN_category_stories .hp-category-stories__viewport {
    overflow-x: auto;
  }

  .cc_ejH44EQYFN_category_stories .hp-category-stories__rail--animated {
    animation: none;
  }

  .cc_ejH44EQYFN_category_stories .hp-category-stories__rail--animated .hp-category-stories__group[aria-hidden="true"] {
    display: none;
  }
}
