.studio-brand .header-logo-motion{position:relative;display:block;flex:0 0 48px;width:48px;height:48px;pointer-events:none}
.studio-brand .header-logo-motion img{display:block;width:100%;height:100%;object-fit:contain;transition:opacity 160ms ease}
.header-logo-motion video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;mix-blend-mode:screen;transition:opacity 160ms ease;pointer-events:none}
.header-logo-motion.is-playing video{opacity:1}
.header-logo-motion.is-playing img{opacity:0}
@media(max-width:500px){.studio-brand .header-logo-motion{flex-basis:42px;width:42px;height:42px}}
@media(prefers-reduced-motion:reduce){.header-logo-motion video{display:none!important}.studio-brand .header-logo-motion img{opacity:1!important;transition:none}}
