function setCookie(cname,cvalue,exdays){var d=new Date();d.setTime(d.getTime()+(exdays*24*60*60*1000));var expires="expires="+d.toUTCString();document.cookie=cname+"="+cvalue+";"+expires+";path=/";};
const loadFont=(url)=>{var xhr=new XMLHttpRequest();xhr.open('GET',url,true);xhr.onreadystatechange=()=>{if(xhr.readyState==4&&xhr.status==200){const head=document.getElementsByTagName('head')[0];const style=document.createElement('style');style.appendChild(document.createTextNode(xhr.responseText));head.appendChild(style);}};xhr.send();};loadFont('https://WWW.243android.com/wp-content/themes/appyn/assets/css/font-awesome-6.4.2.min.css');
/*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
"undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window):t(jQuery,window)}(function(s,n){"use strict";function e(e){return 0<=function(e,t){for(var r=/^(\d+)\.(\d+)\.(\d+)/,n=r.exec(e)||[],o=r.exec(t)||[],a=1;a<=3;a++){if(+o[a]<+n[a])return 1;if(+n[a]<+o[a])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion="3.4.1";var t=Object.create(null);s.migrateDisablePatches=function(){for(var e=0;e<arguments.length;e++)t[arguments[e]]=!0},s.migrateEnablePatches=function(){for(var e=0;e<arguments.length;e++)delete t[arguments[e]]},s.migrateIsPatchEnabled=function(e){return!t[e]},n.console&&n.console.log&&(s&&e("3.0.0")&&!e("5.0.0")||n.console.log("JQMIGRATE: jQuery 3.x-4.x REQUIRED"),s.migrateWarnings&&n.console.log("JQMIGRATE: Migrate plugin loaded multiple times"),n.console.log("JQMIGRATE: Migrate is installed"+(s.migrateMute?"":" with logging active")+", version "+s.migrateVersion));var o={};function u(e,t){var r=n.console;!s.migrateIsPatchEnabled(e)||s.migrateDeduplicateWarnings&&o[t]||(o[t]=!0,s.migrateWarnings.push(t+" ["+e+"]"),r&&r.warn&&!s.migrateMute&&(r.warn("JQMIGRATE: "+t),s.migrateTrace&&r.trace&&r.trace()))}function r(e,t,r,n,o){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return u(n,o),r},set:function(e){u(n,o),r=e}})}function a(e,t,r,n,o){var a=e[t];e[t]=function(){return o&&u(n,o),(s.migrateIsPatchEnabled(n)?r:a||s.noop).apply(this,arguments)}}function c(e,t,r,n,o){if(!o)throw new Error("No warning message provided");return a(e,t,r,n,o),0}function i(e,t,r,n){return a(e,t,r,n),0}s.migrateDeduplicateWarnings=!0,s.migrateWarnings=[],void 0===s.migrateTrace&&(s.migrateTrace=!0),s.migrateReset=function(){o={},s.migrateWarnings.length=0},"BackCompat"===n.document.compatMode&&u("quirks","jQuery is not compatible with Quirks Mode");var d,l,p,f={},m=s.fn.init,y=s.find,h=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,g=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,v=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;for(d in i(s.fn,"init",function(e){var t=Array.prototype.slice.call(arguments);return s.migrateIsPatchEnabled("selector-empty-id")&&"string"==typeof e&&"#"===e&&(u("selector-empty-id","jQuery( '#' ) is not a valid selector"),t[0]=[]),m.apply(this,t)},"selector-empty-id"),s.fn.init.prototype=s.fn,i(s,"find",function(t){var r=Array.prototype.slice.call(arguments);if("string"==typeof t&&h.test(t))try{n.document.querySelector(t)}catch(e){t=t.replace(g,function(e,t,r,n){return"["+t+r+'"'+n+'"]'});try{n.document.querySelector(t),u("selector-hash","Attribute selector with '#' must be quoted: "+r[0]),r[0]=t}catch(e){u("selector-hash","Attribute selector with '#' was not fixed: "+r[0])}}return y.apply(this,r)},"selector-hash"),y)Object.prototype.hasOwnProperty.call(y,d)&&(s.find[d]=y[d]);c(s.fn,"size",function(){return this.length},"size","jQuery.fn.size() is deprecated and removed; use the .length property"),c(s,"parseJSON",function(){return JSON.parse.apply(null,arguments)},"parseJSON","jQuery.parseJSON is deprecated; use JSON.parse"),c(s,"holdReady",s.holdReady,"holdReady","jQuery.holdReady is deprecated"),c(s,"unique",s.uniqueSort,"unique","jQuery.unique is deprecated; use jQuery.uniqueSort"),r(s.expr,"filters",s.expr.pseudos,"expr-pre-pseudos","jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"),r(s.expr,":",s.expr.pseudos,"expr-pre-pseudos","jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos"),e("3.1.1")&&c(s,"trim",function(e){return null==e?"":(e+"").replace(v,"$1")},"trim","jQuery.trim is deprecated; use String.prototype.trim"),e("3.2.0")&&(c(s,"nodeName",function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},"nodeName","jQuery.nodeName is deprecated"),c(s,"isArray",Array.isArray,"isArray","jQuery.isArray is deprecated; use Array.isArray")),e("3.3.0")&&(c(s,"isNumeric",function(e){var t=typeof e;return("number"==t||"string"==t)&&!isNaN(e-parseFloat(e))},"isNumeric","jQuery.isNumeric() is deprecated"),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){f["[object "+t+"]"]=t.toLowerCase()}),c(s,"type",function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?f[Object.prototype.toString.call(e)]||"object":typeof e},"type","jQuery.type is deprecated"),c(s,"isFunction",function(e){return"function"==typeof e},"isFunction","jQuery.isFunction() is deprecated"),c(s,"isWindow",function(e){return null!=e&&e===e.window},"isWindow","jQuery.isWindow() is deprecated")),s.ajax&&(l=s.ajax,p=/(=)\?(?=&|$)|\?\?/,i(s,"ajax",function(){var e=l.apply(this,arguments);return e.promise&&(c(e,"success",e.done,"jqXHR-methods","jQXHR.success is deprecated and removed"),c(e,"error",e.fail,"jqXHR-methods","jQXHR.error is deprecated and removed"),c(e,"complete",e.always,"jqXHR-methods","jQXHR.complete is deprecated and removed")),e},"jqXHR-methods"),e("4.0.0")||s.ajaxPrefilter("+json",function(e){!1!==e.jsonp&&(p.test(e.url)||"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&p.test(e.data))&&u("jsonp-promotion","JSON-to-JSONP auto-promotion is deprecated")}));var j=s.fn.removeAttr,b=s.fn.toggleClass,w=/\S+/g;function x(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()})}i(s.fn,"removeAttr",function(e){var r=this,n=!1;return s.each(e.match(w),function(e,t){s.expr.match.bool.test(t)&&r.each(function(){if(!1!==s(this).prop(t))return!(n=!0)}),n&&(u("removeAttr-bool","jQuery.fn.removeAttr no longer sets boolean properties: "+t),r.prop(t,!1))}),j.apply(this,arguments)},"removeAttr-bool"),i(s.fn,"toggleClass",function(t){return void 0!==t&&"boolean"!=typeof t?b.apply(this,arguments):(u("toggleClass-bool","jQuery.fn.toggleClass( boolean ) is deprecated"),this.each(function(){var e=this.getAttribute&&this.getAttribute("class")||"";e&&s.data(this,"__className__",e),this.setAttribute&&this.setAttribute("class",!e&&!1!==t&&s.data(this,"__className__")||"")}))},"toggleClass-bool");var Q,A,R=!1,C=/^[a-z]/,N=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;s.swap&&s.each(["height","width","reliableMarginRight"],function(e,t){var r=s.cssHooks[t]&&s.cssHooks[t].get;r&&(s.cssHooks[t].get=function(){var e;return R=!0,e=r.apply(this,arguments),R=!1,e})}),i(s,"swap",function(e,t,r,n){var o,a,i={};for(a in R||u("swap","jQuery.swap() is undocumented and deprecated"),t)i[a]=e.style[a],e.style[a]=t[a];for(a in o=r.apply(e,n||[]),t)e.style[a]=i[a];return o},"swap"),e("3.4.0")&&"undefined"!=typeof Proxy&&(s.cssProps=new Proxy(s.cssProps||{},{set:function(){return u("cssProps","jQuery.cssProps is deprecated"),Reflect.set.apply(this,arguments)}})),e("4.0.0")?(A={animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},"undefined"!=typeof Proxy?s.cssNumber=new Proxy(A,{get:function(){return u("css-number","jQuery.cssNumber is deprecated"),Reflect.get.apply(this,arguments)},set:function(){return u("css-number","jQuery.cssNumber is deprecated"),Reflect.set.apply(this,arguments)}}):s.cssNumber=A):A=s.cssNumber,Q=s.fn.css,i(s.fn,"css",function(e,t){var r,n,o=this;return e&&"object"==typeof e&&!Array.isArray(e)?(s.each(e,function(e,t){s.fn.css.call(o,e,t)}),this):("number"==typeof t&&(r=x(e),n=r,C.test(n)&&N.test(n[0].toUpperCase()+n.slice(1))||A[r]||u("css-number",'Number-typed values are deprecated for jQuery.fn.css( "'+e+'", value )')),Q.apply(this,arguments))},"css-number");var S,P,k,H,E=s.data;i(s,"data",function(e,t,r){var n,o,a;if(t&&"object"==typeof t&&2===arguments.length){for(a in n=s.hasData(e)&&E.call(this,e),o={},t)a!==x(a)?(u("data-camelCase","jQuery.data() always sets/gets camelCased names: "+a),n[a]=t[a]):o[a]=t[a];return E.call(this,e,o),t}return t&&"string"==typeof t&&t!==x(t)&&(n=s.hasData(e)&&E.call(this,e))&&t in n?(u("data-camelCase","jQuery.data() always sets/gets camelCased names: "+t),2<arguments.length&&(n[t]=r),n[t]):E.apply(this,arguments)},"data-camelCase"),s.fx&&(k=s.Tween.prototype.run,H=function(e){return e},i(s.Tween.prototype,"run",function(){1<s.easing[this.easing].length&&(u("easing-one-arg","'jQuery.easing."+this.easing.toString()+"' should use only one argument"),s.easing[this.easing]=H),k.apply(this,arguments)},"easing-one-arg"),S=s.fx.interval,P="jQuery.fx.interval is deprecated",n.requestAnimationFrame&&Object.defineProperty(s.fx,"interval",{configurable:!0,enumerable:!0,get:function(){return n.document.hidden||u("fx-interval",P),s.migrateIsPatchEnabled("fx-interval")&&void 0===S?13:S},set:function(e){u("fx-interval",P),S=e}}));var M=s.fn.load,q=s.event.add,O=s.event.fix;s.event.props=[],s.event.fixHooks={},r(s.event.props,"concat",s.event.props.concat,"event-old-patch","jQuery.event.props.concat() is deprecated and removed"),i(s.event,"fix",function(e){var t,r=e.type,n=this.fixHooks[r],o=s.event.props;if(o.length){u("event-old-patch","jQuery.event.props are deprecated and removed: "+o.join());while(o.length)s.event.addProp(o.pop())}if(n&&!n._migrated_&&(n._migrated_=!0,u("event-old-patch","jQuery.event.fixHooks are deprecated and removed: "+r),(o=n.props)&&o.length))while(o.length)s.event.addProp(o.pop());return t=O.call(this,e),n&&n.filter?n.filter(t,e):t},"event-old-patch"),i(s.event,"add",function(e,t){return e===n&&"load"===t&&"complete"===n.document.readyState&&u("load-after-event","jQuery(window).on('load'...) called after load event occurred"),q.apply(this,arguments)},"load-after-event"),s.each(["load","unload","error"],function(e,t){i(s.fn,t,function(){var e=Array.prototype.slice.call(arguments,0);return"load"===t&&"string"==typeof e[0]?M.apply(this,e):(u("shorthand-removed-v3","jQuery.fn."+t+"() is deprecated"),e.splice(0,0,t),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))},"shorthand-removed-v3")}),s.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,r){c(s.fn,r,function(e,t){return 0<arguments.length?this.on(r,null,e,t):this.trigger(r)},"shorthand-deprecated-v3","jQuery.fn."+r+"() event shorthand is deprecated")}),s(function(){s(n.document).triggerHandler("ready")}),s.event.special.ready={setup:function(){this===n.document&&u("ready-event","'ready' event is deprecated")}},c(s.fn,"bind",function(e,t,r){return this.on(e,null,t,r)},"pre-on-methods","jQuery.fn.bind() is deprecated"),c(s.fn,"unbind",function(e,t){return this.off(e,null,t)},"pre-on-methods","jQuery.fn.unbind() is deprecated"),c(s.fn,"delegate",function(e,t,r,n){return this.on(t,e,r,n)},"pre-on-methods","jQuery.fn.delegate() is deprecated"),c(s.fn,"undelegate",function(e,t,r){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",r)},"pre-on-methods","jQuery.fn.undelegate() is deprecated"),c(s.fn,"hover",function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)},"pre-on-methods","jQuery.fn.hover() is deprecated");function T(e){var t=n.document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body&&t.body.innerHTML}var F=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.migrateEnablePatches("self-closed-tags")},i(s,"htmlPrefilter",function(e){var t,r;return(r=(t=e).replace(F,"<$1></$2>"))!==t&&T(t)!==T(r)&&u("self-closed-tags","HTML tags must be properly nested and closed: "+t),e.replace(F,"<$1></$2>")},"self-closed-tags"),s.migrateDisablePatches("self-closed-tags");var D,W,_,I=s.fn.offset;return i(s.fn,"offset",function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?I.apply(this,arguments):(u("offset-valid-elem","jQuery.fn.offset() requires a valid DOM element"),arguments.length?this:void 0)},"offset-valid-elem"),s.ajax&&(D=s.param,i(s,"param",function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("param-ajax-traditional","jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),D.call(this,e,t)},"param-ajax-traditional")),c(s.fn,"andSelf",s.fn.addBack,"andSelf","jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),s.Deferred&&(W=s.Deferred,_=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]],i(s,"Deferred",function(e){var a=W(),i=a.promise();function t(){var o=arguments;return s.Deferred(function(n){s.each(_,function(e,t){var r="function"==typeof o[e]&&o[e];a[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===i?n.promise():this,r?[e]:arguments)})}),o=null}).promise()}return c(a,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),c(i,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),e&&e.call(a,a),a},"deferred-pipe"),s.Deferred.exceptionHook=W.exceptionHook),s});
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["WWW.243android.com"]});gtag("js",new Date());gtag("set","developer_id.dZTNiMT",true);gtag("config","G-SR4YKNS7Z4");
if(localStorage.getItem("px_light_dark_option")==1){document.getElementById("css-dark-theme").removeAttribute("media");document.getElementById("button_light_dark").classList.add("active");};
var wpilFrontend={"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"8","postType":"term","openInternalInNewTab":"0","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
"use strict";function wpil_link_clicked(e){var i="",a=!1,n="",t=["img","svg"];if((1==e.which||0==e.button||2==e.which||4==e.button)&&!(this.length<1)&&"1"!==wpilFrontend.disableClicks&&void 0!==this.href&&"#"!==this.href){if(!function e(r){if(r.children.length>0)for(var o in r.children){var s=r.children[o];if(void 0!==s.children&&s.children.length>0&&""===i&&e(s),1===s.nodeType&&-1!==t.indexOf(s.nodeName.toLowerCase())&&""===n){a=!0;var l=void 0!==s.title?s.title:"";void 0!==l&&(n=l.trim())}i=i.trim(),n=void 0!==n?n.trim():""}void 0!==r.outerText&&(i=r.outerText)}(this),""===i&&a?i=""!==n?wpilFrontend.clicksI18n.imageText+n:wpilFrontend.clicksI18n.imageNoText:""!==i||a||(i=wpilFrontend.clicksI18n.noText),!("0"===wpilFrontend.trackAllElementClicks&&hasParentElements(this,"header, footer, nav, [id~=header], [id~=menu], [id~=footer], [id~=widget], [id~=comment], [class~=header], [class~=menu], [class~=footer], [class~=widget], [class~=comment], #wpadminbar"))){var r=getLinkLocation(this);makeAjaxCall({action:"wpil_link_clicked",post_id:wpilFrontend.postId,post_type:wpilFrontend.postType,link_url:this.href,link_anchor:i,link_location:r})}}}[].forEach.call(document.querySelectorAll("a"),function(e){e.addEventListener("click",wpil_link_clicked),e.addEventListener("auxclick",wpil_link_clicked)}),window.addEventListener("load",function(){setTimeout(openLinksInNewTab,150)});var newTabTries=0;function openLinksInNewTab(){if(newTabTries++,"undefined"==typeof wpilFrontend){if(newTabTries>10)return;setTimeout(openLinksInNewTab,1e3);return}"undefined"!=typeof wpilFrontend&&0!=wpilFrontend.openLinksWithJS&&(0!=wpilFrontend.openExternalInNewTab||0!=wpilFrontend.openInternalInNewTab)&&[].forEach.call(document.querySelectorAll("a"),function(e){if(!hasParentElements(e,"header, footer, nav, [id~=header], [id~=menu], [id~=footer], [id~=widget], [id~=comment], [class~=header], [class~=menu], [class~=footer], [class~=widget], [class~=comment], #wpadminbar")&&e.href&&!e.target&&-1===e.href.indexOf(window.location.href)){var i=new URL(e.href),a=window.location.hostname===i.hostname;(a&&parseInt(wpilFrontend.openInternalInNewTab)||!a&&parseInt(wpilFrontend.openExternalInNewTab))&&e.setAttribute("target","_blank")}})}function hasParentElements(e,i=""){var a=!!e&&e.tagName.toLowerCase();if(!e||"body"===a||"main"===a||"article"===a)return!1;"string"==typeof i&&(i=i.split(","));var n=!1;for(var t in i){var r=i[t];if(-1!==r.indexOf("id~=")){var o=r.replace(/\[id~=|\]/g,"").trim();if(void 0!==e.id&&""!==e.id&&-1!==e.id.indexOf(o)){n=!0;break}}else if(-1!==r.indexOf("class~=")){var o=r.replace(/\[class~=|\]/g,"").trim();if(void 0!==e.classList&&""!==e.className&&-1!==e.className.indexOf(o)){n=!0;break}}else if(-1!==r.indexOf("#")){var o=r.replace(/#/g,"").trim();if(void 0!==e.id&&""!==e.id&&o===e.id){n=!0;break}}else if(!r.match(/[^a-zA-Z]/)){var o=r.trim();if(e.tagName.toLowerCase()===o){n=!0;break}}}return!!n||""!==e.parentNode&&hasParentElements(e.parentNode,i)}function makeAjaxCall(e={}){window.jQuery?callWithJquery(e):callWithVanilla(e)}function callWithJquery(e={}){jQuery.ajax({type:"POST",url:wpilFrontend.ajaxUrl,data:e,success:function(e){}})}function callWithVanilla(e={}){async function i(e,i){var a=wpilFrontend.ajaxUrl,n=new XMLHttpRequest,t=[];for(var r in e)t.push(encodeURIComponent(r)+"="+encodeURIComponent(e[r]));t=t.join("&"),n.open("POST",a),n.setRequestHeader("Content-type","application/x-www-form-urlencoded"),n.send(t)}i(e,function e(i){void 0!==i.currentTarget&&console.log(i.currentTarget.response)})}function getLinkLocation(e){var i="Body Content",a={Search:["search","[id~=search]","[class~=search]"],Header:["header","[id~=header]","[class~=header]"],"Comment Section":["[id~=comment]","[class~=comment]"],Footer:["footer","[id~=footer]","[class~=footer]"],Menu:["[id~=menu]","[class~=menu]"],Navigation:["nav"],Sidebar:["sidebar","[id~=sidebar]","[class~=sidebar]","[id~=widget]","[class~=widget]"],"Body Content":["main","article","[class~=main]"]};if(!e||"body"===e.tagName.toLowerCase())return i;var n=!1;elementLoop:for(var t in a){var r=a[t];for(var o in r){var s=r[o];if(-1!==s.indexOf("id~=")){var l=s.replace(/\[id~=|\]/g,"").trim();if(void 0!==e.id&&""!==e.id&&-1!==e.id.indexOf(l)){n=!0,i=t;break elementLoop}}else if(-1!==s.indexOf("class~=")){var l=s.replace(/\[class~=|\]/g,"").trim();if(void 0!==e.classList&&""!==e.className&&-1!==e.className.indexOf(l)){n=!0,i=t;break elementLoop}}else if(-1!==s.indexOf("#")){var l=s.replace(/#/g,"").trim();if(void 0!==e.id&&""!==e.id&&l===e.id){n=!0,i=t;break elementLoop}}else if(!s.match(/[^a-zA-Z]/)){var l=s.trim();if(e.tagName.toLowerCase()===l){n=!0,i=t;break elementLoop}}}}return n?i:""!==e.parentNode&&getLinkLocation(e.parentNode)};
/*!
 * Infinite Scroll PACKAGED v4.0.1
 * Automatically add next page
 *
 * Licensed GPLv3 for open source use
 * or Infinite Scroll Commercial License for commercial use
 *
 * https://infinite-scroll.com
 * Copyright 2018-2020 Metafizzy
 */
