/*
===========================================================
-- DO NOT EDIT!!!----------------------------------------
-- THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN --
===========================================================
*/
.press-bar{position:relative;padding:36px 0;overflow:hidden;background-color:var(--section-background-color)}@media screen and (min-width: 1025px){.press-bar{padding:56px 0 40px}}.press-bar__background{position:absolute;top:0;left:0;width:100%;height:100%}.press-bar__background img{width:100%;height:100%;object-fit:cover;object-position:center}.press-bar__marquee{display:flex;position:relative;z-index:1;align-items:center;justify-content:flex-start;width:100%}.press-bar__marquee:hover .press-bar__marquee-content,.press-bar__marquee:focus .press-bar__marquee-content,.press-bar__marquee:focus-within .press-bar__marquee-content{animation-play-state:paused}.press-bar__marquee-content{display:flex;flex-shrink:0;align-items:center;justify-content:flex-start;transform:translateX(0%);animation:press-marquee var(--marquee-speed, 8s) linear infinite;animation-play-state:running;will-change:transform;animation-direction:var(--marquee-direction)}.press-bar__marquee-block{display:flex;flex-direction:column;flex-shrink:0;align-self:stretch;justify-content:space-between;max-width:246px;margin-right:72px}@media screen and (min-width: 1025px){.press-bar__marquee-block{max-width:360px}}.press-bar__marquee-block-copy{color:var(--section-text-color);font-family:"Sharp Grotesk Book 23",helvetica,arial,sans-serif;font-size:1.2rem;line-height:1.4rem}@media screen and (min-width: 1025px){.press-bar__marquee-block-copy{font-size:1.4rem;line-height:1.8rem}}.press-bar__marquee-logo{width:var(--logo-width)}@keyframes press-marquee{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}