.scroller__inner{padding-block:1rem;display:flex;flex-wrap:wrap;gap:1rem}.scroller[data-animated=true]{overflow:hidden}.scroller[data-animated=true] .scroller__inner{width:max-content;flex-wrap:nowrap;animation:scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite}.scroller[data-direction=right]{--_animation-direction: reverse}.scroller[data-direction=left]{--_animation-direction: forwards}.scroller[data-speed=fast]{--_animation-duration: 20s}.scroller[data-speed=slow]{--_animation-duration: 30s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.transfer-group{overflow:hidden}.header{display:flex;align-items:center;width:100%;text-align:left;cursor:pointer}.chevron{transition:transform .25s ease-in-out}.chevron.expanded{transform:rotate(180deg)}.content-wrapper{transition:height .25s ease-in-out;overflow:hidden}.content{padding-top:16px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input[type=submit],input[type=reset]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.errorBanner{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:1em;font-variation-settings:"slnt" 0}
