window.paElementsHandler={isElementAlreadyExists:function(n){return!!(window.paElementList&&n in window.paElementList)||!(window.paElementList={...window.paElementList,[n]:!0})}};
jQuery(document).ready(function($){
if(window.innerWidth <=980){
$('.elementor-icon-wrapper a.elementor-icon').off('click touchstart').on('click touchstart', function(e){
var href=$(this).attr('href');
if(href&&href.includes('popup')){
e.preventDefault();
e.stopPropagation();
elementorProFrontend.modules.popup.showPopup({ id: 48174 });
return false;
}});
}});