@layer site{@media only screen and (min-width:60em) and (prefers-reduced-motion:no-preference){@keyframes hr-vertical{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes move-left{0%{transform:translateX(15%)}to{transform:translateX(0)}}@keyframes move-right{0%{transform:translateX(-15%)}to{transform:translateX(0)}}@keyframes move-up{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes move-down{0%{transform:translateY(-15%)}to{transform:translateY(0)}}@keyframes scale-up{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes parallax{to{opacity:0;transform:translateY(20vh)}}@keyframes hero-grow{0%{border-radius:var(--border-radius);margin-inline:-3vw;width:calc(100% + 6vw)}to{border-radius:0;margin-inline:-5vw;width:calc(100% + 10vw)}}@supports (animation-timeline:view()){
  		/* Animations */.animate{animation-timeline:view();animation-range:0 40%;animation-duration:0;animation-fill-mode:forwards;animation-timing-function:ease-out;transform-origin:center top}.animate.animate--move-up{animation-name:move-up}.animate.animate--move-left{animation-name:move-left}.animate.animate--move-right{animation-name:move-right}.animate.animate--move-down{animation-name:move-down}.animate.animate--scale-up{animation-name:scale-up}.animate.animate--fade-in{animation-name:fade-in}.animate.animate--fade-in-up{animation-name:fade-in,move-up}.animate.animate--fade-in-left{animation-name:fade-in,move-left}.animate.animate--fade-in-right{animation-name:fade-in,move-right}hr.vertical{animation:hr-vertical linear forwards;animation-fill-mode:both;transform-origin:top center;animation-timeline:view();animation-range:15% 60%}.page-header--screen.animate{overflow:clip}.page-header--screen.animate .page-image img,.page-header--screen.animate .page-image video{animation:parallax linear forwards;animation-timeline:view();animation-range:exit}.page-header--container.animate .page-image{animation:hero-grow linear forwards;animation-timeline:view();animation-range:exit -7rem 70%}}}}