.__hamburger{position:relative;color:inherit}.__hamburger:hover{color:inherit}.__hamburger:focus{box-shadow:none}.__hamburger:before{content:"";position:absolute;left:-.3rem;top:-.3rem;width:calc(100% + .6rem);height:calc(100% + .6rem)}.__hamburger .__bars{display:flex;flex-direction:column;margin-top:calc(-1 * var(--hbg-bars-distance,4px))}.__hamburger span{display:var(--hbg-bars-d,block);overflow:hidden;width:var(--hbg-bars-width,20px);height:var(--hbg-bars-thick,2px);border-radius:var(--hbg-bars-roundness,4px);background-color:currentColor;transition:transform .3s var(--easeoutcubic);transition-delay:var(--hbg-bars-trd,0s);transform-origin:var(--hbg-bars-tro,100% 50%);transform:var(--hbg-bars-tr,scaleX(1));margin-top:var(--hbg-bars-distance,4px)}.__hamburger span:nth-child(2){transition-delay:var(--hbg-bars-trd,.075s);width:var(--hbg-bars-w2,var(--hbg-bars-width,20px));transform:var(--hbg-bars-tr2,var(--hbg-bars-tr,scaleX(1)))}.__hamburger span:nth-child(3){--hbg-bars-d:var(--hbg-bars-d3, block);transition-delay:var(--hbg-bars-trd,.15s);width:var(--hbg-bars-w3,var(--hbg-bars-width,20px))}