.CategoryFilterTabs-container{width:100%;overflow:hidden}.CategoryFilterTabs-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent;flex-wrap:wrap}.CategoryFilterTab{padding:10px 20px;border-radius:100px;border:1px solid hsla(0,0%,100%,.2);background:transparent;color:hsla(0,0%,100%,.7);font-family:Jost,sans-serif;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s ease}.CategoryFilterTab:hover{border-color:hsla(0,0%,100%,.5);color:hsla(0,0%,100%,.9)}.CategoryFilterTab--active{background:linear-gradient(45deg,#57daca 5%,#02d4e7 30%,#6f4fc0);border-color:transparent;color:#090e19;font-weight:600}.CategoryFilterTab--active:hover{color:#090e19}@media (max-width:768px){.CategoryFilterTabs-scroll{flex-wrap:nowrap}.CategoryFilterTab{font-size:13px;padding:8px 16px}}