.marquee{background-color:var(--marquee-background-color,#f9423a);overflow:hidden;padding:21px 0 15px}@media screen and (min-width:1025px){.marquee{padding:35px 0 33px}}@media screen and (max-width:749px){.address-expanded .marquee,.template-order .marquee{display:none}}.marquee__content{align-items:center;display:flex;justify-content:flex-start;width:100%}.marquee__content:hover>a,.marquee__content:hover>span{animation-play-state:paused}.marquee__content>a,.marquee__content>span{animation:marquee var(--marquee-speed,8s) linear infinite;animation-play-state:running;color:var(--marquee-text-color,#fff);display:block;font-family:SofiaPro-Regular,helvetica,arial,sans-serif;font-size:2.4rem;letter-spacing:.1rem;line-height:3.2rem;text-transform:uppercase;transform:translateX(0);white-space:nowrap;will-change:transform}.marquee__content svg{display:inline-block;margin-right:16px;position:relative;top:-2px;vertical-align:middle;width:18px}@media screen and (min-width:750px){.marquee__content svg{margin-right:30px;top:0}}.marquee__content svg:last-of-type{margin:0 16px}@media screen and (min-width:750px){.marquee__content svg:last-of-type{margin:0 36px}}.marquee__content svg path{fill:var(--marquee-text-color,#fff)}@keyframes marquee{0%{transform:translateX(-100%)}to{transform:translateX(0)}}
