@keyframes rotate1{0%{transform:rotate(0)}to{transform:rotate(-45deg)}}@keyframes rotate2{0%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes rotate3{0%{opacity:1;margin-top:0}to{opacity:0;margin-top:-1px}}@keyframes rotate4{0%{opacity:1;margin-bottom:0}to{opacity:0;margin-bottom:-1px}}@keyframes rotate5{0%{opacity:1}90%{opacity:.25}to{opacity:1}}@keyframes rotate6{0%{opacity:.25}10%{opacity:.25}to{opacity:1}}.transitionMenuIcon span:first-of-type{animation:.3s forwards rotate1}.transitionMenuIcon span:nth-of-type(2){animation:.3s forwards rotate2}.transitionMenuIcon span:nth-of-type(3){animation:.15s forwards rotate3}.transitionMenuIcon span:nth-of-type(4){animation:.15s forwards rotate4}.transitionMenuIcon{animation:.3s forwards rotate5}.transitionMenuIcon.reverse span:first-of-type{animation:.3s reverse forwards rotate1}.transitionMenuIcon.reverse span:nth-of-type(2){animation:.3s reverse forwards rotate2}.transitionMenuIcon.reverse span:nth-of-type(3){animation:.15s reverse forwards rotate3}.transitionMenuIcon.reverse span:nth-of-type(4){animation:.15s reverse forwards rotate4}.transitionMenuIcon.reverse{animation:.3s forwards rotate6}.bg-gradient-menu{background:linear-gradient(45deg,#f69431,#f36e53,#ef4e7b,#a268ac,#5173b8,#1098ad,#07b09a,#6eb981)}.bg-menu-gradient{opacity:.5;transition:all .3s ease-in-out}.bg-menu-overlay{background:#000000b3;transition:all .3s ease-in-out}
