/* =========================================================
   16) MARQUEE BAND
   ========================================================= */

.canalla-marquee-band,
.canalla-marquee-band .section_wrapper,
.canalla-marquee-band .mcb-wrap-inner,
.canalla-marquee-band .column_attr,
.canalla-marquee-band .mfn-html-inner-wrapper {
  background: var(--canalla-color-white) !important;
}

.canalla-marquee-band {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 46px 0 0 0;
  margin-left: -50vw;
  padding: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.canalla-marquee-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: canallaMarqueeLoop 32s linear infinite;
}

.canalla-marquee-item,
.canalla-marquee-sep {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  font-family: var(--canalla-font-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #16181c;
}

.canalla-marquee-sep {
  padding: 0 12px;
  opacity: 0.7;
}
