
.section--frame ticker-block {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.section--frame .section__ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.section--frame .section__ticker ul {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  user-select: none;
}

.section--frame .section__ticker[data-href] {
  cursor: pointer;
}

.section--frame .ticker-wrapper {
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
}

.section--frame .ticker-wrapper > * {
  flex-shrink: 0;
}

.section--frame .ticker-wrapper__slide {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
  user-select: none;
  white-space: nowrap;
}
