#hamburger{background-color:transparent;cursor:pointer;height:16px;position:relative;position:absolute;right:0;width:24px}#hamburger:hover span:first-child{top:-2px;transition:.2s ease-in-out}#hamburger:hover span:nth-child(3){top:14px;transition:.16s ease-in-out}#hamburger span{border-radius:5px;display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0);transition:.25s ease-in-out;width:100%;z-index:3;--un-bg-opacity:1;background-color:rgb(246 246 247 / var(--un-bg-opacity))}#hamburger span:first-child{top:0}#hamburger span:nth-child(2){top:6px}#hamburger span:nth-child(3){top:12px}#hamburger.open span:first-child{top:8px;transform:rotate(135deg);--un-bg-opacity:1;background-color:rgb(246 246 247 / var(--un-bg-opacity))}#hamburger.open span:nth-child(2){left:-30px;opacity:0;transition:.16s ease-in-out}#hamburger.open span:nth-child(3){top:8px;transform:rotate(-135deg);--un-bg-opacity:1;background-color:rgb(246 246 247 / var(--un-bg-opacity))}.menu-mobile-bg{position:fixed;top:4rem;right:-100%;z-index:100;width:100%;height:100%;background-color:#0a0a0a7a;--un-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);will-change:transform}.menu-mobile-list{position:fixed;top:5rem;left:0;z-index:101;width:100%;list-style-type:none;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.menu-mobile-list .menu-mobile-item{position:relative;left:100%;cursor:pointer;padding:1rem 2.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:400;@apply hover:text-lochmara-500;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(61 64 72 / var(--un-border-opacity));will-change:transform}.menu-mobile-list .menu-mobile-item:hover{transition:all .1s ease-in-out}
