.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:700;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}}@media (max-width:768px){.hs-ticker,.hs-ticker+*,.hs_cos_wrapper:has(.hs-ticker),.row-fluid-wrapper:has(.hs-ticker),.row-fluid:has(.hs-ticker),.span12:has(.hs-ticker){display:block!important;visibility:visible!important}.hs-ticker{display:flex!important}}