/*
Generated time: December 2, 2025 15:12
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.
*/
.scrolling_content{display:flex;align-items:center;overflow:hidden}.marquee-with-text{position:relative}.marquee-text-function{font-size:14px;transition:all .5s ease;white-space:nowrap;display:flex;align-items:center;font-family:var(--font-body-family);text-align:center;line-height:1.2}.marquee-with-text:hover .marquee-text-function{animation-play-state:paused!important}@keyframes left-right{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes right-left{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@media screen and (max-width:991px){.scrolling_content .marquee_wrap{padding:0 30px!important}}@media screen and (max-width:575px){.scrolling_content .marquee_wrap{padding:0 20px!important}}