.wacr-ham{position:relative;display:block;height:20px;width:20px;color:inherit}.wacr-ham__bar{position:absolute;left:2px;height:2px;border-radius:9999px;background:currentColor;transition:transform .3s ease,width .3s ease,top .3s ease,left .3s ease,right .3s ease,background-color .3s ease,opacity .25s ease;transform-origin:center}.wacr-ham[data-open=true] .wacr-ham__bar{background:hsl(var(--primary))}.wacr-ham__bar--top{top:5px;width:12px}.wacr-ham__bar--mid{top:9px;left:auto;right:2px;width:12px}.wacr-ham__bar--bottom{top:13px;width:12px}.wacr-ham[data-open=true] .wacr-ham__bar--top{top:9px;left:1px;width:18px;transform:rotate(45deg)}.wacr-ham[data-open=true] .wacr-ham__bar--bottom{top:9px;left:1px;width:18px;transform:rotate(-45deg)}.wacr-ham[data-open=true] .wacr-ham__bar--mid{transform:translateX(18px);opacity:0}@keyframes wacr-ham-in{0%{opacity:0}to{opacity:1}}.wacr-ham[data-open=false] .wacr-ham__bar{animation:wacr-ham-in .28s ease-out backwards}.wacr-ham[data-open=false] .wacr-ham__bar--top{animation-delay:0s}.wacr-ham[data-open=false] .wacr-ham__bar--mid{animation-delay:.1s}.wacr-ham[data-open=false] .wacr-ham__bar--bottom{animation-delay:.2s}@media (prefers-reduced-motion:reduce){.wacr-ham__bar{animation:none!important;transition:none!important}}