@keyframes scroll-certificates{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll-certificates{animation:scroll-certificates 40s linear infinite;width:-moz-max-content;width:max-content}.animate-scroll-certificates:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-scroll-left,.animate-scroll-right{display:flex;width:-moz-max-content;width:max-content;animation-iteration-count:infinite;animation-timing-function:linear}.animate-scroll-left{animation-name:scroll-left}.animate-scroll-right{animation-name:scroll-right}