.ds2-tabs__wrap{position:relative}.ds2-tabs__wrap:after,.ds2-tabs__wrap:before{content:"";position:absolute;top:0;bottom:0;width:48px;pointer-events:none;opacity:0;z-index:1;transition:opacity .2s ease}.ds2-tabs__wrap:before{left:0;border-radius:8px 0 0 8px;background:linear-gradient(90deg,#ebf0fc,rgba(235,240,252,0))}.ds2-tabs__wrap:after{right:0;border-radius:0 8px 8px 0;background:linear-gradient(270deg,#ebf0fc,rgba(235,240,252,0))}.ds2-tabs__wrap--fade-left:before,.ds2-tabs__wrap--fade-right:after{opacity:1}.ds2-tabs__nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #cfd9ea;border-radius:999px;background:#ffffff;color:#0074d9;cursor:pointer;transform:translateY(-50%);box-shadow:0 2px 6px rgba(0,14,25,.15);transition:background-color .2s ease,color .2s ease}.ds2-tabs__nav:hover{background:#0074d9;color:#ffffff}.ds2-tabs__nav--left{left:6px}.ds2-tabs__nav--right{right:6px}.ds2-tabs__nav-icon{width:7px;height:11px;fill:currentColor}.ds2-tabs__nav--left .ds2-tabs__nav-icon{transform:rotate(180deg)}.ds2-tabs__list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:40px;width:100%;background:#ebf0fc;border-radius:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ds2-tabs__list::-webkit-scrollbar{display:none}.ds2-tabs__list--dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ds2-tabs__list--dragging .ds2-tabs__tab{cursor:grabbing}.ds2-tabs__tab{flex:0 0 auto;border:0;background:none;padding:0;outline:0;cursor:pointer}.ds2-tabs__tab-label{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;padding:8px 16px;border-radius:8px;font-family:var(--font-swedish-gothic);font-size:18px;font-style:normal;font-weight:400;line-height:normal;background:transparent;color:#060b14;transition:background-color .2s ease,color .2s ease}.ds2-tabs__tab-label--active{background:#0074d9;color:#ffffff}