.nav-dropdown.active{border-top-width:1px;max-height:100vh;opacity:1;transform:translateY(0);transition:all .3s ease-in-out;visibility:visible}.nav-dropdown{border-top:0 solid #c9bfda;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.burger-menu{background-color:rgba(var(--content),1);height:3px;justify-self:flex-end;position:relative;width:33%}.burger-menu.light{background-color:#fff}.burger-menu:before{background-color:rgba(var(--content),1);content:"";height:3px;left:0;position:absolute;top:-8px;transition:top .2s ease-in-out .2s,transform .2s ease-in-out;width:100%}.burger-menu.light:before{background-color:#fff}.burger-menu:after{background-color:rgba(var(--content),1);content:"";height:3px;left:0;position:absolute;top:8px;transition:top .2s ease-in-out .2s,transform .2s ease-in-out;width:100%}.burger-menu.light:after{background-color:#fff}.burger-menu.active{background-color:rgba(var(--content),0)}.burger-menu.active:before{transform:rotate(45deg)}.burger-menu.active:after,.burger-menu.active:before{top:0;transition:top .2s ease-in-out,transform .2s ease-in-out .2s}.burger-menu.active:after{transform:rotate(-45deg)}.burger-menu.light.active:after,.burger-menu.light.active:before{background-color:rgba(var(--content),1)}.burger-menu.light.active{background-color:rgba(var(--content),0)}.burger-dropdown{background-color:rgba(var(--background),1);height:calc(100vh - 104px);left:0;overflow:hidden;position:absolute;top:104px;transform:translateX(100%);transition:transform .3s ease-in-out;width:0;z-index:100000}.burger-dropdown.active{transform:translateX(0);width:100%}.burger-dropdown-content{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.burger-dropdown-content.active{max-height:100vh;opacity:1;transition:all .3s ease-in-out;visibility:visible}
/*# sourceMappingURL=nav.css.map*/