.spfe-popup{display:none;height:0;z-index:-10000;position:fixed;opacity:0;transition:.5s opacity}.spfe-popup.active{height:100vh;width:100vw;top:0;left:0;z-index:10000;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;animation:fade-in .5s forwards}.spfe-popup.active.left{justify-content:flex-start}.spfe-popup.active.right{justify-content:flex-end}.spfe-popup.active.top{align-items:flex-start}.spfe-popup.active.bottom{align-items:flex-end}.spfe-popup .spfe_popup_content{width:800px;padding:20px;background-color:#fff;position:relative;opacity:0}.spfe-popup .spfe_popup_content.fade{animation:fade-in .5s forwards}.spfe-popup .spfe_popup_content.slide-top{animation:slide-in-top .5s forwards}.spfe-popup .spfe_popup_content.slide-left{animation:slide-in-left .5s forwards}.spfe-popup .spfe_popup_content.slide-bottom{animation:slide-in-bottom .5s forwards}.spfe-popup .spfe_popup_content.slide-right{animation:slide-in-right .5s forwards}.spfe-popup .spfe_popup_close{position:absolute;right:10px;top:10px;width:32px;height:32px;opacity:.5}.spfe-popup .spfe_popup_close:hover{opacity:1}.spfe-popup .spfe_popup_close:after,.spfe-popup .spfe_popup_close:before{position:absolute;left:15px;content:" ";height:33px;width:2px;background-color:#333}.spfe-popup .spfe_popup_close:before{transform:rotate(45deg)}.spfe-popup .spfe_popup_close:after{transform:rotate(-45deg)}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes slide-in-left{from{transform:translateX(-100%)}to{transform:translateX(0);opacity:1}}@keyframes slide-in-right{from{transform:translateX(100%)}to{transform:translateX(0);opacity:1}}@keyframes slide-in-top{from{transform:translateY(-100%)}to{transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{from{transform:translateY(100%)}to{transform:translateY(0);opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.elementor-section-wrap.ui-sortable:not(:empty)+#elementor-add-new-section{display:none}