.top-banner{width:100%;background-color:#2e2e2e;display:flex;justify-content:center;align-items:center;position:relative;top:0;z-index:999;padding:5px 0}.top-banner .top-banner__content{max-width:960px;margin:0 auto;padding:0 10px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr;grid-column-gap:50px;grid-row-gap:0px;justify-content:center;align-items:center}.top-banner .top-banner__image{grid-area:1/1/2/2}.top-banner .top-banner__image img{max-width:92px;max-height:92px}.top-banner .top-banner__text{grid-area:1/2/2/3;font-weight:700;font-size:16px;color:#fff}.top-banner .top-banner__button{grid-area:1/3/2/4}.top-banner .top-banner__button .button{color:#fff}.top-banner--no-image .top-banner__content{grid-template-columns:1fr auto}.top-banner--no-image .top-banner__text{grid-area:1/1/2/2}.top-banner--no-image .top-banner__button{grid-area:1/2/2/3}@media screen and (max-width:782px){.top-banner .top-banner__content{grid-template-columns:auto 1fr;grid-template-rows:repeat(2,auto);grid-column-gap:12px;grid-row-gap:2px;padding:6px 10px}.top-banner .top-banner__image{grid-area:1/1/3/2}.top-banner .top-banner__image img{max-width:48px;max-height:48px}.top-banner .top-banner__text{grid-area:1/2/2/3;justify-self:end;font-size:13px;line-height:1.3;text-align:right;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.top-banner .top-banner__button{grid-area:2/2/3/3;justify-self:end}.top-banner .top-banner__button .button{padding:4px 12px;font-size:13px}.top-banner--no-image .top-banner__content{grid-template-columns:1fr}.top-banner--no-image .top-banner__text{grid-area:1/1/2/2}.top-banner--no-image .top-banner__button{grid-area:2/1/3/2}}.top-banner .top-banner__image--rotating{position:relative;width:92px;height:92px}.top-banner .top-banner__image--rotating .top-banner__image-slide{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;opacity:0;transition:opacity .4s ease}.top-banner .top-banner__image--rotating .top-banner__image-slide--active{opacity:1}@media screen and (max-width:782px){.top-banner .top-banner__image--rotating{width:48px;height:48px}}@media (prefers-reduced-motion:reduce){.top-banner .top-banner__image--rotating .top-banner__image-slide{transition:none}}.bb-mobile-panel-wrapper{height:100vh !important}