.brand-fall-layer{z-index:20;pointer-events:none;-webkit-user-select:none;user-select:none;contain:strict;position:fixed;inset:0;overflow:hidden}.brand-fall-preview{z-index:1;position:absolute}.brand-fall-particle{width:var(--brand-flake-size);height:var(--brand-flake-size);opacity:var(--brand-flake-opacity);filter:blur(var(--brand-flake-blur));animation:pati-brand-fall var(--fall-duration) var(--fall-delay) linear infinite;position:absolute;top:-120px}.brand-fall-particle img{object-fit:contain;width:100%;height:100%;animation:6s ease-in-out infinite alternate pati-brand-sway;display:block}.brand-fall-layer[data-motion=fall] img{animation:none}.brand-fall-layer[data-motion=float] img{animation-duration:11s}@keyframes pati-brand-fall{to{transform:translateY(calc(100vh + 240px))}}@supports (height:100dvh){@keyframes pati-brand-fall{to{transform:translateY(calc(100dvh + 240px))}}}@keyframes pati-brand-sway{0%{transform:translateX(calc(var(--fall-sway) * -1)) rotate(calc(var(--fall-turn) * -1))}to{transform:translateX(var(--fall-sway)) rotate(var(--fall-turn))}}@media (width<=600px){.brand-fall-particle:nth-child(n+13){display:none}}@media (prefers-reduced-motion:reduce),print{.brand-fall-layer{display:none!important}}
