.elementor .e-774fa1c-0017325{width:100%;height:40px;overflow:hidden;position:static;scroll-margin-top:0px;padding:0px;margin:0px;background-color:#ff000000;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;align-self:stretch;selector {
width: 100% !important;
height: 40px !important;
background: #A00012 !important;
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
display: block !important;
position: relative !important;
align-self: stretch !important;
}

selector .aldo-ticker {
width: 100%;
height: 40px;
overflow: hidden;
display: flex;
align-items: center;
}

selector .aldo-ticker-track {
display: flex;
width: max-content;
animation: aldoTickerMove 28s linear infinite;
}

selector .aldo-ticker-track span {
display: inline-block;
white-space: nowrap;
color: #ffffff;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
line-height: 40px;
padding-right: 48px;
}

@keyframes aldoTickerMove {
from {
  transform: translateX(0);
}

to {
  transform: translateX(-33.33%);
}
}

@media (max-width: 767px) {
selector {
  height: 32px !important;
}

selector .aldo-ticker {
  height: 32px;
}

selector .aldo-ticker-track span {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 32px;
  padding-right: 32px;
}

selector .aldo-ticker-track {
  animation-duration: 20s;
}
}\n}