.footerWrapper{position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;z-index:10;max-height:50vh;background:var(--global-color-header-background);box-shadow:0 5px 15px 0 #0c0e1c}.footerWrapper.notActiveZIndex{z-index:unset}.footerWrapper.active{box-shadow:none}.footerContent{position:relative;z-index:1}.secondaryItems{position:fixed;width:100%;display:flex;flex-direction:column;overflow-y:hidden;transition:var(--global-transition);bottom:0;box-shadow:0 5px 15px 0 #0c0e1c;background:var(--global-color-header-background);transform:translateY(100%)}.secondaryItems.active{position:absolute;transform:translateY(-74px)}.footerWrapper.pwa{bottom:30px}.footerFade{position:fixed;bottom:0;z-index:999;height:30px;width:100%;box-shadow:0 0 10px var(--global-color-header-background);background:var(--global-color-header-background)}.footerMenuIcon{display:flex;justify-content:center;align-items:center;width:100%;text-align:center;align-self:center;overflow:hidden}.footerMenuIcon .sports-header-link{overflow:hidden}.footerMenuIcon .header-link,.footerSport{display:block}.footerSport{color:var(--global-color-main-text_primary);font-size:12px;margin-top:4px;font-weight:600;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footerIconsDiv{row-gap:12px;column-gap:4px;justify-content:space-between;padding:14px 4px;background:var(--global-color-header-background)}.footerIconsDiv.grid{display:grid;grid-template-columns:repeat(7,1fr)}.footerIconsDiv.flex{display:flex}.footerLineWrapper{position:absolute;padding:3px 20px 10px;left:50%;transform:translateX(-50%);cursor:pointer}.footerLine{width:75px;height:2px;border-radius:6px;background:var(--global-color-header-icons)}@media (max-width:600px){.footerIconsDiv.grid{display:grid;grid-template-columns:repeat(5,1fr)}}