<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-scroller{overflow:hidden}.image-scroller .text{max-width:450px}.image-scroller .wrapper{display:flex;flex-direction:row;flex-wrap:nowrap}.image-scroller .images{display:inline-flex;flex-direction:row;flex-wrap:nowrap;animation-name:scroller;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused}.image-scroller .image{flex:0 0 auto;padding:0px 5px}.image-scroller img{height:300px}.image-scroller .wrapper.animate-hover:hover .images,.image-scroller .wrapper.animate-endless .images{animation-play-state:running}@keyframes scroller{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}</pre></body></html>