/*
Generated time: July 3, 2025 09:11
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.marqueee{display:flex;align-items:center;overflow:hidden;justify-content:center}.scrolling--item{display:flex;align-items:center}.scrolling--item.scrolling--animated{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--speed, 30s);animation-play-state:running;width:max-content;will-change:transform,width;animation-name:var(--scroll-direction)}.announcement_content{display:flex;align-items:center}.announcement-bar__link.link--text{display:flex;align-items:center}@supports (-webkit-text-stroke:0.1rem rgba(var(--color-foreground))){.announcement__text_stroke{color:#0000;-webkit-text-stroke-color:rgba(var(--color-button),1);-webkit-text-stroke-width:0.6px}}@keyframes scrolling-left{0%{transform:translateZ(0)}100%{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0)}100%{transform:translateZ(0)}}span.announcement__text_inner.text{display:flex;align-items:center;gap:20px;font-family:var(--font-body-family)}@media screen and (hover:hover){.announcement_area:hover .scrolling--animated{animation-play-state:paused}}