#anchorNavigation{position:fixed;top:calc(86 * var(--size));left:0;width:100%;z-index:5;border-bottom:1px solid var(--black);-webkit-transition:top 0.3s ease;transition:top 0.3s ease}body.scrolled #anchorNavigation{top:0}body.scrolled:not(.hiddenHeader) #anchorNavigation{top:calc(86 * var(--size))}#anchorNavigation .anchor-wrapper{width:100%;display:flex;justify-content:center;align-items:center;gap:calc(25 * var(--size))}#anchorNavigation .anchor-wrapper .button{position:relative;color:var(--black);padding:calc(22 * var(--size)) calc(25 * var(--size)) calc(20 * var(--size));border:0;background:transparent;cursor:pointer}#anchorNavigation .anchor-wrapper .button.active{opacity:.5}@media only screen and (max-width:740px){#anchorNavigation{top:calc(60 * var(--size));overflow-y:hidden;overflow-x:scroll;scrollbar-width:none}body.scrolled #anchorNavigation{top:0}body.scrolled:not(.hiddenHeader) #anchorNavigation{top:calc(60 * var(--size))}#anchorNavigation .anchor-wrapper{justify-content:flex-start;width:auto;gap:0}#anchorNavigation .anchor-wrapper .button{display:flex;justify-content:center;align-items:center;text-align:center;height:calc(45 * var(--size));padding:calc(3 * var(--size)) calc(20 * var(--size)) 0;white-space:nowrap}}