<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:992px){.position-sticky{height:calc(100vh - var(--global-header-height-desktop) - var(--global-header-top-gap-desktop));overflow-y:auto;top:calc(var(--global-header-height-desktop) + var(--global-header-top-gap-desktop))}}@media(max-width:991px){.position-sticky{height:auto;top:calc(var(--global-header-height-mobile) + var(--global-header-top-gap-mobile))}}
</pre></body></html>