@keyframes slideIn{0%{transform:translateX(100%)}}@keyframes fadeIn{0%{opacity:0}}.backdrop{position:absolute;inset:0;z-index:100;background-color:rgb(243 50 116/var(--tw-bg-opacity,1));--tw-bg-opacity:0.5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .85s cubic-bezier(.14,.78,.36,1)}.drawer{position:absolute;top:0;right:0;bottom:0;width:50%;max-width:400px;min-width:300px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;padding:32px;z-index:200;animation:slideIn .5s cubic-bezier(.14,.78,.36,1)}.logo{width:100px;height:100px;border-radius:50px;overflow:hidden;box-shadow:0 0 10px #fff;opacity:.5}.hero-text{-webkit-text-stroke:2px #fff;color:#0c085e}.short-hero{height:10rem}.scroll-list{max-height:10rem;overflow-y:auto}