.marquee {
  width: 100%;
  height: 44px;
  background-image: url('https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342230/assets/cdfc130bebe39605e6c566bbe28ded15.ticker_BR_dark.png');
  background-repeat: repeat-x;
  background-size: 563px 44px;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -563px 0;
  }
}

.underline-image-white {
  position: relative;
  display: inline-block;
}

.underline-image-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 20px;
  background-image: url("https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342208/assets/14114a0506c6816c3c90bd47960947ab.Vector.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.underline-image-black {
  position: relative;
  display: inline-block;
}

.underline-image-black::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 18px;
  background-image: url("https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342208/assets/3685ff8a19040f366c68e84f846192f2.Vector-1-.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.circle-highlight {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 0;
}

.circle-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342208/assets/03e7a53bfa2711368e76d655c3439517.Highlight.png") no-repeat center;
  background-size: 100% 100%;
  transform: scale(1.25, 1.25);
  transform-origin: center;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  pointer-events: none;
}

.circle-highlight-purple {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 0;
}

.circle-highlight-purple::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342208/assets/0ac87d5346aacf7b0d6622739b0a0a15.Highlight-1-.png") no-repeat center;
  background-size: 100% 100%;
  transform: scale(1.35, 1.35);
  transform-origin: center;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  pointer-events: none;
}

.circle-highlight-gold {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 0;
}

.circle-highlight-gold::before {
  content: "";
  position: absolute;
  margin-left: 10px;
  margin-right: 10px;
  inset: 0;
  background: url("https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342208/assets/feebb73a86259fe196ab3f9bda2d4e27.Highlight-2-.png") no-repeat center;
  background-size: 100% 100%;
  transform: scale(1.25, 1.25);
  transform-origin: center;
  z-index: -1;
  pointer-events: none;
}

.circle-highlight-md {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.circle-highlight-md::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459342208/assets/a214cca342e61f0676e16de173da7527.Highlight-1-.png") no-repeat center;
  background-size: 100% 100%;
  transform: scale(1.25, 1.25);
  transform-origin: center;
  z-index: -1;
  pointer-events: none;
}