/*
Generated time: January 6, 2026 20:07
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.
*/
@keyframes sliding-text{0%{transform:translateX(0);-webkit-transform:translateX(0)}100%{transform:translateX(-100%);-webkit-transform:translateX(-100%)}}.sliding-text{overflow:hidden;display:block}.sliding-item{gap:var(--sliding-item-gap);padding-right:var(--sliding-item-gap);-webkit-text-size-adjust:100%}@media only screen and (min-width:768px){.sliding-item{gap:var(--sm-sliding-item-gap);padding-right:var(--sm-sliding-item-gap)}}.sliding-container{visibility:visible;white-space:nowrap;display:flex}.sliding-container .the-text{position:relative}.sliding-container a .the-text::after{content:'';position:absolute;height:1px;bottom:-3px;left:0;width:0;background:var(--color-outlines)}@keyframes underline-scroll-text{0%{width:0;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}.sliding-container a:hover .the-text::after{animation:underline-scroll-text 1s ease-in-out both}.sliding-container>*{animation:sliding-text 0s linear infinite;display:inline-flex}.sliding-container.pause-on-hover:hover>*,.sliding-container:focus-within>*{animation-play-state:paused}html:not(.theme-editor) section:not(.section-in-view) .sliding-container>*{animation-play-state:paused!important}@media (prefers-reduced-motion:reduce){.sliding-container{display:block;padding-left:.5rem;padding-right:.5rem;text-align:center;white-space:normal}@media only screen and (min-width:1024px){.sliding-container{padding-left:1rem;padding-right:1rem}}.sliding-container>*{display:none}.sliding-container :first-child{display:inline}}.text-with-image{--gap:1rem;--sm-gap:1rem;display:flex;gap:var(--gap);align-items:center}.text-with-image img{min-width:var(--image-width);width:var(--image-width)}@media only screen and (min-width:768px){.text-with-image{gap:var(--sm-gap)}.text-with-image img{min-width:var(--sm-image-width);width:var(--sm-image-width)}}.overlay-open .sliding-item,.sticky-header-show .toolbar .sliding-item{animation-play-state:paused}