.cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip {
  position: relative;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #2aa1b9;
}

.cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-track {
  width: max-content;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: cc_g7b5bzkn_YuSjy2PgbR_vic-marquee-strip-scroll 30s linear infinite;
  will-change: transform;
}

.cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  font-family: var(--font-label);
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-separator {
  font-size: 12px;
  opacity: 0.72;
}

@keyframes cc_g7b5bzkn_YuSjy2PgbR_vic-marquee-strip-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip {
    height: 46px;
  }

  .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-group {
    gap: 22px;
    padding-right: 22px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-track {
    width: 100%;
    animation: none;
    will-change: auto;
  }

  .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-group {
    width: 100%;
    justify-content: center;
    padding: 0 20px;
  }

  .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-group span:nth-child(n + 2), .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-group + .vic-marquee-strip-group {
    display: none;
  }

  .cc_g7b5bzkn_YuSjy2PgbR .vic-marquee-strip-group span:first-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
