.scrolltable__next:before,.scrolltable__prev:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:ek-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.scrolltable{--scrolltable-nav-backgroundcolor:#fff;--scrolltable-btn-foregroundcolor:#191919;margin-bottom:100px;margin-top:100px}.scrolltable table{margin-bottom:0;margin-top:0}.scrolltable__inner{overflow:hidden}.scrolltable__scroller{display:flex;flex-direction:row;margin-bottom:-20px;padding-bottom:20px;position:relative}.scrolltable--scroll{max-width:100%}.scrolltable--scroll .scrolltable__scroller{-webkit-overflow-scrolling:touch;overflow-x:auto}.scrolltable--scroll .scrolltable__controls{display:block;pointer-events:auto}.scrolltable__scroller-inner{flex-grow:1;flex-shrink:0}.scrolltable__scroller-inner table tr td:first-of-type{font-weight:700}.scrolltable__controls{background:var(--scrolltable-nav-backgroundcolor);bottom:0;display:none;padding-bottom:16px;pointer-events:none;position:-webkit-sticky;position:sticky;width:100%;z-index:1}.scrolltable__buttons{display:flex;flex-direction:row;gap:16px;height:24px;margin-top:24px;position:relative;width:100%}.scrolltable__next,.scrolltable__prev{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid;border-radius:24px;color:var(--scrolltable-btn-foregroundcolor);display:inline-flex;flex-direction:column;height:24px;justify-content:center;position:relative;width:45px}.scrolltable__next i,.scrolltable__prev i{display:none}.scrolltable__next:before,.scrolltable__prev:before{font-size:24px;margin-block:-1px}.is--inactive.scrolltable__next,.is--inactive.scrolltable__prev{--scrolltable-btn-foregroundcolor:#b4b4be;cursor:auto;pointer-events:none}.scrolltable__prev{left:0}.scrolltable__prev:before{transform:scaleX(-1)}.scrolltable__progressbar{background-color:rgba(25,25,25,.2);display:flex;flex-direction:row;height:3px;position:static}.scrolltable__progressbar-indicator{background-color:#191919;border-radius:0;display:flex;flex-basis:33.33333%;flex-direction:column;font-size:1px;height:3px;line-height:1;max-width:33.33333%;outline:none!important;position:relative;width:100%}