.hs-ticker{align-items:center;background-color:#1a1a1a;box-sizing:border-box;display:flex;font-family:inherit;min-height:44px;width:100%}.hs-ticker__overflow{overflow:hidden;width:100%}.hs-ticker__track{animation:hs-ticker-scroll linear infinite;animation-duration:var(--hs-ticker-duration,30s);display:flex;width:max-content}.hs-ticker__inner{display:flex;padding:10px 0}.hs-ticker__inner,.hs-ticker__item{align-items:center;white-space:nowrap}.hs-ticker__item{font-size:14px;font-weight:0;line-height:1.4;padding:0 4px}.hs-ticker__item,.hs-ticker__sep{display:inline-flex;flex-shrink:0}.hs-ticker__sep{align-items:center;color:#999;font-size:12px;padding:0 12px}.hs-ticker__link{color:inherit;text-decoration:underline;text-underline-offset:3px}.hs-ticker__link:hover{opacity:.8}@keyframes hs-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hs-ticker__carousel{height:44px;overflow:hidden;position:relative;width:100%}.hs-ticker__slide{align-items:center;display:flex;font-size:14px;font-weight:700;inset:0;justify-content:center;padding:0 24px;pointer-events:none;position:absolute;text-align:center;transform:translateX(100%);transition:transform .5s cubic-bezier(.4,0,.2,1)}.hs-ticker__slide.is-active{pointer-events:auto;transform:translateX(0)}.hs-ticker__slide.is-exiting{transform:translateX(-100%)}@media (max-width:768px){.hs-ticker__item{font-size:12px}.hs-ticker__sep{font-size:10px;padding:0 8px}.hs-ticker__carousel{height:40px}.hs-ticker__slide{font-size:12px;padding:0 16px}}.site-header.hs-ticker-sticky-active{position:sticky!important;top:0!important;z-index:999!important}.body-wrapper,.body-wrapper>div{overflow:clip!important}