.hamburger{font:inherit;color:inherit;transition:opacity .15s linear;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{background-color:var(--color-dark);width:40px;height:4px;transition:transform .15s;position:absolute;top:50%;left:0}.hamburger-inner:before,.hamburger-inner:after{content:"";background-color:var(--color-dark);width:40px;height:4px;transition:top 80ms ease-out,bottom 80ms ease-out,opacity linear;position:absolute;left:0}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{opacity:0;transition:top 80ms ease-out,bottom 80ms ease-out,opacity 0s linear 80ms;top:0;bottom:0}
