@keyframes parallax{from{top:0%}to{top:-10%}}#bg-brand{position:fixed;height:100vh;width:100vw;contain:layout;z-index:-1;margin:-1rem 0 0 0}#bg-brand #bg-brand-text{position:absolute;left:0%;top:0%;transform-origin:100% 0%;transform:translateX(-100%) rotate(-90deg) translateY(-40%);font-size:max(30vmin,17rem);letter-spacing:-0.11em;font-variation-settings:"wght" 1000;opacity:20%}#bg-brand{animation:parallax auto linear;animation-timeline:scroll(root block)}@media(prefers-reduced-motion: reduce){#bg-brand{animation-timeline:none}}.subpageContent{scroll-timeline:--brand-scroll-timeline;margin:0 min(1rem,5vmin) 0 min(1rem,5vmin)}