/*
===========================================================
-- DO NOT EDIT!!!----------------------------------------
-- THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN --
===========================================================
*/
.marquee-section{padding:5px 0;overflow:hidden;background-color:var(--section-background-color)}.marquee-section--text-large{padding:16px 0}@media screen and (min-width: 1025px){.marquee-section--text-large{padding:23px 0}}.marquee-section__marquee{display:flex;position:relative;z-index:1;align-items:center;justify-content:flex-start;width:100%}.marquee-section__marquee:hover .marquee-section__marquee-content,.marquee-section__marquee:focus .marquee-section__marquee-content,.marquee-section__marquee:focus-within .marquee-section__marquee-content{animation-play-state:paused}@media screen and (prefers-reduced-motion){.marquee-section__marquee{animation-play-state:paused}}.marquee-section__marquee-content{display:flex;flex-shrink:0;align-items:center;justify-content:flex-start;transform:translateX(0%);animation:marquee-section var(--marquee-speed, 8s) linear infinite;animation-play-state:running;will-change:transform;animation-direction:var(--marquee-direction)}.marquee-section__marquee-block{display:flex;flex-direction:column;flex-shrink:0;align-self:stretch;justify-content:space-between}.marquee-section__text{display:block;flex-shrink:0;margin-right:10px;color:var(--section-text-color);font-family:"Sharp Grotesk Book 19",helvetica,arial,sans-serif;font-size:1.8rem;line-height:3.2rem}.marquee-section--font-bold .marquee-section__text{font-family:"Sharp Grotesk Medium 23",helvetica,arial,sans-serif}.marquee-section--text-large .marquee-section__text{font-size:2.4rem;line-height:3.2rem}@media screen and (min-width: 1025px){.marquee-section--text-large .marquee-section__text{font-size:3.2rem;line-height:4rem}}.marquee-section__divider{margin-right:10px}.marquee-section__divider--arrow{color:var(--section-text-color);font-family:"Sharp Grotesk Book 19",helvetica,arial,sans-serif;font-size:1.8rem;line-height:3.2rem}.marquee-section--font-bold .marquee-section__divider--arrow{font-family:"Sharp Grotesk Medium 23",helvetica,arial,sans-serif}.marquee-section--text-large .marquee-section__divider--arrow{font-size:2.4rem;line-height:3.2rem}@media screen and (min-width: 1025px){.marquee-section--text-large .marquee-section__divider--arrow{font-size:3.2rem;line-height:4rem}}.marquee-section__divider--icon{width:auto;height:18px}@media screen and (min-width: 1025px){.marquee-section__divider--icon{height:24px}}.marquee-section--text-large .marquee-section__divider--icon{height:24px}@media screen and (min-width: 1025px){.marquee-section--text-large .marquee-section__divider--icon{height:40px}}.marquee-section__divider--svg svg{width:18px;vertical-align:middle}.marquee-section--text-large .marquee-section__divider--svg svg{width:24px;height:24px}@media screen and (min-width: 1025px){.marquee-section--text-large .marquee-section__divider--svg svg{width:36px;height:36px}}.marquee-section__divider--svg path{stroke:var(--section-text-color)}@keyframes marquee-section{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}