!function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,(function(t,e){let i=t.console,n=void 0===i?function(){}:function(t){i.error(t)};return function(i,o,s){(s=s||e||t.jQuery)&&(o.prototype.option||(o.prototype.option=function(t){t&&(this.options=Object.assign(this.options||{},t))}),s.fn[i]=function(t,...e){return"string"==typeof t?function(t,e,o){let r,l=`$().${i}("${e}")`;return t.each((function(t,h){let a=s.data(h,i);if(!a)return void n(`${i} not initialized. Cannot call method ${l}`);let c=a[e];if(!c||"_"==e.charAt(0))return void n(`${l} is not a valid method`);let u=c.apply(a,o);r=void 0===r?u:r})),void 0!==r?r:t}(this,t,e):(r=t,this.each((function(t,e){let n=s.data(e,i);n?(n.option(r),n._init()):(n=new o(e,r),s.data(e,i,n))})),this);var r})}})),function(t,e){"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,(function(){function t(){}let e=t.prototype;return e.on=function(t,e){if(!t||!e)return this;let i=this._events=this._events||{},n=i[t]=i[t]||[];return n.includes(e)||n.push(e),this},e.once=function(t,e){if(!t||!e)return this;this.on(t,e);let i=this._onceEvents=this._onceEvents||{};return(i[t]=i[t]||{})[e]=!0,this},e.off=function(t,e){let i=this._events&&this._events[t];if(!i||!i.length)return this;let n=i.indexOf(e);return-1!=n&&i.splice(n,1),this},e.emitEvent=function(t,e){let i=this._events&&this._events[t];if(!i||!i.length)return this;i=i.slice(0),e=e||[];let n=this._onceEvents&&this._onceEvents[t];for(let o of i){n&&n[o]&&(this.off(t,o),delete n[o]),o.apply(this,e)}return this},e.allOff=function(){return delete this._events,delete this._onceEvents,this},t})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t):t.fizzyUIUtils=e(t)}(this,(function(t){let e={extend:function(t,e){return Object.assign(t,e)},modulo:function(t,e){return(t%e+e)%e},makeArray:function(t){if(Array.isArray(t))return t;if(null==t)return[];return"object"==typeof t&&"number"==typeof t.length?[...t]:[t]},removeFrom:function(t,e){let i=t.indexOf(e);-1!=i&&t.splice(i,1)},getParent:function(t,e){for(;t.parentNode&&t!=document.body;)if((t=t.parentNode).matches(e))return t},getQueryElement:function(t){return"string"==typeof t?document.querySelector(t):t},handleEvent:function(t){let e="on"+t.type;this[e]&&this[e](t)},filterFindElements:function(t,i){return(t=e.makeArray(t)).filter((t=>t instanceof HTMLElement)).reduce(((t,e)=>{if(!i)return t.push(e),t;e.matches(i)&&t.push(e);let n=e.querySelectorAll(i);return t=t.concat(...n)}),[])},debounceMethod:function(t,e,i){i=i||100;let n=t.prototype[e],o=e+"Timeout";t.prototype[e]=function(){clearTimeout(this[o]);let t=arguments;this[o]=setTimeout((()=>{n.apply(this,t),delete this[o]}),i)}},docReady:function(t){let e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},toDashed:function(t){return t.replace(/(.)([A-Z])/g,(function(t,e,i){return e+"-"+i})).toLowerCase()}},i=t.console;return e.htmlInit=function(n,o){e.docReady((function(){let s="data-"+e.toDashed(o),r=document.querySelectorAll(`[${s}]`),l=t.jQuery;[...r].forEach((t=>{let e,r=t.getAttribute(s);try{e=r&&JSON.parse(r)}catch(e){return void(i&&i.error(`Error parsing ${s} on ${t.className}: ${e}`))}let h=new n(t,e);l&&l.data(t,o,h)}))}))},e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter"),require("fizzy-ui-utils")):t.InfiniteScroll=e(t,t.EvEmitter,t.fizzyUIUtils)}(window,(function(t,e,i){let n=t.jQuery,o={};function s(t,e){let r=i.getQueryElement(t);if(r){if((t=r).infiniteScrollGUID){let i=o[t.infiniteScrollGUID];return i.option(e),i}this.element=t,this.options={...s.defaults},this.option(e),n&&(this.$element=n(this.element)),this.create()}else console.error("Bad element for InfiniteScroll: "+(r||t))}s.defaults={},s.create={},s.destroy={};let r=s.prototype;Object.assign(r,e.prototype);let l=0;r.create=function(){let t=this.guid=++l;if(this.element.infiniteScrollGUID=t,o[t]=this,this.pageIndex=1,this.loadCount=0,this.updateGetPath(),this.getPath&&this.getPath()){this.updateGetAbsolutePath(),this.log("initialized",[this.element.className]),this.callOnInit();for(let t in s.create)s.create[t].call(this)}else console.error("Disabling InfiniteScroll")},r.option=function(t){Object.assign(this.options,t)},r.callOnInit=function(){let t=this.options.onInit;t&&t.call(this,this)},r.dispatchEvent=function(t,e,i){this.log(t,i);let o=e?[e].concat(i):i;if(this.emitEvent(t,o),!n||!this.$element)return;let s=t+=".infiniteScroll";if(e){let i=n.Event(e);i.type=t,s=i}this.$element.trigger(s,i)};let h={initialized:t=>`on ${t}`,request:t=>`URL: ${t}`,load:(t,e)=>`${t.title||""}. URL: ${e}`,error:(t,e)=>`${t}. URL: ${e}`,append:(t,e,i)=>`${i.length} items. URL: ${e}`,last:(t,e)=>`URL: ${e}`,history:(t,e)=>`URL: ${e}`,pageIndex:function(t,e){return`current page determined to be: ${t} from ${e}`}};r.log=function(t,e){if(!this.options.debug)return;let i=`[InfiniteScroll] ${t}`,n=h[t];n&&(i+=". "+n.apply(this,e)),console.log(i)},r.updateMeasurements=function(){this.windowHeight=t.innerHeight;let e=this.element.getBoundingClientRect();this.top=e.top+t.scrollY},r.updateScroller=function(){let e=this.options.elementScroll;if(e){if(this.scroller=!0===e?this.element:i.getQueryElement(e),!this.scroller)throw new Error(`Unable to find elementScroll: ${e}`)}else this.scroller=t},r.updateGetPath=function(){let t=this.options.path;if(!t)return void console.error(`InfiniteScroll path option required. Set as: ${t}`);let e=typeof t;"function"!=e?"string"==e&&t.match("{{#}}")?this.updateGetPathTemplate(t):this.updateGetPathSelector(t):this.getPath=t},r.updateGetPathTemplate=function(t){this.getPath=()=>{let e=this.pageIndex+1;return t.replace("{{#}}",e)};let e=t.replace(/(\\\?|\?)/,"\\?").replace("{{#}}","(\\d\\d?\\d?)"),i=new RegExp(e),n=location.href.match(i);n&&(this.pageIndex=parseInt(n[1],10),this.log("pageIndex",[this.pageIndex,"template string"]))};let a=[/^(.*?\/?page\/?)(\d\d?\d?)(.*?$)/,/^(.*?\/?\?page=)(\d\d?\d?)(.*?$)/,/(.*?)(\d\d?\d?)(?!.*\d)(.*?$)/],c=s.getPathParts=function(t){if(t)for(let e of a){let i=t.match(e);if(i){let[,t,e,n]=i;return{begin:t,index:e,end:n}}}};r.updateGetPathSelector=function(t){let e=document.querySelector(t);if(!e)return void console.error(`Bad InfiniteScroll path option. Next link not found: ${t}`);let i=e.getAttribute("href"),n=c(i);if(!n)return void console.error(`InfiniteScroll unable to parse next link href: ${i}`);let{begin:o,index:s,end:r}=n;this.isPathSelector=!0,this.getPath=()=>o+(this.pageIndex+1)+r,this.pageIndex=parseInt(s,10)-1,this.log("pageIndex",[this.pageIndex,"next link"])},r.updateGetAbsolutePath=function(){let t=this.getPath();if(t.match(/^http/)||t.match(/^\//))return void(this.getAbsolutePath=this.getPath);let{pathname:e}=location,i=t.match(/^\?/),n=e.substring(0,e.lastIndexOf("/")),o=i?e:n+"/";this.getAbsolutePath=()=>o+this.getPath()},s.create.hideNav=function(){let t=i.getQueryElement(this.options.hideNav);t&&(t.style.display="none",this.nav=t)},s.destroy.hideNav=function(){this.nav&&(this.nav.style.display="")},r.destroy=function(){this.allOff();for(let t in s.destroy)s.destroy[t].call(this);delete this.element.infiniteScrollGUID,delete o[this.guid],n&&this.$element&&n.removeData(this.element,"infiniteScroll")},s.throttle=function(t,e){let i,n;return e=e||200,function(){let o=+new Date,s=arguments,r=()=>{i=o,t.apply(this,s)};i&&o<i+e?(clearTimeout(n),n=setTimeout(r,e)):r()}},s.data=function(t){let e=(t=i.getQueryElement(t))&&t.infiniteScrollGUID;return e&&o[e]},s.setJQuery=function(t){n=t},i.htmlInit(s,"infinite-scroll"),r._init=function(){};let{jQueryBridget:u}=t;return n&&u&&u("infiniteScroll",s,n),s})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core")):e(t,t.InfiniteScroll)}(window,(function(t,e){let i=e.prototype;Object.assign(e.defaults,{loadOnScroll:!0,checkLastPage:!0,responseBody:"text",domParseResponse:!0}),e.create.pageLoad=function(){this.canLoad=!0,this.on("scrollThreshold",this.onScrollThresholdLoad),this.on("load",this.checkLastPage),this.options.outlayer&&this.on("append",this.onAppendOutlayer)},i.onScrollThresholdLoad=function(){this.options.loadOnScroll&&this.loadNextPage()};let n=new DOMParser;function o(t){let e=document.createDocumentFragment();return t&&e.append(...t),e}return i.loadNextPage=function(){if(this.isLoading||!this.canLoad)return;let{responseBody:t,domParseResponse:e,fetchOptions:i}=this.options,o=this.getAbsolutePath();this.isLoading=!0,"function"==typeof i&&(i=i());let s=fetch(o,i).then((i=>{if(!i.ok){let t=new Error(i.statusText);return this.onPageError(t,o,i),{response:i}}return i[t]().then((s=>("text"==t&&e&&(s=n.parseFromString(s,"text/html")),204==i.status?(this.lastPageReached(s,o),{body:s,response:i}):this.onPageLoad(s,o,i))))})).catch((t=>{this.onPageError(t,o)}));return this.dispatchEvent("request",null,[o,s]),s},i.onPageLoad=function(t,e,i){return this.options.append||(this.isLoading=!1),this.pageIndex++,this.loadCount++,this.dispatchEvent("load",null,[t,e,i]),this.appendNextPage(t,e,i)},i.appendNextPage=function(t,e,i){let{append:n,responseBody:s,domParseResponse:r}=this.options;if(!("text"==s&&r)||!n)return{body:t,response:i};let l=t.querySelectorAll(n),h={body:t,response:i,items:l};if(!l||!l.length)return this.lastPageReached(t,e),h;let a=o(l),c=()=>(this.appendItems(l,a),this.isLoading=!1,this.dispatchEvent("append",null,[t,e,l,i]),h);return this.options.outlayer?this.appendOutlayerItems(a,c):c()},i.appendItems=function(t,e){t&&t.length&&(function(t){let e=t.querySelectorAll("script");for(let t of e){let e=document.createElement("script"),i=t.attributes;for(let t of i)e.setAttribute(t.name,t.value);e.innerHTML=t.innerHTML,t.parentNode.replaceChild(e,t)}}(e=e||o(t)),this.element.appendChild(e))},i.appendOutlayerItems=function(i,n){let o=e.imagesLoaded||t.imagesLoaded;return o?new Promise((function(t){o(i,(function(){let e=n();t(e)}))})):(console.error("[InfiniteScroll] imagesLoaded required for outlayer option"),void(this.isLoading=!1))},i.onAppendOutlayer=function(t,e,i){this.options.outlayer.appended(i)},i.checkLastPage=function(t,e){let i,{checkLastPage:n,path:o}=this.options;if(n){if("function"==typeof o){if(!this.getPath())return void this.lastPageReached(t,e)}"string"==typeof n?i=n:this.isPathSelector&&(i=o),i&&t.querySelector&&(t.querySelector(i)||this.lastPageReached(t,e))}},i.lastPageReached=function(t,e){this.canLoad=!1,this.dispatchEvent("last",null,[t,e])},i.onPageError=function(t,e,i){return this.isLoading=!1,this.canLoad=!1,this.dispatchEvent("error",null,[t,e,i]),t},e.create.prefill=function(){if(!this.options.prefill)return;let t=this.options.append;t?(this.updateMeasurements(),this.updateScroller(),this.isPrefilling=!0,this.on("append",this.prefill),this.once("error",this.stopPrefill),this.once("last",this.stopPrefill),this.prefill()):console.error(`append option required for prefill. Set as :${t}`)},i.prefill=function(){let t=this.getPrefillDistance();this.isPrefilling=t>=0,this.isPrefilling?(this.log("prefill"),this.loadNextPage()):this.stopPrefill()},i.getPrefillDistance=function(){return this.options.elementScroll?this.scroller.clientHeight-this.scroller.scrollHeight:this.windowHeight-this.element.clientHeight},i.stopPrefill=function(){this.log("stopPrefill"),this.off("append",this.prefill)},e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){let n=e.prototype;return Object.assign(e.defaults,{scrollThreshold:400}),e.create.scrollWatch=function(){this.pageScrollHandler=this.onPageScroll.bind(this),this.resizeHandler=this.onResize.bind(this);let t=this.options.scrollThreshold;(t||0===t)&&this.enableScrollWatch()},e.destroy.scrollWatch=function(){this.disableScrollWatch()},n.enableScrollWatch=function(){this.isScrollWatching||(this.isScrollWatching=!0,this.updateMeasurements(),this.updateScroller(),this.on("last",this.disableScrollWatch),this.bindScrollWatchEvents(!0))},n.disableScrollWatch=function(){this.isScrollWatching&&(this.bindScrollWatchEvents(!1),delete this.isScrollWatching)},n.bindScrollWatchEvents=function(e){let i=e?"addEventListener":"removeEventListener";this.scroller[i]("scroll",this.pageScrollHandler),t[i]("resize",this.resizeHandler)},n.onPageScroll=e.throttle((function(){this.getBottomDistance()<=this.options.scrollThreshold&&this.dispatchEvent("scrollThreshold")})),n.getBottomDistance=function(){let e,i;return this.options.elementScroll?(e=this.scroller.scrollHeight,i=this.scroller.scrollTop+this.scroller.clientHeight):(e=this.top+this.element.clientHeight,i=t.scrollY+this.windowHeight),e-i},n.onResize=function(){this.updateMeasurements()},i.debounceMethod(e,"onResize",150),e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){let n=e.prototype;Object.assign(e.defaults,{history:"replace"});let o=document.createElement("a");return e.create.history=function(){if(!this.options.history)return;o.href=this.getAbsolutePath(),(o.origin||o.protocol+"//"+o.host)==location.origin?this.options.append?this.createHistoryAppend():this.createHistoryPageLoad():console.error(`[InfiniteScroll] cannot set history with different origin: ${o.origin} on ${location.origin} . History behavior disabled.`)},n.createHistoryAppend=function(){this.updateMeasurements(),this.updateScroller(),this.scrollPages=[{top:0,path:location.href,title:document.title}],this.scrollPage=this.scrollPages[0],this.scrollHistoryHandler=this.onScrollHistory.bind(this),this.unloadHandler=this.onUnload.bind(this),this.scroller.addEventListener("scroll",this.scrollHistoryHandler),this.on("append",this.onAppendHistory),this.bindHistoryAppendEvents(!0)},n.bindHistoryAppendEvents=function(e){let i=e?"addEventListener":"removeEventListener";this.scroller[i]("scroll",this.scrollHistoryHandler),t[i]("unload",this.unloadHandler)},n.createHistoryPageLoad=function(){this.on("load",this.onPageLoadHistory)},e.destroy.history=n.destroyHistory=function(){this.options.history&&this.options.append&&this.bindHistoryAppendEvents(!1)},n.onAppendHistory=function(t,e,i){if(!i||!i.length)return;let n=i[0],s=this.getElementScrollY(n);o.href=e,this.scrollPages.push({top:s,path:o.href,title:t.title})},n.getElementScrollY=function(e){if(this.options.elementScroll)return e.offsetTop-this.top;return e.getBoundingClientRect().top+t.scrollY},n.onScrollHistory=function(){let t=this.getClosestScrollPage();t!=this.scrollPage&&(this.scrollPage=t,this.setHistory(t.title,t.path))},i.debounceMethod(e,"onScrollHistory",150),n.getClosestScrollPage=function(){let e,i;e=this.options.elementScroll?this.scroller.scrollTop+this.scroller.clientHeight/2:t.scrollY+this.windowHeight/2;for(let t of this.scrollPages){if(t.top>=e)break;i=t}return i},n.setHistory=function(t,e){let i=this.options.history;i&&history[i+"State"]&&(history[i+"State"](null,t,e),this.options.historyTitle&&(document.title=t),this.dispatchEvent("history",null,[t,e]))},n.onUnload=function(){if(0===this.scrollPage.top)return;let e=t.scrollY-this.scrollPage.top+this.top;this.destroyHistory(),scrollTo(0,e)},n.onPageLoadHistory=function(t,e){this.setHistory(t.title,e)},e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){class n{constructor(t,e){this.element=t,this.infScroll=e,this.clickHandler=this.onClick.bind(this),this.element.addEventListener("click",this.clickHandler),e.on("request",this.disable.bind(this)),e.on("load",this.enable.bind(this)),e.on("error",this.hide.bind(this)),e.on("last",this.hide.bind(this))}onClick(t){t.preventDefault(),this.infScroll.loadNextPage()}enable(){this.element.removeAttribute("disabled")}disable(){this.element.disabled="disabled"}hide(){this.element.style.display="none"}destroy(){this.element.removeEventListener("click",this.clickHandler)}}return e.create.button=function(){let t=i.getQueryElement(this.options.button);t&&(this.button=new n(t,this))},e.destroy.button=function(){this.button&&this.button.destroy()},e.Button=n,e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){let n=e.prototype;function o(t){r(t,"none")}function s(t){r(t,"block")}function r(t,e){t&&(t.style.display=e)}return e.create.status=function(){let t=i.getQueryElement(this.options.status);t&&(this.statusElement=t,this.statusEventElements={request:t.querySelector(".infinite-scroll-request"),error:t.querySelector(".infinite-scroll-error"),last:t.querySelector(".infinite-scroll-last")},this.on("request",this.showRequestStatus),this.on("error",this.showErrorStatus),this.on("last",this.showLastStatus),this.bindHideStatus("on"))},n.bindHideStatus=function(t){let e=this.options.append?"append":"load";this[t](e,this.hideAllStatus)},n.showRequestStatus=function(){this.showStatus("request")},n.showErrorStatus=function(){this.showStatus("error")},n.showLastStatus=function(){this.showStatus("last"),this.bindHideStatus("off")},n.showStatus=function(t){s(this.statusElement),this.hideStatusEventElements(),s(this.statusEventElements[t])},n.hideAllStatus=function(){o(this.statusElement),this.hideStatusEventElements()},n.hideStatusEventElements=function(){for(let t in this.statusEventElements){o(this.statusEventElements[t])}},e})),
/*!
 * imagesLoaded v4.1.4
 * JavaScript is all like "You images are done yet or what?"
 * MIT License
 */
function(t,e){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],(function(i){return e(t,i)})):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}("undefined"!=typeof window?window:this,(function(t,e){"use strict";var i=t.jQuery,n=t.console;function o(t,e){for(var i in e)t[i]=e[i];return t}var s=Array.prototype.slice;function r(t,e,l){if(!(this instanceof r))return new r(t,e,l);var h,a=t;("string"==typeof t&&(a=document.querySelectorAll(t)),a)?(this.elements=(h=a,Array.isArray(h)?h:"object"==typeof h&&"number"==typeof h.length?s.call(h):[h]),this.options=o({},this.options),"function"==typeof e?l=e:o(this.options,e),l&&this.on("always",l),this.getImages(),i&&(this.jqDeferred=new i.Deferred),setTimeout(this.check.bind(this))):n.error("Bad element for imagesLoaded "+(a||t))}r.prototype=Object.create(e.prototype),r.prototype.options={},r.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},r.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),!0===this.options.background&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&l[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var s=t.querySelectorAll(this.options.background);for(n=0;n<s.length;n++){var r=s[n];this.addElementBackgroundImages(r)}}}};var l={1:!0,9:!0,11:!0};function h(t){this.img=t}function a(t,e){this.url=t,this.element=e,this.img=new Image}return r.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,t),n=i.exec(e.backgroundImage)}},r.prototype.addImage=function(t){var e=new h(t);this.images.push(e)},r.prototype.addBackground=function(t,e){var i=new a(t,e);this.images.push(i)},r.prototype.check=function(){var t=this;function e(e,i,n){setTimeout((function(){t.progress(e,i,n)}))}this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?this.images.forEach((function(t){t.once("progress",e),t.check()})):this.complete()},r.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&n&&n.log("progress: "+i,t,e)},r.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},h.prototype=Object.create(e.prototype),h.prototype.check=function(){this.getIsImageComplete()?this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.proxyImage.src=this.img.src)},h.prototype.getIsImageComplete=function(){return this.img.complete&&this.img.naturalWidth},h.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},h.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},h.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},h.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},h.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},a.prototype=Object.create(h.prototype),a.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url,this.getIsImageComplete()&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},a.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},a.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},r.makeJQueryPlugin=function(e){(e=e||t.jQuery)&&((i=e).fn.imagesLoaded=function(t,e){return new r(this,t,e).jqDeferred.promise(i(this))})},r.makeJQueryPlugin(),r}));
var text_=false;var ajaxurl="https://WWW.243android.com/wp-admin/admin-ajax.php";var text_votar="Vote";var text_votos="Votes";var text_leer_mas="Read more";var text_leer_menos="Read less";var text_de="of";var text_reporte_gracias="Thank you for sending us your report.";
"use strict";var brpx=document.querySelector(".box-rating");function getAbsoluteHeight(e){e="string"==typeof e?document.querySelector(e):e;var t=window.getComputedStyle(e),a=parseFloat(t.marginTop)+parseFloat(t.marginBottom);return Math.ceil(e.offsetHeight+a)}if(null!==brpx&&localStorage.getItem("px_rating-"+brpx.dataset.postId)&&brpx.classList.add("voted"),!0===text_){var e,t,a=document.getElementsByClassName("entry-limit");a.length>0&&getAbsoluteHeight(a=a[0])>160&&(document.querySelectorAll(".app-s #descripcion .entry.desent")[0].outerHTML+='<span class="readmore readdescripcion" style="cursor:pointer;">'+text_leer_mas+"</span>",document.querySelectorAll(".app-s #descripcion .entry.desent")[0].style.height="160px",document.querySelectorAll(".app-s #descripcion .entry.desent")[0].classList.add("limit"))}function support_format_webp(){var e=document.createElement("canvas");return!!(e.getContext&&e.getContext("2d"))&&0==e.toDataURL("image/webp").indexOf("data:image/webp")}function pxloadimage(e){var t=[].slice.call(document.querySelectorAll(".lazyload"));if("IntersectionObserver"in window){var a=new IntersectionObserver(function(e,t){e.forEach(function(e){if(e.isIntersecting){var t=e.target;!t.classList.contains("imgload")&&(t.src=t.dataset.src,t.classList.add("imgload"),t.parentElement.classList.add("bi_ll_load"),t.dataset.bgsrc&&(t.style.backgroundImage="url('"+t.dataset.bgsrc+"')"),a.unobserve(t))}})});t.forEach(function(e){a.observe(e)})}else t.forEach(function(e){e.src=e.dataset.src,e.classList.add("imgload"),e.parentElement.classList.add("bi_ll_load"),e.dataset.bgsrc&&(e.style.backgroundImage="url('"+e.dataset.bgsrc+"')")})}pxloadimage(),function(e){if(e(".scroller-status").length&&e(".section .baps").infiniteScroll({path:".pagination .next",append:".baps .bav",history:!1,hideNav:".pagination",status:".scroller-status",scrollThreshold:100}),e("#menu-mobile").show(),e("body").width(),e(".menu-open").on("click",function(){e("body").toggleClass("toggle-nav"),e(this).find("i").hasClass("fa-bars")?e(this).find("i").attr("class","fa fa-times"):e(this).find("i").attr("class","fa fa-bars")}),e("#menu-mobile .menu-item-has-children > a").after('<i class="fa fa-chevron-down"></i>'),e(document).on("click","#menu-mobile .menu-item-has-children > a, #menu-mobile .menu-item-has-children > i",function(t){t.preventDefault(),e(this).parent().find(".sub-menu:eq(0)").toggle(),e(this).parent().find("i:eq(0)").hasClass("fa-chevron-up")?e(this).parent().find("i:eq(0)").attr("class","fa fa-chevron-down"):e(this).parent().find("i:eq(0)").attr("class","fa fa-chevron-up")}),!0===text_){var t,a,o,n=0;e(document).on("click",".app-s .readdescripcion",function(t){t.preventDefault();var a=e(".entry-limit").outerHeight(),o=Math.ceil(e(".app-s #descripcion .entry.desent").height());if(0==n&&160==o){var i=e(window).scrollTop();e(".app-s #descripcion .entry.desent").css({height:a}).removeClass("limit"),e("html, body").animate({scrollTop:i},0),e(this).text(text_leer_menos),n=1}else{var r=e("#descripcion").offset();e("html, body").animate({scrollTop:r.top-70},0),e(".app-s #descripcion .entry.desent").css({height:"160px"}).addClass("limit"),e(this).text(text_leer_mas),n=0}})}if(e(document).on("mouseover",".box-rating:not(.voted):not(.movil) .ratings-click .rating-click",function(){e(this).parent().parent().find(".stars").addClass("hover");for(var t=e(this).data("count"),a=1;a<=t;a++)e(".ratings-click .rating-click.r"+a).addClass("active")}),e(document).on("mouseout",".box-rating:not(.voted):not(.movil) .ratings-click .rating-click",function(){e(this).parent().parent().find(".stars").removeClass("hover");for(var t=1;t<=5;t++)e(".ratings-click .rating-click.r"+t).removeClass("active")}),e(document).on("click",".box-rating:not(.voted):not(.movil) .ratings-click .rating-click, .ratingBoxMovil .box-rating button",function(){var t=e(this).data("count");e(".box-rating:not(.voted)").append('<div class="rating-loading"></div>');var a=e(".box-rating:not(.voted)").data("post-id"),o=e.ajax({url:ajaxurl,type:"post",data:{action:"post_rating",post_id:a,rating_count:t}});o.done(function(o,n,i){var r=e.parseJSON(o),s=20*r.average;e(".box-rating:not(.voted) .rating-average b").text(r.average),e(".box-rating:not(.voted) .rating .stars").css("width",s+"%"),e(".box-rating:not(.voted) .rating-text span").text(r.users),e(".box-rating").addClass("voted"),e(".rating-loading").remove(),e(".ratingBoxMovil").remove(),localStorage.setItem("px_rating-"+a,t)}),o.fail(function(e,t,a){console.error("The following error occurred: "+t,a)})}),e(document).on("click",".app-s .box-rating.movil:not(.voted)",function(){var t=e(this).get(0).outerHTML;e(".wrapper-page").after('<div class="ratingBoxMovil">'+t+"</div>")}),e(document).on("click",".ratingBoxMovil .box-rating .ratings-click .rating-click",function(){e(".ratingBoxMovil .box-rating button").remove(),e(this).parent().parent().find(".stars").addClass("hover");var t=e(this).data("count");e(".ratingBoxMovil .box-rating .ratings-click .rating-click").removeClass("active");for(var a=1;a<=t;a++)e(".ratingBoxMovil .box-rating .ratings-click .rating-click.r"+a).addClass("active");var o=e(this).data("count");e(".ratingBoxMovil .box-rating .rating-text").after('<button data-count="'+o+'">'+text_votar+"</button>")}),e(document).on("click",".ratingBoxMovil",function(t){"ratingBoxMovil"==e(t.target).attr("class")&&e(".ratingBoxMovil").remove()}),e("#searchBox input[type=text]").on("click",function(){0==e(this).val().length&&e("#searchBox ul").html("")}),e("#searchBox input[type=text]").on("keyup",(a=function(){var a=e(this).val();e("#searchBox ul").show(),a.length>=3?(e("#searchBox form").addClass("wait"),(t=e.ajax({url:ajaxurl,type:"post",data:{action:"ajax_searchbox",searchtext:a}})).done(function(t,a,o){var n=e.parseJSON(t);e("#searchBox ul").html(n),e("#searchBox form").removeClass("wait"),pxloadimage()}),t.fail(function(t,a,o){console.error("The following error occurred: "+a,o),e("#searchBox form").removeClass("wait")})):e("#searchBox ul").html("")},o=0,function(){var e=this,t=arguments;clearTimeout(o),o=setTimeout(function(){a.apply(e,t)},500)})),e("body").on("click",function(t){if("sbinput"!=t.target.id){e("#searchBox ul").hide();return}e("#searchBox ul").show()}),e(".botones_sociales li a").on("click",function(t){var a=e(this).attr("href");if(!a){t.preventDefault();return}var o=e(this).data("width"),n=e(this).data("height"),i=screen.width/2-o/2,r=screen.height/2-n/2;o&&n&&(t.preventDefault(),window.open(a,"social","width="+o+",height="+n+",menubar=0,toolbar=0,directories=0,scrollbars=0,resizable=0,left="+i+",top="+r))}),e(document).on("click",".downloadAPK",function(t){if(-1!==e(this).attr("href").indexOf("#download")){t.preventDefault();var a=e(".bxdwnl").offset();e("html, body").animate({scrollTop:a.top-100},500)}}),e(".box.imagenes .px-carousel-item").length)var i=e(".box.imagenes .px-carousel-item").length;function r(e,t){"next"==t?(e.parent().find(".item.active").index()+1==i-1&&e.parent().find(".bn.next").addClass("disabled"),e.parent().find(".item.active").fadeOut().removeClass("active").next().fadeIn().addClass("active"),e.parent().find(".bn.before").removeClass("disabled"),e.parent().find("img").addClass("imgload")):"before"==t&&(0==e.parent().find(".item.active").prev().index()&&e.parent().find(".bn.before").addClass("disabled"),e.parent().find(".item.active").fadeOut().removeClass("active").prev().fadeIn().addClass("active"),e.parent().find(".bn.next").removeClass("disabled"))}function s(){var t=e("#box-report form").find("input, textarea").serialize();e("#box-report .box-content form").after('<div class="loading"></div>'),e("#box-report .box-content form").remove();var a=e.ajax({url:ajaxurl,type:"post",data:{action:"app_report",serialized:t}});a.done(function(t,a,o){1==t?(e("#box-report .loading").after('<p style="text-align:center;">'+text_reporte_gracias+"</p>"),e("#box-report .loading").remove()):(alert("Error"),location.reload())}),a.fail(function(e,t,a){console.error("The following error occurred: "+t,a)})}e(document).on("click",".box.imagenes .px-carousel-container .px-carousel-item",function(){768>e(window)&&e("html").addClass("nofixed"),e(".px-carousel-container").css({overflow:"hidden"});var t,a=e(this).index(),o=e("#slideimages").data("title");e(".wrapper-page").after('<div class="imageBox" style="display:none"><div class="px-carousel-container"></div></div>');var n=e(".box.imagenes .px-carousel-container").get(0).outerHTML;e(n).find(".px-carousel-item").each(function(t,a){var n=e(a);n=(n=n.find("img").attr("src",e(n).find("img").data("big-src"))).parent().html(),e(".imageBox .px-carousel-container").append('<div class="item" style="display:none;">'+n+"<span>"+o+" "+(t+1)+" "+text_de+" "+i+"</span></div>")}),e(".imageBox .item:eq("+a+")").show().addClass("active"),e(".imageBox").prepend('<span class="close">&times;</span>'),e(".imageBox").prepend('<span class="bn before"><i class="far fa-chevron-left"></i></span>'),e(".imageBox").append('<span class="bn next"><i class="far fa-chevron-right"></i></span>'),a+1==i?e(".imageBox").find(".bn.next").addClass("disabled"):a+1==1&&e(".imageBox").find(".bn.before").addClass("disabled"),e(".imageBox").fadeIn(),document.querySelector(".imageBox .px-carousel-container").addEventListener("touchstart",function e(a){t=a.touches[0].clientX},{passive:!0}),document.querySelector(".imageBox .px-carousel-container").addEventListener("touchend",function a(o){t-o.changedTouches[0].clientX<0?e(".imageBox .bn.before:not(.disabled)").stop().click():e(".imageBox .bn.next:not(.disabled)").stop().click()},{passive:!0})}),e(document).on("click",".imageBox .bn.next:not(.disabled)",function(){r(e(this),"next")}),e(document).on("click",".imageBox .bn.before:not(.disabled)",function(){r(e(this),"before")}),e(document).on("click",".imageBox .close",function(){e("html").removeClass("nofixed"),e(".imageBox").fadeOut(500,function(){e(this).remove()})}),e(document).on("click",".imageBox .px-carousel-container, .imageBox .item",function(t){("item active"==e(t.target).attr("class")||"px-carousel-container"==e(t.target).attr("class"))&&e(".imageBox .close").click()}),e(".link-report").on("click",function(){e("body").toggleClass("fixed"),e("#box-report").fadeIn()}),e(".close-report").on("click",function(){e("body").toggleClass("fixed"),e("#box-report").fadeOut()}),e(document).on("keyup",function(t){"Escape"==t.key&&(e("#box-report").fadeOut(),e(".imageBox .close").click(),e("body.toggle-nav").removeClass("toggle-nav"),e(".menu-open i").attr("class","fa fa-bars")),"ArrowRight"==t.key&&r(e(".imageBox .bn.next:not(.disabled)"),"next"),"ArrowLeft"==t.key&&r(e(".imageBox .bn.before:not(.disabled)"),"before")}),e(document).on("click","#box-report",function(t){"box-report"==e(t.target).attr("id")&&e("#box-report").fadeOut()}),"undefined"!=typeof recaptcha_site?(e(document).on("click",".link-report",function(){var e=document.getElementsByTagName("head")[0],t=document.createElement("script");t.type="text/javascript",t.src="https://www.google.com/recaptcha/api.js?render="+recaptcha_site,e.appendChild(t)}),e(document).on("submit","#box-report form",function(t){t.preventDefault(),"undefined"!=typeof grecaptcha?grecaptcha.ready(function(){try{grecaptcha.execute(recaptcha_site,{action:"recaptcha_reports"}).then(function(t){e("#box-report form").append('<input type="hidden" name="token" value="'+t+'">'),e("#box-report form").append('<input type="hidden" name="action" value="recaptcha_reports">'),s()})}catch(t){alert(t)}}):alert("Error reCaptcha")})):e(document).on("submit","#box-report form",function(e){e.preventDefault(),s()}),e(".iframeBoxVideo").on("click",function(){var t=e(this).data("id");e(this).html('<iframe width="730" height="360" src="https://www.youtube.com/embed/'+t+'" style="border:0; overflow:hidden;" allowfullscreen></iframe>')});var l=e(".px-carousel-container .px-carousel-item").length;let c=0;function d(){for(var t=0,a=0;a<l;a++)a+1==l?t+=parseFloat(e(".px-carousel-container .px-carousel-item")[a].getBoundingClientRect().width.toFixed(2)):t+=parseFloat(e(".px-carousel-container .px-carousel-item")[a].getBoundingClientRect().width.toFixed(2))+c;var o=e(".px-carousel-wrapper").outerWidth();return e(".px-carousel-container").css({width:t+"px"}),e("#slideimages .px-carousel-item").css({"max-width":o+"px"}),t}function p(){for(var t=[0],a=0,o=0;o<l;o++)o>0&&(v(),t.push(a+=parseFloat(e(".px-carousel-container .px-carousel-item")[o-1].getBoundingClientRect().width.toFixed(2))+c));return t}function u(e){var t=e.style.transform.split(/\w+\(|\);?/);return t[1]&&t[1].length?parseFloat(t[1].split(/px,\s?/g)[0]):[]}if(c=v()?parseInt(e(".px-carousel-item").css("margin-left")):parseInt(e(".px-carousel-item").css("margin-right")),e(".px-carousel-container").css({"min-width":+e(".px-carousel-wrapper").outerWidth()+"px"}),e(".px-carousel-container").length){document.getElementsByClassName("px-carousel-container")[0].addEventListener("touchstart",function e(t){f=t.touches[0].clientX,x=t.touches[0].clientY,g=0},{passive:!0}),document.getElementsByClassName("px-carousel-container")[0].addEventListener("touchmove",function t(a){var o=d();1==++g&&(h=a.touches[0].pageX,m=u(document.getElementsByClassName("px-carousel-container")[0]));var n,i=a.touches[0].clientX,r=-1*(a.touches[0].clientY,f-i)+m;v()?r>0&&r<o-e(".px-carousel-wrapper").outerWidth()&&e(".px-carousel-container").css({transform:"translate3d("+r+"px, 0px, 0px)",transition:"none"}):-1*r>0&&-1*r<o-e(".px-carousel-wrapper").outerWidth()&&e(".px-carousel-container").css({transform:"translate3d("+r+"px, 0px, 0px)",transition:"none"}),a.preventDefault()},{passive:!0});var f=null,x=null,h=0,m=0,g=0}function v(){if(e("html[dir=rtl]").length)return!0}function b(t){if(!e(".px-carousel").length)return!1;let a;a=v()?parseInt(e(".px-carousel-item").css("margin-left")):parseInt(e(".px-carousel-item").css("margin-right"));let o=e(".px-carousel-wrapper").width()/t-a+a/t;e("#slidehome .px-carousel-item").width(o.toFixed(2)),e(".px-carousel-container");let n=Math.round(e(".px-carousel-container").scrollLeft());e(".px-carousel-container").scrollLeft(n)}e(document).on("click",".px-carousel-nav .px-next",function(){var t=d();if(t<e(".px-carousel-wrapper").width())return!1;e(".px-carousel-container").css({"min-width":""});var a=p(),o=-1;v()&&(o=1);var n=u(document.getElementsByClassName("px-carousel-container")[0])*o,i=0;e.each(a,function(e,t){if(t.toFixed(2)>n)return i=t*o,!1});var r=e(".px-carousel-wrapper").outerWidth()-t;e(".px-carousel-container").animate({example:i},{step:function(t,a){switch(a.prop){case"example":if(e(this).css({transform:"translate3d("+t+"px, 0px, 0px)",transition:"all 0.25s ease 0s"}),v()){if(t>=-1*r){e(".px-carousel-container").stop(),e(this).css({transform:"translate3d("+-1*r+"px, 0px, 0px)",transition:"all 0.25s ease 0s"});break}}else if(t<=r){e(".px-carousel-container").stop(),e(this).css({transform:"translate3d("+r+"px, 0px, 0px)",transition:"all 0.25s ease 0s"});break}}},duration:100})}),e(document).on("click",".px-carousel-nav .px-prev",function(){e(".px-carousel-container").css({"min-width":""}),d();var t=p().reverse(),a=-1;v()&&(a=1);var o=u(document.getElementsByClassName("px-carousel-container")[0])*a,n=0;e.each(t,function(e,t){if(t.toFixed(2)<o)return n=t*a,!1}),e(".px-carousel-wrapper").outerWidth(),e(".px-carousel-container").animate({example:n},{step:function(t,a){"example"===a.prop&&e(this).css({transform:"translate3d("+t+"px, 0px, 0px)",transition:"all 0.25s ease 0s"})},duration:100})});let $=function(){e("#slideimages .px-carousel-item").css({"max-width":e(".px-carousel-wrapper").outerWidth()+"px"}),d();let t=e(window).width();t<=550?b(1):t<=850?b(2):e(document).find("body").hasClass("sidg")?e(document).find("body").hasClass("full-width")?b(3):b(2):e(document).find("body").hasClass("full-width")&&t>=1100?b(5):b(3)};function w(){if(e(".sdl-bar").length)var t=parseInt(e(".sdl-bar").data("timer")),a=1,o=setInterval(function(){a<=t?(e(".sdl-bar").addClass("active"),e(".sdl-bar div").css("width",100/t*a+"%"),a++):(clearInterval(o),e(".show_download_links").show(),e(".sdl-bar").removeClass("active").hide())},1e3);if(e(".spinvt").length)var t=parseInt(e(".show_download_links").data("timer")),o=setInterval(function(){e(".spinvt").addClass("active"),0==t&&(e(".show_download_links").show(),e(".spinvt").remove(),clearInterval(o)),e(".snt").text(t--)},1e3)}$(),e(window).resize(function(){$()}),e(document).find(".show_download_links").length&&"undefined"==typeof noptcon&&w();var k=0;if("undefined"!=typeof noptcon&&e(window).scroll(function(){let t=e(".bxdwnl").offset();if(e(document).scrollTop()+e(window).height()/2>=t.top){if(0!=k)return;k++,w()}}),e(window).scroll(function(){pxloadimage(),e(this).scrollTop()>500?e("#px-bottom-menu").length&&640>=e(window).width()?e("#backtotop").css({bottom:"79px"}):e("#backtotop").css({bottom:"15px"}):e("#backtotop").css({bottom:"-100px"})}),e(document).on("click","#backtotop",function(){return e("html, body").animate({scrollTop:0},500),!1}),e(document).on("submit","#recaptcha_download_links",function(t){t.preventDefault();var a=e(this).serialize(),o=e.ajax({url:ajaxurl,type:"POST",data:a});o.done(function(t,a,o){e("#recaptcha_download_links").after(t),e("#recaptcha_download_links").remove(),w()}),o.fail(function(e,t,a){console.error("The following error occurred: "+t,a)})}),e("#recaptcha_download_links").length){let y=e("#recaptcha_download_links").offset();function C(){var e=document.getElementsByTagName("head")[0],t=document.createElement("script");t.type="text/javascript",t.src="https://www.google.com/recaptcha/api.js",e.appendChild(t)}e(document).scrollTop()+e(window).height()>=y.top?C():setInterval(()=>{C()},5e3)}e(document).on("click","#button_light_dark",function(){e(this).hasClass("active")?(localStorage.setItem("px_light_dark_option",0),setCookie("px_light_dark_option",0,365),e("#css-dark-theme").attr("media","max-width: 1px")):(localStorage.setItem("px_light_dark_option",1),1==localStorage.getItem("px_light_dark_option")&&(e("#css-dark-theme").removeAttr("media"),setCookie("px_light_dark_option",1,365))),e(this).toggleClass("active"),e("body").toggleClass("theme-dark"),e("#button_light_dark i").hasClass("fa-moon")?(e("#button_light_dark i").addClass("fa-sun"),e("#button_light_dark i").removeClass("fa-moon")):(e("#button_light_dark i").addClass("fa-moon"),e("#button_light_dark i").removeClass("fa-sun"))})}(jQuery);
(function($){$("#searchBox input[type=text]").off("keyup");})(jQuery);