.btn-hamburger{position:absolute;width:40px;height:34px;transform:scale(0.8)}.btn-hamburger span{outline:1px solid rgba(0,0,0,0);backface-visibility:hidden;display:inline-block;box-sizing:border-box;position:absolute;left:0;width:100%;height:4px;background-color:#000}.btn-hamburger span:nth-of-type(1){top:0}.btn-hamburger span:nth-of-type(2){top:15.5px}.btn-hamburger span:nth-of-type(3){bottom:0}.btn-hamburger.animate span{animation-duration:.75s;animation-iteration-count:1;animation-fill-mode:forwards}.btn-hamburger.animate span:nth-of-type(1){animation-name:close1}.btn-hamburger.animate span:nth-of-type(2){animation-name:close2;transform-origin:center left}.btn-hamburger.animate span:nth-of-type(3){animation-name:close3}.btn-hamburger.animate.open span:nth-of-type(1){animation-name:open1}.btn-hamburger.animate.open span:nth-of-type(2){animation-name:open2}.btn-hamburger.animate.open span:nth-of-type(3){animation-name:open3}@keyframes open1{0%{animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);transform:translateY(0) rotate(0);opacity:1}50%{animation-timing-function:cubic-bezier(0, 1, 0.5, 2);transform:translateY(20px) rotate(0);opacity:0}100%{transform:translateY(15px) rotate(-45deg);opacity:1}}@keyframes open2{0%{animation-timing-function:cubic-bezier(0.95, 0.05, 0.795, 0.035);transform:scaleX(1);opacity:1}50%{transform:scaleX(0);opacity:0}100%{transform:scaleX(0);opacity:0}}@keyframes open3{0%{animation-timing-function:ccubic-bezier(0.165, 0.84, 0.44, 1);transform:translateY(0) rotate(0);opacity:1}50%{animation-timing-function:cubic-bezier(0, 1, 0.5, 1.5);transform:translateY(-20px) rotate(0);opacity:0}100%{transform:translateY(-15px) rotate(-135deg);opacity:1}}@keyframes close1{0%{animation-timing-function:cubic-bezier(0.5, -1, 1, 0);transform:translateY(20px) rotate(-45deg);opacity:1}50%{animation-timing-function:cubic-bezier(0, 1, 0.5, 1.5);transform:translateY(20px) rotate(0);opacity:0}100%{transform:translateY(0) rotate(0);opacity:1}}@keyframes close2{0%{animation-timing-function:cubic-bezier(0.895, 0.03, 0.685, 0.22);opacity:0;transform:scaleX(0)}50%{opacity:1;transform:scaleX(1)}100%{opacity:1;transform:scaleX(1)}}@keyframes close3{0%{animation-timing-function:cubic-bezier(0.5, -0.5, 1, 0);transform:translateY(-20px) rotate(-135deg);opacity:1}50%{animation-timing-function:cubic-bezier(0, 1, 0.5, 1.5);transform:translateY(-20px) rotate(0);opacity:0}100%{transform:translateY(0) rotate(0);opacity:1}}/*# sourceMappingURL=phone_menu.min.css.map */