:export{primary:#be1e2d;primaryLight:rgba(190,30,45,.251);primaryHover:#98111e;primaryBackground:rgba(190,30,45,.051);primaryBackgroundHover:rgba(190,30,45,.102);primaryCheckboxHover:rgba(190,30,45,.149);secondary:#f7941d;tertiary:#fff200;success:#11b364;warning:#f79009;error:#f04438;information:#1363ff;neutral:#6c757d;black:#000;zBlack:#202020;white:#fff;offWhite:#f8f9fa}.tab-container{display:flex;position:relative;border-radius:5rem;width:auto;max-width:100%;background-color:#fff;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-container::-webkit-scrollbar{display:none}.tab-container.tab-dark{background-color:#f8f9fa}.tab-container .tab{border:none;outline:none;cursor:pointer;background-color:transparent;color:rgba(32,32,32,.5);position:relative;z-index:1;transition:color .3s;height:5.7rem;white-space:nowrap;padding:0 5rem;flex:1 0 auto;text-align:center}.tab-container .tab.active{color:#fff}.tab-container .tab-background{position:absolute;height:100%;border-radius:5rem;transition:all .4s ease-in-out;z-index:0;background-color:#202020}.tab-container .primary{background-color:#be1e2d}@media(max-width:820px){.tab{padding:0 2rem}}