var xMobileUtils={closeButtonSvg:'<\/g><\/svg>',closeButtonMobileSvg:'<\/svg>',cookiesSvg:` `,WebMethod:function(n,t,i,r,u,f){var s=JSON.stringify(i),e=!0,o;return f&&f.hasOwnProperty("async")&&(e=f.async),o={type:"POST",url:t?n+"/"+t:n,data:s,contentType:"application/json; charset=utf-8",dataType:"json",async:e,success:function(n){"d"in n?r(n.d):r(n)},error:function(n){u&&u(n)}},jQuery.ajax(o)},WebGetMethod:function(n,t,i,r){var u=!0,f;return r&&r.hasOwnProperty("async")&&(u=r.async),f={type:"GET",url:n,headers:{Accept:"application/vnd.api+json","Content-Type":"application/vnd.api+json"},async:u,success:function(n){"d"in n?t(n.d):t(n)},error:function(n){i&&i(n)}},jQuery.ajax(f)},InitObjectEventsWithEval:function(obj,id){$("#"+id).find("[event_click]").on("click",function(){var eventClick=$(this).attr("event_click");eventClick&&(obj.$eventElem=$(this),eval("obj."+eventClick))});$("#"+id).find("[event_hover]").on("hover",function(){var eventHover=$(this).attr("event_hover");eventHover&&(obj.$eventElem=$(this),eval("obj."+eventHover))});$("#"+id).find("[event_mouseleave]").on("mouseleave",function(){var eventMouseleave=$(this).attr("event_mouseleave");eventMouseleave&&(obj.$eventElem=$(this),eval("obj."+eventMouseleave))});$("#"+id).find("[event_mouseenter]").on("mouseenter",function(){var eventMouseenter=$(this).attr("event_mouseenter");eventMouseenter&&(obj.$eventElem=$(this),eval("obj."+eventMouseenter))});$("#"+id).find("[event_focusout]").on("focusout",function(){var eventFocusout=$(this).attr("event_focusout");eventFocusout&&(obj.$eventElem=$(this),eval("obj."+eventFocusout))});$("#"+id).find("[event_focusin]").on("focusin",function(){var eventFocusin=$(this).attr("event_focusin");eventFocusin&&(obj.$eventElem=$(this),eval("obj."+eventFocusin))});$("#"+id).find("[event_change]").on("change",function(){var eventChange=$(this).attr("event_change");eventChange&&eval("obj."+eventChange)});$("#"+id).find("[event_keypress]").on("keypress",function(){var eventKeypress=$(this).attr("event_keypress");eventKeypress&&eval("obj."+eventKeypress)})},MyDecodeHTML:function(n){if(typeof n=="string")return n.replace(/'/g,"'").replace(/"/g,'"').replace(/>/g,">").replace(/</g,"<").replace(/&/g,"&")},ReplaceAllImagesTagsToSVG:function(n){const i=this,t=n.find("img[src$=svg],img[data-src$=svg]");t&&t.length>0&&$.each(t,function(){const n=$(this);i.ReplaceImgTagToSvgTag(n)})},ReplaceImgTagToSvgTag:function(n,t){const u=this;let i=n.attr("class");const r=n.attr("data-src")?n.attr("data-src"):n.attr("src");r!=null&&r.indexOf(".svg")>=0&&$.get(r,function(r){r=u.RemoveFillFromSvgStr(r);i=i?'class="'+i+'"':"";n.replaceWith(""+r+"<\/span>");t&&t()},"text")},RemoveFillFromSvgStr:function(n){return n=n.replace(/fill\s*\:\s*[^;}\s]+/g,""),n.replace(/fill="[^"]+"/g,"")},OpenPopup:function(n,t){if(t=typeof t!="undefined"?t:!1,$(".error-message-form-container").length==0){var i=t&&t.toString().toLowerCase()==="true"?"popup-mobile":"";$("body").prepend("