
.hero,.masthead{position:relative;overflow:hidden;isolation:isolate}
.motion-signature{position:absolute;z-index:5;pointer-events:none;box-sizing:border-box;font-family:inherit}
.motion-signature *{box-sizing:border-box}
@media (prefers-reduced-motion:reduce){.motion-signature,.motion-signature *{animation:none!important;transition:none!important}.motion-signature{opacity:.75}}
.motion-shelf{left:4%;right:4%;bottom:5%;height:72px;overflow:hidden;border-bottom:6px solid #e28d92;background:#1b1230cc}.motion-shelf span{display:flex;gap:10px;width:max-content;padding:8px 0}.motion-shelf i{display:grid;width:58px;height:50px;place-items:center;border:1px solid #e5b2ff;background:linear-gradient(145deg,#593a8b,#24153e);color:#fff;font:900 24px/1 sans-serif;font-style:normal;box-shadow:inset 0 0 18px #e28d9233}
.motion-shelf.is-moving span{animation:shelf-run 7s cubic-bezier(.45,0,.55,1) infinite alternate}
@keyframes shelf-run{from{transform:translateX(0)}to{transform:translateX(calc(100vw - 610px))}}
@media(max-width:740px){.motion-shelf{left:12px;right:12px;height:55px}.motion-shelf i{width:46px;height:39px;font-size:18px}@keyframes shelf-run{from{transform:translateX(0)}to{transform:translateX(-180px)}}}
