.sticky-container{margin:0 auto;max-width:1440px;position:sticky;top:0}#stickyWrapper{height:auto}.sticky-fallback{position:relative;transition:all .2s ease;width:100%}.sticky-fixed{background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);left:0;position:fixed;right:0;top:0;z-index:999}ul.sticky-list{display:flex;font-weight:300;gap:30px;list-style:none;margin:0 auto;max-width:1440px;padding:20px;position:relative}.sticky-list a{color:#000;padding-bottom:5px;position:relative;text-decoration:none}.sticky-list a.active{font-weight:500}.active-indicator{background:linear-gradient(90deg,#13d2c9 0,#7542ed);bottom:0;height:2px;position:absolute;transition:left .3s ease,width .3s ease;will-change:left,width}@media (max-width:1024px){ul.sticky-list{max-width:100%}.sticky-fallback{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}ul.sticky-list{flex-wrap:nowrap;min-width:max-content;padding-bottom:10px;white-space:nowrap}.sticky-list li{flex:0 0 auto}.sticky-fallback::-webkit-scrollbar{height:6px}.sticky-fallback::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#13d2c9,#7542ed);border-radius:10px}.sticky-fallback::-webkit-scrollbar-track{background:transparent}.active-indicator{display:none}}