You are on page 1of 29

(function(){/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
var l;function aa(a){var b=0;return function(){return b<a.length?{done:!
1,value:a[b++]}:{done:!0}}}var ba="function"==typeof Object.defineProperties?
Object.defineProperty:function(a,b,c){if(a==Array.prototype||
a==Object.prototype)return a;a[b]=c.value;return a};
function ca(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof
window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var
b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find
global object");}var da=ca(this);function ea(a,b){if(b){var
c=da;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];e in c||
(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&ba(c,a,
{configurable:!0,writable:!0,value:b})}}
ea("Symbol",function(a){function b(e){if(this instanceof b)throw new
TypeError("Symbol is not a constructor");return new c("jscomp_symbol_"+(e||"")
+"_"+d++,e)}function c(e,f){this.a=e;ba(this,"description",{configurable:!
0,writable:!0,value:f})}if(a)return a;c.prototype.toString=function(){return
this.a};var d=0;return b});function fa(a){var b="undefined"!=typeof
Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:aa(a)}}
function ha(a){if(!(a instanceof Array)){a=fa(a);for(var b,c=[];!
(b=a.next()).done;)c.push(b.value);a=c}return a}var ia="function"==typeof
Object.create?Object.create:function(a){function b(){}b.prototype=a;return new
b},ja;if("function"==typeof Object.setPrototypeOf)ja=Object.setPrototypeOf;else{var
ka;a:{var la={Ga:!0},ma={};try{ma.__proto__=la;ka=ma.Ga;break a}catch(a){}ka=!
1}ja=ka?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is
not extensible");return a}:null}
var na=ja;function p(a,b)
{a.prototype=ia(b.prototype);a.prototype.constructor=a;if(na)na(a,b);else for(var c
in b)if("prototype"!=c)if(Object.defineProperties){var
d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else
a[c]=b[c]}
function oa(a,b,c){if(null==a)throw new TypeError("The 'this' value for
String.prototype."+c+" must not be null or undefined");if(b instanceof RegExp)throw
new TypeError("First argument to String.prototype."+c+" must not be a regular
expression");return a+""}ea("String.prototype.endsWith",function(a){return a?
a:function(b,c){var d=oa(this,b,"endsWith");void
0===c&&(c=d.length);c=Math.max(0,Math.min(c|0,d.length));for(var
e=b.length;0<e&&0<c;)if(d[--c]!=b[--e])return!1;return 0>=e}});
ea("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d
instanceof String&&(d=String(d));for(var e=d.length,f=0;f<e;f++){var
g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return b}});var
pa="function"==typeof Object.assign?Object.assign:function(a,b){for(var
c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in
d)Object.prototype.hasOwnProperty.call(d,e)&&(a[e]=d[e])}return
a};ea("Object.assign",function(a){return a||pa});
ea("Promise",function(a){function b(g){this.b=0;this.g=void 0;this.a=[];var
h=this.c();try{g(h.resolve,h.reject)}catch(k){h.reject(k)}}function c()
{this.a=null}function d(g){return g instanceof b?g:new b(function(h)
{h(g)})}if(a)return a;c.prototype.b=function(g){if(null==this.a){this.a=[];var
h=this;this.c(function(){h.g()})}this.a.push(g)};var
e=da.setTimeout;c.prototype.c=function(g){e(g,0)};c.prototype.g=function()
{for(;this.a&&this.a.length;){var g=this.a;this.a=[];for(var h=0;h<g.length;++h)
{var k=
g[h];g[h]=null;try{k()}catch(m){this.f(m)}}}this.a=null};c.prototype.f=function(g)
{this.c(function(){throw g;})};b.prototype.c=function(){function g(m){return
function(n){k||(k=!0,m.call(h,n))}}var h=this,k=!
1;return{resolve:g(this.K),reject:g(this.f)}};b.prototype.K=function(g)
{if(g===this)this.f(new TypeError("A Promise cannot resolve to itself"));else if(g
instanceof b)this.L(g);else{a:switch(typeof g){case "object":var h=null!=g;break
a;case "function":h=!0;break a;default:h=!1}h?this.I(g):this.j(g)}};
b.prototype.I=function(g){var h=void 0;try{h=g.then}catch(k)
{this.f(k);return}"function"==typeof h?
this.P(h,g):this.j(g)};b.prototype.f=function(g)
{this.o(2,g)};b.prototype.j=function(g){this.o(1,g)};b.prototype.o=function(g,h)
{if(0!=this.b)throw Error("Cannot settle("+g+", "+h+"): Promise already settled in
state"+this.b);this.b=g;this.g=h;this.A()};b.prototype.A=function(){if(null!
=this.a){for(var g=0;g<this.a.length;++g)f.b(this.a[g]);this.a=null}};var f=new
c;b.prototype.L=function(g){var h=this.c();
g.ca(h.resolve,h.reject)};b.prototype.P=function(g,h){var
k=this.c();try{g.call(h,k.resolve,k.reject)}catch(m)
{k.reject(m)}};b.prototype.then=function(g,h){function k(w,u)
{return"function"==typeof w?function(E){try{m(w(E))}catch(v){n(v)}}:u}var m,n,q=new
b(function(w,u){m=w;n=u});this.ca(k(g,m),k(h,n));return
q};b.prototype.catch=function(g){return this.then(void
0,g)};b.prototype.ca=function(g,h){function k(){switch(m.b){case
1:g(m.g);break;case 2:h(m.g);break;default:throw Error("Unexpected state: "+
m.b);}}var m=this;null==this.a?
f.b(k):this.a.push(k)};b.resolve=d;b.reject=function(g){return new b(function(h,k)
{k(g)})};b.race=function(g){return new b(function(h,k){for(var m=fa(g),n=m.next();!
n.done;n=m.next())d(n.value).ca(h,k)})};b.all=function(g){var
h=fa(g),k=h.next();return k.done?d([]):new b(function(m,n){function q(E){return
function(v){w[E]=v;u--;0==u&&m(w)}}var w=[],u=0;do w.push(void 0),u+
+,d(k.value).ca(q(w.length-1),n),k=h.next();while(!k.done)})};return b});
ea("String.prototype.includes",function(a){return a?a:function(b,c){return-1!
==oa(this,b,"includes").indexOf(b,c||0)}});var r=this||self;function qa(a){if(a&&a!
=r)return ra(a.document);null===sa&&(sa=ra(r.document));return sa}var ta=/^[\w+/_-]
+[=]{0,2}$/,sa=null;function ra(a)
{return(a=a.querySelector&&a.querySelector("script[nonce]"))&&(a=a.nonce||
a.getAttribute("nonce"))&&ta.test(a)?a:""}function ua(a){a=a.split(".");for(var
b=r,c=0;c<a.length;c++)if(b=b[a[c]],null==b)return null;return b}
function va(){}function wa(a){a.la=void 0;a.h=function(){return a.la?a.la:a.la=new
a}}function xa(a){var b=typeof a;return"object"!=b?b:a?
Array.isArray(a)?"array":b:"null"}function ya(a){var b=typeof
a;return"object"==b&&null!=a||"function"==b}function za(a){return
Object.prototype.hasOwnProperty.call(a,Aa)&&a[Aa]||(a[Aa]=++Ba)}var
Aa="closure_uid_"+(1E9*Math.random()>>>0),Ba=0;function Ca(a,b,c){return
a.call.apply(a.bind,arguments)}
function Da(a,b,c){if(!a)throw Error();if(2<arguments.length){var
d=Array.prototype.slice.call(arguments,2);return function(){var
e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return
a.apply(b,e)}}return function(){return a.apply(b,arguments)}}function Ea(a,b,c)
{Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native
code")?Ea=Ca:Ea=Da;return Ea.apply(null,arguments)}
function Fa(a,b){var c=Array.prototype.slice.call(arguments,1);return function()
{var d=c.slice();d.push.apply(d,arguments);return a.apply(this,d)}}function t(a,b)
{function c(){}c.prototype=b.prototype;a.prototype=new
c;a.prototype.constructor=a}function Ha(a){return a};var Ia=(new
Date).getTime();function Ja(a,b){for(var c=a.length,d="string"===typeof a?
a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)}function Ka(a,b){for(var
c=a.length,d=[],e=0,f="string"===typeof a?a.split(""):a,g=0;g<c;g++)if(g in f){var
h=f[g];b.call(void 0,h,g,a)&&(d[e++]=h)}return d}function La(a,b){for(var
c=a.length,d=Array(c),e="string"===typeof a?a.split(""):a,f=0;f<c;f++)f in
e&&(d[f]=b.call(void 0,e[f],f,a));return d}
function Ma(a,b){for(var c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e+
+)if(e in d&&b.call(void 0,d[e],e,a))return!0;return!1}function Na(a,b){a:{for(var
c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void
0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"===typeof a?a.charAt(b):a[b]}
function Oa(a,b){a:{for(var c="string"===typeof a?a.split(""):a,d=a.length-
1;0<=d;d--)if(d in c&&b.call(void 0,c[d],d,a)){b=d;break a}b=-1}return 0>b?
null:"string"===typeof a?a.charAt(b):a[b]}function Pa(a,b){a:if("string"===typeof
a)a="string"!==typeof b||1!=b.length?-1:a.indexOf(b,0);else{for(var
c=0;c<a.length;c++)if(c in a&&a[c]===b){a=c;break a}a=-1}return 0<=a};function
Qa(a){return function(){return!a.apply(this,arguments)}}function Ra(a){var b=!
1,c;return function(){b||(c=a(),b=!0);return c}}function Sa(a){var b=a;return
function(){if(b){var c=b;b=null;c()}}};function Ta(a,b){var c={},d;for(d in
a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return c}function Ua(a,b){for(var c in
a)if(b.call(void 0,a[c],c,a))return!0;return!1}function Va(a,b){return null!==a&&b
in a}function Wa(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return c};var
Xa;function Ya(a,b){this.c=a===Za&&b||"";this.f=$a}Ya.prototype.b=!
0;Ya.prototype.a=function(){return this.c};var $a={},Za={};function ab(a,b)
{this.c=a===bb&&b||"";this.f=cb}ab.prototype.b=!0;ab.prototype.a=function(){return
this.c.toString()};function db(a){return a instanceof
ab&&a.constructor===ab&&a.f===cb?a.c:"type_error:TrustedResourceUrl"}var cb={};
function eb(a){if(void 0===Xa){var b=null;var
c=r.trustedTypes;if(c&&c.createPolicy){try{b=c.createPolicy("goog#html",
{createHTML:Ha,createScript:Ha,createScriptURL:Ha})}catch(d)
{r.console&&r.console.error(d.message)}Xa=b}else Xa=b}a=(b=Xa)?
b.createScriptURL(a):a;return new ab(bb,a)}var bb={};function fb(a)
{return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]}var
gb=/&/g,hb=/</g,ib=/>/g,jb=/"/g,kb=/'/g,lb=/\x00/g;function mb(a,b){return-1!
=a.indexOf(b)}
function nb(a,b){var
c=0;a=fb(String(a)).split(".");b=fb(String(b)).split(".");for(var
d=Math.max(a.length,b.length),e=0;0==c&&e<d;e++){var
f=a[e]||"",g=b[e]||"";do{f=/(\d*)(\D*)(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)
(.*)/.exec(g)||
["","","",""];if(0==f[0].length&&0==g[0].length)break;c=ob(0==f[1].length?
0:parseInt(f[1],10),0==g[1].length?0:parseInt(g[1],10))||
ob(0==f[2].length,0==g[2].length)||ob(f[2],g[2]);f=f[3];g=g[3]}while(0==c)}return
c}function ob(a,b){return a<b?-1:a>b?1:0};function pb(a,b)
{this.c=a===qb&&b||"";this.f=rb}pb.prototype.b=!0;pb.prototype.a=function(){return
this.c.toString()};function sb(a){return a instanceof
pb&&a.constructor===pb&&a.f===rb?a.c:"type_error:SafeUrl"}var tb=/^(?:(?:https?|
mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,rb={},qb={};var ub;a:{var vb=r.navigator;if(vb)
{var wb=vb.userAgent;if(wb){ub=wb;break a}}ub=""}function x(a){return
mb(ub,a)}function xb(a){for(var b=/(\w[\w ]+)\/([^\s]+)\s*(?:\
((.*?)\))?/g,c=[],d;d=b.exec(a);)c.push([d[1],d[2],d[3]||void 0]);return
c};function yb(){return(x("Chrome")||x("CriOS"))&&!x("Edge")}function zb(){function
a(e){e=Na(e,d);return c[e]||""}var b=ub;if(x("Trident")||x("MSIE"))return
Ab(b);b=xb(b);var c={};Ja(b,function(e){c[e[0]]=e[1]});var d=Fa(Va,c);return
x("Opera")?a(["Version","Opera"]):x("Edge")?a(["Edge"]):x("Edg/")?a(["Edg"]):yb()?
a(["Chrome","CriOS","HeadlessChrome"]):(b=b[2])&&b[1]||""}
function Ab(a){var b=/rv: *([\d\.]*)/.exec(a);if(b&&b[1])return b[1];b="";var
c=/MSIE
+([\d\.]+)/.exec(a);if(c&&c[1])if(a=/Trident\/(\d.\d)/.exec(a),"7.0"==c[1])if(a&&a[
1])switch(a[1]){case "4.0":b="8.0";break;case "5.0":b="9.0";break;case
"6.0":b="10.0";break;case "7.0":b="11.0"}else b="7.0";else b=c[1];return
b};function Bb(a){var
b=qa(a.ownerDocument&&a.ownerDocument.defaultView);b&&a.setAttribute("nonce",b)};va
r
Cb={"\x00":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\x0B":"\\x
0B",'"':'\\"',"\\":"\\\\","<":"\\u003C"},Db={"'":"\\'"};function Eb(a){return
String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function
Fb(){return x("iPhone")&&!x("iPod")&&!x("iPad")};function Gb(a){Gb[" "](a);return
a}Gb[" "]=va;var Hb=Fb()||x("iPod"),Ib=x("Safari")&&!(yb()||x("Coast")||
x("Opera")||x("Edge")||x("Edg/")||x("OPR")||x("Firefox")||x("FxiOS")||x("Silk")||
x("Android"))&&!(Fb()||x("iPad")||x("iPod"));function y(){}var
Jb="function"==typeof Uint8Array;function z(a,b,c,d){a.b=null;b||(b=[]);a.o=void
0;a.f=-1;a.a=b;a:{if(b=a.a.length){--b;var e=a.a[b];if(!(null===e||"object"!=typeof
e||Array.isArray(e)||Jb&&e instanceof Uint8Array)){a.g=b-a.f;a.c=e;break
a}}a.g=Number.MAX_VALUE}a.j={};if(c)for(b=0;b<c.length;b++)e=c[b],e<a.g?
(e+=a.f,a.a[e]=a.a[e]||Kb):(Lb(a),a.c[e]=a.c[e]||
Kb);if(d&&d.length)for(b=0;b<d.length;b++)Mb(a,d[b])}var Kb=[];function Lb(a){var
b=a.g+a.f;a.a[b]||(a.c=a.a[b]={})}
function A(a,b){if(b<a.g){b+=a.f;var c=a.a[b];return c===Kb?
a.a[b]=[]:c}if(a.c)return c=a.c[b],c===Kb?a.c[b]=[]:c}function Nb(a,b)
{a=A(a,b);return null==a?a:+a}function Ob(a,b){a=A(a,b);return null==a?a:!!
a}function B(a,b,c){a=A(a,b);return null==a?c:a}function Pb(a,b){a=Ob(a,b);return
null==a?!1:a}function Qb(a,b){a=Nb(a,b);return null==a?0:a}function Rb(a,b,c)
{b<a.g?a.a[b+a.f]=c:(Lb(a),a.c[b]=c);return a}
function Mb(a,b){for(var c,d,e=0;e<b.length;e++){var f=b[e],g=A(a,f);null!
=g&&(c=f,d=g,Rb(a,f,void 0))}return c?(Rb(a,c,d),c):0}function C(a,b,c){a.b||
(a.b={});if(!a.b[c]){var d=A(a,c);d&&(a.b[c]=new b(d))}return a.b[c]}function
D(a,b,c){a.b||(a.b={});if(!a.b[c]){for(var d=A(a,c),e=[],f=0;f<d.length;f+
+)e[f]=new b(d[f]);a.b[c]=e}b=a.b[c];b==Kb&&(b=a.b[c]=[]);return b};function Sb(a)
{z(this,a,Tb,null)}t(Sb,y);function Ub(a){z(this,a,null,null)}t(Ub,y);var
Tb=[2,3];function Vb(a){z(this,a,null,null)}t(Vb,y);function Wb(a){var b=new
Vb;return Rb(b,1,a)}function Xb(a,b){return Rb(a,2,b)}function Yb(a,b){return
Rb(a,3,b)}function Zb(a,b){return Rb(a,4,b)};var $b=document,F=window;var
ac={"120x90":!0,"160x90":!0,"180x90":!0,"200x90":!0,"468x15":!0,"728x15":!
0};function bc(a,b){if(15==b){if(728<=a)return 728;if(468<=a)return 468}else
if(90==b){if(200<=a)return 200;if(180<=a)return 180;if(160<=a)return
160;if(120<=a)return 120}return null};function cc(){this.a=F.document||{cookie:""}}
cc.prototype.set=function(a,b,c){var d=!1;if("object"===typeof c){var
e=c.cb;d=c.Wa||!1;var f=c.domain||void 0;var g=c.path||void 0;var
h=c.Oa}if(/[;=\s]/.test(a))throw Error('Invalid cookie name
"'+a+'"');if(/[;\r\n]/.test(b))throw Error('Invalid cookie value "'+b+'"');void
0===h&&(h=-1);this.a.cookie=a+"="+b+(f?";domain="+f:"")+(g?";path="+g:"")
+(0>h?"":0==h?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new
Date(+new Date+1E3*h)).toUTCString())+(d?";secure":"")+(null!=e?";samesite="+
e:"")};cc.prototype.get=function(a,b){for(var
c=a+"=",d=(this.a.cookie||"").split(";"),e=0,f;e<d.length;e++)
{f=fb(d[e]);if(0==f.lastIndexOf(c,0))return
f.substr(c.length);if(f==a)return""}return b};function dc(a,b,c)
{a.addEventListener&&a.addEventListener(b,c,!1)};function ec(a,b)
{b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return
a.createElement(b)}function fc(a){this.a=a||r.document||
document}fc.prototype.contains=function(a,b){if(!a||!b)return!
1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof
a.compareDocumentPosition)return a==b||!!
(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return
b==a};function gc(a){hc();return eb(a)}var hc=va;function ic(){return!
jc()&&(x("iPod")||x("iPhone")||x("Android")||x("IEMobile"))}function jc(){return
x("iPad")||x("Android")&&!x("Mobile")||x("Silk")};function kc(a){try{var b;if(b=!!
a&&null!=a.location.href)a:{try{Gb(a.foo);b=!0;break a}catch(c){}b=!1}return
b}catch(c){return!1}}function lc(a){for(var b=r,c=0;b&&40>c++&&(!kc(b)||!
a(b));)b=mc(b)}function nc(){var a=r;lc(function(b){a=b;return!1});return
a}function mc(a){try{var b=a.parent;if(b&&b!=a)return b}catch(c){}return null}
function oc(a,b){var
c=a.createElement("script");b=gc(b);c.src=db(b);Bb(c);return(a=a.getElementsByTagNa
me("script")[0])&&a.parentNode?(a.parentNode.insertBefore(c,a),c):null}function
pc(a,b){return b.getComputedStyle?
b.getComputedStyle(a,null):a.currentStyle}function qc(a,b,c){var d=!1;void 0===c||
c||(d=rc());return!d&&!sc()&&(c=Math.random(),c<b)?
(c=tc(r),a[Math.floor(c*a.length)]):null}
function tc(a){if(!a.crypto)return Math.random();try{var b=new
Uint32Array(1);a.crypto.getRandomValues(b);return b[0]/65536/65536}catch(c){return
Math.random()}}function uc(a,b){if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b.call(void 0,a[c],c,a)}function vc(a)
{return Wa(a,function(b,c){return Object.prototype.hasOwnProperty.call(a,c)&&!0})}
function wc(a){var b=a.length;if(0==b)return 0;for(var c=305419896,d=0;d<b;d+
+)c^=(c<<5)+(c>>2)+a.charCodeAt(d)&4294967295;return 0<c?c:4294967296+c}var
sc=Ra(function(){return Ma(["Google Web Preview","Mediapartners-Google","Google-
Read-Aloud","Google-Adwords"],xc)||1E-4>Math.random()});function yc(a,b){var c=-
1;try{a&&(c=parseInt(a.getItem(b),10))}catch(d){return null}return 0<=c&&1E3>c?
c:null}
function zc(a,b,c){a=sc()?null:Math.floor(1E3*tc(a));var d;if(d=null!=a&&b)a:{var
e=String(a);try{if(b){b.setItem(c,e);d=e;break a}}catch(f){}d=null}return d?
a:null}var rc=Ra(function(){return xc("MSIE")});function xc(a){return mb(ub,a)}var
Ac=/^([0-9.]+)px$/,Bc=/^(-?[0-9.]{1,30})$/;function Cc(a){return
Bc.test(a)&&(a=Number(a),!isNaN(a))?a:null}function Dc(a,b){return
b?!/^false$/.test(a):/^true$/.test(a)}function G(a){return(a=Ac.exec(a))?
+a[1]:null}
function Ec(a){a=a&&a.toString&&a.toString();return"string"===typeof
a&&mb(a,"[native code]")}function Fc(a,b){for(var c=0;50>c;++c){try{var d=!(!
a.frames||!a.frames[b])}catch(e){d=!1}if(d)return a;if(!(a=mc(a)))break}return
null}var Gc=Ra(function(){return ic()?2:jc()?1:0});function Hc(a){var
b={display:"none"};a.style.setProperty?uc(b,function(c,d)
{a.style.setProperty(d,c,"important")}):a.style.cssText=Ic(Jc(Kc(a.style.cssText),L
c(b,function(c){return c+" !important"})))}
var Jc=Object.assign||function(a,b){for(var c=1;c<arguments.length;c++){var
d=arguments[c];if(d)for(var e in
d)Object.prototype.hasOwnProperty.call(d,e)&&(a[e]=d[e])}return a};function Lc(a,b)
{var c={},d;for(d in a)Object.prototype.hasOwnProperty.call(a,d)&&(c[d]=b.call(void
0,a[d],d,a));return c}function Ic(a){var b=[];uc(a,function(c,d){null!=c&&""!
==c&&b.push(d+":"+c)});return b.length?b.join(";")+";":""}
function Kc(a){var b={};if(a){var
c=/\s*:\s*/;Ja((a||"").split(/\s*;\s*/),function(d){if(d){var
e=d.split(c);d=e[0];e=e[1];d&&e&&(b[d.toLowerCase()]=e)}})}return b}function Mc(a)
{"complete"===$b.readyState||"interactive"===$b.readyState?a():
$b.addEventListener("DOMContentLoaded",a)}
function Nc(a){var b="https://pagead2.googlesyndication.com/pagead/gen_204?
id=gpt_dupeid";uc(a,function(c,d)
{c&&(b+="&"+d+"="+encodeURIComponent(c))});window.fetch(b,{keepalive:!
0,credentials:"include",redirect:"follow",method:"get",mode:"no-cors"})};function
Oc(a){a=parseFloat(a);return isNaN(a)?0:a}function Pc(a,b){a=parseInt(a,10);return
isNaN(a)?b:a}var Qc=/^([\w-]+\.)*([\w-]{2,})(:[0-9]+)?$/;function Rc(a,b){return a?
(a=a.match(Qc))?a[0]:b:b};function Sc(){return"r20200610"}var Tc=Dc("false",!
1),Uc=Dc("false",!1),Vc=Dc("false",!1),Wc=(Dc("true",!1)||!Uc)&&!0;function Xc()
{return Rc("","pagead2.googlesyndication.com")};function Yc(){};function Zc(a)
{z(this,a,$c,ad)}t(Zc,y);var $c=[2,8],ad=[[3,4,5],[6,7]];function bd(a){return
null!=a?!a:a}function cd(a,b){for(var c=!1,d=0;d<a.length;d++){var
e=a[d].call();if(e==b)return e;null==e&&(c=!0)}if(!c)return!b}function dd(a,b){var
c=D(a,Zc,2);if(!c.length)return ed(a,b);a=B(a,1,0);if(1==a)return
bd(dd(c[0],b));c=La(c,function(d){return function(){return dd(d,b)}});switch(a)
{case 2:return cd(c,!1);case 3:return cd(c,!0)}}
function ed(a,b){var c=Mb(a,ad[0]);a:{switch(c){case 3:var d=B(a,3,0);break a;case
4:d=B(a,4,0);break a;case 5:d=B(a,5,0);break a}d=void 0}if(d&&(b=(b=b[c])&&b[d]))
{try{var e=b.apply(null,A(a,8))}catch(f){return}b=B(a,1,0);if(4==b)return!!
e;d=null!=e;if(5==b)return d;if(12==b)a=B(a,7,"");else a:{switch(c){case
4:a=Qb(a,6);break a;case 5:a=B(a,7,"");break a}a=void 0}if(null!=a){if(6==b)return
e===a;if(9==b)return 0==nb(e,a);if(d)switch(b){case 7:return e<a;case 8:return
e>a;case 12:return(new RegExp(a)).test(e);
case 10:return-1==nb(e,a);case 11:return 1==nb(e,a)}}}}function fd(a,b){return!a||!
(!b||!dd(a,b))};function gd(a){z(this,a,hd,null)}t(gd,y);var hd=[4];function id(a)
{z(this,a,jd,kd)}t(id,y);function ld(a){z(this,a,null,null)}t(ld,y);var
jd=[5],kd=[[1,2,3,6,7]];function md(){var
a={};this.a=(a[3]={},a[4]={},a[5]={},a)}wa(md);var nd=Dc("false",!1);function
od(a,b){switch(b){case 1:return B(a,1,0);case 2:return B(a,2,0);case 3:return
B(a,3,0);case 6:return B(a,6,0);default:return null}}function pd(a,b){if(!a)return
null;switch(b){case 1:return Pb(a,1);case 7:return B(a,3,"");case 2:return
Qb(a,2);case 3:return B(a,3,"");case 6:return A(a,4);default:return null}}var
qd=Ra(function(){if(!nd)return{};try{var
a=window.sessionStorage&&window.sessionStorage.getItem("GGDFSSK");if(a)return
JSON.parse(a)}catch(b){}return{}});
function rd(a,b,c,d){d=void 0===d?0:d;var e=qd();if(e[a]&&null!=e[a][b])return e[a]
[b];b=sd(d)[a][b];if(!b)return c;b=new id(b);b=td(b);a=pd(b,a);return null!=a?
a:c}function td(a){var b=md.h().a;if(b){var c=Oa(D(a,ld,5),function(d){return
fd(C(d,Zc,1),b)});if(c)return C(c,gd,2)}return C(a,gd,4)}function ud()
{this.a={};this.b=[]}wa(ud);function vd(a,b,c){return!!rd(1,a,void 0===b?!
1:b,c)}function wd(a,b,c){b=void 0===b?0:b;a=Number(rd(2,a,b,c));return isNaN(a)?
b:a}
function xd(a,b,c){return rd(3,a,void 0===b?"":b,c)}function yd(a,b,c){b=void
0===b?[]:b;return rd(6,a,b,c)}function sd(a){var b={};return ud.h().a[a]||
(ud.h().a[a]=(b[1]={},b[2]={},b[3]={},b[6]={},b))}function zd(a,b){var
c=sd(b);uc(a,function(d,e){return uc(d,function(f,g){return c[e][g]=f})})}function
Ad(a,b){var c=sd(b);Ja(a,function(d){var e=Mb(d,kd[0]),f=od(d,e);f&&(c[e]
[f]=d.a)})}
function Bd(a,b){var c=sd(b);Ja(a,function(d){var e=new id(d),f=Mb(e,kd[0]);
(e=od(e,f))&&(c[f][e]||(c[f][e]=d))})}function Cd(){return
La(Object.keys(ud.h().a),function(a){return Number(a)})}function Dd(a)
{Pa(ud.h().b,a)||zd(sd(4),a)};function H(a){this.methodName=a}var Ed=new
H(1),Fd=new H(15),Gd=new H(2),Hd=new H(3),Id=new H(4),Jd=new H(5),Kd=new
H(6),Ld=new H(7),Md=new H(8),Nd=new H(9),Od=new H(10),Pd=new H(11),Qd=new
H(12),Rd=new H(13),Sd=new H(14);function I(a,b,c){c.hasOwnProperty(a.methodName)||
Object.defineProperty(c,String(a.methodName),{value:b})}function Td(a,b,c){return
b[a.methodName]||c||function(){}}function Ud(a)
{I(Jd,vd,a);I(Kd,wd,a);I(Ld,xd,a);I(Md,yd,a);I(Rd,Bd,a);I(Fd,Dd,a)}
function Vd(a){I(Id,function(b){md.h().a=b},a);I(Nd,function(b,c){var
d=md.h();d.a[3][b]||(d.a[3][b]=c)},a);I(Od,function(b,c){var d=md.h();d.a[4][b]||
(d.a[4][b]=c)},a);I(Pd,function(b,c){var d=md.h();d.a[5][b]||(d.a[5]
[b]=c)},a);I(Sd,function(b){for(var c=md.h(),d=fa([3,4,5]),e=d.next();!
e.done;e=d.next()){var f=e.value;e=void 0;var g=c.a[f];f=b[f];for(e in
f)g[e]=f[e]}},a)}function Wd(a){a.hasOwnProperty("init-done")||
Object.defineProperty(a,"init-done",{value:!0})};function Xd(){this.b=function(a,b)
{return void 0===b?!1:b};this.c=function(a,b){return void 0===b?
0:b};this.a=function(){}}function Yd(a,b,c){a.b=function(d,e){return Td(Jd,b)
(d,e,c)};a.c=function(d,e){return Td(Kd,b)(d,e,c)};a.a=function(){Td(Fd,b)
(c)}}wa(Xd);function J(a){var b=void 0===b?!1:b;return Xd.h().b(a,b)}function Zd()
{var a=void 0===a?0:a;return Xd.h().c(62,a)};function $d(a){a=void 0===a?r:a;var
b=a.context||a.AMP_CONTEXT_DATA;if(!b)try{b=a.parent.context||
a.parent.AMP_CONTEXT_DATA}catch(c){}try{if(b&&b.pageViewId&&b.canonicalUrl)return
b}catch(c){}return null}function ae(a){return(a=a||$d())?kc(a.master)?
a.master:null:null};function be(a,b){r.google_image_requests||
(r.google_image_requests=[]);var c=r.document.createElement("img");if(b){var
d=function(e){b&&b(e);c.removeEventListener&&c.removeEventListener("load",d,!
1);c.removeEventListener&&c.removeEventListener("error",d,!
1)};dc(c,"load",d);dc(c,"error",d)}c.src=a;r.google_image_requests.push(c)};functio
n ce(a,b){if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b.call(void 0,a[c],c,a)}function de(a)
{return!(!a||!a.call)&&"function"===typeof a}function ee(a){var b=void 0===b?
1:b;a=ae($d(a))||a;a.google_unique_id=(a.google_unique_id||0)+b}function fe(a)
{a=a.google_unique_id;return"number"===typeof a?a:0}function ge(a){a=ae($d(a))||
a;a=a.google_unique_id;return"number"===typeof a?a:0}var he=!!
window.google_async_iframe_id,ie=he&&window.parent||window;
function je(){if(he&&!kc(ie)){var a="."+$b.domain;try{for(;2<a.split(".").length&&!
kc(ie);)$b.domain=a=a.substr(a.indexOf(".")+1),ie=window.parent}catch(b){}kc(ie)||
(ie=window)}return ie}var ke=/(^| )adsbygoogle($| )/,le=new
Ya(Za,"//fonts.googleapis.com/css");eb(le instanceof
Ya&&le.constructor===Ya&&le.f===$a?le.c:"type_error:Const");function me()
{if(Tc)try{var a=F.google_cafe_host||F.top.google_cafe_host;if(a)return a}catch(b)
{}return Xc()}function ne(a){return Tc&&a.google_top_window||a.top}
function oe(a){a=ne(a);return kc(a)?a:null};function K(a)
{a.google_ad_modifications||(a.google_ad_modifications={});return
a.google_ad_modifications}function pe(a,b){a:if(a=K(a).eids||
[],a.indexOf)b=a.indexOf(b),b=0<b||0===b;else{for(var c=0;c<a.length;c+
+)if(a[c]===b){b=!0;break a}b=!1}return b}function qe(a,b)
{a=K(a);a.tag_partners=a.tag_partners||[];a.tag_partners.push(b)}function re(a)
{K(F).allow_second_reactive_tag=a}
function se(a,b,c){for(var d=0;d<a.length;++d)if((a[d].ad_slot||
b)==b&&(a[d].ad_tag_origin||c)==c)return a[d];return null};var
te={},ue=(te.google_ad_client=!0,te.google_ad_host=!0,te.google_ad_host_channel=!
0,te.google_adtest=!0,te.google_tag_for_child_directed_treatment=!
0,te.google_tag_for_under_age_of_consent=!0,te.google_tag_partner=!
0,te.google_restrict_data_processing=!0,te.google_page_url=!0,te);function ve(){var
a=/[a-zA-Z0-9._~-]/,b=/%[89a-zA-Z]./;return r.location.pathname.replace(/(%[a-zA-
Z0-9]{2})/g,function(c){if(!c.match(b)){var
d=decodeURIComponent(c);if(d.match(a))return d}return c.toUpperCase()})}function
we(){for(var a=ve(),b="",c=/[/%?&=]/,d=0;d<a.length;++d){var e=a[d];b=e.match(c)?
b+e:b+encodeURIComponent(e)}return b};function M(a){z(this,a,xe,null)}t(M,y);var
xe=[4];M.prototype.Z=function(){return A(this,3)};function N(a)
{z(this,a,null,null)}t(N,y);function ye(a){z(this,a,null,ze)}t(ye,y);function Ae(a)
{z(this,a,null,null)}t(Ae,y);function Be(a){z(this,a,null,null)}t(Be,y);function
Ce(a){z(this,a,null,null)}t(Ce,y);var ze=[[1,2,3]];function De(a)
{z(this,a,null,null)}t(De,y);function Ee(a){z(this,a,null,null)}t(Ee,y);function
Fe(a){z(this,a,Ge,null)}t(Fe,y);var Ge=[6,7,9,10,11];function He(a)
{z(this,a,Ie,null)}t(He,y);function Je(a){z(this,a,null,null)}t(Je,y);function
Ke(a){z(this,a,Le,null)}t(Ke,y);function Me(a){z(this,a,null,null)}t(Me,y);function
Ne(a){z(this,a,null,null)}t(Ne,y);function Oe(a)
{z(this,a,null,null)}t(Oe,y);function Pe(a){z(this,a,null,null)}t(Pe,y);var
Ie=[1,2,5,7],Le=[2,5,6,11];function Qe(a){var
b=we().replace(/(^\/)|(\/$)/g,""),c=wc(b),d=Re(b);return a.find(function(e){var
f=null!=A(e,7)?A(C(e,Me,7),1):A(e,1);e=null!=A(e,7)?A(C(e,Me,7),2):2;if("number"!
==typeof f)return!1;switch(e){case 1:return f==c;case 2:return d[f]||!1}return!
1})||null}function Re(a){for(var b={};;){b[wc(a)]=!0;if(!a)return
b;a=a.substring(0,a.lastIndexOf("/"))}};function Se(a,b){var c=void 0===c?
{}:c;this.error=a;this.context=b.context;this.msg=b.message||"";this.id=b.id||"jser
ror";this.meta=c}function Te(a){return!!(a.error&&a.meta&&a.id)};var
Ue=/^https?:\/\/(\w|-)+\.cdn\.ampproject\.(net|org)(\?|\/|$)/;function Ve(a,b)
{this.a=a;this.b=b}function We(a,b,c){this.url=a;this.a=b;this.ua=!!
c;this.depth=null};function Xe(){this.c="&";this.f=!
1;this.b={};this.g=0;this.a=[]}function Ye(a,b){var c={};c[a]=b;return[c]}function
Ze(a,b,c,d,e){var f=[];uc(a,function(g,h)
{(g=$e(g,b,c,d,e))&&f.push(h+"="+g)});return f.join(b)}
function $e(a,b,c,d,e){if(null==a)return"";b=b||"&";c=c||",$";"string"==typeof
c&&(c=c.split(""));if(a instanceof Array){if(d=d||0,d<c.length){for(var
f=[],g=0;g<a.length;g++)f.push($e(a[g],b,c,d+1,e));return f.join(c[d])}}else
if("object"==typeof a)return e=e||0,2>e?
encodeURIComponent(Ze(a,b,c,d,e+1)):"...";return
encodeURIComponent(String(a))}function af(a,b,c,d){a.a.push(b);a.b[b]=Ye(c,d)}
function bf(a,b,c){b=b+"//pagead2.googlesyndication.com"+c;var d=cf(a)-
c.length;if(0>d)return"";a.a.sort(function(n,q){return n-q});c=null;for(var
e="",f=0;f<a.a.length;f++)for(var g=a.a[f],h=a.b[g],k=0;k<h.length;k++){if(!d)
{c=null==c?g:c;break}var m=Ze(h[k],a.c,",$");if(m){m=e+m;if(d>=m.length){d-
=m.length;b+=m;e=a.c;break}a.f&&(e=d,m[e-1]==a.c&&--
e,b+=m.substr(0,e),e=a.c,d=0);c=null==c?g:c}}a="";null!=c&&(a=e+"trn="+c);return
b+a}
function cf(a){var b=1,c;for(c in a.b)b=c.length>b?c.length:b;return 3997-b-
a.c.length-1};function df(a,b,c,d,e,f){if((d?a.a:Math.random())<(e||.01))try{if(c
instanceof Xe)var g=c;else g=new Xe,uc(c,function(k,m){var n=g,q=n.g+
+;k=Ye(m,k);n.a.push(q);n.b[q]=k});var h=bf(g,a.b,"/pagead/gen_204?
id="+b+"&");h&&("undefined"!==typeof f?be(h,void 0===f?null:f):be(h,null))}catch(k)
{}};var ef=null;function ff(){if(null===ef){ef="";try{var
a="";try{a=r.top.location.hash}catch(c){a=r.location.hash}if(a){var
b=a.match(/\bdeid=([\d,]+)/);ef=b?b[1]:""}}catch(c){}}return ef};function gf(){var
a=r.performance;return a&&a.now&&a.timing?Math.floor(a.now()
+a.timing.navigationStart):+new Date}function hf(){var a=void 0===a?
r:a;return(a=a.performance)&&a.now?a.now():null};function jf(a,b,c)
{this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();
this.slotId=void 0};var kf=r.performance,lf=!!
(kf&&kf.mark&&kf.measure&&kf.clearMarks),mf=Ra(function(){var a;if(a=lf)a=ff(),a=!!
a.indexOf&&0<=a.indexOf("1337");return a});function nf(){var
a=of;this.b=[];this.c=a||r;var
b=null;a&&(a.google_js_reporting_queue=a.google_js_reporting_queue||
[],this.b=a.google_js_reporting_queue,b=a.google_measure_js_timing);this.a=mf()||
(null!=b?b:1>Math.random())}
function pf(a)
{a&&kf&&mf()&&(kf.clearMarks("goog_"+a.label+"_"+a.uniqueId+"_start"),kf.clearMarks
("goog_"+a.label+"_"+a.uniqueId+"_end"))}nf.prototype.start=function(a,b){if(!
this.a)return null;var c=hf()||gf();a=new
jf(a,b,c);b="goog_"+a.label+"_"+a.uniqueId+"_start";kf&&mf()&&kf.mark(b);return
a};function qf(){var a=rf;this.j=sf;this.c=!0;this.b=null;this.g=this.J;this.a=void
0===a?null:a;this.f=!1}l=qf.prototype;l.Ba=function(a){this.g=a};l.ma=function(a)
{this.b=a};l.Ca=function(a){this.c=a};l.Da=function(a){this.f=a};
l.fa=function(a,b,c){try{if(this.a&&this.a.a){var
d=this.a.start(a.toString(),3);var e=b();var f=this.a;b=d;if(f.a&&"number"===typeof
b.value){var g=hf()||gf();b.duration=g-b.value;var
h="goog_"+b.label+"_"+b.uniqueId+"_end";kf&&mf()&&kf.mark(h);!f.a||
2048<f.b.length||f.b.push(b)}}else e=b()}catch(k){f=this.c;try{pf(d),f=this.g(a,new
Se(k,{message:tf(k)}),void 0,c)}catch(m){this.J(217,m)}if(!f)throw k;}return e};
l.xa=function(a,b,c,d){var e=this;return function(f){for(var
g=[],h=0;h<arguments.length;++h)g[h]=arguments[h];return e.fa(a,function(){return
b.apply(c,g)},d)}};
l.J=function(a,b,c,d,e){e=e||"jserror";try{var f=new Xe;f.f=!
0;af(f,1,"context",a);Te(b)||(b=new Se(b,
{message:tf(b)}));b.msg&&af(f,2,"msg",b.msg.substring(0,512));var g=b.meta||
{};if(this.b)try{this.b(g)}catch(L){}if(d)try{d(g)}catch(L)
{}b=[g];f.a.push(3);f.b[3]=b;d=r;b=[];g=null;do{var h=d;if(kc(h)){var
k=h.location.href;g=h.document&&h.document.referrer||null}else
k=g,g=null;b.push(new We(k||"",h));try{d=h.parent}catch(L){d=null}}while(d&&h!
=d);k=0;for(var m=b.length-1;k<=m;++k)b[k].depth=m-k;
h=r;if(h.location&&h.location.ancestorOrigins&&h.location.ancestorOrigins.length==b
.length-1)for(m=1;m<b.length;++m){var n=b[m];n.url||
(n.url=h.location.ancestorOrigins[m-1]||"",n.ua=!0)}var q=new
We(r.location.href,r,!1);h=null;var w=b.length-1;for(n=w;0<=n;--n){var u=b[n];!
h&&Ue.test(u.url)&&(h=u);if(u.url&&!u.ua){q=u;break}}u=null;var
E=b.length&&b[w].url;0!=q.depth&&E&&(u=b[w]);var v=new
Ve(q,u);v.b&&af(f,4,"top",v.b.url||"");af(f,5,"url",v.a.url||"");df(this.j,e,f,this
.f,c)}catch(L){try{df(this.j,
e,{context:"ecmserr",rctx:a,msg:tf(L),url:v&&v.a.url},this.f,c)}catch(Ga){}}return
this.c};function tf(a){var b=a.toString();a.name&&-1==b.indexOf(a.name)&&(b+=":
"+a.name);a.message&&-1==b.indexOf(a.message)&&(b+=": "+a.message);if(a.stack)
{a=a.stack;try{-1==a.indexOf(b)&&(a=b+"\n"+a);for(var
c;a!=c;)c=a,a=a.replace(/((https?:\/..*\/)[^\/:]*:\d+
(?:.|\n)*)\2/,"$1");b=a.replace(/\n */g,"\n")}catch(d){}}return b};function O(a)
{a=void 0===a?"":a;var b=Error.call(this);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.name="TagError";this.message=a?"adsbygoogle.push()
error: "+a:"";Error.captureStackTrace?
Error.captureStackTrace(this,O):this.stack=Error().stack||""}p(O,Error);function
uf(){this.b=!1;this.a=null;this.f=!
1;this.g=Math.random();this.c=this.J}l=uf.prototype;l.ma=function(a)
{this.a=a};l.Ca=function(a){this.b=a};l.Da=function(a){this.f=a};l.Ba=function(a)
{this.c=a};
l.J=function(a,b,c,d,e){if((this.f?this.g:Math.random())>(void 0===c?.01:c))return
this.b;Te(b)||(b=new Se(b,{context:a,id:void 0===e?"jserror":e}));if(d||
this.a)b.meta={},this.a&&this.a(b.meta),d&&d(b.meta);r.google_js_errors=r.google_js
_errors||[];r.google_js_errors.push(b);r.error_rep_loaded||
(oc(r.document,r.location.protocol+"//pagead2.googlesyndication.com/pagead/js/err_r
ep.js"),r.error_rep_loaded=!0);return this.b};
l.fa=function(a,b,c){try{var d=b()}catch(e){if(!this.c(a,e,.01,c,"jserror"))throw
e;}return d};l.xa=function(a,b,c,d){var e=this;return function(f){for(var
g=[],h=0;h<arguments.length;++h)g[h]=arguments[h];return e.fa(a,function(){return
b.apply(c,g)},d)}};var sf,vf,of=je(),rf=new nf;function wf(a){null!
=a&&(of.google_measure_js_timing=a);of.google_measure_js_timing||(a=rf,a.a=!1,a.b!
=a.c.google_js_reporting_queue&&(mf()&&Ja(a.b,pf),a.b.length=0))}
function xf(a){var b=F.jerExpIds;if(Array.isArray(b)&&0!==b.length){var
c=a.eid;if(c){b=ha(c.split(",")).concat(ha(b));c={};for(var d=0,e=0;e<b.length;)
{var f=b[e++];var g=f;g=ya(g)?"o"+za(g):(typeof
g).charAt(0)+g;Object.prototype.hasOwnProperty.call(c,g)||(c[g]=!0,b[d+
+]=f)}b.length=d;a.eid=b.join(",")}else a.eid=b.join(",")}}function yf(a){var
b=F.jerUserAgent;b&&(a.useragent=b)}sf=new function(){var a=void 0===a?
F:a;this.b="http:"===a.location.protocol?"http:":"https:";this.a=Math.random()};
"number"!==typeof of.google_srt&&(of.google_srt=Math.random());var
zf=sf,Af=of.google_srt;0<=Af&&1>=Af&&(zf.a=Af);vf=new qf;vf.ma(function(a)
{xf(a);yf(a)});vf.Da(!0);"complete"==of.document.readyState?
wf():rf.a&&dc(of,"load",function(){wf()});function Bf(){var
a=[Cf,Df];vf.ma(function(b){Ja(a,function(c){c(b)});xf(b);yf(b)})}function
Ef(a,b,c){return vf.fa(a,b,c)}function Ff(a,b){return vf.xa(a,b,void 0,void
0)}function Gf(a,b,c){df(sf,a,b,!0,c,void 0)}
function Hf(a,b,c,d){var e;Te(b)?e=b.msg||tf(b.error):e=tf(b);return
0==e.indexOf("TagError")?(c=b instanceof Se?b.error:b,c.pbr||(c.pbr=!
0,vf.J(a,b,.1,d,"puberror")),!1):vf.J(a,b,c,d)};function If(a,b)
{this.ra=a;this.ya=b}function Jf(a){var
b=[].slice.call(arguments).filter(Qa(function(e){return null===e}));if(!
b.length)return null;var c=[],d={};b.forEach(function(e){c=c.concat(e.ra||
[]);d=Object.assign(d,e.ya)});return new If(c,d)}
function Kf(a){switch(a){case 1:return new If(null,
{google_ad_semantic_area:"mc"});case 2:return new If(null,
{google_ad_semantic_area:"h"});case 3:return new If(null,
{google_ad_semantic_area:"f"});case 4:return new If(null,
{google_ad_semantic_area:"s"});default:return null}};var Lf=new If(["google-auto-
placed"],{google_tag_origin:"qs"});var Mf={},Nf=(Mf.google_ad_channel=!
0,Mf.google_ad_host=!0,Mf);function Of(a,b)
{a.location.href&&a.location.href.substring&&(b.url=a.location.href.substring(0,200
));Gf("ama",b,.01)}function Pf(a){var b={};uc(Nf,function(c,d){d in
a&&(b[d]=a[d])});return b};var Qf=Pc("2019",2012);function Rf(a,b,c)
{if("relative"===a)return b;c||
(c=Wc?"https":"http");r.location&&"https:"==r.location.protocol&&"http"==c&&(c="htt
ps");return[c,"://",a,b].join("")}function Sf(a,b,c)
{a=Rf(a,b,c);2012<Qf&&(b=(b=a.match(/(__[a-z0-9_]+)\.js(?:\?|$)/))?
b[1]:"",a=a.replace(new RegExp(String(b+".js").replace(/([-()\[\]{}+?*.
$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08"),"g"),("_fy"+Qf+b+".js").replace(/\
$/g,"$$$$")));J(202)&&(a+=(0<a.indexOf("?")?"&":"?")+"cache=bust");return a};var
Tf=null;function Uf(){if(!Tc)return!1;if(null!=Tf)return Tf;Tf=!1;try{var
a=oe(r);a&&-1!=a.location.hash.indexOf("google_logging")&&(Tf=!
0);r.localStorage.getItem("google_logging")&&(Tf=!0)}catch(b){}return Tf}function
Vf(a,b){b=void 0===b?[]:b;var c=!1;r.google_logging_queue||(c=!
0,r.google_logging_queue=[]);r.google_logging_queue.push([a,b]);c&&Uf()&&(a=Sf(Xc()
,"/pagead/js/logging_library.js"),oc(r.document,a))};function Wf(a,b,c)
{this.a=a;this.b=b;this.c=c}function Xf(a,b){return{top:a.b-
b,right:a.a+a.c+1,bottom:a.b+b,left:a.a-1}};function Yf(a)
{this.a={};this.b={};if(a)for(var b=0;b<a.length;+
+b)this.add(a[b])}Yf.prototype.add=function(a){this.a[a]=!
0;this.b[a]=a};Yf.prototype.contains=function(a){return!!this.a[a]};function Zf(a)
{z(this,a,null,null)}t(Zf,y);function $f(a){z(this,a,null,null)}t($f,y);function
ag(a){z(this,a,null,null)}t(ag,y);function bg(a){z(this,a,cg,null)}t(bg,y);var
cg=[5];function dg(a){try{var
b=a.localStorage.getItem("google_ama_settings");return b?new bg(b?
JSON.parse(b):null):null}catch(c){return null}};function eg()
{this.a={};this.b={}}eg.prototype.set=function(a,b)
{this.a[a]=b;this.b[a]=a};eg.prototype.get=function(a,b){return void 0!==this.a[a]?
this.a[a]:b};var fg={rectangle:1,horizontal:2,vertical:4};var
gg={overlays:1,interstitials:2,vignettes:2,inserts:3,immersives:4,list_view:5};func
tion hg(){this.wasPlaTagProcessed=!
1;this.wasReactiveAdConfigReceived={};this.adCount={};this.wasReactiveAdVisible={};
this.stateForType={};this.reactiveTypeEnabledInAsfe={};this.wasReactiveTagRequestSe
nt=!
1;this.reactiveTypeDisabledByPublisher={};this.tagSpecificState={};this.improveColl
isionDetection=1;this.messageValidationEnabled=!1;this.floatingAdsStacking=new ig}
function jg(a){a.google_reactive_ads_global_state?
null==a.google_reactive_ads_global_state.floatingAdsStacking&&(a.google_reactive_ad
s_global_state.floatingAdsStacking=new ig):a.google_reactive_ads_global_state=new
hg;return a.google_reactive_ads_global_state}function ig()
{this.maxZIndexRestrictions={};this.nextRestrictionId=0;this.maxZIndexListeners=[]}
;function kg(a){a=a.document;var b={};a&&(b="CSS1Compat"==a.compatMode?
a.documentElement:a.body);return b||{}}function P(a){return
kg(a).clientWidth};function lg(a,b){for(var c=["width","height"],d=0;d<c.length;d+
+){var e="google_ad_"+c[d];if(!b.hasOwnProperty(e)){var f=G(a[c[d]]);f=null===f?
null:Math.round(f);null!=f&&(b[e]=f)}}}function mg(a,b){return!
((Bc.test(b.google_ad_width)||
Ac.test(a.style.width))&&(Bc.test(b.google_ad_height)||
Ac.test(a.style.height)))}function ng(a,b){return(a=og(a,b))?a.y:0}
function og(a,b){try{var
c=b.document.documentElement.getBoundingClientRect(),d=a.getBoundingClientRect();re
turn{x:d.left-c.left,y:d.top-c.top}}catch(e){return null}}function pg(a,b){do{var
c=pc(a,b);if(c&&"fixed"==c.position)return!1}while(a=a.parentElement);return!
0}function qg(a){var b=0,c;for(c in fg)-1!=a.indexOf(c)&&(b|=fg[c]);return b}
function rg(a,b,c,d,e){if(ne(a)!=a)return oe(a)?3:16;if(!(488>P(a)))return 4;if(!
(a.innerHeight>=a.innerWidth))return 5;var f=P(a);if(!f||(f-
c)/f>d)a=6;else{if(c="true"!=e.google_full_width_responsive)a:
{c=P(a);for(b=b.parentElement;b;b=b.parentElement)if((d=pc(b,a))&&(e=G(d.width))&&!
(e>=c)&&"visible"!=d.overflow){c=!0;break a}c=!1}a=c?7:!0}return a}
function sg(a,b,c,d){var e=rg(b,c,a,.3,d);!0!==e?
a=e:"true"==d.google_full_width_responsive||pg(c,b)?tg(b)?a=!0:(b=P(b),a=b-
a,a=b&&0<=a?!0:b?-10>a?11:0>a?14:12:10):a=9;return a}function ug(a,b,c)
{a=a.style;"rtl"==b?J(251)?a.setProperty("margin-
right",c,"important"):a.marginRight=c:J(251)?a.setProperty("margin-
left",c,"important"):a.marginLeft=c}
function vg(a,b){if(3==b.nodeType)return/\S/.test(b.data);if(1==b.nodeType)
{if(/^(script|style)$/i.test(b.nodeName))return!1;try{var c=pc(b,a)}catch(d)
{}return!c||"none"!=c.display&&!
("absolute"==c.position&&("hidden"==c.visibility||"collapse"==c.visibility))}return
!1}function wg(a,b){for(var c=0;100>c&&b.parentElement;++c){for(var
d=b.parentElement.childNodes,e=0;e<d.length;++e){var f=d[e];if(f!
=b&&vg(a,f))return}b=b.parentElement;b.style.width="100%";b.style.height="auto"}}
function xg(a,b,c){a=og(b,a);return"rtl"==c?-a.x:a.x}function yg(a,b){var
c;c=(c=b.parentElement)?(c=pc(c,a))?c.direction:"":"";if(c)
{b.style.border=b.style.borderStyle=b.style.outline=b.style.outlineStyle=b.style.tr
ansition="none";b.style.borderSpacing=b.style.padding="0";ug(b,c,"0px");b.style.wid
th=P(a)+"px";if(0!==xg(a,b,c)){ug(b,c,"0px");var d=xg(a,b,c);ug(b,c,-
1*d+"px");a=xg(a,b,c);0!==a&&a!==d&&ug(b,c,d/(a-d)*d+"px")}b.style.zIndex=30}}
function tg(a){return J(233)||
a.location&&"#bffwroe2etoq"==a.location.hash};function Q(a,b)
{this.b=a;this.a=b}l=Q.prototype;l.minWidth=function(){return
this.b};l.height=function(){return this.a};l.R=function(a){return
300<a&&300<this.a?this.b:Math.min(1200,Math.round(a))};l.ja=function(a){return
this.R(a)+"x"+this.height()};l.ba=function(){};function R(a,b,c,d){d=void 0===d?
function(f){return f}:d;var e;return a.style&&a.style[c]&&d(a.style[c])||
(e=pc(a,b))&&e[c]&&d(e[c])||null}function zg(a){return function(b){return
b.minWidth()<=a}}function Ag(a,b,c,d){var e=a&&Bg(c,b),f=Cg(b,d);return function(g)
{return!(e&&g.height()>=f)}}function Dg(a){return function(b){return
b.height()<=a}}function Bg(a,b){return ng(a,b)<kg(b).clientHeight-100}function
Eg(a,b){a=ng(a,b);b=kg(b).clientHeight;return 0==b?null:a/b}
function Fg(a,b){var c=R(b,a,"height",G);if(c)return c;var
d=b.style.height;b.style.height="inherit";c=R(b,a,"height",G);b.style.height=d;if(c
)return c;c=Infinity;do(d=b.style&&G(b.style.height))&&(c=Math.min(c,d)),
(d=R(b,a,"maxHeight",G))&&(c=Math.min(c,d));while((b=b.parentElement)&&"HTML"!
=b.tagName);return c}function Cg(a,b){var c=0==fe(a);return b&&c?
Math.max(250,2*kg(a).clientHeight/3):250};function Gg(a,b){for(var
c=[],d=a.length,e=0;e<d;e++)c.push(a[e]);c.forEach(b,void 0)};function Hg(a){if(1!
=a.nodeType)var b=!1;else if(b="INS"==a.tagName)a:{b=["adsbygoogle-
placeholder"];a=a.className?a.className.split(/\s+/):[];for(var
c={},d=0;d<a.length;++d)c[a[d]]=!0;for(d=0;d<b.length;++d)if(!c[b[d]]){b=!1;break
a}b=!0}return b};function Ig(a,b,c){switch(c){case
0:b.parentNode&&b.parentNode.insertBefore(a,b);break;case 3:if(c=b.parentNode){var
d=b.nextSibling;if(d&&d.parentNode!
=c)for(;d&&8==d.nodeType;)d=d.nextSibling;c.insertBefore(a,d)}break;case
1:b.insertBefore(a,b.firstChild);break;case
2:b.appendChild(a)}Hg(b)&&(b.setAttribute("data-init-
display",b.style.display),b.style.display="block")};function Jg(a,b,c){function
d(f){f=Kg(f);return null==f?!1:c>f}function e(f){f=Kg(f);return null==f?!
1:c<f}switch(b){case 0:return{init:Lg(a.previousSibling,e),da:function(f){return
Lg(f.previousSibling,e)},ea:0};case 2:return{init:Lg(a.lastChild,e),da:function(f)
{return Lg(f.previousSibling,e)},ea:0};case
3:return{init:Lg(a.nextSibling,d),da:function(f){return
Lg(f.nextSibling,d)},ea:3};case 1:return{init:Lg(a.firstChild,d),da:function(f)
{return Lg(f.nextSibling,d)},ea:3}}throw Error("Un-handled RelativePosition: "+
b);}function Kg(a){return a.hasOwnProperty("google-ama-order-assurance")?a["google-
ama-order-assurance"]:null}function Lg(a,b){return a&&b(a)?a:null};function Mg(a,b)
{for(var c=0;c<b.length;c++){var d=b[c],e=Eb(d.bb);a[e]=d.value}};var
Ng=null;function Og(){if(!Ng){for(var a=r,b=a,c=0;a&&a!=a.parent;)if(a=a.parent,c+
+,kc(a))b=a;else break;Ng=b}return Ng};function Pg(a,b,c,d)
{this.f=a;this.b=b;this.c=c;this.a=d}function Qg(a,b){var
c=[];try{c=b.querySelectorAll(a.f)}catch(g){}if(!
c.length)return[];b=c;c=b.length;if(0<c){for(var d=Array(c),e=0;e<c;e+
+)d[e]=b[e];b=d}else b=[];b=Rg(a,b);"number"===typeof
a.b&&(c=a.b,0>c&&(c+=b.length),b=0<=c&&c<b.length?[b[c]]:[]);if("number"===typeof
a.c){c=[];for(d=0;d<b.length;d++){e=Sg(b[d]);var
f=a.c;0>f&&(f+=e.length);0<=f&&f<e.length&&c.push(e[f])}b=c}return b}
Pg.prototype.toString=function(){return
JSON.stringify({nativeQuery:this.f,occurrenceIndex:this.b,paragraphIndex:this.c,ign
oreMode:this.a})};function Rg(a,b){if(null==a.a)return b;switch(a.a){case 1:return
b.slice(1);case 2:return b.slice(0,b.length-1);case 3:return b.slice(1,b.length-
1);case 0:return b;default:throw Error("Unknown ignore mode: "+a.a);}}function
Sg(a){var b=[];Gg(a.getElementsByTagName("p"),function(c)
{100<=Tg(c)&&b.push(c)});return b}
function Tg(a){if(3==a.nodeType)return a.length;if(1!
=a.nodeType||"SCRIPT"==a.tagName)return 0;var b=0;Gg(a.childNodes,function(c)
{b+=Tg(c)});return b}function Ug(a){return 0==a.length||isNaN(a[0])?
a:"\\"+(30+parseInt(a[0],10))+" "+a.substring(1)};function Vg(a){if(!a)return
null;var b=A(a,7);if(A(a,1)||a.Z()||0<A(a,4).length){var
c=a.Z(),d=A(a,1),e=A(a,4);b=A(a,2);var f=A(a,5);a=Wg(A(a,6));var
g="";d&&(g+=d);c&&(g+="#"+Ug(c));if(e)for(c=0;c<e.length;c+
+)g+="."+Ug(e[c]);b=(e=g)?new Pg(e,b,f,a):null}else b=b?new
Pg(b,A(a,2),A(a,5),Wg(A(a,6))):null;return b}var Xg={1:1,2:2,3:3,0:0};function
Wg(a){return null==a?a:Xg[a]}var Yg={1:0,2:1,3:2,4:3};function Zg(){};function
$g(a,b,c){var d=Xf(c,b+1);return!Ma(a,function(e){return
e.left<d.right&&d.left<e.right&&e.top<d.bottom&&d.top<e.bottom})};function ah()
{this.a=new eg}ah.prototype.set=function(a,b){var c=this.a.get(a);c||(c=new
Yf,this.a.set(a,c));c.add(b)};function bh(a,b){function c()
{d.push({anchor:e.anchor,position:e.position});return
e.anchor==b.anchor&&e.position==b.position}for(var d=[],e=a;e;){switch(e.position)
{case 1:if(c())return d;e.position=2;case 2:if(c())return d;if(e.anchor.firstChild)
{e={anchor:e.anchor.firstChild,position:1};continue}else e.position=3;case
3:if(c())return d;e.position=4;case 4:if(c())return d}for(;e&&!
e.anchor.nextSibling&&e.anchor.parentNode!=e.anchor.ownerDocument.body;)
{e={anchor:e.anchor.parentNode,position:3};
if(c())return d;e.position=4;if(c())return d}e&&e.anchor.nextSibling?
e={anchor:e.anchor.nextSibling,position:1}:e=null}return d};function ch(a,b)
{this.b=a;this.a=b}
function dh(a,b){var c=new ah,d=new Yf;b.forEach(function(e){if(C(e,Ae,1))
{e=C(e,Ae,1);if(C(e,N,1)&&C(C(e,N,1),M,1)&&C(e,N,2)&&C(C(e,N,2),M,1)){var
f=eh(a,C(C(e,N,1),M,1)),g=eh(a,C(C(e,N,2),M,1));if(f&&g)for(f=fa(bh({anchor:f,posit
ion:A(C(e,N,1),2)},{anchor:g,position:A(C(e,N,2),2)})),g=f.next();!
g.done;g=f.next())g=g.value,c.set(za(g.anchor),g.position)}C(e,N,3)&&C(C(e,N,3),M,1
)&&(f=eh(a,C(C(e,N,3),M,1)))&&c.set(za(f),A(C(e,N,3),2))}else C(e,Be,2)?
fh(a,C(e,Be,2),c):C(e,Ce,3)&&gh(a,C(e,Ce,3),d)});
return new ch(c,d)}function fh(a,b,c)
{C(b,M,1)&&(a=hh(a,C(b,M,1)))&&a.forEach(function(d)
{d=za(d);c.set(d,1);c.set(d,4);c.set(d,2);c.set(d,3)})}function gh(a,b,c)
{C(b,M,1)&&(a=hh(a,C(b,M,1)))&&a.forEach(function(d){c.add(za(d))})}function
eh(a,b){return(a=hh(a,b))&&0<a.length?a[0]:null}function hh(a,b){return(b=Vg(b))?
Qg(b,a):null};function ih(a,b){if(!a)return!1;a=pc(a,b);if(!a)return!
1;a=a.cssFloat||a.styleFloat;return"left"==a||"right"==a}function jh(a)
{for(a=a.previousSibling;a&&1!=a.nodeType;)a=a.previousSibling;return a?
a:null}function kh(a){return!!a.nextSibling||!!
a.parentNode&&kh(a.parentNode)};function lh(a,b){return a&&null!
=A(a,4)&&b[A(C(a,Ee,4),2)]?!1:!0}function mh(a){var
b={};a&&A(a,6).forEach(function(c){b[c]=!0});return b}function nh(a,b,c,d)
{this.a=r;this.A=a;this.b=b;this.j=d||null;this.o=(this.g=c)?
dh(r.document,D(c,ye,5)):dh(r.document,[]);this.c=0;this.f=!1}function oh(a){return
new Zg(ph(a).numAutoAdsPlaced||0,D(a.b,Fe,1).length)}
function qh(a,b){if(a.f)return!0;a.f=!0;var c=D(a.b,Fe,1);a.c=0;var d=mh(a.g);var
e=(e=a.g)?Pa(A(e,11),1):!1;var f;if(f=!e&&C(a.b,Pe,15)&&Pb(C(a.b,Pe,15),12))a:
{f=dg(a.a);f=null!==f?D(f,ag,5):null;var g=dg(a.a);var h=null!=g?C(g,Zf,6)||
null:null;if(null==f)f=!1;else{g=4;var k=0;h&&(g=A(h,1)||g,k=A(h,3)||k);h=new
Yf([2,1,0]);C(a.b,Pe,15)&&Pb(C(a.b,Pe,15),15)&&h.add(4);for(var
m=[],n=0;n<f.length;n++){var q=ph(a).numAutoAdsPlaced||0;var w=dg(a.a);w=null!
==w&&null!=A(w,8)?A(w,8):0;if(q+w>=g){f=!0;break a}q=
A(f[n],1);if(null==q)break;w=c[q];var u=C(f[n],$f,2);null!=u&&null!=Nb(u,1)&&null!
=Nb(u,2)&&null!=Nb(u,3)&&(u=new Wf(Nb(u,1),Nb(u,2),Nb(u,3)),
$g(m,k,u)&&(q=rh(a,w,q,b,d,h),null!=q&&null!
=q.X&&(q=q.X.getBoundingClientRect(),m.push(q))))}f=0<(ph(a).numAutoAdsPlaced||
0)}}if(f)return!0;f=dg(a.a);if(null!==f&&Pb(f,2))return ph(a).eatf=!0,Vf(7,[!0,0,!
1]),!0;f=new Yf([2]);!
e&&C(a.b,Pe,15)&&Pb(C(a.b,Pe,15),15)&&f.add(4);for(e=0;e<c.length;e+
+)if(rh(a,c[e],e,b,d,f))return!0;Vf(7,[!1,a.c,!1]);return!1}
function rh(a,b,c,d,e,f){if(!C(b,Ee,4)||!f.contains(A(C(b,Ee,4),1))||1!==A(b,8)||!
lh(b,e))return null;a.c+
+;if(b=sh(a,b,d,e))d=ph(a),d.placement=c,d.numAutoAdsPlaced||
(d.numAutoAdsPlaced=0),d.numAutoAdsPlaced++,Vf(7,[!1,a.c,!0]);return b}
function sh(a,b,c,d){if(!lh(b,d)||1!=A(b,8))return null;d=C(b,M,1);if(!d)return
null;d=Vg(d);if(!d)return null;d=Qg(d,a.a.document);if(0==d.length)return
null;d=d[0];var e=A(b,2);e=Yg[e];e=void 0===e?null:e;var f;if(!(f=null==e)){a:
{f=a.a;switch(e){case 0:f=ih(jh(d),f);break a;case 3:f=ih(d,f);break a;case 2:var
g=d.lastChild;f=ih(g?1==g.nodeType?g:jh(g):null,f);break a}f=!1}if(c=!f&&!(!
c&&2==e&&!kh(d)))c=1==e||2==e?d:d.parentNode,c=!(c&&!Hg(c)&&0>=c.offsetWidth);f=!
c}if(!(c=f)){c=a.o;f=A(b,2);g=
za(d);g=c.b.a.get(g);if(!(g=g?g.contains(f):!1))a:{if(c.a.contains(za(d)))switch(f)
{case 2:case 3:g=!0;break a;default:g=!1;break a}for(f=d.parentElement;f;)
{if(c.a.contains(za(f))){g=!0;break a}f=f.parentElement}g=!1}c=g}if(c)return
null;c=C(b,De,3);f={};c&&(f.Fa=A(c,1),f.qa=A(c,2),f.clearBoth=!!
Ob(c,3));c=C(b,Ee,4)&&A(C(b,Ee,4),2)?A(C(b,Ee,4),2):null;c=Kf(c);b=null==A(b,12)?
null:A(b,12);b=Jf(a.j,c,null==b?null:new If(null,
{google_ml_rank:b}));c=a.a;a=a.A;var h=c.document,k=f.clearBoth||!1;g=ec((new
fc(h)).a,
"DIV");var
m=g.style;m.width="100%";m.height="auto";m.clear=k?"both":"none";k=g.style;k.textAl
ign="center";f.Qa&&Mg(k,f.Qa);h=ec((new
fc(h)).a,"INS");k=h.style;k.display="block";k.margin="auto";k.backgroundColor="tran
sparent";f.Fa&&(k.marginTop=f.Fa);f.qa&&(k.marginBottom=f.qa);f.Ha&&Mg(k,f.Ha);g.ap
pendChild(h);f={ia:g,X:h};f.X.setAttribute("data-ad-
format","auto");g=[];if(h=b&&b.ra)f.ia.className=h.join("
");h=f.X;h.className="adsbygoogle";h.setAttribute("data-ad-
client",a);g.length&&h.setAttribute("data-ad-channel",
g.join("+"));a:{try{var n=f.ia;var q=void 0===q?0:q;if(J(313)){q=void 0===q?0:q;var
w=Jg(d,e,q);if(w.init){var u=w.init;for(d=u;d=w.da(d);)u=d;var
E={anchor:u,position:w.ea}}else E={anchor:d,position:e};n["google-ama-order-
assurance"]=q;Ig(n,E.anchor,E.position)}else Ig(n,d,e);b:{var
v=f.X;v.setAttribute("data-adsbygoogle-status","reserved");v.className+="
adsbygoogle-noablate";n={element:v};var L=b&&b.ya;if(v.hasAttribute("data-pub-
vars")){try{L=JSON.parse(v.getAttribute("data-pub-vars"))}catch(Ga){break
b}v.removeAttribute("data-pub-vars")}L&&
(n.params=L);(c.adsbygoogle=c.adsbygoogle||[]).push(n)}}catch(Ga)
{(v=f.ia)&&v.parentNode&&(L=v.parentNode,L.removeChild(v),Hg(L)&&(L.style.display=L
.getAttribute("data-init-display")||"none"));v=!1;break a}v=!0}return v?
f:null}function ph(a){return a.a.google_ama_state=a.a.google_ama_state||
{}};function th(){this.b=new uh(this);this.a=0}th.prototype.resolve=function(a)
{vh(this);this.a=1;this.f=a;wh(this.b)};th.prototype.reject=function(a)
{vh(this);this.a=2;this.c=a;wh(this.b)};function vh(a){if(0!=a.a)throw
Error("Already resolved/rejected.");}function uh(a)
{this.a=a}uh.prototype.then=function(a,b){if(this.b)throw Error("Then functions
already set.");this.b=a;this.c=b;wh(this)};
function wh(a){switch(a.a.a){case 0:break;case 1:a.b&&a.b(a.a.f);break;case
2:a.c&&a.c(a.a.c);break;default:throw Error("Unhandled deferred
state.");}};function xh(a,b){this.exception=b}function yh(a,b)
{this.c=r;this.a=a;this.b=b}yh.prototype.start=function()
{this.f()};yh.prototype.f=function(){try{switch(this.c.document.readyState){case
"complete":case "interactive":qh(this.a,!0);zh(this);break;default:qh(this.a,!1)?
zh(this):this.c.setTimeout(Ea(this.f,this),100)}}catch(a){zh(this,a)}};function
zh(a,b){try{a.b.resolve(new xh(oh(a.a),b))}catch(c){a.b.reject(c)}};function Ah(a)
{Of(a,{atf:1})}function Bh(a,b){(a.google_ama_state=a.google_ama_state||
{}).exception=b;Of(a,{atf:0})};function Ch()
{this.debugCard=null;this.debugCardRequested=!1};function Dh(a,b){if(!a)return!
1;a=a.hash;if(!a||!a.indexOf)return!1;if(-1!=a.indexOf(b))return!
0;b=Eh(b);return"go"!=b&&-1!=a.indexOf(b)?!0:!1}function Eh(a){var
b="";ce(a.split("_"),function(c){b+=c.substr(0,2)});return b};function Fh(){var
a=this;this.a=new Promise(function(b,c){a.resolve=b;a.reject=c})};function Gh(){var
a=new Fh;this.promise=a.a;this.resolve=a.resolve}function Hh(a){r.google_llp||
(r.google_llp={});var b=r.google_llp;b[7]||(b[7]=new Gh,a&&a());return
b[7]}function Ih(a){return Hh(function(){oc(r.document,a)}).promise};function
Jh(a,b,c){var d="script";d=void 0===d?"":d;var
e=a.createElement("link");try{e.rel="preload";if(mb("preload","stylesheet"))var
f=db(b).toString();else{if(b instanceof ab)var g=db(b).toString();else{if(b
instanceof pb)var h=sb(b);else{if(b instanceof pb)var k=b;else b="object"==typeof
b&&b.b?b.a():String(b),tb.test(b)||(b="about:invalid#zClosurez"),k=new
pb(qb,b);h=sb(k)}g=h}f=g}e.href=f}catch(m)
{return}d&&(e.as=d);c&&e.setAttribute("nonce",c);if(a=a.getElementsByTagName("head"
)[0])try{a.appendChild(e)}catch(m){}}
;function Kh(a){var b={},c={};return c.enable_page_level_ads=(b.pltais=!
0,b),c.google_ad_client=a,c};function Lh(a){if(!a)return"";
(a=a.toLowerCase())&&"ca-"!=a.substring(0,3)&&(a="ca-"+a);return a};function
Mh(a,b,c){return Nh(a,void 0===c?"":c,function(d){return Ma(D(d,Ub,2),function(e)
{return A(e,1)===b})})}function Oh(a,b,c){c=void 0===c?"":c;var d=oe(a)||a;return
Ph(d,b)?!0:Nh(a,c,function(e){return Ma(A(e,3),function(f){return
f===b})})}function Qh(a){return Nh(r,void 0===a?"":a,function(){return!0})}function
Ph(a,b)
{a=(a=(a=a.location&&a.location.hash)&&a.match(/forced_clientside_labs=([\d,]
+)/))&&a[1];return!!a&&Pa(a.split(","),b.toString())}
function Nh(a,b,c){a=oe(a)||a;var d=Rh(a);b&&(b=Lh(String(b)));return
Ua(d,function(e,f){return Object.prototype.hasOwnProperty.call(d,f)&&(!b||
b===f)&&c(e)})}function Rh(a){a=Sh(a);var b={};ce(a,function(c,d){try{var e=new
Sb(c);b[d]=e}catch(f){}});return b}
function Sh(a){try{var b=a.localStorage.getItem("google_adsense_settings");if(!
b)return{};var c=JSON.parse(b);return c!==Object(c)?{}:Ta(c,function(d,e){return
Object.prototype.hasOwnProperty.call(c,e)&&"string"===typeof
e&&Array.isArray(d)})}catch(d){return{}}};function Th(){this.b=function()
{};this.a=function(){return[]}}function Uh(a,b,c){a.b=function(d)
{Td(Gd,b,function(){return[]})(d,c)};a.a=function(){return Td(Hd,b,function()
{return[]})(c)}}wa(Th);var
Vh={i:"368226950",D:"368226951"},Wh={i:"368226960",D:"368226961"},Xh={i:"368226470"
,W:"368226471"},Yh={i:"368226480",W:"368226481"},Zh={i:"36998750",D:"36998751"},
$h={v:"20040067",i:"20040068",oa:"1337"},ai={i:"21060548",v:"21060549"},bi={i:"2106
0623",v:"21060624"},ci={i:"21062271",v:"21062272"};function di(a){return Tc&&!!
a.google_disable_experiments}je();function ei(a){var
b=Oh(r,12,a.google_ad_client);a="google_ad_host"in a;var
c=pe(r,Vh.D),d=Dh(r.location,"google_ads_preview");return b&&!a&&c||d}
function fi(a){if(r.google_apltlad||ne(r)!=r||!a.google_ad_client)return null;var
b=ei(a),c=!pe(r,Xh.W);if(!b&&!c)return null;r.google_apltlad=!0;var
d=Kh(a.google_ad_client),e=d.enable_page_level_ads;uc(a,function(f,g)
{ue[g]&&"google_ad_client"!=g&&(e[g]=f)});b?
e.google_ad_channel="AutoInsertAutoAdCode":c&&(e.google_pgb_reactive=7,"google_ad_s
ection"in a||"google_ad_region"in a)&&(e.google_ad_section=a.google_ad_section||
a.google_ad_region);return d}
function gi(a){return
ya(a.enable_page_level_ads)&&7==a.enable_page_level_ads.google_pgb_reactive};functi
on Df(a){try{var b=K(r).eids||[];null!=b&&0<b.length&&(a.eid=b.join(","))}catch(c)
{}}function Cf(a){a.shv=Sc()}vf.Ca(!Tc);function hi(a,b){return ng(b,a)
+R(b,a,"height",G)};function ii(a,b){this.start=a<b?a:b;this.a=a<b?b:a};function
ji(a){this.b=new ii(0,999);this.a=a}function ki(a,b,c){c=void 0===c?0:c;c=0!
=c?"google_experiment_mod"+c:"google_experiment_mod";var d=yc(b,c);return null===d?
zc(a,b,c):d};function li(){var a={};this[3]=(a[23]=function(b){return
Mh(F,parseInt(b,10))},a[24]=function(b){return
Oh(F,parseInt(b,10))},a);a={};this[4]=(a[7]=function(b){try{var
c=window.localStorage}catch(d){c=null}return
ki(window,c,b)},a);this[5]={}}wa(li);var
mi={13:"0.001",22:"0.01",24:"0.05",28:"0.001",29:"0.01",60:"0.03",66:"0.1",98:"0.01
",137:"0.01",149:"0",150:"1000",
179:"100",180:"20"};var ni=null;function oi(){this.a=mi};var pi=new ji(5);function
qi(a){a=void 0===a?r:a;return a.ggeac||(a.ggeac={})};function ri(a,b)
{a=ua(a);a="function"===typeof a?a():a;return typeof a===b?a:void 0}
function si(){var a={};this[3]=(a[8]=function(b){return!!ua(b)},a[9]=function(b)
{b=ua(b);return"function"==xa(b)&&Ec(b)},a[10]=function(){return
window==window.top},a[6]=function(b){return
Pa(Th.h().a(),parseInt(b,10))},a[27]=function(b){b=ri(b,"boolean");return void 0!
==b?b:void 0},a);a={};this[4]=(a[3]=function(){return Gc()},a[6]=function(b)
{b=ri(b,"number");return void 0!==b?b:void 0},a);a={};this[5]=(a[2]=function()
{return window.location.href},a[3]=function(){try{return
window.top.location.hash}catch(b){return""}},
a[4]=function(b){b=ri(b,"string");return void 0!==b?b:void 0},a)}wa(si);function
ti(a){z(this,a,ui,null)}t(ti,y);var ui=[2];ti.prototype.Z=function(){return
B(this,1,0)};ti.prototype.Y=function(){return B(this,7,0)};function vi(a)
{z(this,a,wi,null)}t(vi,y);var wi=[2];vi.prototype.Y=function(){return
B(this,5,0)};function xi(a){z(this,a,yi,null)}t(xi,y);function zi(a)
{z(this,a,Ai,null)}t(zi,y);var yi=[1,4,2,3],Ai=[2];zi.prototype.Y=function(){return
B(this,1,0)};var Bi=[12,13];function Ci(){}Ci.prototype.init=function(a,b,c){var
d=this,e=void 0===c?{}:c;c=void 0===e.ta?!1:e.ta;var f=void 0===e.Pa?{}:e.Pa;e=void
0===e.Xa?
[]:e.Xa;this.a=a;this.g=c;this.f=f;a={};this.b=(a[b]=e,a[4]=[],a);this.c={};
(b=ff())&&Ja(b.split(",")||[],function(g){(g=parseInt(g,10))&&(d.c[g]=!0)});return
this};
function Di(a,b,c){var d=[],e=Ei(a.a,b);if(e.length){9!==b&&(a.a=Fi(a.a,b));var
f=Pa(Bi,b);Ja(e,function(g){if(g=Gi(a,g,c)){var h=g.Z();d.push(h);Hi(a,h,f?4:c);var
k=D(g,id,2);k&&(f?Ja(Cd(),function(m){return Ad(k,m)}):Ad(k,c))}})}return
d}function Hi(a,b,c){a.b[c]||(a.b[c]=[]);a=a.b[c];Pa(a,b)?
Nc({eids:JSON.stringify(a),dup:b}):a.push(b)}function Ii(a,b)
{a.a.push.apply(a.a,ha(Ka(La(b,function(c){return new zi(c)}),function(c){return!
Pa(Bi,c.Y())})))}
function Gi(a,b,c){var d=md.h().a;if(!fd(C(b,Zc,3),d))return null;var
e=D(b,ti,2),f=e.length*B(b,1,0),g=B(b,6,0);if(g){f=d[4];switch(c){case 2:var
h=f[8];break;case 1:h=f[7]}f=null;if(h)try{f=h(g)}catch(k)
{}null===f&&(f=Math.floor(1E3*tc(window)));b=Ji(b,f);return!b||d&&!fd(C(b,Zc,3),d)?
null:Ki(a,[b],1)}g=d?Ka(e,function(k){return fd(C(k,Zc,3),d)}):e;return g.length?
(b=B(b,4,0))?Li(a,b,f,g):Ki(a,g,f/1E3):null}
function Li(a,b,c,d){var e=null!=a.f[b]?a.f[b]:1E3;if(0>=e)return
null;d=Ki(a,d,c/e);a.f[b]=d?0:e-c;return d}function Ki(a,b,c){var
d=a.c,e=Na(b,function(f){return!!d[f.Z()]});return e?e:a.g?null:qc(b,c,!1)}function
Mi(a,b){I(Ed,function(c){a.c[c]=!0},b);I(Gd,function(c,d){return
Di(a,c,d)},b);I(Hd,function(c){return(a.b[c]||
[]).concat(a.b[4])},b);I(Qd,function(c){return Ii(a,c)},b)}wa(Ci);function Ei(a,b)
{return(a=Na(a,function(c){return c.Y()==b}))&&D(a,vi,2)||[]}
function Fi(a,b){return Ka(a,function(c){return c.Y()!=b})}function Ji(a,b){var
c=D(a,ti,2),d=c.length,e=B(a,1,0);a=B(a,8,0);var f=(b-a)%d;return b<a||b-a-f>=d*e-
1?null:c[f]};function Ni(){this.a=function(){}}wa(Ni);function Oi(a)
{Ni.h().a(a)};function Pi(a,b,c,d){var e=1;d=void 0===d?qi():d;e=void 0===e?
0:e;d.hasOwnProperty("init-done")?(Td(Qd,d)(La(D(a,zi,2),function(f){return
f.a})),Td(Rd,d)(La(D(a,id,1),function(f){return f.a}),e),b&&Td(Sd,d)(b),Qi(d,e)):
(Mi(Ci.h().init(D(a,zi,2),e,c),d),Ud(d),Vd(d),Wd(d),Qi(d,e),Ad(D(a,id,1),e),nd=nd||
!(!c||!c.Ma),Oi(si.h()),b&&Oi(b))}function Qi(a,b){a=void 0===a?qi():a;b=void
0===b?0:b;var c=a,d=b;d=void 0===d?0:d;Uh(Th.h(),c,d);c=a;b=void 0===b?
0:b;Yd(Xd.h(),c,b);Ni.h().a=Td(Sd,a);Xd.h().a()};function Ri(a){try{return
a.localStorage}catch(b){return null}}
function Si(a){var b=K(a);if(b.plle)Qi(qi(a),1);else{b.plle=!0;var
c=Ri(a);null==yc(c,"goog_pem_mod")&&zc(a,c,"goog_pem_mod");c=[null,null];try{var
d=JSON.parse("[[[259,null,null,[1]],[225,null,null,[1]],[289,null,null,[1]],
[209,null,null,[1]],[205,null,null,[1]],[null,29,null,[null,2]],[null,30,null,
[null,3]],[270,null,null,[1]],[210,null,null,[1]],[211,null,null,[1]],
[284,null,null,[1]],[207,null,null,[1]],[null,60,null,[null,20]],[null,57,null,
[null,300]],[null,58,null,[null,300]],[215,null,null,[1]],[230,null,null,[1]],
[191,null,null,[1]],[null,null,null,[null,null,null,
[\x22facebook[.]com\x22,\x22whatsapp[.]com\x22,\x22youtube[.]com\x22,\x22google[.]c
om\x22,\x22\\\\/ads?\\\\/\x22]],null,9]],[[10,[[1,[[21066108],[21066109,
[[316,null,null,[1]]]]],null,null,null,34,18,1],[1,[[21066110],[21066111,
[[316,null,null,[1]]]]],null,null,null,34,18,1],[100,[[42530493],[42530494,
[[341,null,null,[1]]]]],null,null,null,46,23,1],[100,[[42530495],[42530496,
[[341,null,null,[1]]]]],null,null,null,46,23,1],[100,[[42530499],[42530500,
[[324,null,null,[1]]]]],null,null,null,41,20,1],[100,[[42530501],[42530502,
[[324,null,null,[1]]]]],null,null,null,41,20,1],[3,[[44717727],[44717728],
[44717729],[44717730],[44719983],[44719984]]],[1,[[44719906,null,[1,
[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-fun)?\\\\.\x22]]]],[44719907,
[[190,null,null,[1]]],[1,[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-
fun)?\\\\.\x22]]]]]],[1,[[21065070],[21065071],[21065072,[[243,null,null,[1]]]],
[21065073,[[243,null,null,[1]]]]]],[50,[[21065531],
[21065532]],null,null,null,13,null,300],[10,[[21066452],
[21066453]],null,null,null,13,null,400],[1,[[44721527],[44721528,[[null,43,null,
[null,2500]]]]],null,null,null,13,null,500],[50,[[21066124,[[190,null,null,[1]]],
[1,[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-fun)?\\\\.\x22]]]],
[21066125,[[265,null,null,[1]],[260,null,null,[1]],[190,null,null,[1]]],[1,
[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-
fun)?\\\\.\x22]]]]],null,null,null,40,null,1],[10,[[21066153,null,[1,
[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-fun)?\\\\.\x22]]]],[21066154,
[[233,null,null,[1]],[232,null,null,[1]]],[1,
[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-
fun)?\\\\.\x22]]]]],null,null,null,42,null,1],[20,[[182982000,[[218,null,null,
[1]]],[1,[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-fun)?\\\\.\x22]]]],
[182982100,[[217,null,null,[1]]],[1,[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|
how)(-fun)?\\\\.\x22]]]]],null,null,null,36,8,1],[20,[[182982200,null,[1,
[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-fun)?\\\\.\x22]]]],
[182982300,null,[1,[[12,null,null,null,2,null,\x22\\\\.wiki(dogs|how)(-
fun)?\\\\.\x22]]]]],null,null,null,36,8,1],[10,[[182984000,null,
[4,null,23,null,null,null,null,[\x221\x22]]],[182984100,[[218,null,null,[1]]],
[4,null,23,null,null,null,null,[\x221\x22]]]],null,null,null,37,10,1],[10,
[[182984200,null,[4,null,23,null,null,null,null,[\x221\x22]]],[182984300,null,
[4,null,23,null,null,null,null,[\x221\x22]]]],null,null,null,37,10,1],[10,
[[21066004],[21066005,[[325,null,null,[1]]]]],null,23],[null,[[21066126,
[[290,null,null,[1]],[190,null,null,[1]]]],[21066127,[[290,null,null,[1]],
[190,null,null,[1]]]]],null,null,null,38,null,1],[10,[[21066167],[21066168,
[[279,null,null,[1]]]]]],[1,[[21066336],[21066337,[[343,null,null,[1]]]]]],[null,
[[21066357],[21066358,[[345,null,null,[1]]]]]],[10,[[21066428],[21066429]]],[10,
[[21066430],[21066431],[21066432],[21066433]],null,null,null,44,22],[10,
[[21066434],[21066435]],null,null,null,44,null,500],[10,[[21066467],[21066468,
[[304,null,null,[1]]]]]]]],[13,[[500,[[21065350],[21065351]],[2,[[3,
[[4,null,6,null,null,null,null,[\x2221061508\x22]],[4,null,6,null,null,null,null,
[\x2221060549\x22]]]],[4,null,9,null,null,null,null,
[\x22ReportingObserver\x22]]]]],[100,[[21065726,null,[4,null,6,null,null,null,null,
[\x2221065725\x22]]],[21065727,[[240,null,null,[1]]],[4,null,6,null,null,null,null,
[\x2221065725\x22]]],[21065728,[[241,null,null,[1]]],[4,null,6,null,null,null,null,
[\x2221065725\x22]]]],[4,null,9,null,null,null,null,[\x22LayoutShift\x22]]],[50,
[[21066347],[21066348,null,[4,null,8,null,null,null,null,[\x22Date.now\x22]]],
[21066349,null,[4,null,9,null,null,null,null,[\x22Date.now\x22]]]]],[50,
[[21066352,null,[1,[[4,null,9,null,null,null,null,[\x22Date.now\x22]]]]]]],[50,
[[21066353,null,[1,[[4,null,8,null,null,null,null,[\x22Date.now\x22]]]]]]],[null,
[[21066392],[21066393,[[338,null,null,[1]]]]]]]],[12,[[20,[[21065724],[21065725,
[[203,null,null,[1]]]]],[4,null,9,null,null,null,null,[\x22LayoutShift\x22]]],[1,
[[21065755],[21065756,[[312,null,null,[1]]]]],null,21],[1,[[21065757],[21065758,
[[312,null,null,[1]]]]],[4,null,9,null,null,null,null,[\x22hasTrustToken\x22]],21],
[1,[[21065784]]],[1,[[21065785,null,[4,null,8,null,null,null,null,
[\x22navigator.connection.saveData\x22]]]]],[1,[[21065786,null,
[4,null,27,null,null,null,null,[\x22navigator.connection.saveData\x22]]]]],[1,
[[21065787,null,[1,[[4,null,27,null,null,null,null,
[\x22navigator.connection.saveData\x22]]]]]]]]]]]")}catch(h){d=c}Vf(13,[d]);Pi(new
xi(d),li.h(),
{ta:di(a),Ma:Tc},qi(a));Th.h().b(12);Th.h().b(10);b.eids=La(Th.h().a(),String).conc
at(b.eids||[]);b=b.eids;ni||(ni=new oi);var e=ni;Wc=!0;var f;if(Oh(a,12))
{d=Wh;c=Vh;var g=Ti(a,new ji(0),Oc(e.a[149]),Oc(e.a[150]),
[d.i,d.D],4);S(b,g);g==d.i?f=c.i:g==d.D?f=
c.D:f="";S(b,f)}d=Yh;g=Ti(a,pi,Oc(e.a[179]),Oc(e.a[180]),
[d.i,d.W]);S(b,g);c=Xh;g==d.i?f=c.i:g==d.W?
f=c.W:f="";S(b,f);fb("")&&S(b,"");d=$h;g=Ui(a,Oc(e.a[13]),
[d.v,d.i]);S(b,g);g=Ui(a,0,[d.oa]);S(b,g);d=ai;g=Ui(a,Oc(e.a[60]),
[d.v,d.i]);S(b,g);g==ai.v&&(d=bi,g=Ui(a,Oc(e.a[66]),
[d.v,d.i]),S(b,g),d=ci,g=Ui(a,Oc(e.a[137]),
[d.v,d.i]),S(b,g));d=Zh;g=Ui(a,Oc(e.a[98]),[d.i,d.D]);S(b,g);a=oe(a)||
a;Dh(a.location,"google_mc_lab")&&S(b,"242104166")}}
function S(a,b){b&&a.push(b)}function Vi(a,b){for(var c=[],d=1;d<arguments.length;+
+d)c[d-1]=arguments[d];d=oe(a)||
a;d=(d=(d=d.location&&d.location.hash)&&(d.match(/google_plle=([\d,]+)/)||
d.match(/deid=([\d,]+)/)))&&d[1];return!!d&&Ma(c,Fa(mb,d))}function Ui(a,b,c)
{for(var d=0;d<c.length;d++)if(Vi(a,c[d]))return c[d];return di(a)?null:qc(c,b)}
function Ti(a,b,c,d,e,f){f=void 0===f?1:f;for(var g=0;g<e.length;g+
+)if(Vi(a,e[g]))return e[g];di(a)?c=null:(f=void 0===f?1:f,0>=d?c=null:(g=new
ii(c,c+d-1),(d=d%f||d/f%e.length)||(d=b.b,d=!(d.start<=g.start&&d.a>=g.a)),d?
c=null:(a=ki(a,Ri(a),b.a),c=null!==a&&g.start<=a&&g.a>=a?e[Math.floor((a-c)/f)
%e.length]:null)));return c};function Wi(a,b,c)
{if(kc(a.document.getElementById(b).contentWindow))a=a.document.getElementById(b).c
ontentWindow,b=a.document,b.body&&b.body.firstChild||
(/Firefox/.test(navigator.userAgent)?
b.open("text/html","replace"):b.open(),a.google_async_iframe_close=!
0,b.write(c));else{a=a.document.getElementById(b).contentWindow;c=String(c);b=['"']
;for(var d=0;d<c.length;d++){var e=c.charAt(d),f=e.charCodeAt(0),g=d+1,h;if(!
(h=Cb[e])){if(!(31<f&&127>f))if(f=e,f in Db)e=Db[f];else if(f in Cb)e=Db[f]=Cb[f];
else{h=f.charCodeAt(0);if(31<h&&127>h)e=f;else{if(256>h){if(e="\\x",16>h||
256<h)e+="0"}else
e="\\u",4096>h&&(e+="0");e+=h.toString(16).toUpperCase()}e=Db[f]=e}h=e}b[g]=h}b.pus
h('"');a.location.replace("javascript:"+b.join(""))}};var Xi=null;function
T(a,b,c,d){d=void 0===d?!1:d;Q.call(this,a,b);this.
$=c;this.Na=d}p(T,Q);T.prototype.ga=function(){return this.
$};T.prototype.ba=function(a,b,c){b.google_ad_resize||(c.style.height=this.height()
+"px",b.rpe=!0)};function Yi(a){return function(b){return!!(b.$&a)}};var
Zi=Gb("script");function $i(a,b,c,d,e,f,g,h,k,m,n,q,w,u){this.I=a;this.a=b;this.
$=void 0===c?null:c;this.c=void 0===d?null:d;this.U=void 0===e?null:e;this.b=void
0===f?null:f;this.f=void 0===g?null:g;this.o=void 0===h?!1:h;this.A=void 0===k?!
1:k;this.P=void 0===m?null:m;this.aa=void 0===n?null:n;this.g=void 0===q?
null:q;this.j=void 0===w?null:w;this.T=void 0===u?null:u;this.V=this.L=this.K=null}
function aj(a,b,c){null!=a.$&&(c.google_responsive_formats=a.$);null!
=a.U&&(c.google_safe_for_responsive_override=a.U);null!=a.b&&(!0===a.b?
c.google_full_width_responsive_allowed=!0:(c.google_full_width_responsive_allowed=!
1,c.gfwrnwer=a.b));null!=a.f&&!0!
==a.f&&(c.gfwrnher=a.f);a.o&&(c.google_bfa=a.o);a.A&&(c.ebfa=a.A);var d=a.j||
c.google_ad_width;null!=d&&(c.google_resizing_width=d);d=a.g||
c.google_ad_height;null!=d&&(c.google_resizing_height=d);d=a.a.R(b);var
e=a.a.height();c.google_ad_resize||
(c.google_ad_width=d,c.google_ad_height=e,c.google_ad_format=a.a.ja(b),c.google_res
ponsive_auto_format=a.I,null!=a.c&&(c.armr=a.c),c.google_ad_resizable=!
0,c.google_override_format=1,c.google_loader_features_used=128,!
0===a.b&&(c.gfwrnh=a.a.height()+"px"));null!=a.P&&(c.gfwroml=a.P);null!
=a.aa&&(c.gfwromr=a.aa);null!=a.g&&(c.gfwroh=a.g);null!=a.j&&(c.gfwrow=a.j);null!
=a.T&&(c.gfwroz=a.T);null!=a.K&&(c.gml=a.K);null!=a.L&&(c.gmr=a.L);null!
=a.V&&(c.gzi=a.V);b=je();b=oe(b)||b;Dh(b.location,"google_responsive_slot_debug")&&
(c.ds="outline:thick dashed "+(d&&e?!0!==a.b||!0!==a.f?"#ffa500":"#0f0":"#f00")+" !
important;");Dh(b.location,"google_responsive_dummy_ad")&&(Pa([1,2,3,4,5,6,7,8],a.I
)||1===a.c)&&2!==a.c&&(a=JSON.stringify({googMsgType:"adpnt",key_value:
[{key:"qid",value:"DUMMY_AD"}]}),c.dash="<"+Zi+">window.top.postMessage('"+a+"',
'*');\n </"+Zi+'>\n <div id="dummyAd"
style="width:'+d+"px;height:"+e+'px;\n background:#ddd;border:3px solid
#f00;box-sizing:border-box;\n color:#000;">\n <p>Requested
size:'+
d+"x"+e+"</p>\n <p>Rendered size:"+d+"x"+e+"</p>\n </div>")};/*

Copyright 2019 The AMP HTML Authors. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");


you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software


distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
var
bj={},cj=(bj.image_stacked=1/1.91,bj.image_sidebyside=1/3.82,bj.mobile_banner_image
_sidebyside=1/3.82,bj.pub_control_image_stacked=1/1.91,bj.pub_control_image_sidebys
ide=1/3.82,bj.pub_control_image_card_stacked=1/1.91,bj.pub_control_image_card_sideb
yside=1/3.74,bj.pub_control_text=0,bj.pub_control_text_card=0,bj),dj={},ej=(dj.imag
e_stacked=80,dj.image_sidebyside=0,dj.mobile_banner_image_sidebyside=0,dj.pub_contr
ol_image_stacked=80,dj.pub_control_image_sidebyside=0,dj.pub_control_image_card_sta
cked=
85,dj.pub_control_image_card_sidebyside=0,dj.pub_control_text=80,dj.pub_control_tex
t_card=80,dj),fj={},gj=(fj.pub_control_image_stacked=100,fj.pub_control_image_sideb
yside=200,fj.pub_control_image_card_stacked=150,fj.pub_control_image_card_sidebysid
e=250,fj.pub_control_text=100,fj.pub_control_text_card=150,fj);
function hj(a){var b=0;a.C&&b++;a.s&&b++;a.u&&b++;if(3>b)return{B:"Tags data-
matched-content-ui-type, data-matched-content-columns-num and data-matched-content-
rows-num should be set together."};b=a.C.split(",");var
c=a.u.split(",");a=a.s.split(",");if(b.length!==c.length||b.length!
==a.length)return{B:'Lengths of parameters data-matched-content-ui-type, data-
matched-content-columns-num and data-matched-content-rows-num must match.
Example: \n data-matched-content-rows-num="4,2"\ndata-matched-content-columns-
num="1,6"\ndata-matched-content-ui-type="image_stacked,image_card_sidebyside"'};
if(2<b.length)return{B:"The parameter length of attribute data-matched-content-ui-
type, data-matched-content-columns-num and data-matched-content-rows-num is too
long. At most 2 parameters for each attribute are needed: one for mobile and one
for desktop, while you are providing "+(b.length+' parameters. Example: \n data-
matched-content-rows-num="4,2"\ndata-matched-content-columns-num="1,6"\ndata-
matched-content-ui-type="image_stacked,image_card_sidebyside".')};for(var
d=[],e=[],f=0;f<b.length;f++){var g=
Number(c[f]);if(isNaN(g)||0===g)return{B:"Wrong value '"+c[f]+"' for data-matched-
content-rows-num."};d.push(g);g=Number(a[f]);if(isNaN(g)||0===g)return{B:"Wrong
value '"+a[f]+"' for data-matched-content-columns-
num."};e.push(g)}return{u:d,s:e,wa:b}}function ij(a){return 1200<=a?
{width:1200,height:600}:850<=a?{width:a,height:Math.floor(.5*a)}:550<=a?
{width:a,height:Math.floor(.6*a)}:468<=a?{width:a,height:Math.floor(.7*a)}:
{width:a,height:Math.floor(3.44*a)}};var
jj=["google_content_recommendation_ui_type","google_content_recommendation_columns_
num","google_content_recommendation_rows_num"];function kj(a,b)
{Q.call(this,a,b)}p(kj,Q);kj.prototype.R=function(a){return
Math.min(1200,Math.max(this.minWidth(),Math.round(a)))};
function lj(a,b)
{mj(a,b);if("pedestal"==b.google_content_recommendation_ui_type)return new $i(9,new
kj(a,Math.floor(a*b.google_phwr)));var c=ic();468>a?c?(c=a-8-
8,c=Math.floor(c/1.91+70)+Math.floor(11*(c*cj.mobile_banner_image_sidebyside+ej.mob
ile_banner_image_sidebyside)
+96),a={O:a,M:c,s:1,u:12,C:"mobile_banner_image_sidebyside"}):
(a=ij(a),a={O:a.width,M:a.height,s:1,u:13,C:"image_sidebyside"}):
(a=ij(a),a={O:a.width,M:a.height,s:4,u:2,C:"image_stacked"});nj(b,a);return new
$i(9,new kj(a.O,a.M))}
function oj(a,b){mj(a,b);var
c=hj({u:b.google_content_recommendation_rows_num,s:b.google_content_recommendation_
columns_num,C:b.google_content_recommendation_ui_type});if(c.B)a={O:0,M:0,s:0,u:0,C
:"image_stacked",B:c.B};else{var d=2===c.wa.length&&468<=a?1:0;var
e=c.wa[d];e=0===e.indexOf("pub_control_")?e:"pub_control_"+e;var f=gj[e];for(var
g=c.s[d];a/g<f&&1<g;)g--;f=g;c=c.u[d];d=Math.floor(((a-8*f-8)/f*cj[e]
+ej[e])*c+8*c+8);a=1500<a?{width:0,height:0,na:"Calculated slot width is too large:
"+a}:
1500<d?{width:0,height:0,na:"Calculated slot height is too large: "+d}:
{width:a,height:d};a=a.na?{O:0,M:0,s:0,u:0,C:e,B:a.na}:
{O:a.width,M:a.height,s:f,u:c,C:e}}if(a.B)throw new O(a.B);nj(b,a);return new
$i(9,new kj(a.O,a.M))}function mj(a,b){if(0>=a)throw new O("Invalid responsive
width from Matched Content slot "+b.google_ad_slot+": "+a+". Please ensure to put
this Matched Content slot into a non-zero width div container.");}
function nj(a,b)
{a.google_content_recommendation_ui_type=b.C;a.google_content_recommendation_column
s_num=b.s;a.google_content_recommendation_rows_num=b.u};function pj(a,b)
{Q.call(this,a,b)}p(pj,Q);pj.prototype.R=function(){return
this.minWidth()};pj.prototype.ba=function(a,b,c){yg(a,c);b.google_ad_resize||
(c.style.height=this.height()+"px",b.rpe=!0)};var qj={"image-top":function(a)
{return 600>=a?284+.414*(a-250):429},"image-middle":function(a){return 500>=a?
196-.13*(a-250):164+.2*(a-500)},"image-side":function(a){return 500>=a?205-.28*(a-
250):134+.21*(a-500)},"text-only":function(a){return 500>=a?187-.228*(a-
250):130},"in-article":function(a){return 420>=a?a/1.2:460>=a?a/1.91+130:800>=a?
a/4:200}};function rj(a,b){Q.call(this,a,b)}p(rj,Q);rj.prototype.R=function()
{return Math.min(1200,this.minWidth())};
function sj(a,b,c,d,e){var f=e.google_ad_layout||"image-top";if("in-
article"==f&&"false"!=e.google_full_width_responsive){var g=rg(b,c,a,.2,e);if(!0!
==g)e.gfwrnwer=g;else if(g=P(b))e.google_full_width_responsive_allowed=!
0,c.parentElement&&(wg(b,c),yg(b,c),a=g)}if(250>a)throw new O("Fluid responsive ads
must be at least 250px wide:
availableWidth="+a);a=Math.min(1200,Math.floor(a));if(d&&"in-article"!=f)
{f=Math.ceil(d);if(50>f)throw new O("Fluid responsive ads must be at least 50px
tall: height="+
f);return new $i(11,new Q(a,f))}if("in-article"!=f&&(d=e.google_ad_layout_key))
{f=""+d;b=Math.pow(10,3);if(d=(c=f.match(/([+-][0-9a-z]+)/g))&&c.length)
{e=[];for(g=0;g<d;g++)e.push(parseInt(c[g],36)/b);b=e}else b=null;if(!b)throw new
O("Invalid data-ad-layout-key value: "+f);f=(a+-
725)/1E3;c=0;d=1;e=b.length;for(g=0;g<e;g++)c+=b[g]*d,d*=f;f=Math.ceil(1E3*c-
-725+10);if(isNaN(f))throw new O("Invalid height: height="+f);if(50>f)throw new
O("Fluid responsive ads must be at least 50px tall: height="+f);
if(1200<f)throw new O("Fluid responsive ads must be at most 1200px tall:
height="+f);return new $i(11,new Q(a,f))}d=qj[f];if(!d)throw new O("Invalid data-
ad-layout value: "+f);c=Bg(c,b);b=P(b);b="in-article"!==f||c||a!==b?
Math.ceil(d(a)):Math.ceil(1.25*d(a));return new $i(11,"in-article"==f?new
rj(a,b):new Q(a,b))};function tj(a){return function(b){for(var c=a.length-1;0<=c;--
c)if(!a[c](b))return!1;return!0}}function uj(a,b,c){for(var
d=a.length,e=null,f=0;f<d;++f){var g=a[f];if(b(g)){if(!c||c(g))return
g;null===e&&(e=g)}}return e};var U=[new T(970,90,2),new T(728,90,2),new
T(468,60,2),new T(336,280,1),new T(320,100,2),new T(320,50,2),new T(300,600,4),new
T(300,250,1),new T(250,250,1),new T(234,60,2),new T(200,200,1),new T(180,150,1),new
T(160,600,4),new T(125,125,1),new T(120,600,4),new T(120,240,4),new T(120,120,1,!
0)],vj=[U[6],U[12],U[3],U[0],U[7],U[14],U[1],U[8],U[10],U[4],U[15],U[2],U[11],U[5],
U[13],U[9],U[16]];function wj(a,b,c,d,e){"false"==e.google_full_width_responsive?
c={l:a,m:1}:"autorelaxed"==b&&e.google_full_width_responsive||xj(b)||
e.google_ad_resize?(488>P(c)&&tg(c)&&wg(c,d),b=sg(a,c,d,e),c=!0!==b?{l:a,m:b}:
{l:P(c)||a,m:!0}):c={l:a,m:2};b=c.m;return!0!==b?{l:a,m:b}:d.parentElement?
{l:c.l,m:b}:{l:a,m:b}}
function yj(a,b,c,d,e){var f=Ef(247,function(){return
wj(a,b,c,d,e)}),g=f.l;f=f.m;var h=!
0===f,k=G(d.style.width),m=G(d.style.height),n=zj(g,b,c,d,e,h);g=n.N;h=n.H;var
q=n.F,w=n.G,u=n.ga;n=n.va;var E=Aj(b,u),v,L=(v=R(d,c,"marginLeft",G))?
v+"px":"",Ga=(v=R(d,c,"marginRight",G))?v+"px":"";v=R(d,c,"zIndex")||"";return new
$i(E,g,u,null,n,f,h,q,w,L,Ga,m,k,v)}function xj(a){return"auto"==a||/^((^|,)
*(horizontal|vertical|rectangle) *)+$/.test(a)}
function zj(a,b,c,d,e,f){b="auto"==b?.25>=a/Math.min(1200,P(c))?4:3:qg(b);var g=!
1,h=!1;if(488>P(c)){var k=pg(d,c);var m=Bg(d,c);g=!m&&k;h=m&&k}m=488>P(c);var
n=[zg(a),Yi(b)];tg(c)||n.push(Ag(m,c,d,h));null!
=e.google_max_responsive_height&&n.push(Dg(e.google_max_responsive_height));var
q=[function(u){return!u.Na}];!g&&!h||tg(c)||(g=Fg(c,d),q.push(Dg(g)));var w=m&&!
f&&3===b&&Bj(c)?new T(a,Math.floor(a/1.2),1):uj(vj.slice(0),tj(n),tj(q));if(!
w)throw new O("No slot size for availableWidth="+a);q=Ef(248,
function(){var u;a:if(f){if(e.gfwrnh&&(u=G(e.gfwrnh))){u={N:new pj(a,u),H:!0,F:!
1,G:!1};break a}u=!1;var
E=kg(c).clientHeight,v=ng(d,c),L=c.google_lpabyc,Ga=Eg(d,c);Ga&&2<Ga&&!
c.google_bfabyc&&(!L||v-
L>E)&&(E=.9*kg(c).clientHeight,v=Math.min(E,Cj(c,d,e)),E&&v==E&&(v=c.google_pbfabyc
,u=!v,v||(c.google_pbfabyc=ng(d,c)+E)));E=a/1.2;if(tg(c))v=E;else
if(v=Math.min(E,Cj(c,d,e)),v<.5*E||100>v)v=E;J(282)&&!
Bg(d,c)&&(v=Math.max(v,.5*kg(c).clientHeight));u={N:new pj(a,Math.floor(v)),H:v<E?
102:!0,F:!1,G:u}}else u=
{N:w,H:100,F:!1,G:!1};return u});g=q.N;m=q.H;n=q.F;q=q.G;return"in-
article"===e.google_ad_layout&&Dj(c)?{N:Ej(a,c,d,g,e),H:!1,F:!1,G:!1,ga:b,va:k}:
{N:g,H:m,F:n,G:q,ga:b,va:k}}function Cj(a,b,c)
{if(c.google_resizing_allowed||"true"==c.google_full_width_responsive)a=Infinity;el
se{c=Infinity;do{var d=R(b,a,"height",G);d&&(c=Math.min(c,d));
(d=R(b,a,"maxHeight",G))&&(c=Math.min(c,d))}while((b=b.parentElement)&&"HTML"!
=b.tagName);a=c}return a}
function Aj(a,b){if("auto"==a)return 1;switch(b){case 2:return 2;case 1:return
3;case 4:return 4;case 3:return 5;case 6:return 6;case 5:return 7;case 7:return
8}throw Error("bad mask");}function Ej(a,b,c,d,e){var f=e.google_ad_height||
R(c,b,"height",G);b=sj(a,b,c,f,e).a;return b.minWidth()*b.height()>a*d.height()?new
T(b.minWidth(),b.height(),1):d}function Dj(a){return J(227)||
a.location&&"#hffwroe2etoq"==a.location.hash}function Bj(a){return J(232)||
a.location&&"#affwroe2etoq"==a.location.hash};function Fj(a,b)
{Q.call(this,a,b)}p(Fj,Q);Fj.prototype.R=function(){return
this.minWidth()};Fj.prototype.ja=function(a){return Q.prototype.ja.call(this,a)
+"_0ads_al"};var Gj=[new Fj(728,15),new Fj(468,15),new Fj(200,90),new
Fj(180,90),new Fj(160,90),new Fj(120,90)];
function Hj(a,b,c){var d=250,e=90;d=void 0===d?130:d;e=void 0===e?30:e;var
f=uj(Gj,zg(a));if(!f)throw new O("No link unit size for
width="+a+"px");a=Math.min(a,1200);f=f.height();b=Math.max(f,b);d=(new $i(10,new
Fj(a,Math.min(b,15==f?e:d)))).a;b=d.minWidth();d=d.height();15<=c&&(d=c);return new
$i(10,new Fj(b,d))}
function Ij(a,b,c,d){if("false"==d.google_full_width_responsive)return
d.google_full_width_responsive_allowed=!1,d.gfwrnwer=1,a;var e=sg(a,b,c,d);if(!0!
==e)return d.google_full_width_responsive_allowed=!1,d.gfwrnwer=e,a;e=P(b);if(!
e)return a;d.google_full_width_responsive_allowed=!0;yg(b,c);return e};function
Jj(a,b,c,d,e){var f;(f=P(b))?488>P(b)?b.innerHeight>=b.innerWidth?
(e.google_full_width_responsive_allowed=!0,yg(b,c),f={l:f,m:!
0}):f={l:a,m:5}:f={l:a,m:4}:f={l:a,m:10};var g=f;f=g.l;g=g.m;if(!0!==g||a==f)return
new $i(12,new Q(a,d),null,null,!0,g,100);a=zj(f,"auto",b,c,e,!0);return new
$i(1,a.N,a.ga,2,!0,g,a.H,a.F,a.G)};function Kj(a,b){var
c=b.google_ad_format;if("autorelaxed"==c){a:{if("pedestal"!
=b.google_content_recommendation_ui_type)for(a=fa(jj),c=a.next();!
c.done;c=a.next())if(null!=b[c.value]){b=!0;break a}b=!1}return b?
9:5}if(xj(c))return 1;if("link"==c)return 4;if("fluid"==c){if(c="in-
article"===b.google_ad_layout)c=J(208)||J(227)||
a.location&&("#hffwroe2etop"==a.location.hash||"#hffwroe2etoq"==a.location.hash);re
turn c?(Lj(b),1):8}if(c=27===b.google_reactive_ad_format)c=!(J(335)||
a.location&&"#cefwroe2etoq"==
a.location.hash);if(c)return Lj(b),1}function Mj(a,b,c,d,e){e=b.offsetWidth||
(c.google_ad_resize||(void 0===e?!1:e))&&R(b,d,"width",G)||c.google_ad_width||0;
(J(310)||
d.location&&"#ooimne2e"==d.location.hash)&&4===a&&(c.google_ad_format="auto",c.goog
le_ad_slot="",a=1);var f=(f=Nj(a,e,b,c,d))?
f:yj(e,c.google_ad_format,d,b,c);f.a.ba(d,c,b);aj(f,e,c);1!
=a&&(a=f.a.height(),b.style.height=a+"px")}
function Nj(a,b,c,d,e){var f=d.google_ad_height||R(c,e,"height",G);switch(a){case
5:return a=Ef(247,function(){return wj(b,d.google_ad_format,e,c,d)}),f=a.l,a=a.m,!
0===a&&b!=f&&yg(e,c),!0===a?d.google_full_width_responsive_allowed=!0:
(d.google_full_width_responsive_allowed=!1,d.gfwrnwer=a),lj(f,d);case 9:return
oj(b,d);case 4:return a=Ij(b,e,c,d),Hj(a,Fg(e,c),f);case 8:return
sj(b,e,c,f,d);case 10:return Jj(b,e,c,f,d)}}function Lj(a)
{a.google_ad_format="auto";a.armr=3};function V(a){this.f=[];this.b=a||
window;this.a=0;this.c=null;this.g=0}var Oj;l=V.prototype;l.Ja=function(a,b){0!
=this.a||0!=this.f.length||b&&b!=window?this.sa(a,b):(this.a=2,this.Aa(new
Pj(a,window)))};l.sa=function(a,b){this.f.push(new Pj(a,b||
this.b));Qj(this)};l.Ra=function(a){this.a=1;if(a){var b=Ff(188,Ea(this.za,this,!
0));this.c=this.b.setTimeout(b,a)}};l.za=function(a){a&&++this.g;1==this.a&&(null!
=this.c&&(this.b.clearTimeout(this.c),this.c=null),this.a=0);Qj(this)};
l.Ya=function(){return!(!window||!Array)};l.La=function(){return this.g};function
Qj(a){var b=Ff(189,Ea(a.Za,a));a.b.setTimeout(b,0)}l.Za=function()
{if(0==this.a&&this.f.length){var a=this.f.shift();this.a=2;var
b=Ff(190,Ea(this.Aa,this,a));a.a.setTimeout(b,0);Qj(this)}};l.Aa=function(a)
{this.a=0;a.b()};function Rj(a){try{return a.sz()}catch(b){return!1}}function Sj(a)
{return!!a&&("object"===typeof a||"function"===typeof
a)&&Rj(a)&&de(a.nq)&&de(a.nqa)&&de(a.al)&&de(a.rl)}
function Tj(){if(Oj&&Rj(Oj))return Oj;var a=Og(),b=a.google_jobrunner;return Sj(b)?
Oj=b:a.google_jobrunner=Oj=new V(a)}function Uj(a,b){Tj().nq(a,b)}function Vj(a,b)
{Tj().nqa(a,b)}V.prototype.nq=V.prototype.Ja;V.prototype.nqa=V.prototype.sa;V.proto
type.al=V.prototype.Ra;V.prototype.rl=V.prototype.za;V.prototype.sz=V.prototype.Ya;
V.prototype.tc=V.prototype.La;function Pj(a,b){this.b=a;this.a=b};function Wj(a,b)
{var c=oe(b);if(c){c=P(c);var d=pc(a,b)||
{},e=d.direction;if("0px"===d.width&&"none"!=d.cssFloat)return-
1;if("ltr"===e&&c)return Math.floor(Math.min(1200,c-
a.getBoundingClientRect().left));if("rtl"===e&&c)return
a=b.document.body.getBoundingClientRect().right-
a.getBoundingClientRect().right,Math.floor(Math.min(1200,c-a-Math.floor((c-
b.document.body.clientWidth)/2)))}return-1};function Xj(a){var
b=this;this.a=a;a.google_iframe_oncopy||(a.google_iframe_oncopy={handlers:
{},upd:function(c,d){var e=Yj("rx",c),f=Number;a:{if(c&&(c=c.match("dt=([^&]
+)"))&&2==c.length){c=c[1];break a}c=""}f=f(c);f=(new Date).getTime()-
f;e=e.replace(/&dtd=(\d+|-?M)/,"&dtd="+(1E5<=f?"M":0<=f?f:"-M"));b.set(d,e);return
e}});this.b=a.google_iframe_oncopy}
Xj.prototype.set=function(a,b){var
c=this;this.b.handlers[a]=b;this.a.addEventListener&&this.a.addEventListener("load"
,function(){var d=c.a.document.getElementById(a);try{var
e=d.contentWindow.document;if(d.onload&&e&&(!e.body||!
e.body.firstChild))d.onload()}catch(f){}},!1)};function Yj(a,b){var c=new
RegExp("\\b"+a+"=(\\d+)"),d=c.exec(b);d&&(b=b.replace(c,a+"="+(+d[1]+1||1)));return
b}var Zj,ak="var
i=this.id,s=window.google_iframe_oncopy,H=s&&s.handlers,h=H&&H[i],w=this.contentWin
dow,d;try{d=w.document}catch(e){}if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call)
{setTimeout(h,0)}else if(h.match){try{h=s.upd(h,i)}catch(e)
{}w.location.replace(h)}}";
var W=ak;/[\x00&<>"']/.test(W)&&(-1!=W.indexOf("&")&&(W=W.replace(gb,"&amp;")),-1!
=W.indexOf("<")&&(W=W.replace(hb,"&lt;")),-1!
=W.indexOf(">")&&(W=W.replace(ib,"&gt;")),-1!
=W.indexOf('"')&&(W=W.replace(jb,"&quot;")),-1!
=W.indexOf("'")&&(W=W.replace(kb,"&#39;")),-1!
=W.indexOf("\x00")&&(W=W.replace(lb,"&#0;")));ak=W;Zj=ak;var
bk={},ck=(bk.google_ad_modifications=!0,bk.google_analytics_domain_name=!
0,bk.google_analytics_uacct=!0,bk.google_pause_ad_requests=!0,bk);function dk(a)
{switch(a){case "":case "Test":case "Real":return!0;default:return!1}}function
ek(a){this.c=F;this.b=void 0===a?!1:a;this.a=new cc}function fk(a){var
b=a.a.get("__gads","");return a.b&&!dk(b)?"Real":b}ek.prototype.write=function(a)
{var b=A(a,1);if(this.b){if(!dk(this.a.get("__gads","")))return;dk(b)||
(b="Real")}this.a.set("__gads",b,{Oa:A(a,2)-
this.c.Date.now()/1E3,path:A(a,3),domain:A(a,4),Wa:!1})};var gk=/^\.google\.
(com?\.)?[a-z]{2,3}$/,hk=/\.(cn|com\.bi|do|sl|ba|by|ma|am)$/;function ik(a){return
gk.test(a)&&!hk.test(a)}var jk=r;function kk(a){a="https://adservice"+
(a+"/adsid/integrator.js");var
b=["domain="+encodeURIComponent(r.location.hostname)];X[3]>=+new
Date&&b.push("adsid="+encodeURIComponent(X[1]));return a+"?"+b.join("&")}var X,Y;
function lk(){jk=r;X=jk.googleToken=jk.googleToken||{};var a=+new
Date;X[1]&&X[3]>a&&0<X[2]||(X[1]="",X[2]=-1,X[3]=-
1,X[4]="",X[6]="");Y=jk.googleIMState=jk.googleIMState||{};ik(Y[1])||
(Y[1]=".google.com");Array.isArray(Y[5])||(Y[5]=[]);"boolean"!==typeof
Y[6]&&(Y[6]=!1);Array.isArray(Y[7])||(Y[7]=[]);"number"!==typeof Y[8]&&(Y[8]=0)}
var mk={ka:function(){return 0<Y[8]},Ta:function(){Y[8]++},Ua:function()
{0<Y[8]&&Y[8]--},Va:function(){Y[8]=0},eb:function(){return!1},Ka:function(){return
Y[5]},Ia:function(a){try{a()}catch(b){r.setTimeout(function(){throw
b;},0)}},Sa:function(){if(!mk.ka()){var a=r.document,b=function(e){e=kk(e);a:
{try{var f=qa();break a}catch(g){}f=void
0}Jh(a,e,f);f=a.createElement("script");f.type="text/javascript";f.onerror=function
(){return r.processGoogleToken({},2)};e=gc(e);f.src=db(e);Bb(f);try{(a.head||
a.body||a.documentElement).appendChild(f),mk.Ta()}catch(g)
{}},c=Y[1];b(c);".google.com"!=c&&b(".google.com");b={};var
d=(b.newToken="FBT",b);r.setTimeout(function(){return
r.processGoogleToken(d,1)},1E3)}}};
function nk(){r.processGoogleToken=r.processGoogleToken||function(a,b){var
c=a;c=void 0===c?{}:c;b=void 0===b?0:b;a=c.newToken||"";var
d="NT"==a,e=parseInt(c.freshLifetimeSecs||"",10),f=parseInt(c.validLifetimeSecs||""
,10),g=c["1p_jar"]||"";c=c.pucrd||"";lk();1==b?mk.Va():mk.Ua();var
h=jk.googleToken=jk.googleToken||{},k=0==b&&a&&"string"===typeof a&&!
d&&"number"===typeof e&&0<e&&"number"===typeof f&&0<f&&"string"===typeof g;d=d&&!
mk.ka()&&(!(X[3]>=+new Date)||"NT"==X[1]);var m=!(X[3]>=+new Date)&&
0!=b;if(k||d||m)d=+new Date,e=d+1E3*e,f=d+1E3*f,1E-
5>Math.random()&&be("https://pagead2.googlesyndication.com/pagead/gen_204?
id=imerr&err="+b,null),h[5]=b,h[1]=a,h[2]=e,h[3]=f,h[4]=g,h[6]=c,lk();if(k||!
mk.ka()){b=mk.Ka();for(a=0;a<b.length;a++)mk.Ia(b[a]);b.length=0}};lk();X[3]>=+new
Date&&X[2]>=+new Date||mk.Sa()};var ok=Gb("script");
function pk(){F.google_sa_impl&&!
F.document.getElementById("google_shimpl")&&(F.google_sa_queue=null,F.google_sl_win
=null,F.google_sa_impl=null);if(!F.google_sa_queue)
{F.google_sa_queue=[];F.google_sl_win=F;F.google_process_slots=function(){return
qk(F)};var a=rk();Ec(F.Promise)&&Ec(F.Symbol)?oc(F.document,a).id="google_shimpl":
(a=ec(document,"IFRAME"),a.id="google_shimpl",a.style.display="none",F.document.doc
umentElement.appendChild(a),Wi(F,"google_shimpl","<!doctype html><html><body><"+
(ok+">google_sl_win=window.parent;google_async_iframe_id='google_shimpl';</")+
(ok+">")+sk()+"</body></html>"),a.contentWindow.document.close())}}var
qk=Ff(215,function(a){var b=a.google_sa_queue,c=b.shift();a.google_sa_impl||
Gf("shimpl",
{t:"no_fn"});"function"==xa(c)&&Ef(216,c);b.length&&a.setTimeout(function(){return
qk(a)},0)});function tk(a,b,c){a.google_sa_queue=a.google_sa_queue||
[];a.google_sa_impl?c(b):a.google_sa_queue.push(b)}function sk(){var
a=rk();return"<"+ok+' src="'+a+'"></'+ok+">"}
function rk(){var a="/show_ads_impl.js";a=void 0===a?"/show_ads_impl.js":a;return
Sf(me(),["/pagead/js/",Sc(),"/r20190131",a,""].join(""),"https")}function
uk(a,b,c,d){return function(){var e=!1;d&&Tj().al(3E4);try{Wi(a,b,c),e=!0}catch(g)
{var f=Og().google_jobrunner;Sj(f)&&f.rl()}e&&(e=Yj("google_async_rrc",c),(new
Xj(a)).set(b,uk(a,b,e,!1)))}}
function vk(a){if(!Xi)a:{for(var b=[r.top],c=[],d=0,e;e=b[d++];)
{c.push(e);try{if(e.frames)for(var f=e.frames.length,g=0;g<f&&1024>b.length;+
+g)b.push(e.frames[g])}catch(k){}}for(b=0;b<c.length;b++)try{var
h=c[b].frames.google_esf;if(h){Xi=h;break a}}catch(k){}Xi=null}if(!Xi){if(/[^a-z0-
9-]/.test(a))return
null;c=ec(document,"IFRAME");c.id="google_esf";c.name="google_esf";h=Rf(Rc("","goog
leads.g.doubleclick.net"),["/pagead/html/",Sc(),"/r20190131/zrt_lookup.html#",
encodeURIComponent("")].join(""));c.src=h;c.style.display="none";c.setAttribute("da
ta-ad-client",Lh(a));return c}return null}
function wk(a,b,c){xk(a,b,c,function(d,e,f){d=d.document;for(var g=e.id,h=0;!g||
d.getElementById(g+"_anchor");)g="aswift_"+h+
+;e.id=g;e.name=g;g=Number(f.google_ad_width||0);h=Number(f.google_ad_height||
0);var k=f.ds||"";k&&(k+=k.endsWith(";")?"":";");var m="";if(!
f.google_enable_single_iframe){m=["<iframe"];for(n in
e)e.hasOwnProperty(n)&&m.push(n+"="+e[n]);m.push('style="left:0;position:absolute;t
op:0;border:0px;width:'+(g+"px;height:"+
(h+'px;"')));m.push("></iframe>");m=m.join(" ")}var n=e.id;
var q="";q=void
0===q?"":q;g="border:none;height:"+h+"px;margin:0;padding:0;position:relative;visib
ility:visible;width:"+(g+"px;background-color:transparent;");n=['<ins id="'+
(n+'_expand"'),' style="display:inline-table;'+g+(void 0===k?"":k)+'"',q?' data-ad-
slot="'+q+'">':">",'<ins id="'+(n+'_anchor" style="display:block;')
+g+'">',m,"</ins></ins>"].join("");16==f.google_reactive_ad_format?
(f=d.createElement("div"),f.innerHTML=n,c.appendChild(f.firstChild)):c.innerHTML=n;
return e.id})}
function xk(a,b,c,d){var e=b.google_ad_width,f=b.google_ad_height;if(!Hb&&!Ib||
J(325))b.google_enable_single_iframe=!0;var g={};null!
=e&&(g.width=e&&'"'+e+'"');null!
=f&&(g.height=f&&'"'+f+'"');g.frameborder='"0"';g.marginwidth='"0"';g.marginheight=
'"0"';g.vspace='"0"';g.hspace='"0"';g.allowtransparency='"true"';g.scrolling='"no"'
;g.allowfullscreen='"true"';g.onload='"'+Zj+'"';d=d(a,g,b);yk(a,c,b);
(c=vk(b.google_ad_client))&&a.document.documentElement.appendChild(c);c=Ia;e=(new
Date).getTime();b.google_lrv=
Sc();b.google_async_iframe_id=d;b.google_unique_id=ge(a);b.google_start_time=c;b.go
ogle_bpp=e>c?e-c:1;b.google_async_rrc=0;a.google_sv_map=a.google_sv_map||
{};a.google_sv_map[d]=b;a.google_t12n_vars=mi;if(b.google_enable_single_iframe){var
h={pubWin:a,iframeWin:null,vars:b};tk(a,function()
{a.google_sa_impl(h)},a.document.getElementById(d+"_anchor")?Uj:Vj)}else
tk(a,uk(a,d,["<!doctype
html><html><body>","<"+ok+">","google_sl_win=window.parent;google_iframe_start_time
=new Date().getTime();",'google_async_iframe_id="'+
d+'";',"</"+ok+">","<"+ok+">window.parent.google_sa_impl({iframeWin: window,
pubWin: window.parent, vars: window.parent['google_sv_map']['"+(d+"']});</")
+ok+">","</body></html>"].join(""),!0),a.document.getElementById(d)?Uj:Vj)}
function yk(a,b,c){var
d=c.google_ad_output,e=c.google_ad_format,f=c.google_ad_width||
0,g=c.google_ad_height||0;e||"html"!=d&&null!=d||(e=f+"x"+g);d=!c.google_ad_slot||
c.google_override_format||!
ac[c.google_ad_width+"x"+c.google_ad_height]&&"aa"==c.google_loader_used;e&&d?
e=e.toLowerCase():e="";c.google_ad_format=e;if("number"!==typeof
c.google_reactive_sra_index||!c.google_ad_unit_key)
{e=[c.google_ad_slot,c.google_orig_ad_format||
c.google_ad_format,c.google_ad_type,c.google_orig_ad_width||c.google_ad_width,
c.google_orig_ad_height||
c.google_ad_height];d=[];f=0;for(g=b;g&&25>f;g=g.parentNode,++f)9===g.nodeType?
d.push(""):d.push(g.id);
(d=d.join())&&e.push(d);c.google_ad_unit_key=wc(e.join(":")).toString();var h=void
0===h?!1:h;e=[];for(d=0;b&&25>d;++d){f="";void 0!==h&&h||(f=(f=9!
==b.nodeType&&b.id)?"/"+f:"");a:{if(b&&b.nodeName&&b.parentElement)
{g=b.nodeName.toString().toLowerCase();for(var
k=b.parentElement.childNodes,m=0,n=0;n<k.length;++n){var
q=k[n];if(q.nodeName&&q.nodeName.toString().toLowerCase()===
g){if(b===q){g="."+m;break a}+
+m}}}g=""}e.push((b.nodeName&&b.nodeName.toString().toLowerCase())
+f+g);b=b.parentElement}h=e.join()+":";b=[];if(a)try{var w=a.parent;for(e=0;w&&w!
==a&&25>e;++e){var u=w.frames;for(d=0;d<u.length;++d)if(a===u[d])
{b.push(d);break}a=w;w=a.parent}}catch(E)
{}c.google_ad_dom_fingerprint=wc(h+b.join()).toString()}}function zk(){var
a=pe(F,bi.v)||pe(F,$h.v)||pe(F,$h.oa);wf(a)}var Ak=!Vc;
function Bk(a){var
b=a.value,c="https://partner.googleadservices.com/gampad/cookie.js?
domain="+a.domain+"&callback=_gfp_s_&client="+a.ab;a.
$a&&(c+="&test=1");b&&(c+="&cookie="+encodeURIComponent(b)+"&crv="+Number("Test"!
==b));return c}
function Ck(a){var b=void 0===b?Bk:b;var c=F._gfp_a_;if("boolean"!==typeof c)throw
Error("Illegal value of _gfp_a_: "+c);if(c){c=F._gfp_p_;if("boolean"!==typeof
c)throw Error("Illegal value of _gfp_p_: "+c);if(!c){if(J(225)){c=J(226);var d=new
ek(c);navigator.cookieEnabled&&(F._gfp_s_=Ff(629,function(e){delete F._gfp_s_;if(!
e)throw Error("Invalid JSONP response");if(e=e._cookies_){var f=e[0];if(!f)throw
Error("Invalid JSONP response");e=f._value_;var
g=f._expires_,h=f._path_;f=f._domain_;if("string"!==
typeof e||"number"!==typeof g||"string"!==typeof h||"string"!==typeof f)throw
Error("Invalid JSONP
response");d.write(Zb(Yb(Xb(Wb(e),g),h),f))}}),oc(F.document,b({domain:F.location.h
ostname,ab:a,$a:c,value:fk(d)})))}F._gfp_p_=!0}}};function Dk(a,b)
{a=a.attributes;for(var c=a.length,d=0;d<c;d++){var e=a[d];if(/data-/.test(e.name))
{var f=fb(e.name.replace("data-matched-
content","google_content_recommendation").replace("data","google").replace(/-/g,"_"
));if(!b.hasOwnProperty(f)){e=e.value;var
g={};g=(g.google_reactive_ad_format=Pc,g.google_allow_expandable_ads=Dc,g);e=g.hasO
wnProperty(f)?g[f](e,null):e;null!==e&&(b[f]=e)}}}}
function Ek(a){if(a=$d(a))switch(a.data&&a.data.autoFormat){case "rspv":return
13;case "mcrspv":return 15;default:return 14}else return 12}
function Fk(a,b,c){Dk(a,b);if(c.document&&c.document.body&&!Kj(c,b)&&!
b.google_reactive_ad_format){var
d=parseInt(a.style.width,10),e=Wj(a,c);if(0<e&&d>e){var
f=parseInt(a.style.height,10);d=!!ac[d+"x"+f];var g=e;if(d){var
h=bc(e,f);if(h)g=h,b.google_ad_format=h+"x"+f+"_0ads_al";else throw new O("No slot
size for availableWidth="+e);}b.google_ad_resize=!0;b.google_ad_width=g;d||
(b.google_ad_format=null,b.google_override_format=!
0);e=g;a.style.width=e+"px";f=yj(e,"auto",c,a,b);g=e;f.a.ba(c,b,a);aj(f,
g,b);f=f.a;b.google_responsive_formats=null;f.minWidth()>e&&!
d&&(b.google_ad_width=f.minWidth(),a.style.width=f.minWidth()
+"px")}}d=a.offsetWidth||R(a,c,"width",G)||b.google_ad_width||
0;e=Fa(yj,d,"auto",c,a,b,!1,!0);f=oe(c)||
c;g=b.google_ad_client;f=f.location&&"#ftptohbh"===f.location.hash?
2:Dh(f.location,"google_responsive_slot_debug")||
Dh(f.location,"google_responsive_slot_preview")||J(217)?1:J(218)?2:Mh(f,1,g)?
1:0;if(g=0!==f)b:if(!(488>P(c)||J(216))||b.google_reactive_ad_format||Kj(c,b)||
mg(a,
b))g=!1;else{for(g=a;g;g=g.parentElement){h=pc(g,c);if(!h){b.gfwrnwer=18;g=!1;break
b}if(!Pa(["static","relative"],h.position)){b.gfwrnwer=17;g=!1;break b}}if(!
J(216)&&(g=rg(c,a,d,.3,b),!0!==g)){b.gfwrnwer=g;g=!1;break b}g=ne(c)==c?!0:!1}g?
(b.google_resizing_allowed=!0,b.ovlp=!0,2===f?
(f={},aj(e(),d,f),b.google_resizing_width=f.google_ad_width,b.google_resizing_heigh
t=f.google_ad_height,f.ds&&(b.ds=f.ds),b.iaaso=!1):
(b.google_ad_format="auto",b.iaaso=!0,b.armr=1),d=!0):d=!1;if(e=Kj(c,b))Mj(e,a,b,
c,d);else{if(mg(a,b))
{if(d=pc(a,c))a.style.width=d.width,a.style.height=d.height,lg(d,b);b.google_ad_wid
th||(b.google_ad_width=a.offsetWidth);b.google_ad_height||
(b.google_ad_height=a.offsetHeight);b.google_loader_features_used=256;b.google_resp
onsive_auto_format=Ek(c)}else
lg(a.style,b);c.location&&"#gfwmrp"==c.location.hash||
12==b.google_responsive_auto_format&&"true"==b.google_full_width_responsive?
Mj(10,a,b,c,!
1):pe(c,Zh.D)&&12==b.google_responsive_auto_format&&(a=sg(a.offsetWidth||
parseInt(a.style.width,
10)||b.google_ad_width,c,a,b),!0!==a?(b.efwr=!1,b.gfwrnwer=a):b.efwr=!0)}};function
Gk(a){this.b=a;this.a=null}p(Gk,Yc);function Hk(a){this.b=a;this.a=null;this.a||
(this.b.googlefc?
this.a=this.b:this.a=Fc(this.b,"googlefcPresent"))}p(Hk,Yc);function Ik(a)
{this.b=a;this.a=null}p(Ik,Yc);function Jk(a,b,c){var d=window;return function()
{var e=hf(),f=3;try{var g=b.apply(this,arguments)}catch(h){f=13;if(c)return
c(a,h),g;throw
h;}finally{d.google_measure_js_timing&&e&&(e={label:a.toString(),value:e,duration:
(hf()||0)-e,type:f},f=d.google_js_reporting_queue=d.google_js_reporting_queue||
[],2048>f.length&&f.push(e))}return g}}function Kk(a,b){return Jk(a,b,function(c,d)
{(new uf).J(c,d)})};function Z(a,b){return
null==b?"&"+a+"=null":"&"+a+"="+Math.floor(b)}
function Lk(){var a=this;this.I=this.aa=this.o=this.j=this.f=0;this.K=!
1;this.A=this.g=this.c=0;this.L=.1>Math.random();this.P=r===r.top;var
b=document.querySelector("[data-google-query-id]");if(this.a=b?
b.getAttribute("data-google-query-id"):null)b=null;else{if("number"!==typeof
r.goog_pvsid)try{Object.defineProperty(r,"goog_pvsid",
{value:Math.floor(Math.random()*Math.pow(2,52))})}catch(c)
{}b=Number(r.goog_pvsid)||-
1}this.U=b;this.L&&(b="https://pagead2.googlesyndication.com/pagead/gen_204?
id=plmetrics"+
(this.a?"&qqid="+encodeURIComponent(this.a):Z("pvsid",this.U)),b+=Z("test",1),b+="&
top="+(this.P?1:0),Mk(b));this.T=new PerformanceObserver(Kk(640,function(c)
{c=fa(c.getEntries());for(var d=c.next();!d.done;d=c.next()){d=d.value;if("layout-
shift"===d.entryType){var e=d;e.hadRecentInput||J(241)&&!(.01<e.value)||
(a.f+=Number(e.value),Number(e.value)>a.j&&(a.j=Number(e.value)),a.o+=1)}"largest-
contentful-paint"===d.entryType&&(e=d,a.aa=Math.floor(e.renderTime||
e.loadTime));"first-input"===d.entryType&&
(e=d,a.I=Number((e.processingStart-e.startTime).toFixed(3)),a.K=!
0);"longtask"===d.entryType&&(a.c+=d.duration,d.duration>a.g&&(a.g=d.duration),a.A+
=1)}}));this.V=!1;this.b=Kk(641,this.b.bind(this))}p(Lk,Yc);function Nk(){var a=new
Lk;a.T.observe({entryTypes:["layout-shift","largest-contentful-paint","first-
input","longtask"],buffered:!
J(240)});document.addEventListener("unload",a.b);document.addEventListener("visibil
itychange",a.b)}
Lk.prototype.b=function(){var
a=document;if(2===({visible:1,hidden:2,prerender:3,preview:4,unloaded:5}
[a.visibilityState||a.webkitVisibilityState||a.mozVisibilityState||""]||0)&&!
this.V){this.V=!
0;this.T.takeRecords();a="https://pagead2.googlesyndication.com/pagead/gen_204?
id=plmetrics";window.LayoutShift&&(a+="&cls="+this.f.toFixed(3),a+="&mls="+this.j.t
oFixed(3),a+=Z("nls",this.o));window.LargestContentfulPaint&&(a+=Z("lcp",this.aa));
window.PerformanceEventTiming&&this.K&&(a+=Z("fid",this.I));window.PerformanceLongT
askTiming&&
(a+=Z("cbt",this.c),a+=Z("mbt",this.g),a+=Z("nlt",this.A));for(var
b=0,c=fa(document.getElementsByTagName("iframe")),d=c.next();!
d.done;d=c.next())if(d=d.value,d.id.includes("google_ads_iframe_")||
d.id.includes("aswift"))b+=1;a+=Z("nif",b);a+=Z("ifi",fe(window));b=Th.h().a();a+="
&eid="+encodeURIComponent(b.join());this.L&&(a+=Z("test",1));a+="&top="+(this.P?
1:0);a+=this.a?"&qqid="+encodeURIComponent(this.a):Z("pvsid",this.U);Mk(a)}};
function Mk(a){window.fetch(a,{keepalive:!
0,credentials:"include",redirect:"follow",method:"get",mode:"no-cors"})};var
Ok=["https://adservice.google.com"];function Pk(a)
{this.c=Ok;this.a=2;this.b=a}p(Pk,Yc);
function Qk(a){!document.hasTrustToken||3<=a.a||(a.a=3,Ja(a.c,function(b)
{window.fetch(b+"/tt/r",{keepalive:!0,redirect:"follow",method:"get",fb:{type:"srr-
token-redemption",issuer:b,refreshPolicy:"none"}}).then(function(c){if(!c.ok)throw
Error(c.status+": Network response was not
ok!");a.a=5;a.b({issuer:b,state:5})}).catch(function(c)
{c&&"NoModificationAllowedError"===c.name?
(a.a=5,a.b({issuer:b,state:5})):4>a.a&&a.b({issuer:null,state:4})})}))};var
Rk=null;function Sk(a){return ke.test(a.className)&&"done"!=a.getAttribute("data-
adsbygoogle-status")}function Tk(a,b){a.setAttribute("data-adsbygoogle-
status","done");Uk(a,b)}
function Uk(a,b){var c=window,d=je();d.google_spfd||(d.google_spfd=Fk);
(d=b.google_reactive_ads_config)||Fk(a,b,c);if(!Vk(a,b,c)){d||
(c.google_lpabyc=hi(c,a));if(d){d=d.page_level_pubvars||
{};if(K(F).page_contains_reactive_tag&&!K(F).allow_second_reactive_tag)
{if(d.pltais){re(!1);return}throw new O("Only one 'enable_page_level_ads' allowed
per page.");}K(F).page_contains_reactive_tag=!0;re(7===d.google_pgb_reactive)}else
ee(c);ce(ck,function(e,f){b[f]=b[f]||
c[f]});b.google_loader_used="aa";b.google_reactive_tag_first=
1===(K(F).first_tag_on_page||0);Ef(164,function(){wk(c,b,a)})}}
function Vk(a,b,c){var d=b.google_reactive_ads_config;if(d){var
e=d.page_level_pubvars;var f=(ya(e)?e:{}).google_tag_origin}e="string"===typeof
a.className&&/(\W|^)adsbygoogle-noablate(\W|$)/.test(a.className);var
g=b.google_ad_slot;var h=f||b.google_tag_origin;f=K(c);se(f.ad_whitelist||[],g,h)?
g=null:(h=f.space_collapsing||"none",g=(g=se(f.ad_blacklist||[],g))?{pa:!
0,Ea:g.space_collapsing||h}:f.remove_ads_by_default?{pa:!
0,Ea:h,ha:f.ablation_viewport_offset}:null);if(g&&g.pa&&"on"!=b.google_adtest&&
!e&&(e=Eg(a,c),!g.ha||g.ha&&(e||0)>=g.ha))return a.className+=" adsbygoogle-
ablated-ad-slot",c=c.google_sv_map=c.google_sv_map||
{},d=za(a),c[b.google_element_uid]=b,a.setAttribute("google_element_uid",d),"slot"=
=g.Ea&&(null!==Cc(a.getAttribute("width"))&&a.setAttribute("width",0),null!
==Cc(a.getAttribute("height"))&&a.setAttribute("height",0),a.style.width="0px",a.st
yle.height="0px"),!0;if((e=pc(a,c))&&"none"==e.display&&!("on"==b.google_adtest||
0<b.google_reactive_ad_format||d))return c.document.createComment&&
a.appendChild(c.document.createComment("No ad requested because of display:none on
the adsbygoogle tag")),!0;a=null==b.google_pgb_reactive||
3===b.google_pgb_reactive;return 1!==b.google_reactive_ad_format&&8!
==b.google_reactive_ad_format||!a?!1:(r.console&&r.console.warn("Adsbygoogle tag
with data-reactive-ad-format="+b.google_reactive_ad_format+" is deprecated. Check
out page-level ads at https://www.google.com/adsense"),!0)}
function Wk(a){var b=document.getElementsByTagName("INS");for(var
c=0,d=b[c];c<b.length;d=b[++c]){var e=d;if(Sk(e)&&"reserved"!=e.getAttribute("data-
adsbygoogle-status")&&(!a||d.id==a))return d}return null}function Xk(a)
{if(a&&a.shift)try{for(var b,c=20;0<a.length&&(b=a.shift())&&0<c;)Yk(b),--
c}catch(d){throw window.setTimeout(Zk,0),d;}}function $k(){var
a=ec(document,"INS");a.className="adsbygoogle";a.className+=" adsbygoogle-
noablate";Hc(a);return a}
function al(a){var b={};ce(gg,function(e,f){!1===a.enable_page_level_ads?b[f]=!
1:a.hasOwnProperty(f)&&(b[f]=a[f])});ya(a.enable_page_level_ads)&&(b.page_level_pub
vars=a.enable_page_level_ads);var c=$k();$b.body.appendChild(c);var
d={};d=(d.google_reactive_ads_config=b,d.google_ad_client=a.google_ad_client,d);d.g
oogle_pause_ad_requests=K(F).pause_ad_requests||!1;Tk(c,d)}
function bl(a){function b(){return al(a)}var c=void 0===c?$b:c;var
d=oe(window);if(!d)throw new O("Page-level tag does not work inside
iframes.");jg(d).wasPlaTagProcessed=!
0;if(c.body||"complete"==c.readyState||"interactive"==c.readyState)b();else{var
e=Sa(Ff(191,b));dc(c,"DOMContentLoaded",e);(new r.MutationObserver(function(f,g)
{c.body&&(e(),g.disconnect())})).observe(c,{childList:!0,subtree:!0})}}
function Yk(a){var b={};Ef(165,function(){cl(a,b)},function(c){c.client=c.client||
b.google_ad_client||a.google_ad_client;c.slotname=c.slotname||
b.google_ad_slot;c.tag_origin=c.tag_origin||b.google_tag_origin})}function dl(a)
{delete a.google_checked_head;uc(a,function(b,c){ue[c]||(delete
a[c],b=c.replace("google","data").replace(/_/g,"-"),r.console.warn("AdSense head
tag doesn't support "+b+" attribute."))})}
function el(){var
a=F.document.querySelector('script[src*="/pagead/js/adsbygoogle.js"][data-ad-
client]:not([data-checked-head])');if(a){a.setAttribute("data-checked-
head","true");var b=K(window);if(b.head_tag_slot_vars)throw new O("Only one AdSense
head tag supported per page. The second tag is ignored.");var
c={};Dk(a,c);dl(c);a={};for(var d in
c)a[d]=c[d];b.head_tag_slot_vars=a;d={};d=(d.google_ad_client=c.google_ad_client,d.
enable_page_level_ads=c,d);F.adsbygoogle||(F.adsbygoogle=[]);a=F.adsbygoogle;
a.loaded?
a.push(d):a.splice(0,0,d);"on"===c.google_adtest&&J(344)&&fl(b.head_tag_slot_vars)}
}
function cl(a,b){if(null==a)throw new O("push() called with no
parameters.");if("object"===typeof a&&null!=a&&"string"===typeof a.type){null!
=Rk&&Rk.handleAdBreak(a);var c="err";try{c=JSON.stringify(a)}catch(e)
{}Gf("slotcarlike",{r:c});if(J(344))return}Ia=(new Date).getTime();pk();a:{if(void
0!=a.enable_page_level_ads){if("string"===typeof a.google_ad_client){c=!0;break
a}throw new O("'google_ad_client' is missing from the tag config.");}c=!
1}if(c)gl(a,b);else if((c=a.params)&&ce(c,function(e,f){b[f]=
e}),"js"===b.google_ad_output)console.warn("Ads with google_ad_output='js' have
been deprecated and no longer work. Contact your AdSense account manager or switch
to standard AdSense ads.");else{a=hl(a.element);Dk(a,b);c=K(r).head_tag_slot_vars||
{};uc(c,function(e,f){b.hasOwnProperty(f)||(b[f]=e)});if(a.hasAttribute("data-
require-head")&&!K(r).head_tag_slot_vars)throw new O("AdSense head tag is missing.
AdSense body tags don't work without the head tag. You can copy the head tag from
your account on https://adsense.com.");
if(!b.google_ad_client)throw new O("Ad client is missing from the
slot.");b.google_apsail=Qh(b.google_ad_client);var
d=(c=0===(K(F).first_tag_on_page||0)&&fi(b))&&gi(c);c&&!
d&&(gl(c),K(F).skip_next_reactive_tag=!0);0===(K(F).first_tag_on_page||
0)&&(K(F).first_tag_on_page=2);"_gfp_p_"in F||(F._gfp_p_=!
1);Ck(b.google_ad_client);b.google_pause_ad_requests=K(F).pause_ad_requests||!
1;Tk(a,b);c&&d&&il(c)}}function il(a){Mc(function(){jg(r).wasPlaTagProcessed||
r.adsbygoogle&&r.adsbygoogle.push(a)})}
function gl(a,b){if(K(F).skip_next_reactive_tag)K(F).skip_next_reactive_tag=!
1;else{0===(K(F).first_tag_on_page||
0)&&(K(F).first_tag_on_page=1);b&&a.tag_partner&&(qe(r,a.tag_partner),qe(b,a.tag_pa
rtner));a:if(!K(F).ama_ran_on_page){if(J(316))var c=null;else
try{c=r.localStorage.getItem("google_ama_config")}catch(q){c=null}try{var d=c?new
He(c?JSON.parse(c):null):null}catch(q){d=null}if(b=d)if(c=C(b,Je,3),!c||
A(c,1)<=Date.now())try{r.localStorage.removeItem("google_ama_config")}catch(q)
{Of(r,{lserr:1})}else{if(gi(a)&&
(c=Qe(D(b,Ke,7)),!c||!Ob(c,8)))break a;K(F).ama_ran_on_page=!0;
(d=C(b,Ne,13))&&1===A(d,1)&&(c=0,(d=C(d,Oe,6))&&A(d,3)&&(c=A(d,3)||
0),d=K(r),d.remove_ads_by_default=!
0,d.space_collapsing="slot",d.ablation_viewport_offset=c);Vf(3,
[b.a]);c=a.google_ad_client;d=Jf(Lf,new If(null,Pf(ya(a.enable_page_level_ads)?
a.enable_page_level_ads:{})));try{var e=Qe(D(b,Ke,7)),f;if(f=e)b:{var
g=A(e,2);if(g)for(var h=0;h<g.length;h++)if(1==g[h]){f=!0;break b}f=!1}if(f)
{if(A(e,4)){f={};var k=new If(null,(f.google_package=
A(e,4),f));d=Jf(d,k)}var m=new nh(c,b,e,d),n=new th;(new
yh(m,n)).start();n.b.then(Fa(Ah,r),Fa(Bh,r))}}catch(q){Of(r,{atf:-
1})}}}bl(a)}}function hl(a){if(a){if(!Sk(a)&&(a.id?a=Wk(a.id):a=null,!a))throw new
O("'element' has already been filled.");if(!("innerHTML"in a))throw new
O("'element' is not a good DOM element.");}else if(a=Wk(),!a)throw new O("All ins
elements in the DOM with class=adsbygoogle already have ads in them.");return a}
function jl(){var a=new Ik(F),b=new Gk(F),c=new Hk(F),d=F.__cmp?1:0,e;
(e="function"===typeof a.b.__tcfapi)||(a.a?e=a.a:
(a.a=Fc(a.b,"__tcfapiLocator"),e=a.a),e=null!=e);(a="function"==xa(b.b.__uspapi))||
(b.a?b=b.a:(b.a=Fc(b.b,"__uspapiLocator"),b=b.a),a=null!=b);Gf("cmpMet",
{tcfv1:d,tcfv2:e?1:0,usp:a?1:0,fc:c.a?1:0,ptt:9},Zd()||1)}function Zk()
{Bf();vf.Ba(Hf);Ef(166,kl)}
function kl(){var a=ae($d(F))||F;Si(a);if(!x("Trident")&&!x("MSIE")||
0<=nb(zb(),11)){zk();J(345)||
(lk(),ik(".google.com.mx")&&(Y[1]=".google.com.mx"),nk());J(312)&&Qk(new
Pk(function(e)
{F.google_trust_token_redemption_status=e}));F.PerformanceObserver&&J(203)&&!
window.google_plmetrics&&(Nk(),window.google_plmetrics=!
0);if(a=oe(r))a=jg(a),a.tagSpecificState[1]||(a.tagSpecificState[1]=new
Ch);el();a=window.adsbygoogle;if(!a||!a.loaded){(J(343)||Zd())&&jl();var
b={push:Yk,loaded:!0};
try{Object.defineProperty(b,"requestNonPersonalizedAds",
{set:ll}),Object.defineProperty(b,"pauseAdRequests",
{set:ml}),Object.defineProperty(b,"cookieOptions",
{set:nl}),Object.defineProperty(b,"onload",{set:ol})}catch(e){}if(a)for(var
c=fa(["requestNonPersonalizedAds","pauseAdRequests","cookieOptions"]),d=c.next();!
d.done;d=c.next())d=d.value,void 0!==a[d]&&(b[d]=a[d]);"_gfp_a_"in window||
(window._gfp_a_=Ak);Xk(a);window.adsbygoogle=b;a&&(b.onload=a.onload)}}}
function ll(a){if(+a){if((a=nc())&&a.frames&&!a.frames.GoogleSetNPA)try{var
b=a.document,c=new fc(b),d=b.body||b.head&&b.head.parentElement;if(d){var
e=ec(c.a,"IFRAME");e.name="GoogleSetNPA";e.id="GoogleSetNPA";e.setAttribute("style"
,"display:none;position:fixed;left:-999px;top:-
999px;width:0px;height:0px;");d.appendChild(e)}}catch(f)
{}}else(b=nc().document.getElementById("GoogleSetNPA"))&&b.parentNode&&b.parentNode
.removeChild(b)}
function ml(a){+a?K(F).pause_ad_requests=!0:(K(F).pause_ad_requests=!1,a=function()
{if(!K(F).pause_ad_requests){var b=je(),c=je();try{if($b.createEvent){var
d=$b.createEvent("CustomEvent");d.initCustomEvent("adsbygoogle-pub-unpause-ad-
requests-event",!1,!1,"");b.dispatchEvent(d)}else if(de(c.CustomEvent)){var e=new
c.CustomEvent("adsbygoogle-pub-unpause-ad-requests-event",{bubbles:!1,cancelable:!
1,detail:""});b.dispatchEvent(e)}else if(de(c.Event)){var f=new Event("adsbygoogle-
pub-unpause-ad-requests-event",
{bubbles:!1,cancelable:!1});b.dispatchEvent(f)}}catch(g)
{}}},r.setTimeout(a,0),r.setTimeout(a,1E3))}function nl(a){switch(a){case 0:a=!
0;break;case 1:a=!1;break;case 2:a=Ak;break;default:throw Error("Illegal value of
cookieOptions: "+a);}F._gfp_a_=a;"_gfp_p_"in
F&&(a=F.google_sv_map,Ck(a[vc(a)].google_ad_client))}function ol(a)
{de(a)&&window.setTimeout(a,0)}
function fl(a){var b=me();b=Sf(b,"/pagead/js/"+Sc()
+"/r20190131/slotcar_library.js");Ih(b).then(function(c)
{null==Rk&&(c.init(a),Rk=c)})};Zk();}).call(this);

You might also like