.carousel,.carousel-content{position:relative}.carousel-sidebar{position:absolute;top:0;right:calc((0px + 45 * ((100vw - 376px) / 1064)) - .1px);bottom:0;width:calc((30px + 30 * ((100vw - 376px) / 1064)) - .1px)}.carousel-track{position:sticky;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%}.carousel-tick{background:var(--theme-foreground-color);border-radius:calc((7.5px + 2.5 * ((100vw - 376px) / 1064)) - .1px);height:calc((7.5px + 2.5 * ((100vw - 376px) / 1064)) - .1px);margin:0;margin-top:calc((7.5px + 2.5 * ((100vw - 376px) / 1064)) - .1px);margin-bottom:calc((7.5px + 2.5 * ((100vw - 376px) / 1064)) - .1px);width:calc((7.5px + 2.5 * ((100vw - 376px) / 1064)) - .1px)}.carousel-tick.carousel-tick--active{background:var(--theme-emphasized-color)}