@charset "UTF-8";.littering-newsticker{overflow:hidden;white-space:nowrap;width:100%;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center}.littering-newsticker:hover .littering-newsticker__items{animation-play-state:paused}.littering-newsticker__items{display:flex;flex-wrap:nowrap;flex-direction:row;animation:lipo-ticker-scroll var(--animation_speed,60s) linear infinite;color:var(--e-global-color-secondary);font-family:"Inter",sans-serif;font-size:20px;font-weight:400;text-transform:uppercase}.littering-newsticker__items__item{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center}.littering-newsticker__items__item:after{content:"//";margin-left:10px;margin-right:10px}@keyframes lipo-ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}selector .e-con{--container-max-width:767px !important}