<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#anchorNavigation .anchor-wrapper{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;gap:var(--padding-general);padding:0 calc(100vw * 24 / var(--page-width))}#anchorNavigation .anchor-wrapper button{position:relative;color:var(--color-black)}#anchorNavigation .anchor-wrapper button.active{opacity:.5}#anchorNavigation .anchor-wrapper button:after{content:"";display:block;width:0;height:1px;background:var(--color-black);position:absolute;bottom:0;left:0;transition:width 0.4s ease;-webkit-transition:width 0.4s ease}body:not(.touchDevice) #anchorNavigation .anchor-wrapper button:hover:after,#anchorNavigation .anchor-wrapper button.active:after{width:100%}#anchorNavigation .request-button,#anchorNavigation .external-request-button{width:calc(100vw * 260 / var(--page-width));height:100%;background-color:var(--color-background-light);color:var(--color-black);display:flex;justify-content:center;align-items:center;text-align:center;border-left:1px solid var(--color-black);border-right:1px solid var(--color-white)}#anchorNavigation .request-button:hover,#anchorNavigation .external-request-button:hover{color:var(--color-white);background-color:var(--color-black)}#anchorNavigation .apply-button{width:calc(100vw * 180 / var(--page-width));height:100%;background-color:var(--color-black);color:var(--color-white);display:flex;justify-content:center;align-items:center;text-align:center}@media only screen and (max-width:740px){#anchorNavigation .anchor-wrapper{width:auto;padding:0 var(--padding-general);gap:calc(100vw * 24 / var(--page-width))}#anchorNavigation .anchor-wrapper button{white-space:nowrap}#anchorNavigation .request-button,#anchorNavigation .external-request-button,#anchorNavigation .apply-button{display:none}}</pre></body></html>