0% found this document useful (0 votes)
2 views114 pages

F

The document is a JavaScript code snippet that defines various utility functions and polyfills for modern JavaScript features, including Promises, Symbols, and iterators. It ensures compatibility with older environments by providing fallbacks for features like Object.assign and WeakMap. The code is structured to enhance the functionality of JavaScript objects and improve the handling of asynchronous operations.

Uploaded by

botivincent888
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views114 pages

F

The document is a JavaScript code snippet that defines various utility functions and polyfills for modern JavaScript features, including Promises, Symbols, and iterators. It ensures compatibility with older environments by providing fallbacks for features like Object.assign and WeakMap. The code is structured to enhance the functionality of JavaScript objects and improve the handling of asynchronous operations.

Uploaded by

botivincent888
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 114

// Copyright 2011 Google Inc. All Rights Reserved.

(function(){var m,aa=function(a){var b=0;return function(){return b<a.length?


{done:!1,value:a[b++]}:{done:!0}}},ba=typeof Object.defineProperties=="function"?
Object.defineProperty:function(a,b,c){if(a==Array.prototype||
a==Object.prototype)return a;a[b]=c.value;return a},da=function(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");
},ea=da(this),q=function(a,b){if(b)a:{var c=ea;a=a.split(".");for(var
d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-
1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}};
q("Symbol",function(a){if(a)return a;var b=function(f,g)
{this.g=f;ba(this,"description",{configurable:!0,writable:!
0,value:g})};b.prototype.toString=function(){return this.g};var c="jscomp_symbol_"+
(Math.random()*1E9>>>0)+"_",d=0,e=function(f){if(this instanceof e)throw new
TypeError("Symbol is not a constructor");return new b(c+(f||"")+"_"+d++,f)};return
e});
q("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var
b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array
Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var
d=ea[b[c]];typeof d==="function"&&typeof d.prototype[a]!
="function"&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function(){return
fa(aa(this))}})}return a});
var fa=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return
a},ha=typeof Object.create=="function"?Object.create:function(a){var b=function()
{};b.prototype=a;return new b},ia=function(){function a(){function c(){}new
c;Reflect.construct(c,[],function(){});return new c instanceof c}if(typeof Reflect!
="undefined"&&Reflect.construct){if(a())return Reflect.construct;var
b=Reflect.construct;return function(c,d,e)
{c=b(c,d);e&&Reflect.setPrototypeOf(c,e.prototype);return c}}return function(c,
d,e){e===void 0&&(e=c);e=ha(e.prototype||Object.prototype);return
Function.prototype.apply.call(c,e,d)||e}}(),ka;if(typeof
Object.setPrototypeOf=="function")ka=Object.setPrototypeOf;else{var la;a:{var
oa={a:!0},pa={};try{pa.__proto__=oa;la=pa.a;break a}catch(a){}la=!1}ka=la?
function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not
extensible");return a}:null}
var qa=ka,v=function(a,b)
{a.prototype=ha(b.prototype);a.prototype.constructor=a;if(qa)qa(a,b);else for(var c
in b)if(c!="prototype")if(Object.defineProperties){var
d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else
a[c]=b[c];a.Ha=b.prototype},x=function(a){var b=typeof Symbol!
="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof
a.length=="number")return{next:aa(a)};throw Error(String(a)+" is not an iterable or
ArrayLike");},ra=function(a){if(!(a instanceof
Array)){a=x(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return
a},ta=function(a){return sa(a,a)},sa=function(a,b)
{a.raw=b;Object.freeze&&(Object.freeze(a),Object.freeze(b));return
a},ua=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},va=typeof
Object.assign=="function"?Object.assign:function(a,b){for(var
c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in
d)ua(d,e)&&(a[e]=d[e])}return a};q("Object.assign",function(a){return a||va});
var ya=function(){this.A=!1;this.o=null;this.j=void
0;this.g=1;this.I=this.l=0;this.B=null},Aa=function(a){if(a.A)throw new
TypeError("Generator is already running");a.A=!0};ya.prototype.C=function(a)
{this.j=a};var Ba=function(a,b){a.B={Te:b,ah:!0};a.g=a.l||
a.I};ya.prototype.return=function(a){this.B={return:a};this.g=this.I};
var Ca=function(a,b,c){a.g=c;return{value:b}},Da=function(a)
{a.g=0;a.l=0},Ea=function(a){a.l=0;var b=a.B.Te;a.B=null;return b},Ga=function(a)
{this.g=new ya;this.j=a},Ja=function(a,b){Aa(a.g);var c=a.g.o;if(c)return
Ha(a,"return"in c?c["return"]:function(d){return{value:d,done:!
0}},b,a.g.return);a.g.return(b);return Ia(a)},Ha=function(a,b,c,d){try{var
e=b.call(a.g.o,c);if(!(e instanceof Object))throw new TypeError("Iterator result
"+e+" is not an object");if(!e.done)return a.g.A=!1,e;var f=e.value}catch(g){return
a.g.o=
null,Ba(a.g,g),Ia(a)}a.g.o=null;d.call(a.g,f);return Ia(a)},Ia=function(a)
{for(;a.g.g;)try{var b=a.j(a.g);if(b)return a.g.A=!1,{value:b.value,done:!
1}}catch(c){a.g.j=void 0,Ba(a.g,c)}a.g.A=!1;if(a.g.B)
{b=a.g.B;a.g.B=null;if(b.ah)throw b.Te;return{value:b.return,done:!
0}}return{value:void 0,done:!0}},Ka=function(a){this.next=function(b)
{Aa(a.g);a.g.o?b=Ha(a,a.g.o.next,b,a.g.C):(a.g.C(b),b=Ia(a));return
b};this.throw=function(b){Aa(a.g);a.g.o?b=Ha(a,a.g.o["throw"],b,a.g.C):
(Ba(a.g,b),b=Ia(a));return b};
this.return=function(b){return Ja(a,b)};this[Symbol.iterator]=function(){return
this}},La=function(a){function b(d){return a.next(d)}function c(d){return
a.throw(d)}return new Promise(function(d,e){function f(g){g.done?
d(g.value):Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})},Ma=function(
a){return La(new Ka(new Ga(a)))},Oa=function(){for(var
a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return
b};q("globalThis",function(a){return a||ea});
q("Reflect",function(a){return a?a:{}});q("Reflect.construct",function(){return
ia});q("Reflect.setPrototypeOf",function(a){return a?a:qa?function(b,c){try{return
qa(b,c),!0}catch(d){return!1}}:null});
q("Promise",function(a){function b(){this.g=null}function c(g){return g instanceof
e?g:new e(function(h){h(g)})}if(a)return a;b.prototype.j=function(g)
{if(this.g==null){this.g=[];var h=this;this.l(function()
{h.B()})}this.g.push(g)};var d=ea.setTimeout;b.prototype.l=function(g)
{d(g,0)};b.prototype.B=function(){for(;this.g&&this.g.length;){var
g=this.g;this.g=[];for(var h=0;h<g.length;++h){var
k=g[h];g[h]=null;try{k()}catch(l)
{this.o(l)}}}this.g=null};b.prototype.o=function(g){this.l(function(){throw g;
})};var e=function(g){this.g=0;this.l=void 0;this.j=[];this.C=!1;var
h=this.o();try{g(h.resolve,h.reject)}catch(k)
{h.reject(k)}};e.prototype.o=function(){function g(l){return function(n){k||(k=!
0,l.call(h,n))}}var h=this,k=!
1;return{resolve:g(this.H),reject:g(this.B)}};e.prototype.H=function(g)
{if(g===this)this.B(new TypeError("A Promise cannot resolve to itself"));else if(g
instanceof e)this.M(g);else{a:switch(typeof g){case "object":var h=g!=null;break
a;case "function":h=!0;break a;default:h=!1}h?
this.G(g):this.A(g)}};e.prototype.G=function(g){var h=void 0;try{h=g.then}catch(k)
{this.B(k);return}typeof h=="function"?
this.P(h,g):this.A(g)};e.prototype.B=function(g)
{this.I(2,g)};e.prototype.A=function(g){this.I(1,g)};e.prototype.I=function(g,h)
{if(this.g!=0)throw Error("Cannot settle("+g+", "+h+"): Promise already settled in
state"+this.g);this.g=g;this.l=h;this.g===2&&this.K();this.L()};e.prototype.K=funct
ion(){var g=this;d(function(){if(g.D()){var h=ea.console;typeof h!
=="undefined"&&h.error(g.l)}},
1)};e.prototype.D=function(){if(this.C)return!1;var
g=ea.CustomEvent,h=ea.Event,k=ea.dispatchEvent;if(typeof k==="undefined")return!
0;typeof g==="function"?g=new g("unhandledrejection",{cancelable:!0}):typeof
h==="function"?g=new h("unhandledrejection",{cancelable:!0}):
(g=ea.document.createEvent("CustomEvent"),g.initCustomEvent("unhandledrejection",!
1,!0,g));g.promise=this;g.reason=this.l;return k(g)};e.prototype.L=function()
{if(this.j!=null){for(var g=0;g<this.j.length;++g)f.j(this.j[g]);this.j=
null}};var f=new b;e.prototype.M=function(g){var
h=this.o();g.Gc(h.resolve,h.reject)};e.prototype.P=function(g,h){var
k=this.o();try{g.call(h,k.resolve,k.reject)}catch(l)
{k.reject(l)}};e.prototype.then=function(g,h){function k(r,t){return typeof
r=="function"?function(u){try{l(r(u))}catch(w){n(w)}}:t}var l,n,p=new
e(function(r,t){l=r;n=t});this.Gc(k(g,l),k(h,n));return
p};e.prototype.catch=function(g){return this.then(void
0,g)};e.prototype.Gc=function(g,h){function k(){switch(l.g){case 1:g(l.l);
break;case 2:h(l.l);break;default:throw Error("Unexpected state: "+l.g);}}var
l=this;this.j==null?f.j(k):this.j.push(k);this.C=!
0};e.resolve=c;e.reject=function(g){return new e(function(h,k)
{k(g)})};e.race=function(g){return new e(function(h,k){for(var l=x(g),n=l.next();!
n.done;n=l.next())c(n.value).Gc(h,k)})};e.all=function(g){var
h=x(g),k=h.next();return k.done?c([]):new e(function(l,n){function p(u){return
function(w){r[u]=w;t--;t==0&&l(r)}}var r=[],t=0;do r.push(void 0),t+
+,c(k.value).Gc(p(r.length-
1),n),k=h.next();while(!k.done)})};return e});q("Object.setPrototypeOf",function(a)
{return a||qa});q("Symbol.dispose",function(a){return a?
a:Symbol("Symbol.dispose")});q("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}});
q("WeakMap",function(a){function b(){}function c(k){var l=typeof k;return
l==="object"&&k!==null||l==="function"}function d(k){if(!ua(k,f)){var l=new
b;ba(k,f,{value:l})}}function e(k){var l=Object[k];l&&(Object[k]=function(n){if(n
instanceof b)return n;Object.isExtensible(n)&&d(n);return l(n)})}if(function(){if(!
a||!Object.seal)return!1;try{var k=Object.seal({}),l=Object.seal({}),n=new
a([[k,2],[l,3]]);if(n.get(k)!=2||n.get(l)!=3)return!
1;n.delete(k);n.set(l,4);return!n.has(k)&&n.get(l)==4}catch(p){return!1}}())return
a;
var
f="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var
g=0,h=function(k){this.g=(g+=Math.random()+1).toString();if(k){k=x(k);for(var l;!
(l=k.next()).done;)l=l.value,this.set(l[0],l[1])}};h.prototype.set=function(k,l)
{if(!c(k))throw Error("Invalid WeakMap key");d(k);if(!ua(k,f))throw Error("WeakMap
key fail: "+k);k[f][this.g]=l;return this};h.prototype.get=function(k){return
c(k)&&ua(k,f)?k[f][this.g]:void 0};h.prototype.has=function(k){return
c(k)&&ua(k,f)&&ua(k[f],
this.g)};h.prototype.delete=function(k){return c(k)&&ua(k,f)&&ua(k[f],this.g)?
delete k[f][this.g]:!1};return h});
q("Map",function(a){if(function(){if(!a||typeof a!="function"||!
a.prototype.entries||typeof Object.seal!="function")return!1;try{var
h=Object.seal({x:4}),k=new a(x([[h,"s"]]));if(k.get(h)!="s"||k.size!=1||
k.get({x:4})||k.set({x:4},"t")!=k||k.size!=2)return!1;var
l=k.entries(),n=l.next();if(n.done||n.value[0]!=h||n.value[1]!="s")return!
1;n=l.next();return n.done||n.value[0].x!=4||n.value[1]!="t"||!l.next().done?!1:!
0}catch(p){return!1}}())return a;var b=new WeakMap,c=function(h)
{this[0]={};this[1]=
f();this.size=0;if(h){h=x(h);for(var k;!
(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}};c.prototype.set=function(h,k)
{h=h===0?0:h;var l=d(this,h);l.list||(l.list=this[0][l.id]=[]);l.oa?l.oa.value=k:
(l.oa={next:this[1],Wa:this[1].Wa,head:this[1],key:h,value:k},l.list.push(l.oa),thi
s[1].Wa.next=l.oa,this[1].Wa=l.oa,this.size++);return
this};c.prototype.delete=function(h){h=d(this,h);return h.oa&&h.list?
(h.list.splice(h.index,1),h.list.length||delete this[0]
[h.id],h.oa.Wa.next=h.oa.next,h.oa.next.Wa=
h.oa.Wa,h.oa.head=null,this.size--,!0):!1};c.prototype.clear=function()
{this[0]={};this[1]=this[1].Wa=f();this.size=0};c.prototype.has=function(h)
{return!!d(this,h).oa};c.prototype.get=function(h)
{return(h=d(this,h).oa)&&h.value};c.prototype.entries=function(){return
e(this,function(h){return[h.key,h.value]})};c.prototype.keys=function(){return
e(this,function(h){return h.key})};c.prototype.values=function(){return
e(this,function(h){return h.value})};c.prototype.forEach=function(h,k){for(var
l=this.entries(),
n;!
(n=l.next()).done;)n=n.value,h.call(k,n[1],n[0],this)};c.prototype[Symbol.iterator]
=c.prototype.entries;var d=function(h,k){var l=k&&typeof k;l=="object"||
l=="function"?b.has(k)?l=b.get(k):(l=""+ ++g,b.set(k,l)):l="p_"+k;var n=h[0]
[l];if(n&&ua(h[0],l))for(h=0;h<n.length;h++){var p=n[h];if(k!==k&&p.key!==p.key||
k===p.key)return{id:l,list:n,index:h,oa:p}}return{id:l,list:n,index:-1,oa:void
0}},e=function(h,k){var l=h[1];return fa(function(){if(l){for(;l.head!
=h[1];)l=l.Wa;for(;l.next!=l.head;)return l=
l.next,{done:!1,value:k(l)};l=null}return{done:!0,value:void 0}})},f=function(){var
h={};return h.Wa=h.next=h.head=h},g=0;return c});
q("Set",function(a){if(function(){if(!a||typeof a!="function"||!
a.prototype.entries||typeof Object.seal!="function")return!1;try{var
c=Object.seal({x:4}),d=new a(x([c]));if(!d.has(c)||d.size!=1||d.add(c)!=d||d.size!
=1||d.add({x:4})!=d||d.size!=2)return!1;var e=d.entries(),f=e.next();if(f.done||
f.value[0]!=c||f.value[1]!=c)return!1;f=e.next();return f.done||f.value[0]==c||
f.value[0].x!=4||f.value[1]!=f.value[0]?!1:e.next().done}catch(g){return!1}}
())return a;var b=function(c){this.g=new Map;if(c){c=
x(c);for(var d;!
(d=c.next()).done;)this.add(d.value)}this.size=this.g.size};b.prototype.add=functio
n(c){c=c===0?0:c;this.g.set(c,c);this.size=this.g.size;return
this};b.prototype.delete=function(c)
{c=this.g.delete(c);this.size=this.g.size;return c};b.prototype.clear=function()
{this.g.clear();this.size=0};b.prototype.has=function(c){return
this.g.has(c)};b.prototype.entries=function(){return
this.g.entries()};b.prototype.values=function(){return
this.g.values()};b.prototype.keys=b.prototype.values;
b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d)
{var e=this;this.g.forEach(function(f){return c.call(d,f,f,e)})};return
b});q("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in
b)ua(b,d)&&c.push(b[d]);return c}});q("Object.is",function(a){return a?
a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});
q("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d
instanceof String&&(d=String(d));var e=d.length;c=c||
0;for(c<0&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!
0}return!1}});var Pa=function(a,b,c){if(a==null)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+""};
q("String.prototype.includes",function(a){return a?a:function(b,c){return
Pa(this,b,"includes").indexOf(b,c||0)!==-1}});q("Array.from",function(a){return a?
a:function(b,c,d){c=c!=null?c:function(h){return h};var e=[],f=typeof Symbol!
="undefined"&&Symbol.iterator&&b[Symbol.iterator];if(typeof f=="function")
{b=f.call(b);for(var g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else
for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return e}});
q("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in
b)ua(b,d)&&c.push([d,b[d]]);return c}});q("Number.isFinite",function(a){return a?
a:function(b){return typeof b!=="number"?!1:!isNaN(b)&&b!==Infinity&&b!==-
Infinity}});q("Number.MAX_SAFE_INTEGER",function(){return
9007199254740991});q("Number.MIN_SAFE_INTEGER",function(){return-
9007199254740991});q("Number.isInteger",function(a){return a?a:function(b){return
Number.isFinite(b)?b===Math.floor(b):!1}});
q("Number.isSafeInteger",function(a){return a?a:function(b){return
Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});q("String.prototype.st
artsWith",function(a){return a?a:function(b,c){var
d=Pa(this,b,"startsWith");b+="";var e=d.length,f=b.length;c=Math.max(0,Math.min(c|
0,d.length));for(var g=0;g<f&&c<e;)if(d[c++]!=b[g++])return!1;return g>=f}});
var Qa=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function()
{if(!d&&c<a.length){var f=c++;return{value:b(f,a[f]),done:!1}}d=!0;return{done:!
0,value:void 0}}};e[Symbol.iterator]=function(){return e};return
e};q("Array.prototype.entries",function(a){return a?a:function(){return
Qa(this,function(b,c){return[b,c]})}});q("Math.imul",function(a){return a?
a:function(b,c){b=Number(b);c=Number(c);var d=b&65535,e=c&65535;return d*e+
((b>>>16&65535)*e+d*(c>>>16&65535)<<16>>>0)|0}});
q("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||
b===Infinity||b===-Infinity||b===0)return b;var c=Math.floor(Math.abs(b));return
b<0?-c:c}});q("Number.isNaN",function(a){return a?a:function(b){return typeof
b==="number"&&isNaN(b)}});q("Array.prototype.keys",function(a){return a?
a:function(){return Qa(this,function(b){return
b})}});q("Array.prototype.values",function(a){return a?a:function(){return
Qa(this,function(b,c){return c})}});
q("Object.fromEntries",function(a){return a?a:function(b){var c={};if(!
(Symbol.iterator in b))throw new TypeError(""+b+" is not
iterable");b=b[Symbol.iterator].call(b);for(var d=b.next();!d.done;d=b.next())
{d=d.value;if(Object(d)!==d)throw new TypeError("iterable for fromEntries should
yield objects");c[d[0]]=d[1]}return c}});
q("String.prototype.repeat",function(a){return a?a:function(b){var
c=Pa(this,null,"repeat");if(b<0||b>1342177279)throw new RangeError("Invalid count
value");b|=0;for(var d="";b;)if(b&1&&(d+=c),b>>>=1)c+=c;return d}});var
Ta=function(a,b){a=a!==void 0?String(a):" ";return
b>0&&a?a.repeat(Math.ceil(b/a.length)).substring(0,b):""};q("String.prototype.padSt
art",function(a){return a?a:function(b,c){var d=Pa(this,null,"padStart");return
Ta(c,b-d.length)+d}});
q("String.prototype.padEnd",function(a){return a?a:function(b,c){var
d=Pa(this,null,"padStart");return d+Ta(c,b-d.length)}});/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
var Ua=Ua||{},y=this||self,z=function(a,b,c){a=a.split(".");c=c||y;for(var
d;a.length&&(d=a.shift());)a.length||b===void 0?c[d]&&c[d]!==Object.prototype[d]?
c=c[d]:c=c[d]={}:c[d]=b},Va=function(a,b){a=a.split(".");b=b||y;for(var
c=0;c<a.length;c++)if(b=b[a[c]],b==null)return null;return b},Wa=function(a){var
b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":b:"null"},Xa=function(a)
{var b=Wa(a);return b=="array"||b=="object"&&typeof
a.length=="number"},Ya=function(a){var b=typeof a;return b==
"object"&&a!=null||b=="function"},bb=function(a){return
Object.prototype.hasOwnProperty.call(a,$a)&&a[$a]||(a[$a]=++ab)},cb=function(a){a!
==null&&"removeAttribute"in a&&a.removeAttribute($a);try{delete a[$a]}catch(b){}},
$a="closure_uid_"+(Math.random()*1E9>>>0),ab=0,db=function(a,b,c){return
a.call.apply(a.bind,arguments)},eb=function(a,b,c){if(!a)throw
Error();if(arguments.length>2){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)}},fb=function(a,b,c)
{fb=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native
code")!=-1?db:eb;return fb.apply(null,arguments)},gb=function(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)}},ib=function(){return
Date.now()},jb=function(a){return a},lb=function(a,b){function c()
{}c.prototype=b.prototype;a.Ha=b.prototype;a.prototype=
new c;a.prototype.constructor=a;a.Aj=function(d,e,f){for(var
g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return
b.prototype[e].apply(d,g)}};function nb(a,b)
{if(Error.captureStackTrace)Error.captureStackTrace(this,nb);else{var
c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void
0&&(this.cause=b)}lb(nb,Error);nb.prototype.name="CustomError";var ob;var
sb,tb=typeof String.prototype.isWellFormed==="function",ub=typeof TextEncoder!
=="undefined";
function vb(a){var b=!1;b=b===void 0?!1:b;if(ub){if(b&&(tb?!a.isWellFormed():/(?:
[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\
uDFFF])/.test(a)))throw Error("Found an unpaired surrogate");a=(sb||(sb=new
TextEncoder)).encode(a)}else{for(var c=0,d=new
Uint8Array(3*a.length),e=0;e<a.length;e++){var f=a.charCodeAt(e);if(f<128)d[c+
+]=f;else{if(f<2048)d[c++]=f>>6|192;else{if(f>=55296&&f<=57343)
{if(f<=56319&&e<a.length){var g=a.charCodeAt(++e);if(g>=56320&&g<=57343){f=(f-
55296)*1024+g-56320+
65536;d[c++]=f>>18|240;d[c++]=f>>12&63|128;d[c++]=f>>6&63|128;d[c++]=f&63|
128;continue}else e--}if(b)throw Error("Found an unpaired surrogate");f=65533}d[c+
+]=f>>12|224;d[c++]=f>>6&63|128}d[c++]=f&63|128}}a=c===d.length?
d:d.subarray(0,c)}return a};function wb(a){y.setTimeout(function(){throw
a;},0)};function xb(a,b){var c=a.length-b.length;return
c>=0&&a.indexOf(b,c)==c}function yb(a){return/^[\s\xa0]*$/.test(a)}var
zb=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\
xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]},Ab=/&/g,Bb=/</g,Cb=/>/g,Db=/"/g,Eb=/'/
g,Fb=/\x00/g,Gb=/[\x00&<>"']/;function Hb(a,b){return a.indexOf(b)!=-1}function
Ib(a,b){return Hb(a.toLowerCase(),b.toLowerCase())}
function Jb(a,b){var
c=0;a=zb(String(a)).split(".");b=zb(String(b)).split(".");for(var
d=Math.max(a.length,b.length),e=0;c==0&&e<d;e++){var f=a[e]||"",g=b[e]||"";do{f=/(\
d*)(\D*)(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)(.*)/.exec(g)||
["","","",""];if(f[0].length==0&&g[0].length==0)break;c=Kb(f[1].length==0?
0:parseInt(f[1],10),g[1].length==0?0:parseInt(g[1],10))||
Kb(f[2].length==0,g[2].length==0)||Kb(f[2],g[2]);f=f[3];g=g[3]}while(c==0)}return
c}function Kb(a,b){return a<b?-1:a>b?1:0};var
Lb,Mb=Va("CLOSURE_FLAGS"),Nb=Mb&&Mb[610401301];Lb=Nb!=null?Nb:!1;function Ob(){var
a=y.navigator;return a&&(a=a.userAgent)?a:""}var Pb,Qb=y.navigator;Pb=Qb?
Qb.userAgentData||null:null;function Rb(a){return Lb?Pb?Pb.brands.some(function(b)
{return(b=b.brand)&&Hb(b,a)}):!1:!1}function A(a){return Hb(Ob(),a)};function Sb()
{return Lb?!!Pb&&Pb.brands.length>0:!1}function Tb(){return Sb()?!
1:A("Opera")}function Ub(){return Sb()?!1:A("Trident")||A("MSIE")}function Vb()
{return A("Firefox")||A("FxiOS")}function Wb(){return A("Safari")&&!(Xb()||(Sb()?
0:A("Coast"))||Tb()||(Sb()?0:A("Edge"))||(Sb()?Rb("Microsoft Edge"):A("Edg/"))||
(Sb()?Rb("Opera"):A("OPR"))||Vb()||A("Silk")||A("Android"))}function Xb(){return
Sb()?Rb("Chromium"):(A("Chrome")||A("CriOS"))&&!(Sb()?0:A("Edge"))||
A("Silk")};function Yb(){return Lb&&Pb&&Pb.platform?
Pb.platform==="Android":A("Android")}function Zb(){return A("iPhone")&&!
A("iPod")&&!A("iPad")};var $b=function(a,b){if(typeof a==="string")return typeof b!
=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in
a&&a[c]===b)return c;return-1},ac=function(a,b){for(var c=a.length,d=typeof
a==="string"?a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)};function
bc(a,b){for(var c=typeof a==="string"?a.split(""):a,d=a.length-1;d>=0;--d)d in
c&&b.call(void 0,c[d],d,a)}
var cc=function(a,b){for(var c=a.length,d=[],e=0,f=typeof a==="string"?
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},dc=function(a,b){for(var c=a.length,d=Array(c),e=typeof
a==="string"?a.split(""):a,f=0;f<c;f++)f in e&&(d[f]=b.call(void
0,e[f],f,a));return d},ec=function(a,b,c){var d=c;ac(a,function(e,f){d=b.call(void
0,d,e,f,a)});return d},fc=function(a,b){for(var c=a.length,d=typeof a==="string"?
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 gc(a,b){b=hc(a,b);return b<0?null:typeof
a==="string"?a.charAt(b):a[b]}function hc(a,b){for(var c=a.length,d=typeof
a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return
e;return-1}function ic(a,b){b=jc(a,b);return b<0?null:typeof a==="string"?
a.charAt(b):a[b]}function jc(a,b){for(var c=typeof a==="string"?
a.split(""):a,d=a.length-1;d>=0;d--)if(d in c&&b.call(void 0,c[d],d,a))return
d;return-1}function kc(a,b){return $b(a,b)>=0}
function lc(a,b){b=$b(a,b);var c;(c=b>=0)&&mc(a,b);return c}function mc(a,b){return
Array.prototype.splice.call(a,b,1).length==1}function nc(a,b){var
c=0;bc(a,function(d,e){b.call(void 0,d,e,a)&&mc(a,e)&&c++})}function oc(a){return
Array.prototype.concat.apply([],arguments)}function pc(a){var b=a.length;if(b>0)
{for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]}
function qc(a){for(var b=0,c=0,d={};c<a.length;){var e=a[c++],f=Ya(e)?"o"+bb(e):
(typeof e).charAt(0)+e;Object.prototype.hasOwnProperty.call(d,f)||(d[f]=!0,a[b+
+]=e)}a.length=b}function rc(a,b){a.sort(b||sc)}function sc(a,b){return a>b?1:a<b?-
1:0}function tc(a){for(var b=[],c=0;c<a;c++)b[c]="";return b};var uc=function(a)
{uc[" "](a);return a};uc[" "]=function(){};var vc=function(a,b){try{return
uc(a[b]),!0}catch(c){}return!1},xc=function(a){var b=wc;return
Object.prototype.hasOwnProperty.call(b,8)?b[8]:b[8]=a(8)};var
yc=Tb(),zc=Ub(),Ac=A("Edge"),Bc=A("Gecko")&&!(Ib(Ob(),"WebKit")&&!A("Edge"))&&!
(A("Trident")||A("MSIE"))&&!A("Edge"),Cc=Ib(Ob(),"WebKit")&&!
A("Edge"),Dc=Lb&&Pb&&Pb.platform?
Pb.platform==="macOS":A("Macintosh"),Ec=Yb(),Fc=Zb(),Gc=A("iPad"),Hc=A("iPod"),Ic=Z
b()||A("iPad")||A("iPod"),Jc;
a:{var Oc="",Pc=function(){var a=Ob();if(Bc)return/rv:([^\);]+)
(\)|;)/.exec(a);if(Ac)return/Edge\/([\d\.]+)/.exec(a);if(zc)return/\b(?:MSIE|rv)
[: ]([^\);]+)(\)|;)/.exec(a);if(Cc)return/WebKit\/(\S+)/.exec(a);if(yc)return/
(?:Version)[ \/]?(\S+)/.exec(a)}();Pc&&(Oc=Pc?Pc[1]:"");if(zc){var
Qc,Rc=y.document;Qc=Rc?Rc.documentMode:void 0;if(Qc!=null&&Qc>parseFloat(Oc))
{Jc=String(Qc);break a}}Jc=Oc}var Sc=Jc,wc={},Tc=function(){return xc(function()
{return Jb(Sc,8)>=0})};var Uc=Vb(),Vc=A("Android")&&!(Xb()||Vb()||Tb()||
A("Silk")),Wc=Xb();Wb();var Xc={},Yc=null,$c=function(a,b){b===void
0&&(b=0);Zc();b=Xc[b];for(var
c=Array(Math.floor(a.length/3)),d=b[64]||"",e=0,f=0;e<a.length-2;e+=3){var
g=a[e],h=a[e+1],k=a[e+2],l=b[g>>2];g=b[(g&3)<<4|h>>4];h=b[(h&15)<<2|
k>>6];k=b[k&63];c[f++]=""+l+g+h+k}l=0;k=d;switch(a.length-e){case
2:l=a[e+1],k=b[(l&15)<<2]||d;case 1:a=a[e],c[f]=""+b[a>>2]+b[(a&3)<<4|
l>>4]+k+d}return c.join("")},bd=function(a){var b=[];ad(a,function(c)
{b.push(c)});return b},ad=function(a,b){function c(k){for(;d<a.length;){var
l=a.charAt(d++),
n=Yc[l];if(n!=null)return n;if(!yb(l))throw Error("Unknown base64 encoding at char:
"+l);}return k}Zc();for(var d=0;;){var e=c(-
1),f=c(0),g=c(64),h=c(64);if(h===64&&e===-1)break;b(e<<2|f>>4);g!=64&&(b(f<<4&240|
g>>2),h!=64&&b(g<<6&192|h))}},Zc=function(){if(!Yc){Yc={};for(var
a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/
=","+/","-_=","-_.","-_"],c=0;c<5;c++){var
d=a.concat(b[c].split(""));Xc[c]=d;for(var e=0;e<d.length;e++){var
f=d[e];Yc[f]===void 0&&(Yc[f]=e)}}}};var cd=typeof Uint8Array!=="undefined",dd=!
zc&&typeof btoa==="function",ed={};function fd(a,b)
{a.__closure__error__context__984382||
(a.__closure__error__context__984382={});a.__closure__error__context__984382.severi
ty=b};var gd=void 0;function hd(a){a=Error(a);fd(a,"warning");return a};var
id=typeof Symbol==="function"&&typeof Symbol()==="symbol",jd=new Set;function
kd(a,b,c,d){c=c===void 0?!1:c;a=typeof Symbol==="function"&&typeof
Symbol()==="symbol"?(d===void 0?0:d)&&Symbol.for&&a?Symbol.for(a):a!=null?
Symbol(a):Symbol():b;c&&jd.add(a);return a}var ld=kd("jas",void 0,!0,!0),md=kd(void
0,"0di"),nd=kd(void 0,"1oa",!0),od=kd(void 0,Symbol(),!0),pd=kd(void 0,"0actk");var
B=id?ld:"Xg",qd={Xg:{value:0,configurable:!0,writable:!0,enumerable:!
1}},rd=Object.defineProperties;function sd(a,b){id||B in a||rd(a,qd);a[B]|
=b}function td(a,b){id||B in a||rd(a,qd);a[B]=b}function ud(a){if(4&a)return
4096&a?4096:8192&a?8192:0}function vd(a){sd(a,34);return a}function wd(a)
{sd(a,32);return a};function xd(){return typeof BigInt==="function"};function yd(a)
{return Array.prototype.slice.call(a)};var zd={};function Ad(a){return a!
==null&&typeof a==="object"&&!Array.isArray(a)&&a.constructor===Object}var
Bd,Cd=[];td(Cd,55);Bd=Object.freeze(Cd);function Dd(a){if(a&2)throw Error();}var
Ed=function(a,b,c)
{this.l=0;this.g=a;this.j=b;this.o=c};Ed.prototype.next=function()
{if(this.l<this.g.length){var a=this.g[this.l++];return{done:!1,value:this.j?
this.j.call(this.o,a):a}}return{done:!0,value:void
0}};Ed.prototype[Symbol.iterator]=function(){return new Ed(this.g,this.j,this.o)};
function Fd(a){var b=jb(od);return b?a[b]:void 0}var Gd=Object.freeze({});function
Hd(a){a.Mj=!0;return a};var Id=Hd(function(a){return typeof
a==="number"}),Jd=Hd(function(a){return typeof a==="string"}),Kd=Hd(function(a)
{return typeof a==="boolean"}),Ld=Hd(function(a){return!!a&&(typeof a==="object"||
typeof a==="function")});function Md(){return Nd(Hd(function(a,b){return a===void
0?!0:Jd(a,b)}))}function Nd(a){a.eh=!0;return a};var Od=typeof
y.BigInt==="function"&&typeof y.BigInt(0)==="bigint";function Pd(a){var
b=a;if(Jd(b)){if(!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(b))throw Error(String(b));}else
if(Id(b)&&!Number.isSafeInteger(b))throw Error(String(b));return Od?
BigInt(a):a=Kd(a)?a?"1":"0":Jd(a)?a.trim()||"0":String(a)}var Vd=Hd(function(a)
{return Od?a>=Qd&&a<=Rd:a[0]==="-"?
Sd(a,Td):Sd(a,Ud)}),Td=Number.MIN_SAFE_INTEGER.toString(),Qd=Od?
BigInt(Number.MIN_SAFE_INTEGER):void 0,Ud=Number.MAX_SAFE_INTEGER.toString(),Rd=Od?
BigInt(Number.MAX_SAFE_INTEGER):void 0;
function Sd(a,b){if(a.length>b.length)return!1;if(a.length<b.length||a===b)return!
0;for(var c=0;c<a.length;c++){var d=a[c],e=b[c];if(d>e)return!1;if(d<e)return!
0}};var Wd=0,Xd=0,Yd;function Zd(a){var
b=a>>>0;Wd=b;Xd=(a-b)/4294967296>>>0}function $d(a){if(a<0){Zd(0-a);var
b=x(ae(Wd,Xd));a=b.next().value;b=b.next().value;Wd=a>>>0;Xd=b>>>0}else
Zd(a)}function be(a,b){var c=b*4294967296+(a>>>0);return Number.isSafeInteger(c)?
c:ce(a,b)}
function ce(a,b){b>>>=0;a>>>=0;if(b<=2097151)var c=""+(4294967296*b+a);else xd()?
c=""+(BigInt(b)<<BigInt(32)|BigInt(a)):(c=(a>>>24|
b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+c*6777216+b*6710656,c+=b*8147497,b*=2,a
>=1E7&&(c+=a/1E7>>>0,a%=1E7),c>=1E7&&(b+=c/1E7>>>0,c%=1E7),c=b+de(c)+de(a));return
c}function de(a){a=String(a);return"0000000".slice(a.length)+a}
function ee(){var a=Wd,b=Xd;b&2147483648?xd()?a=""+(BigInt(b|0)<<BigInt(32)|
BigInt(a>>>0)):
(b=x(ae(a,b)),a=b.next().value,b=b.next().value,a="-"+ce(a,b)):a=ce(a,b);return a}
function fe(a){if(a.length<16)$d(Number(a));else
if(xd())a=BigInt(a),Wd=Number(a&BigInt(4294967295))>>>0,Xd=Number(a>>BigInt(32)&Big
Int(4294967295));else{var b=+(a[0]==="-");Xd=Wd=0;for(var c=a.length,d=0+b,e=(c-b)
%6+b;e<=c;d=e,e+=6)d=Number(a.slice(d,e)),Xd*=1E6,Wd=Wd*1E6+d,Wd>=4294967296&&(Xd+=
Math.trunc(Wd/
4294967296),Xd>>>=0,Wd>>>=0);b&&(b=x(ae(Wd,Xd)),a=b.next().value,b=b.next().value,W
d=a,Xd=b)}}function ae(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]};var ge=typeof
BigInt==="function"?BigInt.asIntN:void 0,he=typeof BigInt==="function"?
BigInt.asUintN:void
0,ie=Number.isSafeInteger,je=Number.isFinite,ke=Math.trunc;function le(a)
{if(a==null||typeof a==="number")return a;if(a==="NaN"||a==="Infinity"||a==="-
Infinity")return Number(a)}function me(a){if(typeof a!=="boolean")throw
Error("Expected boolean but got "+Wa(a)+": "+a);return a}function ne(a)
{if(a==null||typeof a==="boolean")return a;if(typeof a==="number")return!!a}var
oe=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;
function pe(a){switch(typeof a){case "bigint":return!0;case "number":return
je(a);case "string":return oe.test(a);default:return!1}}function qe(a){if(!
je(a))throw hd("enum");return a|0}function re(a){return a==null?a:qe(a)}function
se(a){return a==null?a:je(a)?a|0:void 0}function te(a){if(typeof a!=="number")throw
hd("int32");if(!je(a))throw hd("int32");return a|0}function ue(a){return a==null?
a:te(a)}
function ve(a){if(a==null)return a;if(typeof a==="string"&&a)a=+a;else if(typeof a!
=="number")return;return je(a)?a|0:void 0}function we(a){if(a==null)return
a;if(typeof a==="string"&&a)a=+a;else if(typeof a!=="number")return;return je(a)?
a>>>0:void 0}
function xe(a){var b=0;b=b===void 0?0:b;if(!pe(a))throw hd("int64");var c=typeof
a;switch(b){case 4096:switch(c){case "string":return ye(a);case "bigint":return
String(ge(64,a));default:return ze(a)}case 8192:switch(c){case "string":return
Ae(a);case "bigint":return Pd(ge(64,a));default:return Be(a)}case 0:switch(c){case
"string":return ye(a);case "bigint":return Pd(ge(64,a));default:return
Ce(a)}default:throw Error("Unknown format requested type for int64");}}
function De(a){return a==null?a:xe(a)}function Ee(a){if(a[0]==="-")return!1;var
b=a.length;return b<20?!0:b===20&&Number(a.substring(0,6))<184467}function Fe(a)
{var b=a.length;return a[0]==="-"?b<20?!0:b===20&&Number(a.substring(0,7))>-
922337:b<19?!0:b===19&&Number(a.substring(0,6))<922337}function Ge(a){if(a<0)
{$d(a);var b=ce(Wd,Xd);a=Number(b);return ie(a)?a:b}b=String(a);if(Ee(b))return b;
$d(a);return be(Wd,Xd)}function He(a){if(Fe(a))return a;fe(a);return ee()}
function Ce(a){a=ke(a);if(!ie(a)){$d(a);var
b=Wd,c=Xd;if(a=c&2147483648)b=~b+1>>>0,c=~c>>>0,b==0&&(c=c+1>>>0);b=be(b,c);a=typeo
f b==="number"?a?-b:b:a?"-"+b:b}return a}function ze(a)
{a=ke(a);if(ie(a))a=String(a);else{var b=String(a);Fe(b)?a=b:($d(a),a=ee())}return
a}function ye(a){var b=ke(Number(a));if(ie(b))return String(b);b=a.indexOf(".");b!
==-1&&(a=a.substring(0,b));return He(a)}
function Ae(a){var b=ke(Number(a));if(ie(b))return Pd(b);b=a.indexOf(".");b!==-
1&&(a=a.substring(0,b));return xd()?Pd(ge(64,BigInt(a))):Pd(He(a))}function Be(a)
{return ie(a)?Pd(Ce(a)):Pd(ze(a))}function Ie(a){if(a==null)return a;var b=typeof
a;if(b==="bigint")return String(ge(64,a));if(pe(a)){if(b==="string")return
ye(a);if(b==="number")return Ce(a)}}
function Je(a){if(a==null)return a;var b=typeof a;if(b==="bigint")return
String(he(64,a));if(pe(a)){if(b==="string")return b=ke(Number(a)),ie(b)&&b>=0?
a=String(b):(b=a.indexOf("."),b!==-1&&(a=a.substring(0,b)),Ee(a)||
(fe(a),a=ce(Wd,Xd))),a;if(b==="number")return a=ke(a),a>=0&&ie(a)?a:Ge(a)}}function
Ke(a){if(typeof a!=="string")throw Error();return a}function Le(a){if(a!
=null&&typeof a!=="string")throw Error();return a}function Me(a){return a==null||
typeof a==="string"?a:void 0}
function Ne(a,b,c,d){if(a!=null&&typeof a==="object"&&a.ed===zd)return a;if(!
Array.isArray(a))return c?d&2?((a=b[md])||(a=new b,vd(a.F),a=b[md]=a),b=a):b=new
b:b=void 0,b;var e=c=a[B]|0;e===0&&(e|=d&32);e|=d&2;e!==c&&td(a,e);return new
b(a)}function Oe(a,b,c){if(b)return me(a);var d;return(d=ne(a))!=null?d:c?!1:void
0}function Pe(a,b,c){if(b)return Ke(a);var d;return(d=Me(a))!=null?d:c?"":void
0};function Qe(a){return a};var Re={},Se=function(){try{var a=function(){return
ia(Map,[],this.constructor)};v(a,Map);uc(new a);return!1}catch(b){return!0}}
(),Te=function(){this.g=new Map};m=Te.prototype;m.get=function(a){return
this.g.get(a)};m.set=function(a,b){this.g.set(a,b);this.size=this.g.size;return
this};m.delete=function(a){a=this.g.delete(a);this.size=this.g.size;return
a};m.clear=function(){this.g.clear();this.size=this.g.size};m.has=function(a)
{return this.g.has(a)};m.entries=function(){return this.g.entries()};
m.keys=function(){return this.g.keys()};m.values=function(){return
this.g.values()};m.forEach=function(a,b){return
this.g.forEach(a,b)};Te.prototype[Symbol.iterator]=function(){return
this.entries()};var Ue=function(){if(Se)return
Object.setPrototypeOf(Te.prototype,Map.prototype),Object.defineProperties(Te.protot
ype,{size:{value:0,configurable:!0,enumerable:!0,writable:!0}}),Te;var a=function()
{return ia(Map,[],this.constructor)};v(a,Map);return a}();function Ve(a){return a}
var Xe=function(a,b,c,d){c=c===void 0?Ve:c;d=d===void 0?Ve:d;var e=Ue.call(this)||
this;var f=a[B]|0;f|=64;td(a,f);e.Rb=f;e.xc=b;e.ec=c;e.ye=e.xc?We:d;for(var
g=0;g<a.length;g++){var h=a[g],k=c(h[0],!1,!0),l=h[1];b?l===void
0&&(l=null):l=d(h[1],!1,!0,void 0,void 0,f);Ue.prototype.set.call(e,k,l)}return
e};v(Xe,Ue);
var Ye=function(a){if(a.Rb&2)throw Error("Cannot mutate an immutable Map");},
$e=function(a){var b=Ze;if(a.size!==0)return
Array.from(Ue.prototype.entries.call(a),function(c)
{c[0]=b(c[0]);c[1]=b(c[1]);return c})};m=Xe.prototype;m.clear=function()
{Ye(this);Ue.prototype.clear.call(this)};m.delete=function(a){Ye(this);return
Ue.prototype.delete.call(this,this.ec(a,!0,!1))};m.entries=function(){var
a=Array.from(Ue.prototype.keys.call(this));return new
Ed(a,af,this)};m.keys=function(){return Ue.prototype.keys.call(this)};
m.values=function(){var a=Array.from(Ue.prototype.keys.call(this));return new
Ed(a,Xe.prototype.get,this)};m.forEach=function(a,b){var
c=this;Ue.prototype.forEach.call(this,function(d,e)
{a.call(b,c.get(e),e,c)})};m.set=function(a,b){Ye(this);a=this.ec(a,!0,!1);return
a==null?this:b==null?
(Ue.prototype.delete.call(this,a),this):Ue.prototype.set.call(this,a,this.ye(b,!0,!
0,this.xc,!1,this.Rb))};m.has=function(a){return
Ue.prototype.has.call(this,this.ec(a,!1,!1))};
m.get=function(a){a=this.ec(a,!1,!1);var b=Ue.prototype.get.call(this,a);if(b!
==void 0){var c=this.xc;return c?(c=this.ye(b,!1,!0,c,this.ug,this.Rb),c!
==b&&Ue.prototype.set.call(this,a,c),c):b}};Xe.prototype[Symbol.iterator]=function(
){return this.entries()};Xe.prototype.toJSON=void 0;function We(a,b,c,d,e,f)
{a=Ne(a,d,c,f);e&&(a=bf(a));return a}function af(a){return[a,this.get(a)]}var
cf;function df(){return cf||(cf=new Xe(vd([]),void 0,void 0,void 0,Re))};function
ff(a,b,c,d){if(a!=null){if(Array.isArray(a)){var e=a[B]|
0;if(a.length===0&&e&1)return;if(d&&e&2)return a;var f;if(f=d&&c)f=e===0||!!
(e&32)&&!(e&64||!(e&16));return f?(sd(a,34),e&4&&Object.freeze(a),a):gf(a,e,b,c!
==void 0,d)}return b(a)}}
function gf(a,b,c,d,e){var f=d?!!(b&32):void 0;d=yd(a);var g=0,h=d.length;if(b!
==0)if(b&256){var k=d[h-1];h--}else k=void 0;else k=h&&d[h-1],Ad(k)?h--:k=void
0;for(var l=0;l<h;l++){var n=ff(d[l],c,f,e);d[l]=n;n!=null&&(g=l+1)}if(k){l=void
0;for(var p in k)if(n=ff(k[p],c,f,e),n!=null){var r=void 0;((r=l)!=null?r:l={})
[p]=n}c=l;d[h]=c;c!=null&&(h+
+,g=h)}g<h&&(d.length=g);e&&((a=Fd(a))&&(d[od]=yd(a)),b&4&&td(d,(b|34)&-
30941));return d}function Ze(a){return ff(a,hf,void 0,!1)}
function hf(a){switch(typeof a){case "number":return Number.isFinite(a)?a:""+a;case
"bigint":return Vd(a)?Number(a):""+a;case "boolean":return a?1:0;case
"object":if(cd&&a!=null&&a instanceof Uint8Array){if(dd){for(var
b="",c=0,d=a.length-
10240;c<d;)b+=String.fromCharCode.apply(null,a.subarray(c,c+=10240));b+=String.from
CharCode.apply(null,c?a.subarray(c):a);a=btoa(b)}else a=$c(a);return
a}if(a.ed===zd)return jf(a);if(a instanceof Xe)return $e(a);return}return a}var kf;
function lf(a){try{return jf(a)}finally{kf=void 0}}
function jf(a){var b=a.F;a=gf(b,0,hf,void 0,!1);var c=b[B]|0;if((b=a.length)&&!
(c&512)){var d=a[b-1],e=!1;Ad(d)?(b--,e=!0):d=void 0;var f,g=(f=kf)!=null?
f:Qe;f=c&512?0:-1;c=b-f;g=g(c,f,a,d);d&&(a[b]=void 0);if(c<g&&d){c=!0;for(var h in
d){var k=+h;k<=g?(e=k+f,a[e]=d[h],b=Math.max(e+1,b),e=!1,delete d[h]):c=!
1}c&&(d=void 0)}for(c=b-1;b>0;c=b-1)if(h=a[c],h==null)b--,e=!0;else if(c-
=f,c>=g)e=void 0,((e=d)!=null?e:d={})[c]=h,b--,e=!0;else
break;e&&(a.length=b);d&&a.push(d)}return a};var mf,nf;function of(a){switch(typeof
a){case "boolean":return mf||(mf=[0,void 0,!0]);case "number":return a>0?void
0:a===0?nf||(nf=[0,void 0]):[-a,void 0];case "string":return[0,a];case
"object":return a}}
function D(a,b,c,d){if(a==null){var e=96;c?(a=[c],e|=512):a=[];b&&(e=e&-33521665|
(b&1023)<<15)}else{if(!Array.isArray(a))throw Error("narr");e=a[B]|0;16384&e||!
(64&e)||2&e||pf();if(e&2048)throw Error("farr");if(e&64)return a;d===1||d===2||(e|
=64);if(c&&(e|=512,c!==a[0]))throw Error("mid");a:{c=a;var f=c.length;if(f){var
g=f-1;d=c[g];if(Ad(d)){e|=256;b=e&512?0:-1;g-=b;if(g>=1024)throw
Error("pvtlmt");for(var h in d)f=+h,f<g&&(c[f+b]=d[h],delete d[h]);e=e&-33521665|
(g&1023)<<15;break a}}if(b){h=Math.max(b,
f-(e&512?0:-1));if(h>1024)throw Error("spvt");e=e&-33521665|
(h&1023)<<15}}}td(a,e);return a}function pf(){if(pd!=null){var a;var b=(a=gd)!
=null?a:gd={};a=b[pd]||0;a>=5||
(b[pd]=a+1,b=Error(),fd(b,"incident"),wb(b))}};function qf(a){if(typeof a!
=="object"||a===null)return a;if(cd&&a instanceof Uint8Array)return new
Uint8Array(a);if(a.ed===zd)return rf(a);if(a instanceof Xe){if(a.Rb&2)return
a;if(a.size!=0){var b=Array.from(Ue.prototype.entries.call(a));if(a.xc)for(var
c=0;c<b.length;c++){var d=b[c],e=d[1];e==null||typeof e!=="object"?e=void
0:e.ed===zd?e=rf(e):Array.isArray(e)?e=sf(e,e[B]|0,!0):e=void
0;d[1]=e}b=vd(b);return new Xe(b,a.xc,a.ec,a.ye)}}}
function rf(a){var b=a.F,c=b[B]|0;return c&2?a:new a.constructor(sf(b,c,!
0))}function sf(a,b,c){a=gf(a,b,qf,!0,!0);sd(a,32|(c?2:0));return a}function bf(a)
{var b=a.F,c=b[B]|0;return c&2?new a.constructor(sf(b,c,!1)):a};var
tf=Pd(0),vf=function(a,b){a=a.F;return uf(a,a[B]|0,b)},uf=function(a,b,c){if(c===-
1)return null;var d=c+(b&512?0:-1),e=a.length-1;if(d>=e&&b&256)return a[e]
[c];if(d<=e)return a[d]},xf=function(a,b,c){var d=a.F,e=d[B]|
0;Dd(e);wf(d,e,b,c);return a};function wf(a,b,c,d){var e=b&512?0:-
1,f=c+e,g=a.length-1;if(f>=g&&b&256)return a[g][c]=d,b;if(f<=g)return a[f]=d,b;d!
==void 0&&(g=b>>15&1023||536870912,c>=g?d!=null&&(f={},a[g+e]=(f[c]=d,f),b|
=256,td(a,b)):a[f]=d);return b}
var yf=function(a){return a===Gd?2:4};
function zf(a,b,c,d,e){var f=a.F;a=f[B]|0;var g=2&a?1:d;e=!!e;d=Af(f,a,b);var
h=d[B]|0;if(!(4&h)){4&h&&(d=yd(d),h=Bf(h,a),a=wf(f,a,b,d));for(var
k=0,l=0;k<d.length;k++){var n=c(d[k]);n!=null&&(d[l+
+]=n)}l<k&&(d.length=l);h=Cf(h,a);c=(h|20)&-4097;h=c&=-
8193;td(d,h);2&h&&Object.freeze(d)}g===1||g===4&&32&h?Df(h)||(e=h,h|=2,h!
==e&&td(d,h),Object.freeze(d)):
(g===2&&Df(h)&&(d=yd(d),h=Bf(h,a),h=Ef(h,a,e),td(d,h),a=wf(f,a,b,d)),Df(h)||
(b=h,h=Ef(h,a,e),h!==b&&td(d,h)));return d}
function Af(a,b,c){a=uf(a,b,c);return Array.isArray(a)?a:Bd}function Cf(a,b)
{a===0&&(a=Bf(a,b));return a|1}function Df(a){return!!(2&a)&&!!(4&a)||!!(2048&a)}
function Ff(a,b,c,d,e,f){var g=b&2;a:{var h=c,k=b&2;c=!1;if(h==null){if(k)
{a=df();break a}h=[]}else if(h.constructor===Xe){if((h.Rb&2)==0||k){a=h;break
a}h=Array.from(Ue.prototype.entries.call(h))}else Array.isArray(h)?c=!!((h[B]|
0)&2):h=[];if(k){if(!h.length){a=df();break a}c||(c=!0,vd(h))}else if(c){c=!
1;k=yd(h);for(h=0;h<k.length;h++){var
l=k[h]=yd(k[h]);Array.isArray(l[1])&&(l[1]=vd(l[1]))}h=k}c||((h[B]|0)&64?h[B]&=-
33:32&b&&wd(h));f=new Xe(h,e,Pe,f);wf(a,b,d,f);a=f}!g&&e&&(a.ug=!0);return a}
function Gf(a,b,c){a=a.F;var d=a[B]|0;return Ff(a,d,uf(a,d,b),b,void 0,c)}function
Hf(a){a=a.F;var b=a[B]|0;return Ff(a,b,uf(a,b,24),24,If)}
function Jf(a,b,c,d){var e=a.F,f=e[B]|0;Dd(f);if(c==null)return wf(e,f,b),a;var
g=c[B]|0,h=g,k=Df(g),l=k||Object.isFrozen(c);k||(g=0);l||
(c=yd(c),h=0,g=Bf(g,f),g=Ef(g,f,!0),l=!1);g|=21;var n;k=(n=ud(g))!=null?
n:0;for(n=0;n<c.length;n++){var p=c[n],r=d(p,k);Object.is(p,r)||
(l&&(c=yd(c),h=0,g=Bf(g,f),g=Ef(g,f,!0),l=!1),c[n]=r)}g!
==h&&(l&&(c=yd(c),g=Bf(g,f),g=Ef(g,f,!0)),td(c,g));wf(e,f,b,c);return a}
function Kf(a,b,c,d){var e=a.F,f=e[B]|0;Dd(f);wf(e,f,b,(d==="0"?
Number(c)===0:c===d)?void 0:c);return a}var Nf=function(a,b,c,d){var e=a.F,f=e[B]|
0;Dd(f);if(d==null){var g=Lf(e);if(Mf(g,e,f,c)===b)g.set(c,0);else return
a}else{g=Lf(e);var h=Mf(g,e,f,c);h!
==b&&(h&&(f=wf(e,f,h)),g.set(c,b))}wf(e,f,b,d);return a},Pf=function(a,b,c){return
Of(a,b)===c?c:-1},Of=function(a,b){a=a.F;return Mf(Lf(a),a,a[B]|0,b)};
function Lf(a){if(id){var b;return(b=a[nd])!=null?b:a[nd]=new Map}if(nd in a)return
a[nd];b=new Map;Object.defineProperty(a,nd,{value:b});return b}function Mf(a,b,c,d)
{var e=a.get(d);if(e!=null)return e;for(var f=e=0;f<d.length;f++){var
g=d[f];uf(b,c,g)!=null&&(e!==0&&(c=wf(b,c,e)),e=g)}a.set(d,e);return e}var
Rf=function(a){var b=Qf;a=a.F;var c=a[B]|0;Dd(c);var d=uf(a,c,4);b=bf(Ne(d,b,!
0,c));d!==b&&wf(a,c,4,b);return b};
function Sf(a,b,c){a=a.F;var d=a[B]|0,e=uf(a,d,c);b=Ne(e,b,!1,d);b!==e&&b!
=null&&wf(a,d,c,b);return b}var Tf=function(a,b,c){(a=Sf(a,b,c))||(a=b[md])||(a=new
b,vd(a.F),a=b[md]=a);return a},Uf=function(a,b,c){b=Sf(a,b,c);if(b==null)return
b;a=a.F;var d=a[B]|0;if(!(d&2)){var e=bf(b);e!==b&&(b=e,wf(a,d,c,b))}return b};
function Vf(a,b,c,d,e,f,g){a=a.F;var h=!!(2&b),k=h?1:e;f=!!f;g&&(g=!
h);e=Af(a,b,d);var l=e[B]|0;h=!!(4&l);if(!h){l=Cf(l,b);var n=e,p=b,r=!!(2&l);r&&(p|
=2);for(var t=!r,u=!0,w=0,C=0;w<n.length;w++){var V=Ne(n[w],c,!1,p);if(V instanceof
c){if(!r){var X=!!((V.F[B]|0)&2);t&&(t=!X);u&&(u=X)}n[C++]=V}}C<w&&(n.length=C);l|
=4;l=u?l|16:l&-17;l=t?l|8:l&-9;td(n,l);r&&Object.freeze(n)}if(g&&!(8&l||!
e.length&&(k===1||k===4&&32&l)))
{Df(l)&&(e=yd(e),l=Bf(l,b),b=wf(a,b,d,e));c=e;g=l;for(n=0;n<c.length;n++)l=c[n],
p=bf(l),l!==p&&(c[n]=p);g|=8;g=c.length?g&-17:g|16;td(c,g);l=g}k===1||k===4&&32&l?
Df(l)||(b=l,l|=!e.length||16&l&&(!h||32&l)?2:2048,l!==b&&td(e,l),Object.freeze(e)):
(k===2&&Df(l)&&(e=yd(e),l=Bf(l,b),l=Ef(l,b,f),td(e,l),b=wf(a,b,d,e)),Df(l)||
(d=l,l=Ef(l,b,f),l!==d&&td(e,l)));return e}
var Wf=function(a,b,c,d){var e=a.F[B]|0;return Vf(a,e,b,c,d,!1,!
(2&e))},E=function(a,b,c){c==null&&(c=void 0);return
xf(a,b,c)},Xf=function(a,b,c,d){d==null&&(d=void 0);return
Nf(a,b,c,d)},Yf=function(a,b,c){var d=a.F,e=d[B]|0;Dd(e);if(c==null)return
wf(d,e,b),a;for(var f=c[B]|0,g=f,h=Df(f),k=h||Object.isFrozen(c),l=!0,n=!
0,p=0;p<c.length;p++){var r=c[p];h||(r=!!((r.F[B]|0)&2),l&&(l=!r),n&&(n=r))}h||
(f=l?13:5,f=n?f|16:f&-17);k&&f===g||(c=yd(c),g=0,f=Bf(f,e),f=Ef(f,e,!0));f!
==g&&td(c,f);wf(d,e,b,c);
return a};function Bf(a,b){a=(2&b?a|2:a&-3)|32;return a&=-2049}function Ef(a,b,c)
{32&b&&c||(a&=-33);return a}function Zf(a,b,c,d,e){Dd(a.F[B]|0);a=zf(a,b,e,2,!
0);var f;b=(f=ud(a[B]|0))!=null?f:0;if(Array.isArray(d))for(f=d.length,e=0;e<f;e+
+)a.push(c(d[e],b));else for(d=x(d),f=d.next();!
f.done;f=d.next())a.push(c(f.value,b))}function $f(a,b,c,d){var e=a.F[B]|
0;Dd(e);a=Vf(a,e,c,b,2,!0);d=d!=null?d:new c;a.push(d);a[B]=(d.F[B]|0)&2?a[B]&-
9:a[B]&-17;return d}
var ag=function(a,b,c,d){$f(a,b,c,d);return a},bg=function(a,b){a=vf(a,b);a!
=null&&(typeof a==="bigint"?Vd(a)?a=Number(a):(a=ge(64,a),a=Vd(a)?
Number(a):String(a)):a=pe(a)?typeof a==="number"?Ce(a):ye(a):void 0);return
a},cg=function(a,b){return Me(vf(a,b))},dg=function(a,b){var
c;return(c=ne(vf(a,b)))!=null?c:!1},eg=function(a,b){var c=c===void 0?0:c;var
d;return(d=ve(vf(a,b)))!=null?d:c},fg=function(a,b){var c=c===void 0?0:c;var
d;return(d=we(vf(a,b)))!=null?d:c},gg=function(a,b){var c=c===void 0?
0:c;var d;return(d=bg(a,b))!=null?d:c},hg=function(a,b){var c=c===void 0?
tf:c;a=vf(a,b);b=typeof a;a=a==null?a:b==="bigint"?Pd(ge(64,a)):pe(a)?b==="string"?
Ae(a):Be(a):void 0;return a!=null?a:c},ig=function(a,b){var c=c===void 0?
0:c;a=a.F;var d=a[B]|0,e=uf(a,d,b),f=le(e);f!=null&&f!==e&&wf(a,d,b,f);return f!
=null?f:c},F=function(a,b){var c;return(c=cg(a,b))!=null?c:""},G=function(a,b){var
c=c===void 0?0:c;var d;return(d=se(vf(a,b)))!=null?d:c},jg=function(a,b){var
c=c===void 0?"0":c;a=vf(a,b);b=!0;
b=b===void 0?!1:b;var d=typeof a;a=a==null?a:d==="bigint"?String(ge(64,a)):pe(a)?
d==="string"?ye(a):b?ze(a):Ce(a):void 0;return a!=null?a:c},kg=function(a,b){return
zf(a,b,ve,yf())},lg=function(a,b,c){return zf(a,b,Me,c)},mg=function(a,b,c){return
G(a,Pf(a,c,b))},ng=function(a,b,c){return xf(a,b,c==null?
c:me(c))},og=function(a,b,c){return Kf(a,b,c==null?c:me(c),!1)},pg=function(a,b,c)
{return Kf(a,b,ue(c),0)},qg=function(a,b,c){return
Kf(a,b,De(c),"0")},rg=function(a,b,c){return xf(a,b,Le(c))},sg=
function(a,b,c){return xf(a,b,re(c))},H=function(a,b,c){return Kf(a,b,re(c),0)};var
I=function(a,b,c){this.F=D(a,b,c)};I.prototype.toJSON=function(){return
lf(this)};var tg=function(a){return
JSON.stringify(lf(a))};I.prototype.ed=zd;I.prototype.toString=function(){return
this.F.toString()};var ug=function(a,b){this.j=a>>>0;this.g=b>>>0},wg=function(a)
{if(!a)return vg||(vg=new ug(0,0));if(!/^\d+$/.test(a))return null;fe(a);return new
ug(Wd,Xd)},vg,xg=function(a,b){this.j=a>>>0;this.g=b>>>0},zg=function(a){if(!
a)return yg||(yg=new xg(0,0));if(!/^-?\d+$/.test(a))return null;fe(a);return new
xg(Wd,Xd)},yg;var Ag=function(){this.g=[]};Ag.prototype.length=function(){return
this.g.length};Ag.prototype.end=function(){var a=this.g;this.g=[];return a};
var Bg=function(a,b,c){for(;c>0||b>127;)a.g.push(b&127|128),b=(b>>>7|
c<<25)>>>0,c>>>=7;a.g.push(b)},Cg=function(a,b){for(;b>127;)a.g.push(b&127|
128),b>>>=7;a.g.push(b)},Dg=function(a,b){if(b>=0)Cg(a,b);else{for(var c=0;c<9;c+
+)a.g.push(b&127|128),b>>=7;a.g.push(1)}},Eg=function(a,b)
{a.g.push(b>>>0&255);a.g.push(b>>>8&255);a.g.push(b>>>16&255);a.g.push(b>>>24&255)}
;var Fg=function(){this.l=[];this.j=0;this.g=new Ag},Gg=function(a,b){b.length!
==0&&(a.l.push(b),a.j+=b.length)},Ig=function(a,b)
{Hg(a,b,2);b=a.g.end();Gg(a,b);b.push(a.j);return b},Jg=function(a,b){var
c=b.pop();for(c=a.j+a.g.length()-c;c>127;)b.push(c&127|128),c>>>=7,a.j+
+;b.push(c);a.j++},Hg=function(a,b,c){Cg(a.g,b*8+c)},Kg=function(a,b,c)
{Hg(a,b,2);Cg(a.g,c.length);Gg(a,a.g.end());Gg(a,c)};function Lg(){var a=function()
{throw Error();};Object.setPrototypeOf(a,a.prototype);return a}var
Mg=Lg(),Ng=Lg(),Og=Lg(),Pg=Lg(),Qg=Lg();var Rg=function(a,b)
{this.g=a;a=jb(Mg);this.j=!!a&&b===a||!1};function Sg(){var a=Tg;var b=b===void 0?
Mg:b;return new Rg(a,b)}function Tg(a,b,c,d,e){b=Ug(b,d);b!
=null&&(c=Ig(a,c),e(b,a),Jg(a,c))}var Vg=Sg(),Wg=Sg(),Xg=Symbol(),Yg=Symbol(),Zg,
$g;
function ah(a){var b=bh,c=ch,d=a[Xg];if(d)return d;d={};d.Bj=a;d.ff=of(a[0]);var
e=a[1],f=1;e&&e.constructor===Object&&(d.Gg=e,e=a[++f],typeof
e==="function"&&(d.bh=!0,Zg!=null||(Zg=e),$g!=null||($g=a[f+1]),e=a[f+=2]));for(var
g={};e&&Array.isArray(e)&&e.length&&typeof e[0]==="number"&&e[0]>0;){for(var
h=0;h<e.length;h++)g[e[h]]=e;e=a[++f]}for(h=1;e!==void 0;){typeof
e==="number"&&(h+=e,e=a[++f]);var k=void 0;if(e instanceof Rg)var l=e;else
l=Vg,f--;e=void 0;if((e=l)==null?0:e.j){e=a[++f];k=a;var n=
f;typeof e==="function"&&(e=e(),k[n]=e);k=e}e=a[++f];n=h+1;typeof
e==="number"&&e<0&&(n-=e,e=a[++f]);for(;h<n;h++){var p=g[h];k?
c(d,h,l,k,p):b(d,h,l,p)}}return a[Xg]=d}function Ug(a,b){if(a instanceof I)return
a.F;if(Array.isArray(a))return D(a,b[0],b[1],2)};function bh(a,b,c)
{a[b]=c.g}function ch(a,b,c,d){var e,f,g=c.g;a[b]=function(h,k,l){return
g(h,k,l,f||(f=ah(d).ff),e||(e=dh(d)))}}function dh(a){var b=a[Yg];if(!b){var
c=ah(a);b=function(d,e){return eh(d,e,c)};a[Yg]=b}return b}
function eh(a,b,c){for(var d=a[B]|0,e=d&512?0:-1,f=a.length,g=f+(d&256?-
1:0),h=d&512?1:0;h<g;h++){var k=a[h];if(k!=null){var l=h-
e,n=fh(c,l);n&&n(b,k,l)}}if(d&256){d=a[f-1];for(var p in d)e=+p,Number.isNaN(e)||
(f=d[e],f!
=null&&(g=fh(c,e))&&g(b,f,e))}if(a=Fd(a))for(Gg(b,b.g.end()),c=0;c<a.length;c+
+)Gg(b,a[c].g(ed)||new Uint8Array(0))}
function fh(a,b){var c=a[b];if(c)return c;if(c=a.Gg)if(c=c[b]){c=Array.isArray(c)?
c[0]instanceof Rg?c:[Wg,c]:[c,void 0];var d=c[0].g;if(c=c[1]){var
e=dh(c),f=ah(c).ff;c=a.bh?$g(f,e):function(g,h,k){return d(g,h,k,f,e)}}else
c=d;return a[b]=c}};function gh(a,b){if(Array.isArray(b)){var c=b[B]|
0;if(c&4)return b;for(var d=0,e=0;d<b.length;d++){var f=a(b[d]);f!=null&&(b[e+
+]=f)}e<d&&(b.length=e);td(b,(c|5)&-12289);c&2&&Object.freeze(b);return b}}var
hh=function(a,b){var c=new Fg;eh(a.F,c,ah(b));Gg(c,c.g.end());a=new
Uint8Array(c.j);b=c.l;for(var d=b.length,e=0,f=0;f<d;f++){var
g=b[f];a.set(g,e);e+=g.length}c.l=[a];return a};function ih(a,b){return new
Rg(a,b)}
function jh(a,b,c){b=Ie(b);if(b!=null){switch(typeof b){case "string":zg(b)}if(b!
=null)switch(Hg(a,c,0),typeof b){case "number":a=a.g;$d(b);Bg(a,Wd,Xd);break;case
"bigint":c=BigInt.asUintN(64,b);c=new
xg(Number(c&BigInt(4294967295)),Number(c>>BigInt(32)));Bg(a.g,c.j,c.g);break;defaul
t:c=zg(b),Bg(a.g,c.j,c.g)}}}function kh(a,b,c){b=ve(b);b!=null&&b!
=null&&(Hg(a,c,0),Dg(a.g,b))}
var lh=ih(function(a,b,c){b=le(b);b!=null&&(Hg(a,c,1),a=a.g,c=Yd||(Yd=new
DataView(new ArrayBuffer(8))),c.setFloat64(0,+b,!0),Wd=c.getUint32(0,!
0),Xd=c.getUint32(4,!0),Eg(a,Wd),Eg(a,Xd))},Lg()),mh=ih(function(a,b,c){b=le(b);b!
=null&&(Hg(a,c,5),a=a.g,c=Yd||(Yd=new DataView(new
ArrayBuffer(8))),c.setFloat32(0,+b,!0),Xd=0,Wd=c.getUint32(0,!
0),Eg(a,Wd))},Lg()),nh=ih(jh,Pg),oh=ih(jh,Pg),ph=ih(jh,Pg),qh=ih(function(a,b,c)
{b=Je(b);if(b!=null){switch(typeof b){case "string":wg(b)}if(b!=null)switch(Hg(a,c,
0),typeof b){case "number":a=a.g;$d(b);Bg(a,Wd,Xd);break;case
"bigint":c=BigInt.asUintN(64,b);c=new
ug(Number(c&BigInt(4294967295)),Number(c>>BigInt(32)));Bg(a.g,c.j,c.g);break;defaul
t:c=wg(b),Bg(a.g,c.j,c.g)}}},Lg()),rh=ih(kh,Og),sh=ih(kh,Og),th=ih(function(a,b,c)
{b=ne(b);b!=null&&(Hg(a,c,0),a.g.g.push(b?1:0))},Lg()),uh=ih(function(a,b,c)
{b=Me(b);b!=null&&Kg(a,c,vb(b))},Ng),vh;
vh=new Rg(function(a,b,c){b=gh(Me,b);if(b!=null)for(var d=0;d<b.length;d++){var
e=a,f=c,g=b[d];g!=null&&Kg(e,f,vb(g))}},Ng);var wh,xh=void 0;xh=xh===void 0?
Mg:xh;wh=new Rg(function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)
{var g=a,h=c,k=e,l=Ug(b[f],d);l!=null&&(h=Ig(g,h),k(l,g),Jg(g,h))}},xh);var
yh=ih(function(a,b,c){b=we(b);b!=null&&b!
=null&&(Hg(a,c,0),Cg(a.g,b))},Lg()),zh=ih(function(a,b,c){b=ve(b);b!
=null&&(b=parseInt(b,10),Hg(a,c,0),Dg(a.g,b))},Qg),Ah;
Ah=new Rg(function(a,b,c){b=gh(ve,b);if(b!=null&&b.length){c=Ig(a,c);for(var
d=0;d<b.length;d++)Dg(a.g,b[d]);Jg(a,c)}},Qg);function Bh(a){return function(b)
{return hh(b,a)}}function Ch(a){return function(){return hh(this,a)}}function Dh(a)
{return function(b){b=JSON.parse(b);if(!Array.isArray(b))throw Error("Expected jspb
data to be an array, got "+Wa(b)+": "+b);vd(b);return new a(b)}}function Eh(a)
{return function(b){if(b==null||b=="")b=new a;else{b=JSON.parse(b);if(!
Array.isArray(b))throw Error("dnarr");b=new a(wd(b))}return b}};var Fh=function(a)
{this.F=D(a)};v(Fh,I);var Gh=function(a,b,c){c=c===void 0?
{}:c;this.error=a;this.context=b.context;this.msg=b.message||"";this.id=b.id||"jser
ror";this.meta=c},Hh=function(a){return!!(a.error&&a.meta&&a.id)};function Ih(a)
{var b=a.toString();a.name&&b.indexOf(a.name)==-1&&(b+=":
"+a.name);a.message&&b.indexOf(a.message)==-1&&(b+=": "+a.message);if(a.stack)a:
{a=a.stack;var c=b;try{a.indexOf(c)==-1&&(a=c+"\n"+a);for(var d;a!
=d;)d=a,a=a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\
2"),"$1");b=a.replace(RegExp("\n *","g"),"\n");break a}catch(e){b=c;break a}b=void
0}return b};var Jh=function(){},Kh=function(a){var b=!1,c;return function(){b||
(c=a(),b=!0);return c}},Lh=function(a){var b=a;return function(){if(b){var
c=b;b=null;c()}}},Mh=function(a){var b=0,c=!1,d=[],e=function(){b=0;c&&(c=!
1,f())},f=function(){b=y.setTimeout(e,1E3);var g=d;d=[];a.apply(void 0,g)};return
function(g){d=arguments;b?c=!0:f()}};var Nh=Kh(function(){var a=!1;try{var
b=Object.defineProperty({},"passive",{get:function(){a=!
0}});y.addEventListener("test",null,b)}catch(c){}return a});function Oh(a){return
a?a.passive&&Nh()?a:a.capture||!1:!1}var Ph=function(a,b,c,d){return
a.addEventListener?(a.addEventListener(b,c,Oh(d)),!0):!1},Qh=function(a,b,c)
{a.removeEventListener&&a.removeEventListener(b,c,Oh())};var Sh=function(){return
Lb&&Pb?Pb.mobile:!Rh()&&(A("iPod")||A("iPhone")||A("Android")||
A("IEMobile"))},Rh=function(){return Lb&&Pb?!Pb.mobile&&(A("iPad")||A("Android")||
A("Silk")):A("iPad")||A("Android")&&!A("Mobile")||A("Silk")};function Th(a,b,c)
{for(var d in a)b.call(c,a[d],d,a)}function Uh(a,b){var c={},d;for(d in
a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return c}function Vh(a){var b=Wh,c;for(c in
b)if(!a.call(void 0,b[c],c,b))return!1;return!0}function Xh(a){var b=[],c=0,d;for(d
in a)b[c++]=a[d];return b}function Yh(a){var b=[],c=0,d;for(d in a)b[c++]=d;return
b}function Zh(a,b){var c=Xa(b),d=c?b:arguments;for(c=c?0:1;c<d.length;c++)
{if(a==null)return;a=a[d[c]]}return a}function $h(a,b){return a!==null&&b in a}
function ai(a,b){for(var c in a)if(a[c]==b)return!0;return!1}function bi(a){var
b=ci,c;for(c in b)if(a.call(void 0,b[c],c,b))return c}function di(a){for(var b in
a)return!1;return!0}function li(a){for(var b in a)delete a[b]}function mi(a,b,c)
{return a!==null&&b in a?a[b]:c}var ni="constructor hasOwnProperty isPrototypeOf
propertyIsEnumerable toLocaleString toString valueOf".split(" ");
function oi(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in
d)a[c]=d[c];for(var f=0;f<ni.length;f+
+)c=ni[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};/*

Copyright Google LLC


SPDX-License-Identifier: Apache-2.0
*/
var pi=globalThis.trustedTypes,qi;function ri(){var a=null;if(!pi)return a;try{var
b=function(c){return c};a=pi.createPolicy("goog#html",
{createHTML:b,createScript:b,createScriptURL:b})}catch(c){}return a}function si()
{qi===void 0&&(qi=ri());return qi};var ti=function(a)
{this.g=a};ti.prototype.toString=function(){return this.g+""};function ui(a){var
b=si();return new ti(b?b.createScriptURL(a):a)};var vi=function(a)
{this.g=a};vi.prototype.toString=function(){return this.g};var wi=new
vi("about:invalid#zClosurez");var xi=function(a){this.gh=a};function yi(a){return
new xi(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})}var
zi=[yi("data"),yi("http"),yi("https"),yi("mailto"),yi("ftp"),new xi(function(a)
{return/^[^:]*([/?#]|$)/.test(a)})];
function Ai(a){if(typeof MediaSource!=="undefined"&&a instanceof MediaSource)return
new vi(URL.createObjectURL(a));var b=a.type;b.toLowerCase()==="application/octet-
stream"?b=!0:(b=b.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i),b=(b==null?void
0:b.length)===2&&(/^image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon|heic|heif|avif|
x-ms-bmp)$/i.test(b[1])||/^video\/(?:mpeg|mp4|ogg|webm|x-matroska|quicktime|x-ms-
wmv)$/i.test(b[1])||/^audio\/(?:3gpp2|3gpp|aac|amr|L16|midi|mp3|mp4|mpeg|oga|ogg|
opus|x-m4a|x-matroska|x-wav|wav|webm)$/i.test(b[1])||
/^font\/[\w-]+$/i.test(b[1])));if(!b)throw Error("");return new
vi(URL.createObjectURL(a))}var Bi=/^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?#]*(?:[/?
#]|$))/i;var Ci=function(a){this.g=a};Ci.prototype.toString=function(){return
this.g+""};function Di(a){if(a instanceof Ci)return a.g;throw Error("");};function
Ei(a,b){if(b instanceof ti)b=b.g;else throw Error("");a.src=b;var
c;b=a.ownerDocument;b=b===void 0?document:b;var d;b=(d=(c=b).querySelector)==null?
void 0:d.call(c,"script[nonce]");(c=b==null?"":b.nonce||
b.getAttribute("nonce")||"")&&a.setAttribute("nonce",c)};function Fi(a,b)
{if(a.nodeType===1&&/^(script|style)$/i.test(a.tagName))throw
Error("");a.innerHTML=Di(b)};var Gi=function(a){var b=[],c=[],d={},e=function(f,g)
{var h=g+" ";try{if(f===void 0)b.push("undefined");else
if(f===null)b.push("NULL");else if(typeof
f==="string")b.push('"'+f.replace(/\n/g,"\n"+g)+'"');else if(typeof
f==="function")b.push(String(f).replace(/\n/g,"\n"+g));else if(Ya(f)){f[$a]||
c.push(f);var k=bb(f);if(d[k])b.push("*** reference loop detected (id="+k+")
***");else{d[k]=!0;b.push("{");for(var l in f)typeof f[l]!=="function"&&(b.push("\
n"),b.push(h),b.push(l+" = "),e(f[l],h));b.push("\n"+
g+"}");delete d[k]}}else b.push(f)}catch(n){b.push("*** "+n+"
***")}};e(a,"");for(a=0;a<c.length;a++)cb(c[a]);return b.join("")};function Hi(a,b)
{a.write(Di(b))};var Ii=function(a){return decodeURIComponent(a.replace(/\+/g,"
"))},Ji=function(a){Gb.test(a)&&(a.indexOf("&")!=-
1&&(a=a.replace(Ab,"&amp;")),a.indexOf("<")!=-
1&&(a=a.replace(Bb,"&lt;")),a.indexOf(">")!=-
1&&(a=a.replace(Cb,"&gt;")),a.indexOf('"')!=-
1&&(a=a.replace(Db,"&quot;")),a.indexOf("'")!=-
1&&(a=a.replace(Eb,"&#39;")),a.indexOf("\x00")!=-
1&&(a=a.replace(Fb,"&#0;")));return a},Ki=function(a,b)
{a.length>b&&(a=a.substring(0,b-3)+"...");return a},Li=String.prototype.repeat?
function(a,b){return a.repeat(b)}:
function(a,b){return Array(b+1).join(a)},Mi=function(a){return
a==null?"":String(a)},Ni=Math.random()*2147483648|0,Oi=function(a){return
String(a).replace(/\-([a-z])/g,function(b,c){return
c.toUpperCase()})},Pi=function(){return"googleAvInapp".replace(/([A-Z])/g,"-
$1").toLowerCase()},Qi=function(a){return a.replace(RegExp("(^|[\\s]+)([a-
z])","g"),function(b,c,d){return c+d.toUpperCase()})},Ri=function(a)
{isFinite(a)&&(a=String(a));return typeof a==="string"?/^\s*-?0x/i.test(a)?
parseInt(a,16):parseInt(a,
10):NaN};var Si=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)
(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?
$"),Ti=function(a){var b=a.match(Si);a=b[1];var c=b[3];b=b[4];var
d="";a&&(d+=a+":");c&&(d=d+"//"+c,b&&(d+=":"+b));return d},Ui=function(a,b){if(a)
{a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(d>=0)
{var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?
Ii(e):"")}}},Vi=/#|$/,Wi=function(a,b){var c=a.search(Vi);a:{var d=
0;for(var e=b.length;(d=a.indexOf(b,d))>=0&&d<c;){var f=a.charCodeAt(d-
1);if(f==38||f==63)if(f=a.charCodeAt(d+e),!f||f==61||f==38||f==35)break
a;d+=e+1}d=-1}if(d<0)return null;e=a.indexOf("&",d);if(e<0||
e>c)e=c;d+=b.length+1;return Ii(a.slice(d,e!==-1?e:0))};function Xi(a){var
b=Oa.apply(1,arguments);if(b.length===0)return ui(a[0]);for(var
c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return ui(c)};var
Yi=function(a){try{return!!a&&a.location.href!=null&&vc(a,"foo")}catch(b){return!
1}},$i=function(a){var b=b===void 0?!1:b;var c=c===void 0?y:c;for(var d=0;c&&d+
+<40&&(!b&&!Yi(c)||!a(c));)c=Zi(c)},aj=function(){var a=window;$i(function(b)
{a=b;return!1});return a},Zi=function(a){try{var b=a.parent;if(b&&b!=a)return
b}catch(c){}return null},bj=function(){var a=window;return Yi(a.top)?
a.top:null},cj=function(){if(!globalThis.crypto)return Math.random();try{var a=new
Uint32Array(1);globalThis.crypto.getRandomValues(a);
return a[0]/65536/65536}catch(b){return Math.random()}},dj=function(a,b)
{if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b(a[c],c,a)},ej=function(a){var
b=a.length;if(b==0)return 0;for(var c=305419896,d=0;d<b;d++)c^=(c<<5)+
(c>>2)+a.charCodeAt(d)&4294967295;return c>0?c:4294967296+c};function fj(a){var
b,c;return(c=(b=/https?:\/\/[^\/]+/.exec(a))==null?void 0:b[0])!=null?c:""}
var gj=function(){var a=y;try{for(var b=null;b!
=a;b=a,a=a.parent)switch(a.location.protocol){case "https:":return!0;case
"file:":return!0;case "http:":return!1}}catch(c){}return!0},hj=function(a)
{a=a&&a.toString&&a.toString();return typeof a==="string"&&Hb(a,"[native
code]")},ij=function(a,b){try{return!(!a.frames||!a.frames[b])}catch(c){return!
1}},jj=function(a,b){for(var c=0;c<50;++c){if(ij(a,b))return a;if(!
(a=Zi(a)))break}return null},kj=Kh(function(){return Sh()?2:Rh()?
1:0}),lj=function(){var a=
window;if(typeof a.goog_pvsid!=="number")try{var b=Object,c=b.defineProperty,d=void
0;d=d===void 0?Math.random:d;var
e=Math.floor(d()*4503599627370496);c.call(b,a,"goog_pvsid",{value:e,configurable:!
1})}catch(f){}return Number(a.goog_pvsid)||-1},mj=function(a,b){b=b===void 0?
document:b;return b.createElement(String(a).toLowerCase())},nj=function(a){for(var
b=a;a&&a!=a.parent;)a=a.parent,Yi(a)&&(b=a);return b};var pj=function(a,b,c,d,e)
{oj(a,b,c===void 0?null:c,d===void 0?!1:d,e===void 0?!1:e)};function oj(a,b,c,d,e)
{e=e===void 0?!1:e;a.google_image_requests||(a.google_image_requests=[]);var
f=mj("IMG",a.document);if(c||d){var g=function(h)
{c&&c(h);d&&lc(a.google_image_requests,f);Qh(f,"load",g);Qh(f,"error",g)};Ph(f,"loa
d",g);Ph(f,"error",g)}e&&(f.attributionSrc="");f.src=b;a.google_image_requests.push
(f)}
var rj=function(a,b){var c=c===void 0?!1:c;var
d="https://pagead2.googlesyndication.com/pagead/gen_204?id="+b;dj(a,function(e,f)
{if(e||e===0)d+="&"+f+"="+encodeURIComponent(""+e)});qj(d,c)},qj=function(a,b){var
c=window;b=b===void 0?!1:b;var d=d===void 0?!1:d;c.fetch?(b={keepalive:!
0,credentials:"include",redirect:"follow",method:"get",mode:"no-
cors"},d&&(b.mode="cors","setAttributionReporting"in XMLHttpRequest.prototype?
b.attributionReporting={eventSourceEligible:"true",triggerEligible:"false"}:
b.headers={"Attribution-Reporting-Eligible":"event-
source"}),c.fetch(a,b)):pj(c,a,void 0,b,d)};function sj(a,b){try{var c=function(d)
{var e={};return[(e[d.Ef]=d.df,e)]};return JSON.stringify([a.filter(function(d)
{return d.Td}).map(c),lf(b),a.filter(function(d){return!d.Td}).map(c)])}catch(d)
{return tj(d,b),""}}function tj(a,b){try{rj({m:Ih(a instanceof Error?
a:Error(String(a))),b:G(b,1)||null,v:F(b,2)||null},"rcs_internal")}catch(c){}}var
uj=function(a,b){var c=new Fh;a=H(c,1,a);b=Kf(a,2,Le(b),"");a=b.F;c=a[B]|
0;this.l=c&2?b:new b.constructor(sf(a,c,!0))};var vj=function(a)
{this.F=D(a)};v(vj,I);var wj=[1,2,3];var xj=function(a){this.F=D(a)};v(xj,I);var
yj=[2,4];var zj=function(a){this.F=D(a)};v(zj,I);var Aj=function(a)
{this.F=D(a)};v(Aj,I);var Bj=function(a){this.F=D(a)};v(Bj,I);var Cj=function(a,b)
{return H(a,1,b)},Dj=function(a,b){return H(a,2,b)};var Ej=function(a)
{this.F=D(a)};v(Ej,I);var Fj=[1,2];var Gj=function(a){this.F=D(a)};v(Gj,I);var
Hj=function(a,b){return E(a,1,b)},Ij=function(a,b){return
Yf(a,2,b)},Jj=function(a,b){return Jf(a,4,b,te)},Kj=function(a,b){return
Yf(a,5,b)},Lj=function(a,b){return H(a,6,b)};var Mj=function(a)
{this.F=D(a)};v(Mj,I);var Nj=[1,2,3,4,6];var Oj=function(a)
{this.F=D(a)};v(Oj,I);var Pj=function(a){this.F=D(a)};v(Pj,I);var Qj=[2,3,4];var
Rj=function(a){this.F=D(a)};v(Rj,I);var Sj=[3,4,5],Tj=[6,7];var Uj=function(a)
{this.F=D(a)};v(Uj,I);var Vj=[4,5];var Wj=function(a)
{this.F=D(a)};v(Wj,I);Wj.prototype.getTagSessionCorrelator=function(){return
hg(this,2)};var Yj=function(a){var b=new Wj;return Xf(b,4,Xj,a)},Xj=[4,5,7,8,9];var
Zj=function(a){this.F=D(a)};v(Zj,I);var ak=function(a){this.F=D(a)};v(ak,I);var
bk=function(a){this.F=D(a)};v(bk,I);var ck=function(a)
{this.F=D(a)};v(ck,I);ck.prototype.ib=function(){return
Uf(this,ak,1)};ck.prototype.getSize=function(){return
Uf(this,bk,2)};ck.prototype.getDuration=function(){return Uf(this,Zj,3)};var
dk=function(a){this.F=D(a)};v(dk,I);var ek=function(a){this.F=D(a)};v(ek,I);var
fk=function(a){this.F=D(a)};v(fk,I);var gk=function(a)
{this.F=D(a)};v(gk,I);gk.prototype.getEscapedQemQueryId=function(){return
F(this,4)};var hk=function(a){this.F=D(a)};v(hk,I);var ik=function(a)
{this.F=D(a)};v(ik,I);ik.prototype.getEscapedQemQueryId=function(){return
F(this,2)};var kk=function(a){this.g=a;this.Lh=new jk(this.g)},jk=function(a)
{this.g=a;this.Ph=new lk(this.g)},lk=function(a){this.g=a;this.runAdAuction=new
mk;this.sg=new nk(this.g)},nk=function(a){this.g=a},ok=function(a,b){a=a.g;var
c=a.H;var d=new zj;d=Kf(d,1,Le("SOomke"),"");var e=new
vj;e=Nf(e,1,wj,Le(b.Bd));d=ag(d,4,vj,e);e=new
vj;e=Nf(e,1,wj,Le(b.status));d=ag(d,4,vj,e);e=new
xj;b=Nf(e,2,yj,De(Math.round(b.te)));b=E(d,3,b);c.call(a,b)},mk=function()
{this.duration=new pk},pk=function(){},qk=function(){uj.apply(this,
arguments);this.jh=new kk(this)};v(qk,uj);var rk=function()
{qk.apply(this,arguments)};v(rk,qk);rk.prototype.qd=function()
{this.A.apply(this,ra(Oa.apply(0,arguments).map(function(a){return{Td:!
0,Ef:4,df:lf(a)}})))};rk.prototype.H=function()
{this.A.apply(this,ra(Oa.apply(0,arguments).map(function(a){return{Td:!
1,Ef:1,df:lf(a)}})))};var sk=function(a,b){if(globalThis.fetch)globalThis.fetch(a,
{method:"POST",body:b,keepalive:b.length<65536,credentials:"omit",mode:"no-
cors",redirect:"follow"}).catch(function(){});else{var c=new
XMLHttpRequest;c.open("POST",a,!0);c.send(b)}};var tk=function(a,b,c,d,e,f,g,h)
{rk.call(this,a,b);this.D=c;this.L=d;this.G=e;this.C=f;this.I=g;this.o=h;this.g=[];
this.j=null;this.B=!1};v(tk,rk);var uk=function(a){a.j!
==null&&(clearTimeout(a.j),a.j=null);if(a.g.length){var b=sj(a.g,a.l);a.L(a.D+"?
e=1",b);a.g=[]}};
tk.prototype.A=function(){var
a=Oa.apply(0,arguments),b=this;try{this.I&&sj(this.g.concat(a),this.l).length>=6553
6&&uk(this),this.o&&!this.B&&(this.B=!0,this.o.g(function()
{uk(b)})),this.g.push.apply(this.g,ra(a)),this.g.length>=this.C&&uk(this),this.g.le
ngth&&this.j===null&&(this.j=setTimeout(function(){uk(b)},this.G))}catch(c)
{tj(c,this.l)}};
var
vk=function(a,b,c,d,e,f){tk.call(this,a,b,"https://pagead2.googlesyndication.com/
pagead/ping",sk,c===void 0?1E3:c,d===void 0?100:d,(e===void 0?!1:e)&&!!
globalThis.fetch,f)};v(vk,tk);var wk=function(a,b){this.x=a!==void 0?a:0;this.y=b!
==void 0?b:0};wk.prototype.ceil=function()
{this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return
this};wk.prototype.floor=function()
{this.x=Math.floor(this.x);this.y=Math.floor(this.y);return
this};wk.prototype.round=function()
{this.x=Math.round(this.x);this.y=Math.round(this.y);return
this};wk.prototype.scale=function(a,b){this.x*=a;this.y*=typeof b==="number"?
b:a;return this};function J(a,b,c,d)
{this.top=a;this.right=b;this.bottom=c;this.left=d}J.prototype.getWidth=function()
{return this.right-this.left};J.prototype.getHeight=function(){return this.bottom-
this.top};var xk=function(a){return new
J(a.top,a.right,a.bottom,a.left)};J.prototype.contains=function(a){return this&&a?a
instanceof J?
a.left>=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.x>
=this.left&&a.x<=this.right&&a.y>=this.top&&a.y<=this.bottom:!1};
J.prototype.expand=function(a,b,c,d){Ya(a)?(this.top-
=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-
=a,this.right+=Number(b),this.bottom+=Number(c),this.left-=Number(d));return
this};var yk=function(a,b){return a==b?!0:a&&b?
a.top==b.top&&a.right==b.right&&a.bottom==b.bottom&&a.left==b.left:!
1};J.prototype.ceil=function()
{this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.cei
l(this.bottom);this.left=Math.ceil(this.left);return this};
J.prototype.floor=function()
{this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.f
loor(this.bottom);this.left=Math.floor(this.left);return
this};J.prototype.round=function()
{this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.r
ound(this.bottom);this.left=Math.round(this.left);return this};
var zk=function(a,b,c){b instanceof wk?
(a.left+=b.x,a.right+=b.x,a.top+=b.y,a.bottom+=b.y):(a.left+=b,a.right+=b,typeof
c==="number"&&(a.top+=c,a.bottom+=c));return a};J.prototype.scale=function(a,b)
{b=typeof b==="number"?
b:a;this.left*=a;this.right*=a;this.top*=b;this.bottom*=b;return this};var
Ak=function(a,b){this.width=a;this.height=b},Bk=function(a,b){return a==b?!0:a&&b?
a.width==b.width&&a.height==b.height:!1};m=Ak.prototype;m.aspectRatio=function()
{return this.width/this.height};m.isEmpty=function(){return!
(this.width*this.height)};m.ceil=function()
{this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return
this};m.floor=function()
{this.width=Math.floor(this.width);this.height=Math.floor(this.height);return
this};
m.round=function()
{this.width=Math.round(this.width);this.height=Math.round(this.height);return
this};m.scale=function(a,b){this.width*=a;this.height*=typeof b==="number"?
b:a;return this};var Ck=function(a,b,c,d)
{this.left=a;this.top=b;this.width=c;this.height=d},Dk=function(a){return new
J(a.top,a.left+a.width,a.top+a.height,a.left)};m=Ck.prototype;m.contains=function(a
){return a instanceof wk?
a.x>=this.left&&a.x<=this.left+this.width&&a.y>=this.top&&a.y<=this.top+this.height
:this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top
+this.height>=a.top+a.height};m.getSize=function(){return new
Ak(this.width,this.height)};
m.ceil=function()
{this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(t
his.width);this.height=Math.ceil(this.height);return this};m.floor=function()
{this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floo
r(this.width);this.height=Math.floor(this.height);return this};m.round=function()
{this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.roun
d(this.width);this.height=Math.round(this.height);return this};
m.scale=function(a,b){b=typeof b==="number"?
b:a;this.left*=a;this.width*=a;this.top*=b;this.height*=b;return this};function
Ek(a){a=a===void 0?y:a;var b=a.context||a.AMP_CONTEXT_DATA;if(!
b)try{b=a.parent.context||a.parent.AMP_CONTEXT_DATA}catch(e){}var
c,d;return((c=b)==null?0:c.pageViewId)&&((d=b)==null?0:d.canonicalUrl)?b:null};var
Fk=function(){this.S={}},Gk=function(){var a=Ek(window);if(a){if(a){var
b=a.pageViewId;a=a.clientId;typeof
a==="string"&&(b+=a.replace(/\D/g,"").substr(0,6))}else
b=null;return+b}b=nj(window);a=b.google_global_correlator;a||
(b.google_global_correlator=a=1+Math.floor(Math.random()*8796093022208));return
a},Ik=function(a,b){var c=Hk[7]||"google_ps_7";a=a.S;var d=a[c];return d===void 0?
(a[c]=b(),a[c]):d},Jk=function(a){var b=Gk();return Ik(a,function(){return
b})},Lk=function(){if(Kk)var a=Kk;else{a=
((a=a===void 0?Ek():a)?Yi(a.master)?a.master:null:null)||window;var
b=a.google_persistent_state_async;a=b!=null&&typeof b=="object"&&b.S!=null&&typeof
b.S=="object"?Kk=b:a.google_persistent_state_async=Kk=new Fk}return
Jk(a)},Kk=null,Mk={},Hk=(Mk[8]="google_prev_ad_formats_by_region",Mk[9]="google_pre
v_ad_slotnames_by_region",Mk);var
Nk=ta(["https://pagead2.googlesyndication.com/pagead/js/err_rep.js"]),Ok=function()
{var a=a===void 0?"jserror":a;var b=b===void 0?.01:b;var c=c===void 0?
Xi(Nk):c;this.j=a;this.l=b;this.o=c;this.g=!1};Ok.prototype.se=function(a)
{this.g=a};
Ok.prototype.Ua=function(a,b,c,d){c=c===void 0?this.l:c;d=d===void 0?
this.j:d;if(Math.random()>c)return this.g;Hh(b)||(b=new Gh(b,
{context:a,id:d}));y.google_js_errors=y.google_js_errors||
[];y.google_js_errors.push(b);y.error_rep_loaded||
(b=y.document,a=mj("SCRIPT",b),Ei(a,this.o),(b=b.getElementsByTagName("script")
[0])&&b.parentNode&&b.parentNode.insertBefore(a,b),y.error_rep_loaded=!0);return
this.g};Ok.prototype.zb=function(a,b){try{return b()}catch(c){if(!
this.Ua(a,c,this.l,this.j))throw c;}};
Ok.prototype.he=function(a,b,c){var d=this;return function(){var
e=Oa.apply(0,arguments);return d.zb(a,function(){return b.apply(c,e)})}};var
Pk=function(a){return a.prerendering?3:
{visible:1,hidden:2,prerender:3,preview:4,unloaded:5}[a.visibilityState||
a.webkitVisibilityState||a.mozVisibilityState||""]||0},Qk=function(a){var
b;a.visibilityState?b="visibilitychange":a.mozVisibilityState?
b="mozvisibilitychange":a.webkitVisibilityState&&(b="webkitvisibilitychange");retur
n b};var Rk=null,Sk=function(){var a=a===void 0?window:a;if(Rk===null)
{Rk="";try{var b="";try{b=a.top.location.hash}catch(d){b=a.location.hash}if(b){var
c=b.match(/\bdeid=([\d,]+)/);Rk=c?c[1]:""}}catch(d){}}return Rk};function Tk(){var
a=a===void 0?y:a;return(a=a.performance)&&a.now&&a.timing?Math.floor(a.now()
+a.timing.navigationStart):ib()}function Uk(){var a=a===void 0?
y:a;return(a=a.performance)&&a.now?a.now():null}function Vk(a,b){b=b===void 0?
y:b;var c,d;return((c=b.performance)==null?void 0:(d=c.timing)==null?void 0:d[a])||
0}
function Wk(){var a=a===void 0?y:a;var b=Math.min(Vk("domLoading",a)||
Infinity,Vk("domInteractive",a)||Infinity);return b===Infinity?
Math.max(Vk("responseEnd",a),Vk("navigationStart",a)):b};var Xk=function(a,b,c,d)
{this.label=a;this.type=b;this.value=c;this.duration=d===void 0?
0:d;this.taskId=this.slotId=void 0;this.uniqueId=Math.random()};var
Yk=y.performance,ll=!!(Yk&&Yk.mark&&Yk.measure&&Yk.clearMarks),ml=Kh(function(){var
a;if(a=ll)a=Sk(),a=!!a.indexOf&&a.indexOf("1337")>=0;return a}),nl=function(a,b)
{this.events=[];this.g=b||y;var
c=null;b&&(b.google_js_reporting_queue=b.google_js_reporting_queue||
[],this.events=b.google_js_reporting_queue,c=b.google_measure_js_timing);this.l=ml(
)||(c!=null?c:Math.random()<a)};
nl.prototype.A=function(){this.l=!1;this.events!
==this.g.google_js_reporting_queue&&(ml()&&ac(this.events,ol),this.events.length=0)
};nl.prototype.I=function(a){!this.l||this.events.length>2048||
this.events.push(a)};var ol=function(a)
{a&&Yk&&ml()&&(Yk.clearMarks("goog_"+a.label+"_"+a.uniqueId+"_start"),Yk.clearMarks
("goog_"+a.label+"_"+a.uniqueId+"_end"))};
nl.prototype.start=function(a,b){if(!this.l)return null;a=new Xk(a,b,Uk()||
Tk());b="goog_"+a.label+"_"+a.uniqueId+"_start";Yk&&ml()&&Yk.mark(b);return
a};nl.prototype.end=function(a){if(this.l&&typeof a.value==="number")
{a.duration=(Uk()||Tk())-a.value;var
b="goog_"+a.label+"_"+a.uniqueId+"_end";Yk&&ml()&&Yk.mark(b);this.I(a)}};function
pl(a){a=a._google_rum_ns_=a._google_rum_ns_||{};return a.pq=a.pq||[]};function
ql(a,b,c){dj(b,function(d,e){var f=c&&c[e];!d&&d!==0||f||
(a+="&"+encodeURIComponent(e)+"="+encodeURIComponent(String(d)),c&&(c[e]=!
0))});return a}
var vl=function(a,b,c,d,e,f,g,h){f=f===void 0?Infinity:f;g=g===void 0?!
1:g;nl.call(this,a,h);var
k=this;this.Z=b;this.domain=c;this.path=d;this.ba=e;this.L=0;this.C={};this.H={};th
is.aa=[];this.report={};this.j=0;this.G=[];this.M=f;a=this.g.navigator;this.V=!
(this.domain!=="csi.gstatic.com"||!a||!
a.sendBeacon);this.g.performance&&this.g.performance.now||
rl(this,"dat",1);a&&a.deviceMemory&&rl(this,"dmc",a.deviceMemory);this.g===this.g.t
op&&rl(this,"top",1);this.K=!g;this.P=function(){k.g.setTimeout(function(){k.o()},
1100)};this.U=function(){for(var n=x(k.aa),p=n.next();!p.done;p=n.next())
{p=p.value;try{p()}catch(t){}}n=k.g;var r=r===void 0?{}:r;typeof
window.CustomEvent==="function"?p=new CustomEvent("rum_blp",r):
(p=document.createEvent("CustomEvent"),p.initCustomEvent("rum_blp",!!r.bubbles,!!
r.cancelable,r.detail));n.dispatchEvent(p);k.o()};this.fa=Mh(function()
{k.o()});this.ca=function(){var n=k.g.document;(n.hidden!=null?
n.hidden:n.mozHidden!=null?n.mozHidden:n.webkitHidden!
=null&&n.webkitHidden)&&k.fa()};
this.D=this.g.setTimeout(function()
{k.o()},5E3);this.B=b.length+c.length+d.length+e.length+3;ac(this.events,function(n
){sl(k,n)});b=pl(this.g);var l=function(){var n=Oa.apply(0,arguments)
[0],p=n[0];n=n[1];var
r=p.length+n.length+2;k.B+k.j+r>8E3&&k.o();k.G.push([p,n]);k.j+=r;tl(k);return
0};ac(b,function(n){return l(n)});b.length=0;b.push=l;rl(this,"puid",
(this.L+1).toString(36)+"~"+ib().toString(36));ul(this)};v(vl,nl);
var ul=function(a){a.g.document.readyState==="complete"?a.g.setTimeout(function()
{a.o()},0):Ph(a.g,"load",a.P);var b=Qk(a.g.document);typeof b!
=="undefined"&&Ph(a.g,b,a.ca);Ph(a.g,"pagehide",a.U)},rl=function(a,b,c)
{c=String(c);a.B=a.C[b]!=null?a.B+(c.length-a.C[b].length):a.B+
(b.length+c.length+2);a.C[b]=c},yl=function(a,b,c,d,e){e=e===void 0?"":e;var
f=wl(a,b,c,d,e);a.B+a.j+f>8E3&&(a.o(),f=b.length+c.length+2);xl(a,b,c,d,e);a.j+=f;t
l(a)},wl=function(a,b,c,d,e){return a.report[b]==null?b.length+
c.length+2:d?c.length+(e===void 0?"":e).length:c.length-
a.report[b].length},xl=function(a,b,c,d,e){a.report[b]=d&&a.report[b]!=null?
a.report[b]+(""+(e===void 0?"":e)+c):c},tl=function(a)
{a.B+a.j>=6E3&&a.o()};vl.prototype.o=function(){if(this.l&&this.K)
{try{this.j&&(this.sendBeacon(this.report),this.L===this.M&&this.A())}catch(a){(new
Ok).Ua(358,a)}this.report={};this.j=0;this.events.length=0;this.g.clearTimeout(this
.D);this.D=0}};
var zl=function(a,b){var
c=a.Z+"//"+a.domain+a.path+a.ba,d={};c=ql(c,a.C,d);c=ql(c,b,d);b=a.g;b.google_timin
g_params&&(c=ql(c,b.google_timing_params,d),b.google_timing_params=void
0);ac(a.G,function(e){var f=x(e);e=f.next().value;f=f.next().value;var g={};c=ql(c,
(g[e]=f,g))});a.G.length=0;return c};
vl.prototype.sendBeacon=function(a){this.L++;a=zl(this,a);var b=!1;try{b=!!
(this.V&&this.g.navigator&&this.g.navigator.sendBeacon(a,null))}catch(c){this.V=!
1}b||pj(this.g,a);rl(this,"puid",(this.L+1).toString(36)+"~"+ib().toString(36))};
var sl=function(a,b){var c="met."+b.type,d=typeof b.value==="number"?
Math.round(b.value).toString(36):b.value,e=Math.round(b.duration);b=""+b.label+
(b.slotId!=null?"_"+b.slotId:"")+("."+d)+(e>0?"_"+e.toString(36):"")+(b.taskId!
=null?"__"+Math.round(b.taskId).toString(36):"");yl(a,c,b,!
0,"~")};vl.prototype.I=function(a)
{this.l&&this.L<this.M&&(nl.prototype.I.call(this,a),sl(this,a))};
vl.prototype.A=function()
{nl.prototype.A.call(this);this.g.clearTimeout(this.D);this.j=this.D=0;this.report=
{};li(this.H);li(this.C);Qh(this.g,"load",this.P);Qh(this.g,"pagehide",this.U)};var
K=function(a){var b="wb";if(a.wb&&a.hasOwnProperty(b))return a.wb;b=new a;return
a.wb=b};var L=function(){this.g=new vl(1,"https:","csi.gstatic.com","/csi?
v=2&s=","ima",void 0,!0);var a=Lk();a!
=null&&rl(this.g,"c",a);a=Math.floor(Number(this.g.C.c)/2);a!
=null&&rl(this.g,"slotId",a)};L.prototype.o=function(){var a=this.g;a.K=!0;a.o()};
var M=function(a,b,c){if(c!=null){a=a.g;var d=b+"="+c;a.H[d]||(yl(a,b,c,!
1),d.length<1E3&&(a.H[d]=!0))}},Al=function(a,b){for(var c in b)b[c]=typeof
b[c]==="object"?
encodeURIComponent(JSON.stringify(b[c])):encodeURIComponent(String(b[c]));a=a.g;var
d=!1;c=0;for(var e=x(Object.keys(b)),f=e.next();!
f.done;f=e.next())f=f.value,a.report[f]!=null&&(d=!0),c+=wl(a,f,b[f],!1);
(a.B+a.j+c>8E3||d)&&a.o();d=x(Object.keys(b));for(e=d.next();!
e.done;e=d.next())e=e.value,xl(a,e,b[e],!1);a.j+=c;tl(a)},Bl=function(a){var b=
L.getInstance().g;b.l&&b.I(new Xk(a,4,Tk()-0,0))};
L.prototype.recordClick=function(a,b,c,d){for(var e=!1,f="notag";d!=null&&d!
==document.documentElement;){var g=void 0,h=void 0;if(((g=d)==null?
0:g.getAttribute("data-ck-navigates"))||((h=d)==null?0:h.getAttribute("data-ck-
tag"))){g=f=void 0;e=(g=(f=d)==null?void 0:f.getAttribute("data-ck-navigates"))!
=null?g:!1;h=g=void 0;f=(h=(g=d)==null?void 0:g.getAttribute("data-ck-tag"))!=null?
h:"notag";break}g=void 0;d=(g=d.parentElement)!=null?g:void 0}d=this.g;d.l&&d.I(new
Xk(a+"_"+b+"x"+c+"|"+e+"|"+f,4,Tk(),
0))};L.getInstance=function(){return K(L)};var Cl=function(a){return/^\
s*$/.test(a)?!1:/^[\],:{}\s\u2028\u2029]*$/.test(a.replace(/\\["\\\/bfnrtu]/
g,"@").replace(/(?:"[^"\\\n\r\u2028\u2029\x00-\x08\x0a-\x1f]*"|true|false|null|-?\
d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)[\s\u2028\u2029]*(?=:|,|]|}|$)/g,"]").replace(/
(?:^|:|,)(?:[\s\u2028\u2029]*\[)+/g,""))},Dl=function(a){try{return
y.JSON.parse(a)}catch(b){}a=String(a);if(Cl(a))try{return eval("("+a+")")}catch(b)
{}throw Error("Invalid JSON string: "+a);},Fl=function()
{this.g=El},Gl=function(a,b,c){if(b==
null)c.push("null");else{if(typeof b=="object"){if(Array.isArray(b)){var
d=b;b=d.length;c.push("[");for(var e="",f=0;f<b;f++)c.push(e),e=d[f],Gl(a,a.g?
a.g.call(d,String(f),e):e,c),e=",";c.push("]");return}if(b instanceof String||b
instanceof Number||b instanceof Boolean)b=b.valueOf();else{c.push("{");f="";for(d
in b)Object.prototype.hasOwnProperty.call(b,d)&&(e=b[d],typeof e!
="function"&&(c.push(f),Hl(d,c),c.push(":"),Gl(a,a.g?
a.g.call(b,d,e):e,c),f=","));c.push("}");return}}switch(typeof b){case
"string":Hl(b,
c);break;case "number":c.push(isFinite(b)&&!isNaN(b)?String(b):"null");break;case
"boolean":c.push(String(b));break;case
"function":c.push("null");break;default:throw Error("Unknown type: "+typeof
b);}}},Il={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\
r":"\\r","\t":"\\t","\v":"\\u000b"},Jl=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\
uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Hl=function(a,b)
{b.push('"',a.replace(Jl,function(c){var d=Il[c];d||(d="\\u"+(c.charCodeAt(0)|
65536).toString(16).slice(1),
Il[c]=d);return d}),'"')};var Kl=function(){this.l=null;this.g="missing-
id";this.j=!1},Ml=function(a){var
b=null;try{b=document.getElementsByClassName("lima-exp-data")}catch(c){return
Ll("missing-element",a.g),null}if(b.length>1)return Ll("multiple-
elements",a.g),null;b=b[0];return b?b.innerHTML:(Ll("missing-
element",a.g),null)},Ol=function(){var a=Nl,b=Ml(a);if(b!==null)if(Cl(b)){var
c=JSON.parse(b);b=c.experimentIds;var d=c.binaryIdentifier;c=c.adEventId;var
e=typeof d==="string";if(typeof c=="string"){var f=L.getInstance();
c!=null&&rl(f.g,"qqid",c)}e&&(a.g=d);typeof b!=="string"?Ll("missing-flags",a.g):
(e||Ll("missing-binary-id",a.g),a.l=b)}else Ll("invalid-
json",a.g)};Kl.prototype.reset=function(){this.l=null;this.g="missing-id"};function
Pl(a,b){var c=Wf(a,Rj,2,yf());if(!c.length)return Ql(a,b);a=G(a,1);if(a===1){var
d=Pl(c[0],b);return d.success?{success:!0,value:!d.value}:d}c=dc(c,function(h)
{return Pl(h,b)});switch(a){case 2:var e;return(e=(d=c.find(function(h){return
h.success&&!h.value}))!=null?d:c.find(function(h){return!h.success}))!=null?e:
{success:!0,value:!0};case 3:var f,g;return(g=(f=c.find(function(h){return
h.success&&h.value}))!=null?f:c.find(function(h){return!h.success}))!=null?g:
{success:!0,value:!1};default:return{success:!1,
errorType:3}}}
function Ql(a,b){var c=Of(a,Sj);a:{switch(c){case 3:var d=mg(a,3,Sj);break a;case
4:d=mg(a,4,Sj);break a;case 5:d=mg(a,5,Sj);break a}d=void 0}if(!d)return{success:!
1,errorType:2};b=(b=b[c])&&b[d];if(!b)return{success:!
1,Lb:d,rc:c,errorType:1};try{var e=b.apply;var f=lg(a,8,yf());var
g=e.call(b,null,ra(f))}catch(h){return{success:!
1,Lb:d,rc:c,errorType:2}}e=G(a,1);if(e===4)return{success:!0,value:!!
g};if(e===5)return{success:!0,value:g!=null};if(e===12)a=F(a,Pf(a,Tj,7));else a:
{switch(c){case 4:a=ig(a,
Pf(a,Tj,6));break a;case 5:a=F(a,Pf(a,Tj,7));break a}a=void
0}if(a==null)return{success:!1,Lb:d,rc:c,errorType:3};if(e===6)return{success:!
0,value:g===a};if(e===9)return{success:!0,value:g!
=null&&Jb(String(g),a)===0};if(g==null)return{success:!
1,Lb:d,rc:c,errorType:4};switch(e){case 7:c=g<a;break;case 8:c=g>a;break;case
12:c=Jd(a)&&Jd(g)&&(new RegExp(a)).test(g);break;case 10:c=g!
=null&&Jb(String(g),a)===-1;break;case 11:c=g!
=null&&Jb(String(g),a)===1;break;default:return{success:!
1,errorType:3}}return{success:!0,
value:c}}function Rl(a,b){return a?b?Pl(a,b):{success:!1,errorType:1}:{success:!
0,value:!0}};var Qf=function(a){this.F=D(a)};v(Qf,I);var Sl=function(a)
{this.F=D(a)};v(Sl,I);Sl.prototype.getValue=function(){return Uf(this,Qf,2)};var
Tl=function(a){this.F=D(a)};v(Tl,I);var Ul=Eh(Tl),Vl=[1,2,3,6,7,8];var
Wl=function(a,b,c){var d=d===void 0?new
vk(6,"unknown",b):d;this.o=a;this.B=c;this.j=d;this.g=[];this.l=a>0&&cj()<1/
a},Yl=function(a,b,c,d,e,f){if(a.l){var g=Dj(Cj(new Bj,b),c);b=Lj(Ij(Hj(Kj(Jj(new
Gj,d),e),g),a.g.slice()),f);b=Yj(b);a.j.qd(Xl(a,b));if(f===1||f===3||f===4&&!
a.g.some(function(h){return
G(h,1)===G(g,1)&&G(h,2)===c}))a.g.push(g),a.g.length>100&&a.g.shift()}},Zl=function
(a,b,c,d){if(a.l){var e=new Aj;b=xf(e,1,ue(b));c=xf(b,2,ue(c));d=sg(c,3,d);c=new
Wj;d=Xf(c,8,Xj,d);a.j.qd(Xl(a,
d))}},$l=function(a,b,c,d,e){if(a.l){var f=new
Uj;b=E(f,1,b);c=sg(b,2,c);d=xf(c,3,ue(d));if(e.rc===void
0)Nf(d,4,Vj,re(e.errorType));else switch(e.rc){case 3:c=new
Pj;c=Nf(c,2,Qj,re(e.Lb));e=sg(c,1,e.errorType);Xf(d,5,Vj,e);break;case 4:c=new
Pj;c=Nf(c,3,Qj,re(e.Lb));e=sg(c,1,e.errorType);Xf(d,5,Vj,e);break;case 5:c=new
Pj,c=Nf(c,4,Qj,re(e.Lb)),e=sg(c,1,e.errorType),Xf(d,5,Vj,e)}e=new
Wj;e=Xf(e,9,Xj,d);a.j.qd(Xl(a,e))}},Xl=function(a,b){var
c=Date.now();c=Number.isFinite(c)?Math.round(c):0;b=qg(b,
1,c);c=lj();b=qg(b,2,c);return qg(b,6,a.o)};var am=function(){var
a={};this.Ga=(a[3]={},a[4]={},a[5]={},a)};var bm=/^true$/.test("false");function
cm(a,b){switch(b){case 1:return mg(a,1,Vl);case 2:return mg(a,2,Vl);case 3:return
mg(a,3,Vl);case 6:return mg(a,6,Vl);case 8:return mg(a,8,Vl);default:return
null}}function dm(a,b){if(!a)return null;switch(b){case 1:return dg(a,1);case
7:return F(a,3);case 2:return ig(a,2);case 3:return F(a,3);case 6:return
lg(a,4,yf());case 8:return lg(a,4,yf());default:return null}}
var em=Kh(function(){if(!bm)return{};try{var a=a===void 0?window:a;try{var
b=a.sessionStorage.getItem("GGDFSSK")}catch(c){b=null}if(b)return
JSON.parse(b)}catch(c){}return{}});function fm(a,b,c,d){var e=d=d===void 0?
0:d,f,g;K(gm).l[e]=(g=(f=K(gm).l[e])==null?void 0:f.add(b))!=null?g:(new
Set).add(b);e=em();if(e[b]!=null)return e[b];b=hm(d)[b];if(!b)return
c;b=Ul(JSON.stringify(b));b=im(b);a=dm(b,a);return a!=null?a:c}
function im(a){var b=K(am).Ga;if(b&&Of(a,Vl)!==8){var
c=ic(Wf(a,Sl,5,yf()),function(f){f=Rl(Uf(f,Rj,1),b);return
f.success&&f.value});if(c){var d;return(d=c.getValue())!=null?d:null}}var
e;return(e=Uf(a,Qf,4))!=null?e:null}var gm=function()
{this.j={};this.o=[];this.l={};this.g=new Map};function jm(a,b,c){return!!
fm(1,a,b===void 0?!1:b,c)}function km(a,b,c){b=b===void 0?
0:b;a=Number(fm(2,a,b,c));return isNaN(a)?b:a}function lm(a,b,c){b=b===void
0?"":b;a=fm(3,a,b,c);return typeof a==="string"?a:b}
function mm(a,b,c){b=b===void 0?[]:b;a=fm(6,a,b,c);return Array.isArray(a)?
a:b}function nm(a,b,c){b=b===void 0?[]:b;a=fm(8,a,b,c);return Array.isArray(a)?
a:b}function hm(a){return K(gm).j[a]||(K(gm).j[a]={})}function om(a,b){var
c=hm(b);dj(a,function(d,e){if(c[e]){d=Ul(JSON.stringify(d));var
f=Pf(d,Vl,8);if(se(vf(d,f))!=null){var
g=Ul(JSON.stringify(c[e]));f=Rf(d);g=lg(Tf(g,Qf,4),4,yf());Zf(f,4,Ke,g,Me)}c[e]=lf(
d)}else c[e]=d})}
function pm(a,b,c,d,e){e=e===void 0?!1:e;var f=[],g=[];b=x(b);for(var h=b.next();!
h.done;h=b.next()){h=h.value;for(var k=hm(h),l=x(a),n=l.next();!n.done;n=l.next())
{n=n.value;var p=Of(n,Vl),r=cm(n,p);if(r){var t=void 0,u=void 0,w=void 0;var
C=(t=(w=K(gm).g.get(h))==null?void 0:(u=w.get(r))==null?void 0:u.slice(0))!=null?t:
[];a:{t=r;u=p;w=new Mj;switch(u){case 1:Nf(w,1,Nj,re(t));break;case
2:Nf(w,2,Nj,re(t));break;case 3:Nf(w,3,Nj,re(t));break;case
6:Nf(w,4,Nj,re(t));break;case 8:Nf(w,6,Nj,re(t));
break;default:C=void 0;break a}Jf(w,5,C,te);C=w}if(t=C)u=void 0,t=!
((u=K(gm).l[h])==null||!
u.has(r));t&&f.push(C);if(p===8&&k[r])C=Ul(JSON.stringify(k[r])),p=Rf(n),C=lg(Tf(C,
Qf,4),4,yf()),Zf(p,4,Ke,C,Me);else{if(p=C)t=void 0,p=!((t=K(gm).g.get(h))==null||!
t.has(r));p&&g.push(C)}e||(p=r,C=h,t=d,u=K(gm),u.g.has(C)||u.g.set(C,new
Map),u.g.get(C).has(p)||u.g.get(C).set(p,
[]),t&&u.g.get(C).get(p).push(t));k[r]=lf(n)}}}if(f.length||g.length)a=d!=null?
d:void 0,c.l&&c.B&&(d=new Oj,f=Yf(d,2,f),g=Yf(f,3,g),
a&&pg(g,1,a),f=new Wj,g=Xf(f,7,Xj,g),c.j.qd(Xl(c,g)))}function qm(a,b)
{b=hm(b);a=x(a);for(var c=a.next();!c.done;c=a.next()){c=c.value;var
d=Ul(JSON.stringify(c)),e=Of(d,Vl);(d=cm(d,e))&&(b[d]||(b[d]=c))}}function rm()
{return Object.keys(K(gm).j).map(function(a){return Number(a)})}function sm(a)
{K(gm).o.includes(a)||om(hm(4),a)};function tm(a,b,c){c.hasOwnProperty(a)||
Object.defineProperty(c,String(a),{value:b})}function um(a,b,c){return b[a]||
c}function vm(a)
{tm(5,jm,a);tm(6,km,a);tm(7,lm,a);tm(8,mm,a);tm(17,nm,a);tm(13,qm,a);tm(15,sm,a)}
function wm(a){tm(4,function(b){K(am).Ga=b},a);tm(9,function(b,c){var
d=K(am);d.Ga[3][b]==null&&(d.Ga[3][b]=c)},a);tm(10,function(b,c){var
d=K(am);d.Ga[4][b]==null&&(d.Ga[4][b]=c)},a);tm(11,function(b,c){var
d=K(am);d.Ga[5][b]==null&&(d.Ga[5][b]=c)},a);tm(14,function(b){for(var
c=K(am),d=x([3,4,5]),e=d.next();!
e.done;e=d.next())e=e.value,Object.assign(c.Ga[e],b[e])},a)}function xm(a)
{a.hasOwnProperty("init-done")||Object.defineProperty(a,"init-done",{value:!
0})};var ym=function(){};ym.prototype.j=function(){};ym.prototype.g=function()
{return[]};var zm=function(a,b,c){a.j=function(d,e){um(2,b,function(){return[]})
(d,c,e)};a.g=function(){return um(3,b,function(){return[]})(c)}};var
Am=function(a,b,c){this.id=a;this.J=b;this.j=c;this.g=!1},Bm=function(a){return
a.g||a.j},Cm=function(){this.g=[]},Dm=function(){this.g=new Map;this.j=!
1;this.o=new Cm;this.B=new Am(0,0,!1);this.l=[this.o]},N=function(a){var
b=Em;if(b.j||b.g.has(a.id)||a.J==null&&a.control==null||a.Fj==0)return b.B;var
c=b.o;if(a.control!=null)for(var d=x(b.l),e=d.next();!e.done;e=d.next())
{if(e=e.value,e.g.includes(a.control)){c=e;break}}else a.ga!
=null&&(c=a.ga);d=0;a.control!=null?d=a.control.J:a.J!=null&&
(d=a.J);a=new Am(a.id,d,!!a.Jj);c.g.push(a);b.l.includes(c)||
b.l.push(c);b.g.set(a.id,a);return a},Fm=function(){var
a=Em;a=[].concat(ra(a.g.keys())).filter(function(c){return
Bm(this.g.get(c))},a);var b=K(ym).g();return[].concat(ra(a),ra(b))},Gm=function(a)
{var b=Em;b.j||(a.g(b.l,b.g),b.j=!0)};Dm.prototype.reset=function(){for(var
a=x(this.g),b=a.next();!b.done;b=a.next())b=x(b.value),b.next(),b.next().value.g=!
1;this.j=!1};var Em=new Dm,Im=function(){return Hm.g.filter(function(a){return
Bm(a)}).map(function(a){return a.id})};var Jm=function()
{};Jm.prototype.g=function(a){a=x(a);for(var b=a.next();!b.done;b=a.next()){var
c=0,d=Math.floor(Math.random()*1E3);b=x(b.value.g);for(var e=b.next();!
e.done;e=b.next())if(e=e.value,c+=e.J,d<c){e.g=!0;break}}};var Km=function(a)
{this.j=a};Km.prototype.g=function(a,b){a=x(this.j);for(var c=a.next();!
c.done;c=a.next())if(c=b.get(c.value))c.g=!0};var Lm=function(a,b)
{this.j=a;this.l=b};v(Lm,Km);Lm.prototype.g=function(a,b)
{Km.prototype.g.call(this,a,b);var c=[];a=[];for(var d=x(this.j),e=d.next();!
e.done;e=d.next())e=e.value,b.get(e)?
c.push(e):a.push(e);b=c.map(String).join(",")||"0";a=a.map(String).join(",")||"0";M
(L.getInstance(),"sei",b);M(L.getInstance(),"nsei",a);M(L.getInstance(),"bi",this.l
)};var Mm=function(){Kl.apply(this,arguments)};v(Mm,Kl);var Ll=function(a,b){var
c=L.getInstance();M(c,"eee",a);M(c,"bi",b)};Mm.getInstance=function(){return
K(Mm)};function Nm(){return Om.split(",").map(function(a){return
parseInt(a,10)}).filter(function(a){return!isNaN(a)})};var Hm=new Cm,Pm=new
Cm,Qm=new Cm,Rm=new Cm,Sm=new Cm,Tm=new Cm,Um=new Cm,Vm=new
Cm;N({id:95342637,J:0});N({id:318475490,J:0});N({id:324123032,J:0});N({id:420706097
,J:10});N({id:420706098,J:10});N({id:95342168,J:10});N({id:95342169,J:10});N({id:21
062100,J:0});N({id:420706142,J:0});N({id:44745813,J:0});N({id:44746068,J:0});N({id:
21064565,J:0});N({id:21064567,J:0});N({id:418572006,J:10});N({id:95338773,J:10,ga:R
m});N({id:95338774,J:10,ga:Rm});N({id:95334214,J:10});N({id:95334215,J:10});
N({id:44749839,J:0});N({id:44714743,J:0});N({id:44715336,J:10});N({id:44724516,J:0}
);N({id:44726389,J:10});N({id:44752711,J:50});N({id:44752052,J:50});N({id:44752657,
J:50});N({id:44733246,J:10});N({id:95343833,J:10,ga:Pm});N({id:95343834,J:10,ga:Pm}
);N({id:95343835,J:10,ga:Pm});N({id:95343836,J:10,ga:Pm});N({id:95343837,J:10,ga:Pm
});N({id:95343832,J:10,ga:Pm});N({id:44751889,J:10});N({id:44751890,J:10});N({id:44
752995,J:10});N({id:44752996,J:10});N({id:44762627,J:0});N({id:44762628,J:0});
N({id:44801479,J:10,ga:Qm});N({id:44801480,J:10,ga:Qm});N({id:44752538,J:0});N({id:
44754608,J:10});N({id:44754609,J:10});N({id:44776384,J:0});N({id:95322945,J:10});va
r
Wm=N({id:95322946,J:10});N({id:44789282,J:0});N({id:95344889,J:0});N({id:95334260,J
:0});N({id:95345698,J:0});var
Xm=N({id:75259416,J:0}),Ym=N({id:75259420,J:0}),Zm=N({id:75259421,J:0});N({id:45401
791,J:0});N({id:95326337,J:990,ga:Sm});var $m=window.navigator||
{},an=$m.cookieDeprecationLabel?990:0;
N({id:95322906,J:$m.cookieDeprecationLabel?10:0,ga:Tm});var
bn=N({id:95320461,J:0,ga:Tm}),cn=N({id:95322907,J:an,ga:Tm});N({id:44809192,J:10,ga
:Vm});N({id:44809193,J:10,ga:Vm});N({id:95320804,J:10,ga:Vm});N({id:95320805,J:10,g
a:Vm});N({id:95322027,J:1E3,ga:Um});var
dn=N({id:46130031,J:0});N({id:95328713,J:10});N({id:95328714,J:10});var
en=N({id:95327848,J:0});N({id:31065644,J:1});var fn=N({id:31065645,J:1}),gn=new
Cm;N({id:95331588,J:0,ga:gn});N({id:95331589,J:1E3,ga:gn});var
hn=N({id:95332182,J:0});
N({id:95347814,J:10});N({id:95347815,J:10});if(typeof
window.initializeVirtualDom==="undefined"){var Nl=Mm.getInstance();Nl.j||
(Ol(),Nl.j=!0);var Om=Nl.l,jn;Nl.j||(Ol(),Nl.j=!0);jn=Nl.g;if(Om!=null){var kn=new
Lm(Nm(),jn);Gm(kn)}};var ln=function(a)
{this.F=D(a)};v(ln,I);ln.prototype.getId=function(){return eg(this,1)};var
mn=function(a){this.F=D(a)};v(mn,I);var nn=function(a){return Wf(a,ln,2,yf())};var
on=function(a){this.F=D(a)};v(on,I);var pn=function(a){this.F=D(a)};v(pn,I);var
qn=function(a){this.F=D(a)};v(qn,I);var rn=function(a){this.F=D(a)};v(rn,I);var
sn=Dh(rn);function tn(){var a=sn("[[[[45676505,null,null,[]],[45669828,null,null,
[]],[45669829,null,null,[]],[45668885,null,null,[]],[45663239,null,null,[]],
[45642592,null,null,[1]],[45661356,null,null,[]],[45676441,null,null,[]],
[45675307,null,null,[]],[45675308,null,null,[]],[null,45645574,null,[]],
[45656766,null,null,[]],[45651995,null,null,[]],[45651993,null,null,[]],
[45647593,null,null,[]],[45647592,null,null,[]],[45680928,null,null,[]],
[45658982,null,null,[]]],[[16,[[1,[[31089630],[31089631,[[45668885,null,null,
[1]]]]]],[1000,[[95332046]]],[null,[[95332047]]],[10,[[95333808],[95333809,
[[635466687,null,null,[1]]]]]],[10,[[95338769,[[null,45645574,null,[null,1]]]],
[95338770,[[null,45645574,null,[null,2]]]]]],[10,[[95345206],[95345207,
[[45661356,null,null,[1]]]]]],[10,[[95346932],[95346933,[[45663239,null,null,
[1]]]]]],[5,[[95348755,[[45642592,null,null,[]]]],[95348756,[[45642592,null,null,
[1]]]]]],[100,[[95348947,[[45669829,null,null,[1]]]],[95348948,
[[45669828,null,null,[1]],[45669829,null,null,[1]]]],[95348949],[95348950,
[[45669828,null,null,[1]]]]]],[100,[[95351091],[95351092,[[45675307,null,null,
[1]]]]]],[10,[[95351093],[95351094,[[45675308,null,null,[1]]]]]],[null,[[95351425],
[95351426,[[45676441,null,null,[1]]]]]],[10,[[95351466],[95351467,
[[45676505,null,null,[1]]]]]],[10,[[95353658],[95353659,[[45680928,null,null,
[1]]]]]]]]],null,null,[null,1000,1,1000]]]");return(a=Uf(a,qn,1))?bf(a):new qn};var
un=["A9AxgGSwmnfgzzkyJHILUr3H8nJ/3D+57oAsL4DBt4USlng4jZ0weq+fZtHC/
Qwwn6gd4QSa5DzT3OBif+kXVA0AAAB4eyJvcmlnaW4iOiJodHRwczovL2ltYXNkay5nb29nbGVhcGlzLmNv
bTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJ
pc1RoaXJkUGFydHkiOnRydWV9","AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmec
ULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldD
o0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3N
TgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ=="];
function vn(a,b){b=b===void 0?document:b;var c;return!((c=b.featurePolicy)==null||!
c.features().includes(a))}function wn(a,b){b=b===void 0?document:b;var c;return!
((c=b.featurePolicy)==null||!c.allowedFeatures().includes(a))}function xn(){var
a=window.navigator,b=window.document;return!!
(window.isSecureContext&&"runAdAuction"in a&&a.runAdAuction instanceof
Function&&wn("run-ad-auction",b))};function yn(a,b){try{var
c=a.split(".");a=y;for(var d=0,e;a!=null&&d<c.length;d++)e=a,a=a[c[d]],typeof
a==="function"&&(a=e[c[d]]());var f=a;if(typeof f===b)return f}catch(g){}}
var zn={},An={},Bn={},Cn={},Dn=(Cn[3]=(zn[8]=function(a){try{return Va(a)!
=null}catch(b){}},zn[9]=function(a){try{var b=Va(a)}catch(c){return}return typeof
b==="function"&&hj(b)},zn[10]=function(){return
window===window.top},zn[6]=function(a){return
kc(K(ym).g(),Number(a))},zn[27]=function(a){a=yn(a,"boolean");return a!==void 0?
a:void 0},zn[60]=function(a){try{return!!y.document.querySelector(a)}catch(b)
{}},zn[80]=function(a){try{return!!y.matchMedia(a).matches}catch(b)
{}},zn[69]=function(a){return vn(a,
y.document)},zn[70]=function(a){return wn(a,y.document)},zn[79]=function(a){var
b=y.navigator;b=b===void 0?navigator:b;try{var c,d;var e=!!
((c=b.protectedAudience)==null?0:(d=c.queryFeatureSupport)==null?
0:d.call(c,a))}catch(f){e=!1}return e},zn),Cn[4]=(An[3]=function(){return
kj()},An[6]=function(a){a=yn(a,"number");return a!==void 0?a:void
0},An),Cn[5]=(Bn[2]=function(){return window.location.href},Bn[3]=function()
{try{return window.top.location.hash}catch(a){return""}},Bn[4]=function(a){a=yn(a,
"string");return a!==void 0?a:void 0},Bn[12]=function(a){try{var
b=yn(a,"string");if(b!==void 0)return atob(b)}catch(c){}},Bn),Cn);function En(){var
a=a===void 0?y:a;return a.ggeac||(a.ggeac={})};function Fn(a){var b={};return
Gn((b[0]=new Map,b[1]=new Map,b[2]=new Map,b),a)}
function Gn(a,b){for(var c=new Map,d=x(a[1].entries()),e=d.next();!
e.done;e=d.next()){var f=x(e.value);e=f.next().value;f=f.next().value;f=f[f.length-
1];c.set(e,f.Bf+f.gf*f.hf)}b=x(b);for(d=b.next();!
d.done;d=b.next())for(d=d.value,e=Wf(d,mn,2,yf()),e=x(e),f=e.next();!
f.done;f=e.next())if(f=f.value,nn(f).length!==0){var g=fg(f,8);if(G(f,4)&&!
G(f,13)&&!G(f,14)){var h=void 0;g=(h=c.get(G(f,4)))!=null?
h:0;h=fg(f,1)*nn(f).length;c.set(G(f,4),g+h)}h=[];for(var k=0;k<nn(f).length;k++)
{var l={Bf:g,gf:fg(f,
1),hf:nn(f).length,kh:k,Lc:G(d,1),wd:f,La:nn(f)[k]};h.push(l)}Hn(a[2],G(f,10),h)||
Hn(a[1],G(f,4),h)||Hn(a[0],nn(f)[0].getId(),h)}return a}function Hn(a,b,c){if(!
b)return!1;a.has(b)||a.set(b,[]);var d;(d=a.get(b)).push.apply(d,ra(c));return!
0};var In=[12,13,20],Jn=function(a,b,c,d){d=d===void 0?{}:d;var e=d.Kd===void 0?!
1:d.Kd;d=d.Dh===void 0?
[]:d.Dh;this.fc=a;this.ob=c;this.o={};this.Kd=e;a={};this.g=(a[b]=[],a[4]=[],a);thi
s.j={};this.l={};if(b=Sk())for(b=x(b.split(",")||[]),a=b.next();!a.done;a=b.next())
(a=Number(a.value))&&(this.j[a]=!0);d=x(d);for(b=d.next();!
b.done;b=d.next())this.j[b.value]=!0},Mn=function(a,b,c,d){var e=[],f;if(f=b!
==9)a.o[b]?f=!0:(a.o[b]=!0,f=!1);if(f)return Yl(a.ob,b,c,e,
[],4),e;f=In.includes(b);for(var g=[],h=
[],k=x([0,1,2]),l=k.next();!l.done;l=k.next()){l=l.value;for(var
n=x(a.fc[l].entries()),p=n.next();!p.done;p=n.next()){var
r=x(p.value);p=r.next().value;r=r.next().value;var t=p,u=r;p=new
Ej;r=u.filter(function(Y){return
Y.Lc===b&&a.j[Y.La.getId()]&&Kn(a,Y)});if(r.length)for(p=x(r),r=p.next();!
r.done;r=p.next())h.push(r.value.La);else if(!a.Kd){r=void 0;l===2?
(r=d[1],Nf(p,2,Fj,re(t))):r=d[0];var w=void 0,C=void 0;r=(C=(w=r)==null?void
0:w(String(t)))!=null?C:l===2&&G(u[0].wd,11)===1?void 0:d[0](String(t));
if(r!==void 0){t=x(u);for(u=t.next();!u.done;u=t.next())if(u=u.value,u.Lc===b){w=r-
u.Bf;var V=u;C=V.gf;var X=V.hf;V=V.kh;w<0||w>=C*X||w%X!==V||!Kn(a,u)||
(w=G(u.wd,13),w!==0&&w!==void 0&&(C=a.l[String(w)],C!==void 0&&C!==u.La.getId()?
Zl(a.ob,a.l[String(w)],u.La.getId(),w):a.l[String(w)]=u.La.getId()),h.push(u.La))}O
f(p,Fj)!==0&&(pg(p,3,r),g.push(p))}}}}d=x(h);for(h=d.next();!
h.done;h=d.next())h=h.value,k=h.getId(),e.push(k),Ln(a,k,f?
4:c),pm(Wf(h,Tl,2,yf()),f?rm():[c],a.ob,k);Yl(a.ob,b,c,e,g,1);return e},
Ln=function(a,b,c){a.g[c]||(a.g[c]=[]);a=a.g[c];a.includes(b)||
a.push(b)},Kn=function(a,b){var c=K(am).Ga,d=Rl(Uf(b.wd,Rj,3),c);if(!
d.success)return $l(a.ob,Uf(b.wd,Rj,3),b.Lc,b.La.getId(),d),!1;if(!d.value)return!
1;c=Rl(Uf(b.La,Rj,3),c);return c.success?c.value?!0:!1:
($l(a.ob,Uf(b.La,Rj,3),b.Lc,b.La.getId(),c),!1)},Nn=function(a,b)
{b=b.map(function(c){return new on(c)}).filter(function(c){return!
In.includes(G(c,1))});a.fc=Gn(a.fc,b)},On=function(a,b){tm(1,function(c){a.j[c]=!
0},b);tm(2,function(c,
d,e){return Mn(a,c,d,e)},b);tm(3,function(c){return(a.g[c]||
[]).concat(a.g[4])},b);tm(12,function(c){return void
Nn(a,c)},b);tm(16,function(c,d){return void Ln(a,c,d)},b)};var Pn=function(){var
a={};this.g=function(b,c){return a[b]!=null?a[b]:c};this.j=function(b,c){return
a[b]!=null?a[b]:c};this.B=function(b,c){return a[b]!=null?
a[b]:c};this.A=function(b,c){return a[b]!=null?a[b]:c};this.o=function(b,c){return
a[b]!=null?c.concat(a[b]):c};this.l=function(){}};function Qn(a){return
K(Pn).g(a.g,a.defaultValue)};var Rn=function(){this.g=function()
{}},Sn=function(a,b){a.g=um(14,b,function(){})};function Tn(a){K(Rn).g(a)};var
Un,Vn,Wn,Xn,Yn,Zn;function $n(a,b){var c=b=b===void 0?
En():b;zm(K(ym),c,a);ao(b,a);a=b;Sn(K(Rn),a);K(Pn).l()}function ao(a,b){var
c=K(Pn);c.g=function(d,e){return um(5,a,function(){return!1})
(d,e,b)};c.j=function(d,e){return um(6,a,function(){return 0})
(d,e,b)};c.B=function(d,e){return um(7,a,function(){return""})
(d,e,b)};c.A=function(d,e){return um(8,a,function(){return[]})
(d,e,b)};c.o=function(d,e){return um(17,a,function(){return[]})
(d,e,b)};c.l=function(){um(15,a,function(){})(b)}};Em.reset();Gm(new Jm);
(function(a){var b=a.Fg;var c=a.Ga;var d=a.config;var e=a.pg===void 0?En():a.pg;var
f=a.Me===void 0?0:a.Me;var g=a.ob===void 0?new Wl((Xn=(Un=Uf(b,pn,5))==null?void
0:gg(Un,2))!=null?Xn:0,(Yn=(Vn=Uf(b,pn,5))==null?void 0:gg(Vn,4))!=null?Yn:0,
(Zn=(Wn=Uf(b,pn,5))==null?void 0:dg(Wn,3))!=null?Zn:!1):a.ob;a=a.fc===void 0?
Fn(Wf(b,on,2,yf(Gd))):a.fc;e.hasOwnProperty("init-done")?(um(12,e,function(){})
(Wf(b,on,2,yf()).map(function(h){return lf(h)})),um(13,e,function(){})
(Wf(b,Tl,1,yf()).map(function(h){return lf(h)}),
f),c&&um(14,e,function(){})(c),$n(f,e)):(On(new Jn(a,f,g,d),e),vm(e),wm(e),xm(e),
$n(f,e),pm(Wf(b,Tl,1,yf(Gd)),[f],g,void 0,!0),bm=bm||!(!d||!
d.Lj),Tn(Dn),c&&Tn(c))})({Fg:tn(),Me:7});var bo=lj(),co={},eo=(co[0]=function(a)
{a=a===void 0?cj():a;return function(b){return ej(b+" + "+a)%1E3}}
(bo),co);K(ym).j(16,eo);var fo=function(a){var b={};ac(a,function(c){var
d=c.event,e=b[d];b.hasOwnProperty(d)?e!==null&&(c.g(e)||
(b[d]=null)):b[d]=c});nc(a,function(c){return b[c.event]===null})};var
go={NONE:0,pi:1},ho={li:0,hj:1,gj:2,ij:3},io={If:"a",mi:"d",VIDEO:"v"};var
jo=function(){this.X=0;this.g=!1;this.j=-1;this.xb=!
1;this.sa=0};jo.prototype.isVisible=function(){return this.xb?
this.X>=.3:this.X>=.5};var
ko={ki:0,ti:1},lo={668123728:0,668123729:1},mo={44731964:0,44731965:1},no={NONE:0,U
i:1,Ai:2},oo={480596784:0,480596785:1,21063355:2};var po=function()
{this.g=null;this.o=!1;this.l=null},qo=function(a){a.o=!0;return
a},ro=function(a,b){a.l&&ac(b,function(c){c=a.l[c];c!==void
0&&a.j(c)})};po.prototype.getValue=function(){return this.g};var so=function(a)
{po.call(this);this.B=a};v(so,po);so.prototype.j=function(a)
{this.g===null&&ai(this.B,a)&&(this.g=a)};var to=function()
{po.call(this)};v(to,po);to.prototype.j=function(a){this.g===null&&typeof
a==="number"&&(this.g=a)};var uo=function(){po.call(this)};v(uo,po);
uo.prototype.j=function(a){this.g===null&&typeof a==="string"&&(this.g=a)};var
vo=function(){this.g={};this.l=!0;this.j={}};vo.prototype.reset=function()
{this.g={};this.l=!0;this.j={}};
var wo=function(a,b,c){a.g[b]||(a.g[b]=new so(c));return a.g[b]},xo=function(a)
{a.g.queryid||(a.g.queryid=new uo)},yo=function(a,b,c)
{(a=a.g[b])&&a.j(c)},zo=function(a,b){if($h(a.j,b))return a.j[b];if(a=a.g[b])return
a.getValue()},Ao=function(a){var b={},c=Uh(a.g,function(d){return
d.o});Th(c,function(d,e){d=a.j[e]!==void 0?String(a.j[e]):d.o&&d.g!==null?
String(d.g):"";d.length>0&&(b[e]=d)},a);return b},Bo=function(a){a=Ao(a);var
b=[];Th(a,function(c,d){d in Object.prototype||typeof c!="undefined"&&
b.push([d,":",c].join(""))});return b},Do=function(){var
a=Co().R,b=Im();a.l&&ac(Xh(a.g),function(c){return ro(c,b)})};var Eo=function(a)
{wo(a,"od",go);qo(wo(a,"opac",ko));qo(wo(a,"sbeos",ko));qo(wo(a,"prf",ko));qo(wo(a,
"mwt",ko));wo(a,"iogeo",ko)};var Fo=document,O=window;var Go=!zc&&!Wb();var
Jo=function(a){return a?new Ho(Io(a)):ob||(ob=new Ho)},Ko=function(a){var
b=document;return typeof a==="string"?b.getElementById(a):a},Mo=function(a,b)
{Th(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?
a.htmlFor=c:Lo.hasOwnProperty(d)?
a.setAttribute(Lo[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?
a.setAttribute(d,c):a[d]=c})},Lo={cellpadding:"cellPadding",cellspacing:"cellSpacin
g",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength
",
nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAl
ign",width:"width"},No=function(a){a=a.document;a=a.compatMode=="CSS1Compat"?
a.documentElement:a.body;return new
Ak(a.clientWidth,a.clientHeight)},Oo=function(a){var b=a.scrollingElement?
a.scrollingElement:Cc||a.compatMode!="CSS1Compat"?a.body||
a.documentElement:a.documentElement;a=a.defaultView;return new wk(a.pageXOffset||
b.scrollLeft,a.pageYOffset||b.scrollTop)},Po=function(a){return a?
a.defaultView:window},So=function(a,
b,c){var d=arguments,e=document,f=d[1],g=Qo(e,String(d[0]));f&&(typeof
f==="string"?g.className=f:Array.isArray(f)?g.className=f.join("
"):Mo(g,f));d.length>2&&Ro(e,g,d,2);return g},Ro=function(a,b,c,d){function e(h)
{h&&b.appendChild(typeof h==="string"?a.createTextNode(h):h)}for(;d<c.length;d++)
{var f=c[d];if(!Xa(f)||Ya(f)&&f.nodeType>0)e(f);else{a:{if(f&&typeof
f.length=="number"){if(Ya(f)){var g=typeof f.item=="function"||typeof
f.item=="string";break a}if(typeof f==="function"){g=typeof f.item==
"function";break a}}g=!1}ac(g?pc(f):f,e)}}},Qo=function(a,b)
{b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return
a.createElement(b)},To=function(a)
{a&&a.parentNode&&a.parentNode.removeChild(a)},Uo=function(a,b){if(!a||!b)return!
1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof
a.compareDocumentPosition!="undefined")return a==b||!!
(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return
b==a},Io=function(a){return a.nodeType==9?a:a.ownerDocument||
a.document},Vo=function(a){try{return a.contentWindow||(a.contentDocument?
Po(a.contentDocument):null)}catch(b){}return null},Wo=function(a,b)
{a&&(a=a.parentNode);for(var c=0;a;){if(b(a))return a;a=a.parentNode;c++}return
null},Ho=function(a){this.g=a||y.document||
document};m=Ho.prototype;m.getElementsByTagName=function(a,b){return(b||
this.g).getElementsByTagName(String(a))};m.appendChild=function(a,b)
{a.appendChild(b)};m.append=function(a,b){Ro(Io(a),a,arguments,1)};
m.canHaveChildren=function(a){if(a.nodeType!=1)return!1;switch(a.tagName){case
"APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case
"EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case
"ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case
"META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case
"TRACK":case "WBR":return!1}return!0};m.contains=Uo;var Xo=function()
{this.g=this.nb=null};var Yo=function(){};Yo.prototype.now=function(){return
0};Yo.prototype.j=function(){return 0};Yo.prototype.l=function(){return
0};Yo.prototype.g=function(){return 0};var $o=function(){if(!Zo())throw
Error();};v($o,Yo);var Zo=function(){return!(!O||!O.performance)};
$o.prototype.now=function(){return Zo()&&O.performance.now?
O.performance.now():Yo.prototype.now.call(this)};$o.prototype.j=function(){return
Zo()&&O.performance.memory?O.performance.memory.totalJSHeapSize||
0:Yo.prototype.j.call(this)};$o.prototype.l=function(){return
Zo()&&O.performance.memory?O.performance.memory.usedJSHeapSize||
0:Yo.prototype.l.call(this)};
$o.prototype.g=function(){return Zo()&&O.performance.memory?
O.performance.memory.jsHeapSizeLimit||0:Yo.prototype.g.call(this)};var
ap=function(){};ap.prototype.isVisible=function(){return Pk(Fo)===1};var
bp=RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|
$)"),fp=function(a){a=a||cp();for(var b=new dp(y.location.href,!
1),c=null,d=a.length-1,e=d;e>=0;--e){var f=a[e];!
c&&bp.test(f.url)&&(c=f);if(f.url&&!f.Rd)
{b=f;break}}e=null;f=a.length&&a[d].url;b.depth!=0&&f&&(e=a[d]);return new
ep(b,e,c)},cp=function(){var a=y,b=[],c=null;do{var d=a;if(Yi(d)){var
e=d.location.href;c=d.document&&d.document.referrer||null}else
e=c,c=null;b.push(new dp(e||""));try{a=d.parent}catch(f){a=null}}while(a&&
d!=a);d=0;for(a=b.length-1;d<=a;++d)b[d].depth=a-
d;d=y;if(d.location&&d.location.ancestorOrigins&&d.location.ancestorOrigins.length=
=b.length-1)for(a=1;a<b.length;++a)e=b[a],e.url||
(e.url=d.location.ancestorOrigins[a-1]||"",e.Rd=!0);return b},ep=function(a,b,c)
{this.g=a;this.j=b;this.l=c},dp=function(a,b){this.url=a;this.Rd=!!
b;this.depth=null};var gp=function()
{this.l="&";this.j={};this.o=0;this.g=[]},hp=function(a,b){var
c={};c[a]=b;return[c]},jp=function(a,b,c,d,e){var f=[];dj(a,function(g,h)
{(g=ip(g,b,c,d,e))&&f.push(h+"="+g)});return f.join(b)},ip=function(a,b,c,d,e)
{if(a==null)return"";b=b||"&";c=c||",$";typeof c==="string"&&(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(ip(a[g],b,c,d+1,e));return f.join(c[d])}}else if(typeof
a==="object")return e||(e=0),e<2?encodeURIComponent(jp(a,
b,c,d,e+1)):"...";return encodeURIComponent(String(a))},kp=function(a,b,c)
{a.g.push(b);a.j[b]=c},lp=function(a,b,c,d)
{a.g.push(b);a.j[b]=hp(c,d)},np=function(a,b,c){b=b+"//
pagead2.googlesyndication.com"+c;var d=mp(a)-
c.length;if(d<0)return"";a.g.sort(function(n,p){return n-p});c=null;for(var
e="",f=0;f<a.g.length;f++)for(var g=a.g[f],h=a.j[g],k=0;k<h.length;k++){if(!d)
{c=c==null?g:c;break}var l=jp(h[k],a.l,",$");if(l){l=e+l;if(d>=l.length){d-
=l.length;b+=l;e=a.l;break}c=c==null?g:c}}a="";c!=null&&
(a=""+e+"trn="+c);return b+a},mp=function(a){var b=1,c;for(c in
a.j)c.length>b&&(b=c.length);return 3997-b-a.l.length-1};var op=function(a,b)
{this.g=a;this.depth=b},qp=function(){var a=cp(),b=Math.max(a.length-
1,0),c=fp(a);a=c.g;var d=c.j,e=c.l,f=[];c=function(h,k){return h==null?
k:h};e&&f.push(new op([e.url,e.Rd?2:0],c(e.depth,1)));d&&d!=e&&f.push(new
op([d.url,2],0));a.url&&a!=e&&f.push(new op([a.url,0],c(a.depth,b)));var
g=dc(f,function(h,k){return f.slice(0,f.length-k)});!a.url||(e||d)&&a!=e||
(d=fj(a.url))&&g.push([new op([d,1],c(a.depth,b))]);g.push([]);return
dc(g,function(h){return pp(b,h)})};
function pp(a,b){var c=ec(b,function(e,f){return Math.max(e,f.depth)},-
1),d=tc(c+2);d[0]=a;ac(b,function(e){return d[e.depth+1]=e.g});return d}function
rp(){var a=a===void 0?qp():a;return a.map(function(b){return ip(b)})};var
sp=function(){this.j=new ap;this.g=Zo()?new $o:new Yo},up=function(){tp();var
a=O.document;return!!(a&&a.body&&a.body.getBoundingClientRect&&typeof
O.setInterval==="function"&&typeof O.clearInterval==="function"&&typeof
O.setTimeout==="function"&&typeof
O.clearTimeout==="function")};sp.prototype.setInterval=function(a,b){return
O.setInterval(a,b)};sp.prototype.clearInterval=function(a)
{O.clearInterval(a)};sp.prototype.setTimeout=function(a,b){return
O.setTimeout(a,b)};
sp.prototype.clearTimeout=function(a){O.clearTimeout(a)};var vp=function()
{tp();return rp()};var wp=function(){},tp=function(){var a=K(wp);if(!a.g){if(!
O)throw Error("Context has not been set and window is undefined.");a.g=K(sp)}return
a.g};var xp=function(a){this.F=D(a)};v(xp,I);xp.prototype.g=Ch([0,lh,ph,-2,sh]);var
yp=function(a){this.l=a;this.g=-1;this.j=this.o=0},zp=function(a,b){return
function(){var c=Oa.apply(0,arguments);if(a.g>-1)return
b.apply(null,ra(c));try{return
a.g=a.l.g.now(),b.apply(null,ra(c))}finally{a.o+=a.l.g.now()-a.g,a.g=-
1,a.j+=1}}};var Ap=function(a,b){this.j=a;this.l=b;this.g=new yp(a)};var
Bp=function(){this.g={}},Dp=function(){var
a=Co().flags,b=Cp;a=a.g[b.key];if(b.valueType==="proto"){try{var
c=JSON.parse(a);if(Array.isArray(c))return c}catch(d){}return b.defaultValue}return
typeof a===typeof b.defaultValue?a:b.defaultValue};var
Zp={dj:1,uj:2,Zi:3,1:"POSITION",2:"VISIBILITY",3:"MONITOR_VISIBILITY"};var
$p=function(){this.l=void 0;this.j=this.A=0;this.B=-1;this.R=new
vo;qo(wo(this.R,"mv",no)).l=oo===void 0?
null:oo;wo(this.R,"omid",ko);qo(wo(this.R,"epoh",ko));qo(wo(this.R,"epph",ko));qo(w
o(this.R,"umt",ko)).l=lo===void 0?
null:lo;qo(wo(this.R,"phel",ko));qo(wo(this.R,"phell",ko));qo(wo(this.R,"oseid",Zp)
);var a=this.R;a.g.sloi||(a.g.sloi=new
to);qo(a.g.sloi);wo(this.R,"mm",io);qo(wo(this.R,"ovms",ho));qo(wo(this.R,"xdi",ko)
);qo(wo(this.R,"amp",ko));qo(wo(this.R,"prf",ko));qo(wo(this.R,"gtx",ko));
qo(wo(this.R,"mvp_lv",ko));qo(wo(this.R,"ssmol",ko)).l=mo===void 0?
null:mo;qo(wo(this.R,"fmd",ko));wo(this.R,"gen204simple",ko);this.g=new
Ap(tp(),this.R);this.o=!1;this.flags=new Bp};$p.prototype.ge=function(a){if(typeof
a==="string"&&a.length!=0){var b=this.R;if(b.l){a=a.split("&");for(var c=a.length-
1;c>=0;c--){var d=a[c].split("="),e=decodeURIComponent(d[0]);d.length>1?
(d=decodeURIComponent(d[1]),d=/^[0-9]+$/g.exec(d)?parseInt(d,10):d):d=1;
(e=b.g[e])&&e.j(d)}}}};var Co=function(){return K($p)};var aq=function(a,b,c,d,e)
{if((d?a.l:Math.random())<(e||a.g))try{if(c instanceof gp)var f=c;else f=new
gp,dj(c,function(h,k){var l=f,n=l.o++;kp(l,n,hp(k,h))});var
g=np(f,a.j,"/pagead/gen_204?id="+b+"&");g&&(tp(),pj(O,g))}catch(h){}};var
dq=function(){var a=bq;this.A=cq;this.B="jserror";this.l=!
0;this.j=null;this.C=this.Ua;this.g=a===void 0?null:a;this.o=!
1};m=dq.prototype;m.re=function(a){this.j=a};m.wf=function(a)
{this.B=a};m.se=function(a){this.l=a};m.xf=function(a)
{this.o=a};m.zb=function(a,b,c){var d=this;return zp(Co().g.g,function()
{try{if(d.g&&d.g.l){var e=d.g.start(a.toString(),3);var f=b();d.g.end(e)}else
f=b()}catch(h){var g=d.l;try{ol(e),g=d.C(a,new eq(fq(h)),void 0,c)}catch(k)
{d.Ua(217,k)}if(!g)throw h;}return f})()};
m.he=function(a,b,c,d){var e=this;return zp(Co().g.g,function(){var
f=Oa.apply(0,arguments);return e.zb(a,function(){return b.apply(c,f)},d)})};
m.Ua=function(a,b,c,d,e){e=e||this.B;try{var f=new gp;lp(f,1,"context",a);Hh(b)||
(b=new eq(fq(b)));b.msg&&lp(f,2,"msg",b.msg.substring(0,512));var g=b.meta||
{};if(this.j)try{this.j(g)}catch(k){}if(d)try{d(g)}catch(k){}kp(f,3,[g]);var
h=fp();h.j&&lp(f,4,"top",h.j.url||"");kp(f,5,[{url:h.g.url||""},{url:h.g.url?
Ti(h.g.url):""}]);aq(this.A,e,f,this.o,c)}catch(k){try{aq(this.A,e,
{context:"ecmserr",rctx:a,msg:fq(k),url:h&&h.g.url},this.o,c)}catch(l){}}return
this.l};
var fq=function(a){var b=a.toString();a.name&&b.indexOf(a.name)==-1&&(b+=":
"+a.name);a.message&&b.indexOf(a.message)==-1&&(b+=": "+a.message);if(a.stack)a:
{a=a.stack;var c=b;try{a.indexOf(c)==-1&&(a=c+"\n"+a);for(var d;a!
=d;)d=a,a=a.replace(/((https?:\/..*\/)[^\/:]*:\d+(?:.|\n)*)\2/,"$1");b=a.replace(/\
n */g,"\n");break a}catch(e){b=c;break a}b=void 0}return b},eq=function(a)
{Gh.call(this,Error(a),{message:a})};v(eq,Gh);var cq,gq,bq=new
nl(1,window),hq=function(){O&&typeof O.google_measure_js_timing!
="undefined"&&(O.google_measure_js_timing||bq.A())};cq=new function(){var
a="https:";O&&O.location&&O.location.protocol==="http:"&&(a="http:");this.j=a;this.
g=.01;this.l=Math.random()};gq=new
dq;O&&O.document&&(O.document.readyState=="complete"?
hq():bq.l&&Ph(O,"load",function(){hq()}));
var iq=function(a){gq.re(function(b){ac(a,function(c){c(b)})})},jq=function(a,b)
{return gq.zb(a,b)},kq=function(a,b,c,d){return
gq.he(a,b,c,d)},lq=function(a,b,c,d){gq.Ua(a,b,c,d)};var mq=Date.now(),nq=-1,oq=-
1,pq,qq=-1,rq=!1,sq=function(){return Date.now()-mq},tq=function(){var
a=Co().l,b=oq>=0?sq()-oq:-1,c=rq?sq()-nq:-1,d=qq>=0?sq()-qq:-
1;if(a==947190542)return 100;if(a==79463069)return 200;a=[2E3,4E3];var
e=[250,500,1E3];lq(637,Error(),.001);var f=b;c!=-1&&c<b&&(f=c);for(b=0;b<a.length;+
+b)if(f<a[b]){var g=e[b];break}g===void 0&&(g=e[a.length]);return d!=-
1&&d>1500&&d<4E3?500:g};var uq=function(a,b,c){var d=new
J(0,0,0,0);this.time=a;this.volume=null;this.l=b;this.g=d;this.j=c};var
vq=function(a,b,c,d,e,f,g)
{this.l=a;this.j=b;this.B=c;this.g=d;this.o=e;this.C=f;this.A=g};vq.prototype.getTi
mestamp=function(){return this.C};var
wq={currentTime:1,duration:2,isVpaid:4,volume:8,isYouTube:16,isPlaying:32},ci={He:"
start",FIRST_QUARTILE:"firstquartile",MIDPOINT:"midpoint",THIRD_QUARTILE:"thirdquar
tile",COMPLETE:"complete",ERROR:"error",Wf:"metric",PAUSE:"pause",fg:"resume",SKIPP
ED:"skip",VIEWABLE_IMPRESSION:"viewable_impression",Xf:"mute",jg:"unmute",FULLSCREE
N:"fullscreen",Sf:"exitfullscreen",Nf:"bufferstart",Mf:"bufferfinish",Be:"fully_vie
wable_audible_half_duration_impression",Ge:"measurable_impression",Hf:"abandon",Ae:
"engagedview",
IMPRESSION:"impression",Pf:"creativeview",LOADED:"loaded",PROGRESS:"progress",di:"c
lose",ei:"collapse",Yf:"overlay_resize",Zf:"overlay_unmeasurable_impression",ag:"ov
erlay_unviewable_impression",cg:"overlay_viewable_immediate_impression",bg:"overlay
_viewable_end_of_session_impression",Qf:"custom_metric_viewable",Jf:"audio_audible"
,Lf:"audio_measurable",Kf:"audio_impression"},xq="start firstquartile midpoint
thirdquartile resume loaded".split("
"),yq=["start","firstquartile","midpoint","thirdquartile"],
zq=["abandon"],Aq={UNKNOWN:-
1,He:0,FIRST_QUARTILE:1,MIDPOINT:2,THIRD_QUARTILE:3,COMPLETE:4,Wf:5,PAUSE:6,fg:7,SK
IPPED:8,VIEWABLE_IMPRESSION:9,Xf:10,jg:11,FULLSCREEN:12,Sf:13,Be:14,Ge:15,Hf:16,Ae:
17,IMPRESSION:18,Pf:19,LOADED:20,Qf:21,Nf:22,Mf:23,Kf:27,Lf:28,Jf:29};var
Wh={Zh:"addEventListener",Bi:"getMaxSize",Ci:"getScreenSize",Di:"getState",Ei:"getV
ersion",fj:"removeEventListener",Vi:"isViewable"},Bq=function(a){var b=a!
==a.top,c=a.top===nj(a),d=-1,e=0;if(b&&c&&a.top.mraid){d=3;var f=a.top.mraid}else
d=(f=a.mraid)?b?c?2:1:0:-1;f&&(f.IS_GMA_SDK||(e=2),Vh(function(g){return typeof
f[g]==="function"})||(e=1));return{Ea:f,Kc:e,Ih:d}};var Cq=function(){var
a=window.document;return a&&typeof a.elementFromPoint==="function"};function
Dq(a,b,c){try{a&&(b=b.top);var d=b;a&&d!==null&&d!=d.top&&(d=d.top);try{var
e=(c===void 0?0:c)?(new Ak(d.innerWidth,d.innerHeight)).round():No(d||
window).round()}catch(n){e=new Ak(-12245933,-12245933)}a=e;var
f=a.height,g=a.width;if(g===-12245933)return new J(g,g,g,g);var
h=Oo(Jo(b.document).g),k=h.x,l=h.y;return new J(l,k+g,l+f,k)}catch(n){return new
J(-12245933,-12245933,-12245933,-12245933)}};var Fq=function(a,b){if(typeof
b==="string")(b=Eq(a,b))&&(a.style[b]=void 0);else for(var c in b){var
d=a,e=b[c],f=Eq(d,c);f&&(d.style[f]=e)}},Gq={},Eq=function(a,b){var c=Gq[b];if(!c)
{var d=Oi(b);c=d;a.style[d]===void 0&&(d=(Cc?"Webkit":Bc?"Moz":null)
+Qi(d),a.style[d]!==void 0&&(c=d));Gq[b]=c}return c},Hq=function(a,b){var
c=a.style[Oi(b)];return typeof c!=="undefined"?
c:a.style[Eq(a,b)]||""},Iq=function(a,b){var c=Io(a);return
c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,
null))?a[b]||a.getPropertyValue(b)||"":""},Jq=function(a){try{return
a.getBoundingClientRect()}catch(b)
{return{left:0,top:0,right:0,bottom:0}}},Kq=function(a){var b=Io(a),c=new
wk(0,0);if(a==(b?Io(b):document).documentElement)return
c;a=Jq(a);b=Oo(Jo(b).g);c.x=a.left+b.x;c.y=a.top+b.y;return c},Lq=function(a,b){var
c=new wk(0,0),d=Po(Io(a));if(!vc(d,"parent"))return c;do{if(d==b)var e=Kq(a);else
e=Jq(a),e=new wk(e.left,e.top);c.x+=e.x;c.y+=e.y}while(d&&d!=b&&d!
=d.parent&&(a=d.frameElement)&&(d=d.parent));
return c},Mq=function(){var a="100%";typeof a=="number"&&(a=Math.round(a)
+"px");return a},Oq=function(a){var b=Nq,c;(c=Iq(a,"display"))||(c=a.currentStyle?
a.currentStyle.display:null);if((c||a.style&&a.style.display)!="none")return
b(a);c=a.style;var
d=c.display,e=c.visibility,f=c.position;c.visibility="hidden";c.position="absolute"
;c.display="inline";a=b(a);c.display=d;c.position=f;c.visibility=e;return
a},Nq=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=Cc&&!b&&!c;return(b===void
0||d)&&a.getBoundingClientRect?
(a=Jq(a),new Ak(a.right-a.left,a.bottom-a.top)):new Ak(b,c)},Pq=function(a){var
b=new Ak(a.offsetWidth,a.offsetHeight);var c=Iq(a,"paddingLeft");var
d=Iq(a,"paddingRight"),e=Iq(a,"paddingTop"),f=Iq(a,"paddingBottom");c=new
J(parseFloat(e),parseFloat(d),parseFloat(f),parseFloat(c));d=Iq(a,"borderLeftWidth"
);e=Iq(a,"borderRightWidth");f=Iq(a,"borderTopWidth");a=Iq(a,"borderBottomWidth");a
=new J(parseFloat(f),parseFloat(e),parseFloat(a),parseFloat(d));return new
Ak(b.width-a.left-c.left-c.right-a.right,
b.height-a.top-c.top-c.bottom-a.bottom)};var Qq=function(a,b)
{b=Math.pow(10,b);return Math.floor(a*b)/b};function Rq(a,b,c,d){if(!
a)return{value:d,done:!1};d=b(d,a);var e=c(d,a);return!e&&vc(a,"parentElement")?
Rq(a.parentElement||null,b,c,d):{done:e,value:d}}var Sq=function(a,b,c,d){if(!
a)return d;d=Rq(a,b,c,d);if(!d.done)try{var e=Io(a),f=e&&Po(e);return
Sq(f&&f.frameElement,b,c,d.value)}catch(g){}return d.value};
function Tq(a){var b=!zc||Tc();return Sq(a,function(c,d)
{c=vc(d,"style")&&d.style&&Hq(d,"visibility");return{hidden:c==="hidden",visible:b&
&c==="visible"}},function(c){return c.hidden||c.visible},{hidden:!1,visible:!
1}).hidden}
var Uq=function(a){return Sq(a,function(b,c){return!(!vc(c,"style")||!c.style||
Hq(c,"display")!=="none")},function(b){return b},!1)?!0:Tq(a)},Vq=function(a)
{return new J(a.top,a.right,a.bottom,a.left)},Wq=function(a){var b=a.top||
0,c=a.left||0;return new J(b,c+(a.width||0),b+(a.height||0),c)},Xq=function(a)
{return a!=null&&a>=0&&a<=1};function Yq(){var a=Ob();return a?
fc("AmazonWebAppPlatform;Android TV;Apple
TV;AppleTV;BRAVIA;BeyondTV;Freebox;GoogleTV;HbbTV;LongTV;MiBOX;MiTV;NetCast.TV;Netc
ast;Opera TV;PANASONIC;POV_TV;SMART-TV;SMART_TV;SWTV;Smart TV;SmartTV;TV
Store;UnionTV;WebOS".split(";"),function(b){return Ib(a,b)})||Ib(a,"OMI/")&&!
Ib(a,"XiaoMi/")?!0:Ib(a,"Presto")&&Ib(a,"Linux")&&!Ib(a,"X11")&&!Ib(a,"Android")&&!
Ib(a,"Mobi"):!1}
function Zq(){var a=Ob();return Ib(a,"AppleTV")||Ib(a,"Apple TV")||
Ib(a,"CFNetwork")||Ib(a,"tvOS")}function $q(a){return(a=a.userAgentData)?
a.brands.some(function(b){return
b.brand.includes("kepler_webview")}):Ib(Ob(),"Kepler")}function ar(){var a;
(a=Ib(Ob(),"CrKey")&&!(Ib(Ob(),"CrKey")&&Ib(Ob(),"SmartSpeaker"))||
Ib(Ob(),"PlayStation")||Ib(Ob(),"Roku")||Yq()||Ib(Ob(),"Xbox")||Zq())||
(a=Ob(),a=Ib(a,"sdk_google_atv_x86")||Ib(a,"Android TV"));return a};var
cr=function(){this.l=!Yi(O.top);this.C=Rh()||Sh();var
a=cp();a=a.length>0&&a[a.length-1]!=null&&a[a.length-1].url!=null?((a=a[a.length-
1].url.match(Si)[3]||null)?decodeURI(a):a)||"":"";this.domain=a;this.g=new
J(0,0,0,0);this.B=new Ak(0,0);this.o=new Ak(0,0);this.I=new
J(0,0,0,0);this.frameOffset=new wk(0,0);this.A=0;this.L=!1;this.j=!(!O||!
Bq(O).Ea);br(this)},dr=function(a,b){b&&b.screen&&(a.B=new
Ak(b.screen.width,b.screen.height))},er=function(a,b){a:{var c=a.g?new
Ak(a.g.getWidth(),a.g.getHeight()):
new Ak(0,0);b=b===void 0?O:b;b!==null&&b!=b.top&&(b=b.top);var d=0,e=0;try{var
f=b.document,g=f.body,h=f.documentElement;if(f.compatMode=="CSS1Compat"&&h.scrollHe
ight)d=h.scrollHeight!=c.height?h.scrollHeight:h.offsetHeight,e=h.scrollWidth!
=c.width?h.scrollWidth:h.offsetWidth;else{var
k=h.scrollHeight,l=h.scrollWidth,n=h.offsetHeight,p=h.offsetWidth;h.clientHeight!
=n&&(k=g.scrollHeight,l=g.scrollWidth,n=g.offsetHeight,p=g.offsetWidth);k>c.height?
k>n?(d=k,e=l):(d=n,e=p):k<n?(d=k,e=l):(d=n,e=p)}var r=
new Ak(e,d);break a}catch(t){r=new Ak(-12245933,-12245933);break a}r=void
0}a.o=r},br=function(a){O&&O.document&&(a.I=Dq(!1,O,a.C),a.g=Dq(!
0,O,a.C),er(a,O),dr(a,O))},gr=function(){var a=fr();if(a.A>0||a.L)return!
0;a=tp().j.isVisible();var b=Pk(Fo)===0;return a||b},fr=function(){return
K(cr)};var hr=function(a)
{this.l=a;this.j=0;this.g=null};hr.prototype.cancel=function()
{tp().clearTimeout(this.g);this.g=null};var ir=function(a){var
b=tp(),c=Co().g.g;a.g=b.setTimeout(zp(c,kq(143,function(){a.j+
+;a.l.sample()})),tq())};var jr=function(a,b,c){this.l=a;this.ia=c===void
0?"na":c;this.B=[];this.ua=!1;this.o=new uq(-1,!
0,this);this.g=this;this.L=b;this.H=this.D=!1;this.Z="uk";this.P=!1;this.C=!
0};jr.prototype.G=function(){return!1};jr.prototype.initialize=function(){return
this.ua=!0};jr.prototype.Gb=function(){return this.g.Z};jr.prototype.ac=function()
{return this.g.H};var lr=function(a,b,c){if(!a.H||(c===void 0?0:c))a.H=!
0,a.Z=b,a.L=0,a.g!=a||kr(a)};jr.prototype.getName=function(){return this.g.ia};
jr.prototype.gb=function(){return this.g.aa()};jr.prototype.aa=function()
{return{}};jr.prototype.Qa=function(){return this.g.L};var mr=function(a,b)
{kc(a.B,b)||(a.B.push(b),b.Ib(a.g),b.jb(a.o),b.Na()&&(a.D=!
0))};jr.prototype.U=function(){var a=fr();a.g=Dq(!
0,this.l,a.C)};jr.prototype.V=function()
{dr(fr(),this.l)};jr.prototype.ba=function(){return this.o.g};var nr=function(a)
{a=a.g;a.V();a.U();var b=fr();b.I=Dq(!
1,a.l,b.C);er(fr(),a.l);a.o.g=a.ba()};jr.prototype.sample=function(){};
jr.prototype.isActive=function(){return this.g.C};var or=function(a)
{a.D=a.B.length?fc(a.B,function(b){return b.Na()}):!1},pr=function(a){var
b=pc(a.B);ac(b,function(c){c.jb(a.o)})},kr=function(a){var
b=pc(a.B);ac(b,function(c){c.Ib(a.g)});a.g!=a||
pr(a)};m=jr.prototype;m.Ib=function(a){var b=this.g;this.g=a.Qa()>=this.L?a:this;b!
==this.g?(this.C=this.g.C,kr(this)):this.C!==this.g.C&&(this.C=this.g.C,kr(this))};
m.jb=function(a){if(a.j===this.g){var b=this.o,c=this.D;b=!(a&&(c===void 0||!c||
b.volume==a.volume)&&b.l==a.l&&yk(b.g,a.g));this.o=a;b&&pr(this)}};m.Na=function()
{return this.D};m.dispose=function(){this.P=!0};m.Ba=function(){return this.P};var
qr=function(a,b,c,d){this.l=a;this.g=new J(0,0,0,0);this.o=null;this.C=new
J(0,0,0,0);this.j=b;this.R=c;this.P=d;this.M=!1;this.timestamp=-1;this.G=new
vq(b.o,this.g,new J(0,0,0,0),0,0,sq(),0);this.A=void 0};qr.prototype.yd=function()
{return!0};qr.prototype.D=function(){};qr.prototype.dispose=function(){if(!
this.Ba()){var a=this.j;lc(a.B,this);a.D&&this.Na()&&or(a);this.D();this.M=!
0}};qr.prototype.Ba=function(){return this.M};
var rr=function(a,b){return a.A?new
J(Math.max(b.top+a.A.top,b.top),Math.min(b.left+a.A.right,b.right),Math.min(b.top+a
.A.bottom,b.bottom),Math.max(b.left+a.A.left,b.left)):xk(b)};m=qr.prototype;m.gb=fu
nction(){return this.j.gb()};m.Qa=function(){return this.j.Qa()};m.Gb=function()
{return this.j.Gb()};m.ac=function(){return this.j.ac()};m.Ib=function()
{};m.jb=function(){this.bb()};m.Na=function(){return this.P};var sr=function(a)
{this.B=!1;this.g=a;this.o=function(){}};m=sr.prototype;m.Qa=function(){return
this.g.Qa()};m.Gb=function(){return this.g.Gb()};m.ac=function(){return
this.g.ac()};m.create=function(a,b,c){var
d=null;this.g&&(d=this.yc(a,b,c),mr(this.g,d));return d};m.Ce=function(){return
this.Pb()};m.Pb=function(){return!1};m.init=function(a){return this.g.initialize()?
(mr(this.g,this),this.o=a,!0):!1};m.Ib=function(a)
{a.Qa()==0&&this.o(a.Gb(),this)};m.jb=function(){};m.Na=function(){return!1};
m.dispose=function(){this.B=!0};m.Ba=function(){return this.B};m.gb=function()
{return{}};var tr=function(a,b,c){this.l=c===void 0?
0:c;this.j=a;this.g=b==null?"":b},ur=function(a){switch(Math.trunc(a.l)){case -
16:return-16;case -8:return-8;case 0:return 0;case 8:return 8;case 16:return
16;default:return 16}},vr=function(a,b){return a.l<b.l?!0:a.l>b.l?!1:a.j<b.j?!
0:a.j>b.j?!1:typeof a.g<typeof b.g?!0:typeof a.g>typeof b.g?!1:a.g<b.g};var
wr=function(){this.l=0;this.g=[];this.j=!1};wr.prototype.add=function(a,b,c){+
+this.l;a=new tr(a,b,c);this.g.push(new tr(a.j,a.g,a.l+this.l/4096));this.j=!
0;return this};
var xr=function(a,b){ac(b.g,function(c){a.add(c.j,c.g,ur(c))})},yr=function(a,b)
{var c=c===void 0?0:c;var d=d===void 0?!0:d;dj(b,function(e,f){d&&e===void 0||
a.add(f,e,c)});return a},Ar=function(a){var b=zr;a.j&&(rc(a.g,function(c,d){return
vr(d,c)?1:vr(c,d)?-1:0}),a.j=!1);return ec(a.g,function(c,d){d=b(d);return""+c+(c!
=""&&d!=""?"&":"")+d},"")};var zr=function(a){var b=a.j;a=a.g;return a===""?
b:typeof a==="boolean"?a?b:"":Array.isArray(a)?a.length===0?b:b+"="+a.join():b+"="+
(kc(["mtos","tos","p"],b)?a:encodeURIComponent(a))};var Br=function(a){var
b=b===void 0?!0:b;this.g=new wr;a!==void
0&&xr(this.g,a);b&&this.g.add("v","unreleased",-
16)};Br.prototype.toString=function(){var
a="//pagead2.googlesyndication.com//pagead/gen_204",b=Ar(this.g);b.length>0&&(a+="?
"+b);return a};var Cr=function(a){var b=[],c=[];Th(a,function(d,e){if(!(e in
Object.prototype)&&typeof d!
="undefined")switch(Array.isArray(d)&&(d=d.join(",")),d=[e,"=",d].join(""),e){case
"adk":case "r":case "tt":case "error":case "mtos":case "tos":case "p":case
"bs":b.unshift(d);break;case "req":case "url":case "referrer":case
"iframe_loc":c.push(d);break;default:b.push(d)}});return
b.concat(c)},Dr=function(a){a=a.toString();tp();pj(O,a)};var Er=function()
{this.g=0};function Fr(a){a&&typeof a.dispose=="function"&&a.dispose()};var
P=function(){this.L=this.L;this.I=this.I};P.prototype.L=!
1;P.prototype.Ba=function(){return this.L};P.prototype.dispose=function(){this.L||
(this.L=!0,this.O())};P.prototype[Symbol.dispose]=function(){this.dispose()};var
Hr=function(a,b){Gr(a,gb(Fr,b))},Gr=function(a,b){a.L?b():(a.I||
(a.I=[]),a.I.push(b))};P.prototype.O=function()
{if(this.I)for(;this.I.length;)this.I.shift()()};var Ir=function(a,b,c)
{ac(a.l,function(d){var e=a.g;if(!d.g&&(d.l(b,c),d.o())){d.g=!0;var f=d.j(),g=new
wr;g.add("id","av-
js");g.add("type","verif");g.add("vtype",d.B);d=K(Er);g.add("i",d.g+
+);g.add("adk",e);yr(g,f);e=new Br(g);Dr(e)}})};var Jr=function()
{this.j=this.l=this.o=this.g=0},Kr=function(a,b,c,d)
{b&&(a.g+=c,a.j+=c,a.o+=c,a.l=Math.max(a.l,a.o));if(d===void 0?!b:d)a.o=0};var
Lr=[1,.75,.5,.3,0],Mr=function(a){this.j=a=a===void 0?
Lr:a;this.g=dc(this.j,function(){return new Jr})},Or=function(a,b){return
Nr(a,function(c){return c.g},b===void 0?!0:b)},Qr=function(a,b){return
Pr(a,b,function(c){return c.g})},Rr=function(a,b){return Nr(a,function(c){return
c.l},b===void 0?!0:b)},Sr=function(a,b){return Pr(a,b,function(c){return
c.l})},Tr=function(a,b){return Pr(a,b,function(c){return c.j})},Ur=function(a)
{ac(a.g,function(b){b.j=0})},Vr=function(a,b,c,d,e,f,g){g=g===void 0?
!0:g;c=f?Math.min(b,c):c;for(f=0;f<a.j.length;f++){var h=a.j[f],k=c>0&&c>=h;h=!
(b>0&&b>=h)||d;Kr(a.g[f],g&&k,e,!g||h)}},Nr=function(a,b,c){a=dc(a.g,function(d)
{return b(d)});return c?a:Wr(a)},Pr=function(a,b,c){var d=jc(a.j,function(e){return
b<=e});return d==-1?0:c(a.g[d])},Wr=function(a){return dc(a,function(b,c,d){return
c>0?d[c]-d[c-1]:d[c]})};var Xr=function(){this.j=new Mr;this.Z=this.V=0;this.ba=new
Jr;this.H=this.C=-1;this.ia=1E3;this.va=new
Mr([1,.9,.8,.7,.6,.5,.4,.3,.2,.1,0]);this.P=this.K=-1},Yr=function(a,b){return
Rr(a.j,b===void 0?!0:b)};
Xr.prototype.L=function(a,b,c,d){this.C=this.C!=-1?
Math.min(this.C,b.X):b.X;this.H=Math.max(this.H,b.X);this.K=this.K!=-1?
Math.min(this.K,b.sa):b.sa;this.P=Math.max(this.P,b.sa);Vr(this.va,b.sa,c.sa,b.g,a,
d);this.V+=a;b.X===0&&(this.Z+=a);Vr(this.j,b.X,c.X,b.g,a,d);c=d||c.xb!=b.xb?
c.isVisible()&&b.isVisible():c.isVisible();b=!b.isVisible()||
b.g;Kr(this.ba,c,a,b)};Xr.prototype.Ta=function(){return
this.ba.l>=this.ia};if(Fo&&Fo.URL){var Zr=Fo.URL,$r;if($r=!!Zr){var as;a:{if(Zr)
{var bs=RegExp(".*[&#?]google_debug(=[^&]*)?(&.*)?$");try{var
cs=bs.exec(decodeURIComponent(Zr));if(cs){as=cs[1]&&cs[1].length>1?
cs[1].substring(1):"true";break a}}catch(a){}}as=""}$r=as.length>0}gq.se(!$r)}var
ds=function(a,b,c,d){var e=e===void 0?!1:e;c=kq(d,c);Ph(a,b,c,{capture:e})};var
es=new J(0,0,0,0);function fs(a,b){b=gs(b);return b===0?0:gs(a)/b}function gs(a)
{return Math.max(a.bottom-a.top,0)*Math.max(a.right-a.left,0)}function hs(a,b){if(!
a||!b)return!1;for(var c=0;a!==null&&c++<100;){if(a===b)return!
0;try{if(a=a.parentElement||a){var
d=Io(a),e=d&&Po(d),f=e&&e.frameElement;f&&(a=f)}}catch(g){break}}return!1}
function is(a,b,c){if(!a||!b)return!1;b=zk(xk(a),-b.left,-
b.top);a=(b.left+b.right)/2;b=(b.top+b.bottom)/
2;Yi(window.top)&&window.top&&window.top.document&&(window=window.top);if(!
Cq())return!1;a=window.document.elementFromPoint(a,b);if(!a)return!
1;b=(b=(b=Io(c))&&b.defaultView&&b.defaultView.frameElement)&&hs(b,a);var
d=a===c;a=!d&&a&&Wo(a,function(e){return e===c});return!(b||d||a)}
function js(a,b,c,d){return fr().l?!1:a.getWidth()<=0||a.getHeight()<=0?!0:c&&d?
jq(208,function(){return is(a,b,c)}):!1};var ks=new J(0,0,0,0),ms=function(a,b,c)
{P.call(this);this.position=xk(ks);this.dd=this.Pc();this.Sd=-
2;this.Nh=Date.now();this.Df=-1;this.Tc=b;this.Sc=null;this.Wb=!
1;this.kd=null;this.opacity=-1;this.Bh=c;this.Oh=!1;this.Vd=function()
{};this.Ff=function(){};this.ta=new Xo;this.ta.nb=a;this.ta.g=a;this.Ra=!
1;this.ub={Xd:null,Wd:null};this.yf=!0;this.wc=null;this.Jb=this.fh=!1;Co().A+
+;this.qa=this.Md();this.Cf=-1;this.W=null;this.Ze=this.Zg=!1;this.R=new
vo;Eo(this.R);ls(this);this.Bh==1?yo(this.R,
"od",1):yo(this.R,"od",0)};v(ms,P);ms.prototype.O=function()
{this.ta.g&&(this.ub.Xd&&(Qh(this.ta.g,"mouseover",this.ub.Xd),this.ub.Xd=null),thi
s.ub.Wd&&(Qh(this.ta.g,"mouseout",this.ub.Wd),this.ub.Wd=null));this.wc&&this.wc.di
spose();this.W&&this.W.dispose();delete this.dd;delete this.Vd;delete
this.Ff;delete this.ta.nb;delete this.ta.g;delete this.ub;delete this.wc;delete
this.W;delete this.R;P.prototype.O.call(this)};ms.prototype.ib=function(){return
this.W?this.W.g:this.position};
ms.prototype.ge=function(a){Co().ge(a)};var ls=function(a){a=a.ta.nb;var
b;if(b=a&&a.getAttribute)b=/-[a-z]/.test("googleAvInapp")?!
1:Go&&a.dataset?"googleAvInapp"in a.dataset:a.hasAttribute?
a.hasAttribute("data-"+Pi()):!!a.getAttribute("data-"+Pi());b&&(fr().j=!
0)};ms.prototype.Na=function(){return!1};ms.prototype.Pc=function(){return new
Xr};ms.prototype.pa=function(){return this.dd};
var ns=function(a,b){b!=a.Jb&&(a.Jb=b,a=fr(),b?a.A+
+:a.A>0&&a.A--)},os=function(a,b){if(a.W)
{if(b.getName()===a.W.getName())return;a.W.dispose();a.W=null}b=b.create(a.ta.g,a.R
,a.Na());if(b=b!=null&&b.yd()?b:null)a.W=b},ps=function(a,b,c){if(!a.Sc||a.Tc==-1||
b.getTimestamp()===-1||a.Sc.getTimestamp()===-1)return 0;a=b.getTimestamp()-
a.Sc.getTimestamp();return a>c?0:a};ms.prototype.Ve=function(a){return
ps(this,a,1E4)};
var qs=function(a,b,c){if(a.W){a.W.bb();var d=a.W.G,e=d.l,f=e.g;if(d.B!=null){var
g=d.j;a.kd=new wk(g.left-f.left,g.top-f.top)}f=a.td()?
Math.max(d.g,d.o):d.g;g={};e.volume!
==null&&(g.volume=e.volume);e=a.Ve(d);a.Sc=d;a.ve(f,b,c,!
1,g,e,d.A)}},rs=function(a){if(a.Wb&&a.wc){var
b=zo(a.R,"od")==1,c=fr().g,d=a.wc,e=a.W?a.W.getName():"ns",f=a.kd,g=new
Ak(c.getWidth(),c.getHeight());c=a.td();a={Kh:e,kd:f,Yh:g,td:c,X:a.qa.X,Th:b};if(b=
d.j){b.bb();e=b.G;f=e.l.g;var h=g=null;e.B!=null&&f&&(g=e.j,g=new wk(g.left-
f.left,g.top-f.top),h=new Ak(f.right-f.left,f.bottom-f.top));e=c?
Math.max(e.g,e.o):e.g;c={Kh:b.getName(),kd:g,Yh:h,td:c,Th:!1,X:e}}else
c=null;c&&Ir(d,a,c)}};m=ms.prototype;m.ve=function(a,b,c,d,e,f,g){this.Ra||
(this.Wb&&(a=this.zd(a,c,e,g),d=d&&this.qa.X>=(this.xb()?.3:.5),this.we(f,a,d),this
.Tc=b,a.X>0&&-1===this.Cf&&(this.Cf=b),this.Df==-
1&&this.Ta()&&(this.Df=b),this.Sd==-2&&(this.Sd=gs(this.ib())?a.X:-
1),this.qa=a),this.Vd(this))};m.we=function(a,b,c)
{this.pa().L(a,b,this.qa,c)};m.Md=function(){return new jo};
m.zd=function(a,b,c,d){c=this.Md();c.g=b;b=tp().j;b=Pk(Fo)===0?-1:b.isVisible()?
0:1;c.j=b;c.X=this.Ed(a);c.xb=this.xb();c.sa=d;return c};m.Ed=function(a){return
this.opacity===0&&zo(this.R,"opac")===1?0:a};m.xb=function(){return!
1};m.td=function(){return this.Zg||this.fh};m.za=function(){return
0};m.Ta=function(){return this.dd.Ta()};m.Xe=function(){var a=this.Wb;a=(this.Ze||
this.Ba())&&!a;var b=Co().j!==2||this.Oh;return this.Ra||b&&a?2:this.Ta()?
4:3};m.Nc=function(){return 0};
var ts=function(a,b,c){b&&(a.Vd=b);c&&(a.Ff=c)};var us=function()
{};us.prototype.next=function(){return vs};var vs={done:!0,value:void
0};us.prototype.Db=function(){return this};var ws=function()
{this.o=this.g=this.l=this.j=this.B=0},xs=function(a){var b={};b=(b.ptlt=ib()-
a.B,b);var c=a.j;c&&(b.pnk=c);(c=a.l)&&(b.pnc=c);(c=a.o)&&(b.pnmm=c);
(a=a.g)&&(b.pns=a);return b};var ys=function(){jo.call(this);this.fullscreen=!
1;this.volume=void 0;this.l=!1;this.mediaTime=-1};v(ys,jo);var zs=function(a)
{return Xq(a.volume)&&a.volume>0};var Bs=function(a,b,c,d){c=c===void 0?!
0:c;d=d===void 0?function(){return!0}:d;return function(e){var
f=e[a];if(Array.isArray(f)&&d(e))return As(f,b,c)}},Cs=function(a,b){return
function(c){return b(c)?c[a]:void 0}},Ds=function(a){return function(b){for(var
c=0;c<a.length;c++)if(a[c]===b.e||a[c]===void 0&&!b.hasOwnProperty("e"))return!
0;return!1}},As=function(a,b,c){return c===void 0||c?cc(a,function(d,e){return
kc(b,e)}):dc(b,function(d,e,f){return a.slice(e>0?f[e-
1]+1:0,d+1).reduce(function(g,h){return g+
h},0)})};var Es=Ds([void 0,1,2,3,4,8,16]),Fs=Ds([void
0,4,8,16]),Gs={sv:"sv",v:"v",cb:"cb",e:"e",nas:"nas",msg:"msg","if":"if",sdk:"sdk",
p:"p",p0:Cs("p0",Fs),p1:Cs("p1",Fs),p2:Cs("p2",Fs),p3:Cs("p3",Fs),cp:"cp",tos:"tos"
,mtos:"mtos",amtos:"amtos",mtos1:Bs("mtos1",[0,2,4],!1,Fs),mtos2:Bs("mtos2",
[0,2,4],!1,Fs),mtos3:Bs("mtos3",[0,2,4],!
1,Fs),mcvt:"mcvt",ps:"ps",scs:"scs",bs:"bs",vht:"vht",mut:"mut",a:"a",a0:Cs("a0",Fs
),a1:Cs("a1",Fs),a2:Cs("a2",Fs),a3:Cs("a3",Fs),ft:"ft",dft:"dft",at:"at",dat:"dat",
as:"as",
vpt:"vpt",gmm:"gmm",std:"std",efpf:"efpf",swf:"swf",nio:"nio",px:"px",nnut:"nnut",v
mer:"vmer",vmmk:"vmmk",vmiec:"vmiec",nmt:"nmt",tcm:"tcm",bt:"bt",pst:"pst",vpaid:"v
paid",dur:"dur",vmtime:"vmtime",dtos:"dtos",dtoss:"dtoss",dvs:"dvs",dfvs:"dfvs",dvp
t:"dvpt",fmf:"fmf",vds:"vds",is:"is",i0:"i0",i1:"i1",i2:"i2",i3:"i3",ic:"ic",cs:"cs
",c:"c",c0:Cs("c0",Fs),c1:Cs("c1",Fs),c2:Cs("c2",Fs),c3:Cs("c3",Fs),mc:"mc",nc:"nc"
,mv:"mv",nv:"nv",qmt:Cs("qmtos",Es),qnc:Cs("qnc",Es),qmv:Cs("qmv",Es),qnv:Cs("qnv",
Es),
raf:"raf",rafc:"rafc",lte:"lte",ces:"ces",tth:"tth",femt:"femt",femvt:"femvt",emc:"
emc",emuc:"emuc",emb:"emb",avms:"avms",nvat:"nvat",qi:"qi",psm:"psm",psv:"psv",psfv
:"psfv",psa:"psa",pnk:"pnk",pnc:"pnc",pnmm:"pnmm",pns:"pns",ptlt:"ptlt",pngs:"pings
",veid:"veid",ssb:"ssb",ss0:Cs("ss0",Fs),ss1:Cs("ss1",Fs),ss2:Cs("ss2",Fs),ss3:Cs("
ss3",Fs),dc_rfl:"urlsigs",obd:"obd",omidp:"omidp",omidr:"omidr",omidv:"omidv",omida
:"omida",omids:"omids",omidpv:"omidpv",omidam:"omidam",omidct:"omidct",omidia:"omid
ia",
omiddc:"omiddc",omidlat:"omidlat",omiddit:"omiddit",nopd:"nopd",co:"co",tm:"tm",tu:
"tu"},Hs=Object.assign({},Gs,{avid:function(a){return function(){return a}}
("audio"),avas:"avas",vs:"vs"}),Is={atos:"atos",avt:Bs("atos",
[2]),davs:"davs",dafvs:"dafvs",dav:"dav",ss:function(a,b){return function(c){return
c[a]===void 0&&b!==void 0?b:c[a]}}("ss",0),t:"t"};var Js=function()
{this.j=this.g=""};var Ks=function(){},Ls=function(a,b){var c={};if(a!==void
0)if(b!=null)for(var d in b){var e=b[d];d in Object.prototype||e!
=null&&(c[d]=typeof e==="function"?e(a):a[e])}else oi(c,a);return Ar(yr(new
wr,c))};var Ms=function(){var
a={};this.j=(a.vs=[1,0],a.vw=[0,1],a.am=[2,2],a.a=[4,4],a.f=[8,8],a.bm=[16,16],a.b=
[32,32],a.avw=[0,64],a.avs=[64,0],a.pv=[256,256],a.gdr=[0,512],a.p=[0,1024],a.r=[0,
2048],a.m=[0,4096],a.um=[0,8192],a.ef=[0,16384],a.s=[0,32768],a.pmx=[0,16777216],a.
mut=[33554432,33554432],a.umutb=[67108864,67108864],a.tvoff=[134217728,134217728],a
);this.g={};for(var b in this.j)this.j[b][1]>0&&(this.g[b]=0);this.l=0};
Ms.prototype.reportEvent=function(a){var
b=this.j[a],c=b[1];this.l+=b[0];c>0&&this.g[a]==0&&(this.g[a]=1)};var
Ns=function(a){var b=Yh(a.j),c=0,d;for(d in a.g)kc(b,d)&&a.g[d]==1&&(c+=a.j[d]
[1],a.g[d]=2);return c},Os=function(a){var b=0,c;for(c in a.g){var
d=a.g[c];if(d==1||d==2)b+=a.j[c][1]}return b};var Ps=function()
{this.g=this.j=0};Ps.prototype.getValue=function(){return this.j};var
Qs=function(a,b,c){b>=32||(a.g&1<<b&&!c?a.j&=~(1<<b):a.g&1<<b||!c||(a.j|=1<<b),a.g|
=1<<b)};var Rs=function(){Xr.call(this);this.l=new
Jr;this.aa=this.D=this.M=0;this.I=-1;this.wa=new Jr;this.B=new Jr;this.g=new
Mr;this.A=this.o=-1;this.G=new Jr;this.ia=2E3;this.U=new Ps;this.ca=new
Ps;this.fa=new Ps};v(Rs,Xr);var Ss=function(a,b,c){var d=a.aa;rq||c||a.I==-1||
(d+=b-a.I);return d};
Rs.prototype.L=function(a,b,c,d){if(!b.l){Xr.prototype.L.call(this,a,b,c,d);var
e=zs(b)&&zs(c),f=(d?Math.min(b.X,c.X):c.X)>=.5;Xq(b.volume)&&(this.o=this.o!=-1?
Math.min(this.o,b.volume):b.volume,this.A=Math.max(this.A,b.volume));f&&(this.M+=a,
this.D+=e?a:0);Vr(this.g,b.X,c.X,b.g,a,d,e);Kr(this.l,!
0,a);Kr(this.B,e,a);Kr(this.G,c.fullscreen,a);Kr(this.wa,e&&!
f,a);a=Math.floor(b.mediaTime/
1E3);Qs(this.U,a,b.isVisible());Qs(this.ca,a,b.X>=1);Qs(this.fa,a,zs(b))}};var
Ts=function(){this.l=!1};Ts.prototype.j=function(a){this.l||(this.g(a)?
(a=this.L.report(this.o,a),this.B|=a,a=a==0):a=!1,this.l=a)};var Us=function(a,b)
{this.l=!1;this.o=a;this.L=b;this.B=0};v(Us,Ts);Us.prototype.g=function(){return!
0};Us.prototype.A=function(){return!1};Us.prototype.getId=function(){var
a=this,b=bi(function(c){return c==a.o});return
Aq[b].toString()};Us.prototype.toString=function(){var
a="";this.A()&&(a+="c");this.l&&(a+="s");this.B>0&&(a+=":"+this.B);return
this.getId()+a};var Vs=function(a,b)
{Us.call(this,a,b);this.C=[]};v(Vs,Us);Vs.prototype.j=function(a,b){b=b===void 0?
null:b;b!=null&&this.C.push(b);Us.prototype.j.call(this,a)};var Ws=function(){};var
Xs=function(){};v(Xs,Ws);Xs.prototype.j=function(){return
null};Xs.prototype.l=function(){return[]};var Ys=function(a,b,c,d)
{qr.call(this,a,b,c,d)};v(Ys,qr);m=Ys.prototype;m.Cd=function(){if(this.l){var
a=this.l,b=this.j.g.l;try{try{var c=Vq(a.getBoundingClientRect())}catch(l){c=new
J(0,0,0,0)}var d=c.right-c.left,e=c.bottom-c.top,f=Lq(a,b),g=f.x,h=f.y;var k=new
J(Math.round(h),Math.round(g+d),Math.round(h+e),Math.round(g))}catch(l)
{k=xk(es)}this.o=k;this.g=rr(this,this.o)}};m.Ne=function()
{this.C=this.j.o.g};m.af=function(a){var b=zo(this.R,"od")==1;return
js(a,this.C,this.l,b)};
m.Oe=function(){this.timestamp=sq()};
m.bb=function(){this.Oe();this.Cd();if(this.l&&typeof
this.l.videoWidth==="number"&&typeof this.l.videoHeight==="number"){var
a=this.l;var b=new Ak(a.videoWidth,a.videoHeight);a=this.g;var
c=a.getWidth(),d=a.getHeight(),e=b.width;b=b.height;e<=0||b<=0||c<=0||d<=0||(e/
=b,a=xk(a),e>c/d?(c/=e,d=(d-c)/
2,d>0&&(d=a.top+d,a.top=Math.round(d),a.bottom=Math.round(d+c))):
(d*=e,c=Math.round((c-d)/
2),c>0&&(c=a.left+c,a.left=Math.round(c),a.right=Math.round(c+d))));this.g=a}this.N
e();a=this.g;c=this.C;a=a.left<=
c.right&&c.left<=a.right&&a.top<=c.bottom&&c.top<=a.bottom?new
J(Math.max(a.top,c.top),Math.min(a.right,c.right),Math.min(a.bottom,c.bottom),Math.
max(a.left,c.left)):new J(0,0,0,0);c=a.top>=a.bottom||a.left>=a.right?new
J(0,0,0,0):a;a=this.j.o;b=e=d=0;if((this.g.bottom-this.g.top)*(this.g.right-
this.g.left)>0)if(this.af(c))c=new J(0,0,0,0);else{d=fr().B;b=new
J(0,d.height,d.width,0);var f;d=fs(c,(f=this.A)!=null?
f:this.g);e=fs(c,fr().g);b=fs(c,b)}f=c.top>=c.bottom||c.left>=c.right?new
J(0,0,0,0):
zk(c,-this.g.left,-this.g.top);gr()||(e=d=0);this.G=new
vq(a,this.g,f,d,e,this.timestamp,b)};m.getName=function(){return
this.j.getName()};var Zs=new J(0,0,0,0),$s=function(a,b,c)
{qr.call(this,null,a,b,c);this.L=a.isActive();this.I=0};v($s,Ys);m=$s.prototype;m.y
d=function(){this.B();return!0};m.jb=function()
{Ys.prototype.bb.call(this)};m.Oe=function(){};m.Cd=function(){};m.bb=function()
{this.B();Ys.prototype.bb.call(this)};m.Ib=function(a){a=a.isActive();a!
==this.L&&(a?this.B():(fr().g=new J(0,0,0,0),this.g=new J(0,0,0,0),this.C=new
J(0,0,0,0),this.timestamp=-1));this.L=a};function at(a)
{return[a.top,a.left,a.bottom,a.right]}
var
bt={},ct=(bt.firstquartile=0,bt.midpoint=1,bt.thirdquartile=2,bt.complete=3,bt),dt=
function(a,b,c,d,e,f){f=f===void 0?new
Xs:f;ms.call(this,b,c,d);this.fe=e;this.Hd=0;this.ka={};this.ha=new
Ms;this.Gf={};this.ma="";this.pb=null;this.Pa=!
1;this.g=[];this.Va=f.j();this.A=f.l();this.B=null;this.l=-1;this.aa=this.G=void
0;this.K=this.H=0;this.U=-1;this.ia=this.ca=!
1;this.P=this.D=this.j=this.Ob=this.Oa=0;new Mr;this.V=this.ba=0;this.fa=-
1;this.la=0;this.C=Jh;this.M=[this.Pc()];this.Fb=2;this.Bb={};
this.Bb.pause="p";this.Bb.resume="r";this.Bb.skip="s";this.Bb.mute="m";this.Bb.unmu
te="um";this.Bb.exitfullscreen="ef";this.o=null;this.va=this.wa=!
1;this.Eb=Math.floor(Date.now()/1E3-
1704067200);this.Z=0};v(dt,ms);dt.prototype.Na=function(){return!0};var
et=function(a){a.Ze=!0;a.la!=0&&(a.la=3)},ft=function(a){return a===void 0?
a:Number(a)?Qq(a,3):0};m=dt.prototype;m.Ve=function(a){return
ps(this,a,Math.max(1E4,this.l/3))};
m.ve=function(a,b,c,d,e,f,g){var h=this,k=this.C(this)||
{};oi(k,e);this.l=k.duration||this.l;this.G=k.isVpaid||this.G;this.aa=k.isYouTube||
this.aa;tp();this.va=!
1;e=gt(this,b);ht(this)===1&&(f=e);ms.prototype.ve.call(this,a,b,c,d,k,f,g);this.Va
&&this.Va.l&&ac(this.A,function(l){l.j(h)})};
m.we=function(a,b,c)
{ms.prototype.we.call(this,a,b,c);it(this).L(a,b,this.qa,c);this.ia=zs(this.qa)&&zs
(b);this.U==-
1&&this.ca&&(this.U=this.pa().l.g);this.ha.l=0;a=this.Ta();b.isVisible()&&this.ha.r
eportEvent("vs");a&&this.ha.reportEvent("vw");Xq(b.volume)&&this.ha.reportEvent("am
");zs(b)?
this.ha.reportEvent("a"):this.ha.reportEvent("mut");this.Jb&&this.ha.reportEvent("f
");b.j!=-
1&&(this.ha.reportEvent("bm"),b.j==1&&(this.ha.reportEvent("b"),zs(b)&&this.ha.repo
rtEvent("umutb")));zs(b)&&b.isVisible()&&
this.ha.reportEvent("avs");this.ia&&a&&this.ha.reportEvent("avw");b.X>0&&this.ha.re
portEvent("pv");jt(this,this.pa().l.g,!
0)&&this.ha.reportEvent("gdr");Sr(this.pa().j,1)>=2E3&&this.ha.reportEvent("pmx");t
his.va&&this.ha.reportEvent("tvoff")};m.Pc=function(){return new
Rs};m.pa=function(){return this.dd};var it=function(a,b){return a.M[b!
=null&&b<a.M.length?b:a.M.length-1]};dt.prototype.Md=function(){return new ys};
dt.prototype.zd=function(a,b,c,d){a=ms.prototype.zd.call(this,a,b,c,d===void 0?-
1:d);a.fullscreen=this.Jb;a.l=this.la==2;a.volume=c.volume;Xq(a.volume)||(this.Oa+
+,b=this.qa,Xq(b.volume)&&(a.volume=b.volume));c=c.currentTime;a.mediaTime=c!==void
0&&c>=0?c:-1;return a};
var ht=function(a){var b=!!zo(Co().R,"umt");return a.G||!b&&!a.aa?
0:1},gt=function(a,b){a.la==2?b=0:a.Tc==-1?b=0:(b-=a.Tc,b=b>Math.max(1E4,a.l/3)?
0:b);var c=a.C(a)||{};c=c.currentTime!==void 0?c.currentTime:a.H;var d=c-
a.H,e=0;d>=0?(a.K+=b,a.V+=Math.max(b-d,0),e=Math.min(d,a.K)):a.ba+=Math.abs(d);d!
=0&&(a.K=0);a.fa==-1&&d>0&&(a.fa=qq>=0?sq()-qq:-1);a.H=c;return
e};dt.prototype.Ed=function(a){return fr(),this.Jb?
1:ms.prototype.Ed.call(this,a)};dt.prototype.za=function(){return 1};
dt.prototype.getDuration=function(){return this.l};
var kt=function(a,b){fc(a.A,function(c){return c.o==b.o})||
a.A.push(b)},lt=function(a){var b=Qr(a.pa().g,1);return jt(a,b)},jt=function(a,b,c)
{return b>=15E3?!0:a.ca?(c===void 0?0:c)?!0:a.l>0?b>=a.l/2:a.U>0?b>=a.U:!1:!
1},mt=function(a){var b={},c=fr();b.insideIframe=c.l;b.unmeasurable=a.Ra;var
d=a.ib(),e=a.W?a.W.o:null;b.position=d;e&&!
yk(d,e)&&(b.containerPosition=e);b.exposure=a.qa.X;b.documentSize=c.o;b.viewportSiz
e=new Ak(c.g.getWidth(),c.g.getHeight());a.o!
=null&&(b.presenceData=a.o);b.screenShare=
a.qa.sa;return b},nt=function(a){var
b=Qq(a.qa.X,2),c=a.ha.l,d=a.qa,e=it(a),f=ft(e.o),g=ft(e.A),h=ft(d.volume),k=Qq(e.C,
2),l=Qq(e.H,2),n=Qq(d.X,2),p=Qq(e.K,2),r=Qq(e.P,2);d=Qq(d.sa,2);var
t=xk(a.ib()).round();a=a.W&&a.W.o?xk(a.W?a.W.o:null).round():null;e=Yr(e,!
1);return{Xh:b,bc:c,fd:f,Zc:g,Sb:h,gd:k,bd:l,X:n,hd:p,cd:r,sa:d,position:t,Tb:a,jd:
e}},pt=function(a,b){ot(a.g,b,function(){return{Xh:0,bc:void 0,fd:-1,Zc:-1,Sb:-
1,gd:-1,bd:-1,X:-1,hd:-1,cd:-1,sa:-1,position:void 0,Tb:void 0,jd:[]}});a.g[b]=
nt(a)},ot=function(a,b,c){for(var d=a.length;d<b+1;)a.push(c()),d+
+},tt=function(a,b,c){var d=a.Gf[b];if(d!=null)return d;d=qt(a,b);var
e=bi(function(f){return
f==b});a=rt(a,d,d,c,ct[ci[e]]);b=="fully_viewable_audible_half_duration_impression"
&&(a.std="csm");return a},ut=function(a,b,c){var d=[b];if(a!=b||c!
=b)d.unshift(a),d.push(c);return d},rt=function(a,b,c,d,e)
{if(a.Ra)return{"if":0,vs:0};var f=xk(a.ib()).round(),g=a.W?
a.W.o:null,h=fr(),k=Co(),l=a.pa(),n=a.W?a.W.getName():"ns",p={};p["if"]=h.l?
1:void 0;p.sdk=a.B?a.B:void 0;p.t=a.Nh;p.p=[f.top,f.left,f.bottom,f.right];f&&g&&!
yk(g,f)&&(f=g.round(),p.cp=[f.top,f.left,f.bottom,f.right]);p.tos=Or(l.j,!
1);p.mtos=Yr(l);p.mcvt=l.ba.l;p.ps=void
0;p.vht=Ss(l,sq(),a.la==2);p.mut=l.wa.l;p.a=ft(a.qa.volume);p.mv=ft(l.A);p.fs=a.Jb?
1:0;p.ft=l.G.g;p.at=l.B.g;p.as=l.o>0?1:0;p.atos=Or(l.g);p.ssb=Or(l.va,!
1);p.amtos=Rr(l.g,!
1);p.uac=a.Oa;p.vpt=l.l.g;n=="nio"&&(p.nio=1,p.avms="nio");p.gmm="4";p.gdr=jt(a,l.l
.g,!0)?1:0;p.efpf=a.Fb;if(n=="gsv"||n=="nis")n=a.W,
n.I>0&&(p.nnut=n.I);p.tcm=ht(a);p.nmt=a.ba;p.bt=a.V;p.pst=a.fa;p.vpaid=a.G;p.dur=a.
l;p.vmtime=a.H;p.is=a.ha.l;a.g.length>=1&&(p.i0=a.g[0].bc,p.a0=[a.g[0].Sb],p.c0=[a.
g[0].X],p.ss0=[a.g[0].sa],n=a.g[0].position,f=a.g[0].Tb,p.p0=n?at(n):void 0,n&&f&&!
yk(f,n)&&(p.cp0=at(f)));a.g.length>=2&&(p.i1=a.g[1].bc,p.a1=ut(a.g[1].fd,a.g[1].Sb,
a.g[1].Zc),p.c1=ut(a.g[1].gd,a.g[1].X,a.g[1].bd),p.ss1=ut(a.g[1].hd,a.g[1].sa,a.g[1
].cd),n=a.g[1].position,f=a.g[1].Tb,p.p1=n?at(n):void 0,n&&f&&!
yk(f,n)&&(p.cp1=at(f)),
p.mtos1=a.g[1].jd);a.g.length>=3&&(p.i2=a.g[2].bc,p.a2=ut(a.g[2].fd,a.g[2].Sb,a.g[2
].Zc),p.c2=ut(a.g[2].gd,a.g[2].X,a.g[2].bd),p.ss2=ut(a.g[2].hd,a.g[2].sa,a.g[2].cd)
,n=a.g[2].position,f=a.g[2].Tb,p.p2=n?at(n):void 0,n&&f&&!
yk(f,n)&&(p.cp2=at(f)),p.mtos2=a.g[2].jd);a.g.length>=4&&(p.i3=a.g[3].bc,p.a3=ut(a.
g[3].fd,a.g[3].Sb,a.g[3].Zc),p.c3=ut(a.g[3].gd,a.g[3].X,a.g[3].bd),p.ss3=ut(a.g[3].
hd,a.g[3].sa,a.g[3].cd),n=a.g[3].position,f=a.g[3].Tb,p.p3=n?at(n):void 0,n&&f&&!
yk(f,n)&&(p.cp3=at(f)),p.mtos3=
a.g[3].jd);p.cs=Os(a.ha);b&&(p.ic=Ns(a.ha),p.dvpt=l.l.j,p.dvs=Tr(l.j,.5),p.dfvs=Tr(
l.j,1),p.davs=Tr(l.g,.5),p.dafvs=Tr(l.g,1),c&&(l.l.j=0,Ur(l.j),Ur(l.g)),a.Ta()&&(p.
dtos=l.M,p.dav=l.D,p.dtoss=a.Hd+1,c&&(l.M=0,l.D=0,a.Hd+
+)),p.dat=l.B.j,p.dft=l.G.j,c&&(l.B.j=0,l.G.j=0));p.ps=[h.o.width,h.o.height];p.bs=
[h.g.getWidth(),h.g.getHeight()];p.scs=[h.B.width,h.B.height];p.dom=h.domain;a.Ob&&
(p.vds=a.Ob);if(a.A.length>0||
a.Va)b=pc(a.A),a.Va&&b.push(a.Va),p.pings=dc(b,function(r){return
r.toString()});b=dc(cc(a.A,
function(r){return r.A()}),function(r){return
r.getId()});qc(b);p.ces=b;a.j&&(p.vmer=a.j);a.D&&(p.vmmk=a.D);a.P&&(p.vmiec=a.P);p.
avms=a.W?a.W.getName():"ns";a.W&&oi(p,a.W.gb());d?
(p.c=Qq(a.qa.X,2),p.ss=Qq(a.qa.sa,2)):p.tth=sq()-
pq;p.mc=Qq(l.H,2);p.nc=Qq(l.C,2);p.mv=ft(l.A);p.nv=ft(l.o);p.lte=Qq(a.Sd,2);d=it(a,
e);Yr(l);p.qmtos=Yr(d);p.qnc=Qq(d.C,2);p.qmv=ft(d.A);p.qnv=ft(d.o);p.qas=d.o>0?
1:0;p.qi=a.ma;p.avms||
(p.avms="geo");p.psm=l.U.g;p.psv=l.U.getValue();p.psfv=l.ca.getValue();p.psa=l.fa.g
etValue();
k=Bo(k.R);k.length&&(p.veid=k);a.o&&oi(p,xs(a.o));p.avas=a.Nc();p.vs=a.Xe();p.co=vt
(a);p.tm=l.V;p.tu=l.Z;return p},qt=function(a,b){if(kc(zq,b))return!0;var
c=a.ka[b];return c!==void 0?(a.ka[b]=!0,!c):!1};dt.prototype.Xe=function(){return
this.Ra?2:lt(this)?5:this.Ta()?4:3};dt.prototype.Nc=function(){return this.wa?
this.pa().B.l>=2E3?4:3:2};var vt=function(a){var
b=a.Z.toString(10).padStart(2,"0");b=""+a.Eb+b;a.Z<99&&a.Z++;return b};var
wt=ib(),zt=function(){this.g={};var a=Po();xt(this,a,document);var
b=yt();try{if("1"==b){for(var c=a.parent;c!
=a.top;c=c.parent)xt(this,c,c.document);xt(this,a.top,a.top.document)}}catch(d)
{}},yt=function(){var a=document.documentElement;try{if(!Yi(Po().top))return"2";var
b=[],c=Po(a.ownerDocument);for(a=c;a!
=c.top;a=a.parent)if(a.frameElement)b.push(a.frameElement);else break;return
b&&b.length!=0?"1":"0"}catch(d){return"2"}},xt=function(a,b,c)
{ds(c,"mousedown",function(){return At(a)},301);
ds(b,"scroll",function(){return Bt(a)},302);ds(c,"touchmove",function(){return
Ct(a)},303);ds(c,"mousemove",function(){return
Dt(a)},304);ds(c,"keydown",function(){return Et(a)},305)},At=function(a)
{Th(a.g,function(b){b.l>1E5||++b.l})},Bt=function(a){Th(a.g,function(b){b.g>1E5||+
+b.g})},Ct=function(a){Th(a.g,function(b){b.g>1E5||++b.g})},Et=function(a)
{Th(a.g,function(b){b.j>1E5||++b.j})},Dt=function(a){Th(a.g,function(b){b.o>1E5||+
+b.o})};var Ft=function(){this.g=[];this.j=[]},Gt=function(a,b){return
gc(a.g,function(c){return c.ma==b})},Ht=function(a,b){return b?gc(a.g,function(c)
{return c.ta.nb==b}):null},It=function(a,b){return gc(a.j,function(c){return
c.za()==2&&c.ma==b})},Kt=function(){var a=Jt;return a.g.length==0?
a.j:a.j.length==0?a.g:oc(a.j,a.g)};Ft.prototype.reset=function()
{this.g=[];this.j=[]};
var Lt=function(a,b){a=b.za()==1?a.g:a.j;var c=hc(a,function(d){return
d==b});return c!=-1?(a.splice(c,1),b.W&&b.W.D(),b.dispose(),!0):!1},Mt=function(a)
{var b=Jt;if(Lt(b,a)){switch(a.za()){case 0:var c=function(){return null};case
2:c=function(){return It(b,a.ma)};break;case 1:c=function(){return
Gt(b,a.ma)}}for(var d=c();d;d=c())Lt(b,d)}},Nt=function(a){var
b=Jt;a=cc(a,function(c){return!
Ht(b,c.ta.nb)});b.g.push.apply(b.g,ra(a))},Ot=function(a){var b=[];ac(a,function(c)
{fc(Jt.g,function(d){return d.ta.nb===
c.ta.nb&&d.ma===c.ma})||(Jt.g.push(c),b.push(c))})},Jt=K(Ft);var Pt=function()
{this.g=this.j=null},Qt=function(a,b){if(a.j==null)return!1;var c=function(d,e)
{b(d,e)};a.g=gc(a.j,function(d){return d!=null&&d.Ce()});a.g&&(a.g.init(c)?
nr(a.g.g):b(a.g.g.Gb(),a.g));return a.g!=null};var St=function(a)
{a=Rt(a);sr.call(this,a.length?a[a.length-1]:new
jr(O,0));this.l=a;this.j=null};v(St,sr);m=St.prototype;m.getName=function()
{return(this.j?this.j:this.g).getName()};m.gb=function(){return(this.j?
this.j:this.g).gb()};m.Qa=function(){return(this.j?
this.j:this.g).Qa()};m.init=function(a){var b=!1;ac(this.l,function(c)
{c.initialize()&&(b=!0)});b&&(this.o=a,mr(this.g,this));return
b};m.dispose=function(){ac(this.l,function(a)
{a.dispose()});sr.prototype.dispose.call(this)};
m.Ce=function(){return fc(this.l,function(a){return a.G()})};m.Pb=function(){return
fc(this.l,function(a){return a.G()})};m.yc=function(a,b,c){return new
Ys(a,this.g,b,c)};m.jb=function(a){this.j=a.j};var Rt=function(a){if(!
a.length)return[];a=cc(a,function(c){return c!=null&&c.G()});for(var
b=1;b<a.length;b++)mr(a[b-1],a[b]);return a};var Tt={threshold:
[0,.3,.5,.75,1]},Ut=function(a,b,c,d)
{qr.call(this,a,b,c,d);this.K=this.H=this.I=this.L=this.B=null};v(Ut,Ys);Ut.prototy
pe.yd=function(){var a=this;this.K||(this.K=sq());if(jq(298,function(){return
Vt(a)}))return!0;lr(this.j,"msf");return!1};Ut.prototype.D=function()
{if(this.B&&this.l)try{this.B.unobserve(this.l),this.L?
(this.L.unobserve(this.l),this.L=null):this.I&&(this.I.disconnect(),this.I=null)}ca
tch(a){}};
var Wt=function(a){return a.B&&a.B.takeRecords?a.B.takeRecords():[]},Vt=function(a)
{if(!a.l)return!1;var b=a.l,c=a.j.g.l,d=Co().g.g;a.B=new
c.IntersectionObserver(zp(d,function(e){return Xt(a,e)}),Tt);d=zp(d,function()
{a.B.unobserve(b);a.B.observe(b);Xt(a,Wt(a))});c.ResizeObserver?(a.L=new
c.ResizeObserver(d),a.L.observe(b)):c.MutationObserver&&(a.I=new
y.MutationObserver(d),a.I.observe(b,{attributes:!0,childList:!0,characterData:!
0,subtree:!0}));a.B.observe(b);Xt(a,Wt(a));return!0},Xt=function(a,
b){try{if(b.length){a.H||(a.H=sq());var
c=Yt(b),d=Lq(a.l,a.j.g.l),e=d.x,f=d.y;a.o=new J(Math.round(f),Math.round(e)
+c.boundingClientRect.width,Math.round(f)
+c.boundingClientRect.height,Math.round(e));a.g=rr(a,a.o);var
g=Vq(c.intersectionRect);a.C=zk(g,a.o.left-g.left,a.o.top-g.top)}}catch(h)
{a.D(),lq(299,h)}},Yt=function(a){return ec(a,function(b,c){return b.time>c.time?
b:c},a[0])};m=Ut.prototype;m.bb=function(){var
a=Wt(this);a.length>0&&Xt(this,a);Ys.prototype.bb.call(this)};m.Cd=function(){};
m.af=function(){return!1};m.Ne=function(){};m.gb=function(){var a={};return
Object.assign(this.j.gb(),
(a.niot_obs=this.K,a.niot_cbk=this.H,a))};m.getName=function(){return"nio"};var
Zt=function(a){a=a===void 0?O:a;sr.call(this,new
jr(a,2))};v(Zt,sr);Zt.prototype.getName=function()
{return"nio"};Zt.prototype.Pb=function(){return!
fr().j&&this.g.g.l.IntersectionObserver!=null};Zt.prototype.yc=function(a,b,c)
{return new Ut(a,this.g,b,c)};var au=function(){var
a=$t();jr.call(this,O.top,a,"geo")};v(au,jr);au.prototype.ba=function(){return
fr().g};au.prototype.G=function(){var a=$t();this.L!==a&&(this.g!
=this&&a>this.g.L&&(this.g=this,kr(this)),this.L=a);return a==2};var $t=function()
{Co();var a=fr();return a.l||a.j?0:2};var bu=function(){};var cu=function()
{this.done=!1;this.g={lg:0,Ie:0,Sj:0,Re:0,Pd:-
1,yg:0,xg:0,zg:0,Jh:0};this.B=null;this.A=!1;this.l=null;this.C=0;this.j=new
hr(this)},fu=function(){var a=du;a.A||(a.A=!0,eu(a,function(){return
a.o.apply(a,ra(Oa.apply(0,arguments)))}),a.o())};cu.prototype.sample=function()
{gu(this,Kt(),!1)};
var hu=function(){K(bu);var a=K(Pt);a.g!=null&&a.g.g?
nr(a.g.g):br(fr())},gu=function(a,b,c){if(!a.done&&(a.j.cancel(),b.length!=0))
{a.l=null;try{hu();var d=sq();Co().B=d;if(K(Pt).g!=null)for(var e=0;e<b.length;e+
+)qs(b[e],d,c);for(d=0;d<b.length;d++)rs(b[d]);++a.g.Re}finally{c?ac(b,function(f)
{f.qa.X=0}):ir(a.j)}}},eu=function(a,b){if(!a.B){b=kq(142,b);tp();var
c=Qk(Fo);c&&Ph(Fo,c,b,{capture:!1})&&(a.B=b)}};
cu.prototype.o=function(){var a=gr(),b=sq();a?(rq||(nq=b,ac(Jt.g,function(c){var
d=c.pa();d.aa=Ss(d,b,c.la!=1)})),rq=!0):(this.C=iu(this,b),rq=!
1,pq=b,ac(Jt.g,function(c){c.Wb&&(c.pa().I=b)}));gu(this,Kt(),!a)};
var ju=function(){var a=K(Pt);if(a.g!=null){var b=a.g;ac(Kt(),function(c){return
os(c,b)})}},iu=function(a,b){a=a.C;rq&&(a+=b-nq);return a},ku=function(a)
{a=a===void 0?function(){return{}}:a;gq.wf("av-js");cq.g=.01;iq([function(b){var
c=Co(),d={};d=(d.bin=c.j,d.type="error",d);c=Ao(c.R);if(!du.l){var
e=du,f=O.document,g=oq>=0?sq()-oq:-1,h=sq();e.g.Pd==-1&&(g=h);var
k=fr(),l=Co(),n=Ao(l.R),p=Kt();try{if(p.length>0){var
r=k.g;r&&(n.bs=[r.getWidth(),r.getHeight()]);var
t=k.o;t&&(n.ps=[t.width,t.height]);
O.screen&&(n.scs=[O.screen.width,O.screen.height])}else
n.url=encodeURIComponent(O.location.href.substring(0,512)),f.referrer&&(n.referrer=
encodeURIComponent(f.referrer.substring(0,512)));n.tt=g;n.pt=oq;n.bin=l.j;O.google_
osd_load_pub_page_exp!==void
0&&(n.olpp=O.google_osd_load_pub_page_exp);n.deb=[1,e.g.lg,e.g.Ie,e.g.Re,e.g.Pd,0,e
.j.j,e.g.yg,e.g.xg,e.g.zg,e.g.Jh,-1].join(";");n.tvt=iu(e,h);k.j&&(n.inapp=1);if(O!
==null&&O!=O.top)
{p.length>0&&(n.iframe_loc=encodeURIComponent(O.location.href.substring(0,
512)));var u=k.I;n.is=[u.getWidth(),u.getHeight()]}}catch(C)
{n.error=1}du.l=n}t=du.l;r={};for(var w in
t)r[w]=t[w];w=Co().g;if(zo(w.l,"prf")==1){t=new xp;u=w.g;e=0;u.g>-
1&&(e=u.l.g.now()-u.g);u=u.o+e;if(u!=null&&typeof u!=="number")throw Error("Value
of float/double field must be a number, found "+typeof u+":
"+u);t=Kf(t,1,u,0);u=w.g;t=pg(t,5,u.g>-1?
u.j+1:u.j);t=qg(t,2,w.j.g.l());t=qg(t,3,w.j.g.j());w=qg(t,4,w.j.g.g());t={};w=(t.pf
=$c(w.g()),t)}else w={};oi(r,w);oi(b,d,c,r,a())}])},du=K(cu);var lu=null,mu="",nu=!
1,ou=function(){var a=lu||O;if(!a)return"";var b=[];if(!a.location||!
a.location.href)return"";b.push("url="+encodeURIComponent(a.location.href.substring
(0,512)));a.document&&a.document.referrer&&b.push("referrer="+encodeURIComponent(a.
document.referrer.substring(0,512)));return b.join("&")};function pu(){var
a="av.default_js_unreleased_RCxx".match(/_(\d{8})_RC\d+
$/)||"av.default_js_unreleased_RCxx".match(/_(\d{8})_\d+_\d+
$/)||"av.default_js_unreleased_RCxx".match(/_(\d{8})_\d+\.\d+
$/)||"av.default_js_unreleased_RCxx".match(/_(\d{8})_\d+_RC\d+
$/),b;if(((b=a)==null?void 0:b.length)==2)return
a[1];a="av.default_js_unreleased_RCxx".match(/.*_(\d{2})\.(\d{4})\.\d+_RC\d+$/);var
c;return((c=a)==null?void 0:c.length)==3?"20"+a[1]+a[2]:null}
var qu=function(){return"ima_html5_sdk".includes("ima_html5_sdk")?
{Ja:"ima",Ka:null}:"ima_html5_sdk".includes("ima_native_sdk")?
{Ja:"nima",Ka:null}:"ima_html5_sdk".includes("admob-native-video-javascript")?
{Ja:"an",Ka:null}:"av.default_js_unreleased_RCxx".includes("cast_js_sdk")?
{Ja:"cast",Ka:pu()}:"av.default_js_unreleased_RCxx".includes("youtube.player.web")?
{Ja:"yw",Ka:pu()}:"av.default_js_unreleased_RCxx".includes("outstream_web_client")?
{Ja:"out",Ka:pu()}:"av.default_js_unreleased_RCxx".includes("drx_rewarded_web")?
{Ja:"r",Ka:pu()}:"av.default_js_unreleased_RCxx".includes("gam_native_web_video")?
{Ja:"n",Ka:pu()}:"av.default_js_unreleased_RCxx".includes("admob_interstitial_video
")?{Ja:"int",Ka:pu()}:{Ja:"j",Ka:null}},ru=qu().Ja,tu=qu().Ka;var vu=function(a,b)
{var c={sv:"966"};tu!==null&&(c.v=tu);c.cb=ru;c.nas=Jt.g.length;c.msg=a;b!==void
0&&(a=uu(b))&&(c.e=Aq[a]);return c},wu=function(a){return
a.lastIndexOf("custom_metric_viewable",0)==0},uu=function(a){var
b=wu(a)?"custom_metric_viewable":a.toLowerCase();return bi(function(c){return
c==b})};var
xu={wi:"visible",bi:"audible",lj:"time",nj:"timetype"},yu={visible:function(a)
{return/^(100|[0-9]{1,2})$/.test(a)},audible:function(a){return a=="0"||
a=="1"},timetype:function(a){return
a=="mtos"||a=="tos"},time:function(a){return/^(100|[0-9]{1,2})%$/.test(a)||/^([0-
9])+ms$/.test(a)}},zu=function(){this.g=void 0;this.j=!1;this.l=0;this.o=-
1;this.B="tos"},Au=function(a){try{var b=a.split(",");return
b.length>Yh(xu).length?null:ec(b,function(c,d)
{d=d.toLowerCase().split("=");if(d.length!=2||yu[d[0]]===
void 0||!yu[d[0]](d[1]))throw Error("Entry ("+d[0]+", "+d[1]+") is
invalid.");c[d[0]]=d[1];return c},{})}catch(c){return null}},Bu=function(a,b)
{if(a.g==void 0)return 0;switch(a.B){case "mtos":return a.j?
Sr(b.g,a.g):Sr(b.j,a.g);case "tos":return a.j?Qr(b.g,a.g):Qr(b.j,a.g)}return 0};var
Cu=function(a,b,c,d)
{Us.call(this,b,d);this.C=a;this.I=c};v(Cu,Us);Cu.prototype.getId=function(){return
this.C};Cu.prototype.A=function(){return!0};Cu.prototype.g=function(a){var
b=a.pa(),c=a.getDuration();return fc(this.I,function(d){if(d.g!=void 0)var
e=Bu(d,b);else b:{switch(d.B){case "mtos":e=d.j?b.B.l:b.l.g;break b;case
"tos":e=d.j?b.B.g:b.l.g;break b}e=0}e==0?d=!1:(d=d.l!=-1?d.l:c!==void 0&&c>0?
d.o*c:-1,d=d!=-1&&e>=d);return d})};var Du=function()
{};v(Du,Ks);Du.prototype.g=function(a){var b=new
Js;b.g=Ls(a,Gs);b.j=Ls(a,Is);return b};var Eu=function(a)
{Us.call(this,"fully_viewable_audible_half_duration_impression",a)};v(Eu,Us);Eu.pro
totype.g=function(a){return lt(a)};var Fu=function(a){this.g=a};v(Fu,Ws);var
Gu=function(a,b){Us.call(this,a,b)};v(Gu,Us);Gu.prototype.g=function(a){return
a.pa().Ta()};var Hu=function(a)
{Vs.call(this,"measurable_impression",a)};v(Hu,Vs);Hu.prototype.g=function(a){var
b=kc(this.C,zo(Co().R,"ovms"));return!a.Ra&&(a.la!=0||b)};var Iu=function()
{Fu.apply(this,arguments)};v(Iu,Fu);Iu.prototype.j=function(){return new
Hu(this.g)};Iu.prototype.l=function(){return[new
Gu("viewable_impression",this.g),new Eu(this.g)]};var Ju=function(a,b,c)
{$s.call(this,a,b,c)};v(Ju,$s);Ju.prototype.B=function(){var
a=Va("ima.admob.getViewability"),b=zo(this.R,"queryid");typeof
a==="function"&&b&&a(b)};Ju.prototype.getName=function(){return"gsv"};var
Ku=function(a){a=a===void 0?O:a;sr.call(this,new
jr(a,2))};v(Ku,sr);Ku.prototype.getName=function()
{return"gsv"};Ku.prototype.Pb=function(){var a=fr();Co();return a.j&&!
1};Ku.prototype.yc=function(a,b,c){return new Ju(this.g,b,c)};var
Lu=function(a,b,c){$s.call(this,a,b,c)};v(Lu,$s);Lu.prototype.B=function(){var
a=this,b=Va("ima.bridge.getNativeViewability"),c=zo(this.R,"queryid");typeof
b==="function"&&c&&b(c,function(d){di(d)&&a.I++;var
e=d.opt_nativeViewVisibleBounds||
{},f=d.opt_nativeViewHidden;a.g=Wq(d.opt_nativeViewBounds||{});var g=a.j.o;g.g=f?
xk(Zs):Wq(e);a.timestamp=d.opt_nativeTime||-1;fr().g=g.g;d=d.opt_nativeVolume;d!
==void 0&&(g.volume=d)})};Lu.prototype.getName=function(){return"nis"};var
Mu=function(a){a=a===void 0?O:a;sr.call(this,new
jr(a,2))};v(Mu,sr);Mu.prototype.getName=function()
{return"nis"};Mu.prototype.Pb=function(){var a=fr();Co();return a.j&&!
1};Mu.prototype.yc=function(a,b,c){return new Lu(this.g,b,c)};var Nu=function()
{jr.call(this,O,2,"mraid");this.fa=0;this.K=this.M=!
1;this.I=null;this.j=Bq(this.l);this.o.g=new J(0,0,0,0);this.ca=!
1};v(Nu,jr);Nu.prototype.G=function(){return this.j.Ea!
=null};Nu.prototype.aa=function(){var
a={};this.fa&&(a.mraid=this.fa);this.M&&(a.mlc=1);a.mtop=this.j.Ih;this.I&&(a.mse=t
his.I);this.ca&&(a.msc=1);a.mcp=this.j.Kc;return a};
Nu.prototype.A=function(a){var b=Oa.apply(1,arguments);try{return
this.j.Ea[a].apply(this.j.Ea,b)}catch(c){lq(538,c,.01,function(d)
{d.method=a})}};var Ou=function(a,b,c){a.A("addEventListener",b,c)};
Nu.prototype.initialize=function(){var a=this;if(this.ua)return!this.ac();this.ua=!
0;if(this.j.Kc===2)return this.I="ng",lr(this,"w"),!1;if(this.j.Kc===1)return
this.I="mm",lr(this,"w"),!1;fr().L=!
0;this.l.document.readyState&&this.l.document.readyState=="complete"?
Pu(this):ds(this.l,"load",function(){tp().setTimeout(kq(292,function(){return
Pu(a)}),100)},292);return!0};
var Pu=function(a){Co().o=!!
a.A("isViewable");Ou(a,"viewableChange",Qu);a.A("getState")==="loading"?
Ou(a,"ready",Ru):Su(a)},Su=function(a){typeof a.j.Ea.AFMA_LIDAR==="string"?(a.M=!
0,Tu(a)):(a.j.Kc=3,a.I="nc",lr(a,"w"))},Tu=function(a){a.K=!1;var
b=zo(Co().R,"rmmt")==1,c=!!a.A("isViewable");(b?!
c:1)&&tp().setTimeout(kq(524,function(){a.K||
(Uu(a),lq(540,Error()),a.I="mt",lr(a,"w"))}),500);Vu(a);Ou(a,a.j.Ea.AFMA_LIDAR,Wu)}
,Vu=function(a){var b=zo(Co().R,"sneio")==1,c=a.j.Ea.AFMA_LIDAR_EXP_1!==void 0,
d=a.j.Ea.AFMA_LIDAR_EXP_2!==void 0;(b=b&&d)&&(a.j.Ea.AFMA_LIDAR_EXP_2=!
0);c&&(a.j.Ea.AFMA_LIDAR_EXP_1=!b)},Uu=function(a)
{a.A("removeEventListener",a.j.Ea.AFMA_LIDAR,Wu);a.M=!1};Nu.prototype.U=function()
{var a=fr(),b=Xu(this,"getMaxSize");a.g=new
J(0,b.width,b.height,0)};Nu.prototype.V=function()
{fr().B=Xu(this,"getScreenSize")};
var Xu=function(a,b){if(a.A("getState")==="loading")return new Ak(-1,-
1);b=a.A(b);if(!b)return new Ak(-1,-
1);a=parseInt(b.width,10);b=parseInt(b.height,10);return isNaN(a)||isNaN(b)?new
Ak(-1,-1):new Ak(a,b)};Nu.prototype.dispose=function()
{Uu(this);jr.prototype.dispose.call(this)};
var Ru=function(){try{var
a=K(Nu);a.A("removeEventListener","ready",Ru);Su(a)}catch(b)
{lq(541,b)}},Wu=function(a,b){try{var c=K(Nu);c.K=!0;var d=a?new
J(a.y,a.x+a.width,a.y+a.height,a.x):new J(0,0,0,0);var e=sq(),f=gr();var g=new
uq(e,f,c);g.g=d;g.volume=b;c.jb(g)}catch(h){lq(542,h)}},Qu=function(a){var
b=Co(),c=K(Nu);a&&!b.o&&(b.o=!0,c.ca=!0,c.I&&lr(c,"w",!0))};var Cp=new
function(a,b){this.key=a;this.defaultValue=b===void 0?!
1:b;this.valueType="boolean"}("45378663");var Zu=function(){this.l=this.ua=!
1;this.g=this.j=null;var
a={};this.P=(a.start=this.Ug,a.firstquartile=this.Pg,a.midpoint=this.Rg,a.thirdquar
tile=this.Vg,a.complete=this.Mg,a.error=this.Ng,a.pause=this.ee,a.resume=this.uf,a.
skip=this.Tg,a.viewable_impression=this.Ma,a.mute=this.Nb,a.unmute=this.Nb,a.fullsc
reen=this.Qg,a.exitfullscreen=this.Og,a.fully_viewable_audible_half_duration_impres
sion=this.Ma,a.measurable_impression=this.Ma,a.abandon=this.ee,a.engagedview=this.M
a,a.impression=this.Ma,a.creativeview=
this.Ma,a.progress=this.Nb,a.custom_metric_viewable=this.Ma,a.bufferstart=this.ee,a
.bufferfinish=this.uf,a.audio_measurable=this.Ma,a.audio_audible=this.Ma,a);a={};th
is.V=(a.overlay_resize=this.Sg,a.abandon=this.Od,a.close=this.Od,a.collapse=this.Od
,a.overlay_unmeasurable_impression=function(b){return
tt(b,"overlay_unmeasurable_impression",gr())},a.overlay_viewable_immediate_impressi
on=function(b){return
tt(b,"overlay_viewable_immediate_impression",gr())},a.overlay_unviewable_impression
=function(b){return tt(b,
"overlay_unviewable_impression",gr())},a.overlay_viewable_end_of_session_impression
=function(b){return
tt(b,"overlay_viewable_end_of_session_impression",gr())},a);Co().j=3;Yu(this);this.
I=null};Zu.prototype.B=function(a){ns(a,!1);Mt(a)};Zu.prototype.L=function(){};var
$u=function(a,b,c,d){a=a.A(null,d,!0,b);a.B=c;Nt([a]);return a};
Zu.prototype.A=function(a,b,c,d){var e=this;a=new dt(O,a,c?b:-
1,7,this.Fd(),this.Qe());a.ma=d;xo(a.R);yo(a.R,"queryid",a.ma);a.ge("");ts(a,functi
on(){return e.M.apply(e,ra(Oa.apply(0,arguments)))},function(){return
e.U.apply(e,ra(Oa.apply(0,arguments)))});
(d=K(Pt).g)&&os(a,d);this.I&&(a.W&&(a.W.A=this.I),this.I=null);a.ta.nb&&K(bu);retur
n a};
var av=function(a,b,c){fo(b);var d=a.g;ac(b,function(e){var f=dc(e.j,function(g)
{var h=Au(g);if(h==null)g=null;else if(g=new
zu,h.visible!=null&&(g.g=h.visible/100),h.audible!=null&&(g.j=h.audible==1),h.time!
=null){var
k=h.timetype=="mtos"?"mtos":"tos",l=xb(h.time,"%")?"%":"ms";h=parseInt(h.time,10);l
=="%"&&(h/=100);l=="ms"?(g.l=h,g.o=-1):(g.l=-1,g.o=h);g.B=k===void 0?"tos":k}return
g});fc(f,function(g){return g==null})||kt(c,new
Cu(e.id,e.event,f,d))})},bv=function(){var a=[],b=Co();a.push(K(au));
zo(b.R,"mvp_lv")&&a.push(K(Nu));b=[new Ku,new Mu];b.push(new St(a));b.push(new
Zt(O));return b},dv=function(a){if(!a.ua){a.ua=!0;try{var
b=sq(),c=Co(),d=fr();oq=b;c.l=79463069;a.j!=="o"&&(lu=nj(O));if(up())
{du.g.Ie=0;du.g.Pd=sq()-b;var e=bv(),f=K(Pt);f.j=e;Qt(f,function(){cv()})?du.done||
(ju(),mr(f.g.g,a),fu()):d.l?cv():fu()}else nu=!0}catch(g){throw
Jt.reset(),g;}}},ev=function(a){du.j.cancel();mu=a;du.done=!0},fv=function(a)
{if(a.j)return a.j;var b=K(Pt).g;if(b)switch(b.getName()){case "nis":a.j=
"n";break;case "gsv":a.j="m"}a.j||(a.j="h");return a.j},gv=function(a,b,c)
{if(a.g==null)return b.Ob|=4,!1;a=a.g.report(c,b);b.Ob|=a;return
a==0};Zu.prototype.Ib=function(a){switch(a.Qa()){case
0:if(a=K(Pt).g)a=a.g,lc(a.B,this),a.D&&this.Na()&&or(a);cv();break;case
2:fu()}};Zu.prototype.jb=function(){};Zu.prototype.Na=function(){return!1};var
cv=function(){var a=[new Zt(O)],b=K(Pt);b.j=a;Qt(b,function(){ev("i")})?du.done||
(ju(),fu()):ev("i")};
Zu.prototype.U=function(a,b){a.Ra=!0;switch(a.za()){case 1:hv(a,b);break;case
2:this.me(a)}this.qe(a)};var hv=function(a,b){if(!a.Pa){var
c=tt(a,"start",gr());c=a.fe.g(c).g;var d={id:"lidarv"};d.r=b;d.sv="966";tu!
==null&&(d.v=tu);Ui(c,function(e,f){return d[e]=e=="mtos"||e=="tos"?
f:encodeURIComponent(f)});b=ou();Ui(b,function(e,f){return
d[e]=encodeURIComponent(f)});b="//pagead2.googlesyndication.com/pagead/
gen_204?"+Ar(yr(new wr,d));Dr(b);a.Pa=!0}};m=Zu.prototype;
m.Ug=function(a){var b=a.C(a);b&&(b=b.volume,a.wa=Xq(b)&&b>0);pt(a,0);return
tt(a,"start",gr())};m.Nb=function(a,b,c){gu(du,[a],!gr());return
this.Ma(a,b,c)};m.Ma=function(a,b,c){return tt(a,c,gr())};m.Pg=function(a){return
iv(a,"firstquartile",1)};m.Rg=function(a){a.ca=!0;return
iv(a,"midpoint",2)};m.Vg=function(a){return
iv(a,"thirdquartile",3)};m.Mg=function(a){var b=iv(a,"complete",4);et(a);return
b};m.Ng=function(a){a.la=3;return tt(a,"error",gr())};
var iv=function(a,b,c){gu(du,[a],!gr());pt(a,c);c!=4&&ot(a.M,c,a.Pc);return
tt(a,b,gr())};m=Zu.prototype;m.uf=function(a,b,c){b=gr();a.la!=2||b||
(a.pa().I=sq());gu(du,[a],!b);a.la==2&&(a.la=1);return
tt(a,c,b)};m.Tg=function(a,b){b=this.Nb(a,b||{},"skip");et(a);return
b};m.Qg=function(a,b){ns(a,!0);return this.Nb(a,b||
{},"fullscreen")};m.Og=function(a,b){ns(a,!1);return this.Nb(a,b||
{},"exitfullscreen")};
m.ee=function(a,b,c){b=a.pa();b.aa=Ss(b,sq(),a.la!=1);gu(du,[a],!
gr());a.la==1&&(a.la=2);return tt(a,c,gr())};m.Sg=function(a){gu(du,[a],!
gr());return a.j()};m.Od=function(a){gu(du,[a],!gr());this.rf(a);et(a);return
a.j()};
var Yu=function(a){ku(function(){var b=jv();a.j!=null&&(b.sdk=a.j);var c=K(Pt);c.g!
=null&&(b.avms=c.g.getName());return b})},kv=function(a,b,c,d){var e=Ht(Jt,c);e!
==null&&e.ma!==b&&(a.B(e),e=null);e||(b=a.A(c,sq(),!
1,b),Jt.j.length==0&&(Co().l=79463069),Ot([b]),e=b,e.B=fv(a),d&&(e.pb=d));return
e};Zu.prototype.M=function(){};var mv=function(a,b){b.D=0;for(var c in
wq)a[c]==null&&(b.D|
=wq[c]);lv(a,"currentTime");lv(a,"duration")};m=Zu.prototype;m.me=function()
{};m.rf=function(){};m.De=function(){};
m.qe=function(){};m.Gd=function(){};m.Qe=function(){this.g||
(this.g=this.Gd());return this.g==null||this.l?new Xs:new
Iu(this.g)};m.Fd=function(){return new Du};var lv=function(a,b){var c=a[b];c!==void
0&&c>0&&(a[b]=Math.floor(c*1E3))},jv=function(){var a=fr(),b={},c={},d={};return
Object.assign({},(b.sv="966",b),tu!==null&&(c.v=tu,c),
(d["if"]=a.l?"1":"0",d.nas=String(Jt.g.length),d))};var nv=function(a)
{Us.call(this,"audio_audible",a)};v(nv,Us);nv.prototype.g=function(a){return
a.Nc()==4};var ov=function(a)
{Vs.call(this,"audio_measurable",a)};v(ov,Vs);ov.prototype.g=function(a)
{a=a.Nc();return a==3||a==4};var pv=function()
{Fu.apply(this,arguments)};v(pv,Fu);pv.prototype.j=function(){return new
ov(this.g)};pv.prototype.l=function(){return[new nv(this.g)]};var qv=function()
{};v(qv,Ks);qv.prototype.g=function(a){a&&(a.e===28&&(a=Object.assign({},a,
{avas:3})),a.vs===4||a.vs===5)&&(a=Object.assign({},a,{vs:3}));var b=new
Js;b.g=Ls(a,Hs);b.j=Ls(a,Is);return b};var rv=function(a)
{this.j=a};rv.prototype.report=function(a,b){var c=this.g(b);if(typeof
c==="function"){var d={};var e={};d=Object.assign({},tu!==null&&(d.v=tu,d),
(e.sv="966",e.cb=ru,e.e=tv(a),e));e=tt(b,a,gr());oi(d,e);b.Gf[a]=e;d=b.za()==2?
Cr(d).join("&"):b.fe.g(d).g;try{return c(b.ma,d,a),0}catch(f){return 2}}else return
1};var tv=function(a){var b=wu(a)?"custom_metric_viewable":a;a=bi(function(c)
{return c==b});return Aq[a]};rv.prototype.g=function(){return Va(this.j)};var
uv=function(a,b){this.j=a;this.l=b};v(uv,rv);uv.prototype.g=function(a){if(!
a.pb)return rv.prototype.g.call(this,a);if(this.l[a.pb])return function()
{};lq(393,Error());return null};var vv=function(){Zu.call(this);this.G=void
0;this.H=null;this.D=!
1;this.o={};this.K=0;this.C="ACTIVE_VIEW_TRAFFIC_TYPE_UNSPECIFIED"};v(vv,Zu);vv.pro
totype.L=function(a,b){var c=this,d=K(Pt);if(d.g!=null)switch(d.g.getName()){case
"nis":var e=wv(this,a,b);break;case "gsv":e=xv(this,a,b);break;case
"exc":e=yv(this,a)}e||(b.opt_overlayAdElement?e=void
0:b.opt_adElement&&(e=kv(this,a,b.opt_adElement,b.opt_osdId)));e&&e.za()==1&&(e.C==
Jh&&(e.C=function(f){return c.De(f)}),zv(this,e,b));return e};
var zv=function(a,b,c){c=c.opt_configurable_tracking_events;a.g!
=null&&Array.isArray(c)&&av(a,c,b)};
vv.prototype.De=function(a){a.j=0;a.P=0;if(a.B=="h"||a.B=="n"){var
b;Co();if(a.pb&&Av(this)){var c=this.o[a.pb];c?b=function(e){return Bv(c,e)}:c!
==null&&lq(379,Error())}else b=Va("ima.common.getVideoMetadata");if(typeof
b==="function")try{var d=b(a.ma)}catch(e){a.j|=4}else a.j|=2}else
if(a.B=="b")if(b=Va("ytads.bulleit.getVideoMetadata"),typeof
b==="function")try{d=b(a.ma)}catch(e){a.j|=4}else a.j|=2;else
if(a.B=="ml")if(b=Va("ima.common.getVideoMetadata"),typeof
b==="function")try{d=b(a.ma)}catch(e){a.j|=
4}else a.j|=2;else a.j|=1;a.j||(d===void 0?a.j|=8:d===null?a.j|=16:di(d)?a.j|
=32:d.errorCode!=null&&(a.P=d.errorCode,a.j|
=64));d==null&&(d={});mv(d,a);Xq(d.volume)&&Xq(this.G)&&(d.volume*=this.G);return
d};var xv=function(a,b,c){var d=Gt(Jt,b);d||(d=c.opt_nativeTime||-
1,d=$u(a,b,fv(a),d),c.opt_osdId&&(d.pb=c.opt_osdId));return d},wv=function(a,b,c)
{var d=Gt(Jt,b);d||(d=$u(a,b,"n",c.opt_nativeTime||-1));return d},yv=function(a,b)
{var c=Gt(Jt,b);c||(c=$u(a,b,"h",-1));return c};
vv.prototype.Gd=function(){if(Av(this))return new
uv("ima.common.triggerExternalActivityEvent",this.o);var a=Cv(this);return a!=null?
new rv(a):null};var Cv=function(a){Co();switch(fv(a)){case
"b":return"ytads.bulleit.triggerExternalActivityEvent";case
"n":return"ima.bridge.triggerExternalActivityEvent";case "h":case "m":case
"ml":return"ima.common.triggerExternalActivityEvent"}return
null};vv.prototype.me=function(a){!
a.g&&a.Ra&&gv(this,a,"overlay_unmeasurable_impression")&&(a.g=!0)};
vv.prototype.rf=function(a){a.yf&&(a.Ta()?
gv(this,a,"overlay_viewable_end_of_session_impression"):gv(this,a,"overlay_unviewab
le_impression"),a.yf=!1)};
var Dv=function(a,b,c,d){c=c===void 0?{}:c;var e={};oi(e,{opt_adElement:void
0,opt_fullscreen:void 0},c);var f=a.L(b,c);c=f?f.fe:a.Fd();if(e.opt_bounds)return
c.g(vu("ol",d));if(d!==void 0)if(uu(d)!==void 0)if(nu)a=vu("ue",d);else
if(dv(a),mu=="i")a=vu("i",d),a["if"]=0;else if(b=a.L(b,e)){b:{mu=="i"&&(b.Ra=!
0,a.qe(b));f=e.opt_fullscreen;f!==void 0&&ns(b,!!f);var g;if(f=!fr().j&&!
ar())tp(),f=Pk(Fo)===0;if(g=f){switch(b.za()){case 1:hv(b,"pv");break;case
2:a.me(b)}ev("pv")}f=d.toLowerCase();if(g=!g)c:{if(zo(Co().R,
"ssmol")&&(g=a.l,f==="loaded"))break c;g=kc(xq,f)}if(g&&b.la==0){mu!
="i"&&(du.done=!1);g=e!==void 0?e.opt_nativeTime:void 0;qq=g=typeof g==="number"?
g:sq();b.Wb=!0;var h=gr();b.la=1;b.ka={};b.ka.start=!1;b.ka.firstquartile=!
1;b.ka.midpoint=!1;b.ka.thirdquartile=!1;b.ka.complete=!1;b.ka.resume=!
1;b.ka.pause=!1;b.ka.skip=!1;b.ka.mute=!1;b.ka.unmute=!1;b.ka.viewable_impression=!
1;b.ka.measurable_impression=!
1;b.ka.fully_viewable_audible_half_duration_impression=!1;b.ka.fullscreen=!
1;b.ka.exitfullscreen=
!1;b.Hd=0;h||(b.pa().I=g);gu(du,[b],!h)}
(g=b.Bb[f])&&b.ha.reportEvent(g);zo(Co().R,"fmd")||
kc(yq,f)&&b.Va&&b.Va.j(b,null);switch(b.za()){case 1:var k=wu(f)?
a.P.custom_metric_viewable:a.P[f];break;case
2:k=a.V[f]}if(k&&(d=k.call(a,b,e,d),zo(Co().R,"fmd")&&kc(yq,f)&&b.Va&&b.Va.j(b,null
),d!==void 0)){e=vu(void 0,f);oi(e,d);d=e;break b}d=void 0}b.la==3&&a.B(b);a=d}else
a=vu("nf",d);else a=void 0;else nu?a=vu("ue"):f?(a=vu(),oi(a,rt(f,!0,!1,!
1))):a=vu("nf");return typeof a==="string"?c.g():c.g(a)};
vv.prototype.M=function(a)
{this.l&&a.za()==1&&Ev(this,a)};vv.prototype.qe=function(a)
{this.l&&a.za()==1&&Ev(this,a)};var Ev=function(a,b){var c;if(b.pb&&Av(a)){var
d=a.o[b.pb];d?c=function(f,g){Fv(d,f,g)}:d!==null&&lq(379,Error())}else
c=Va("ima.common.triggerViewabilityMeasurementUpdate");if(typeof c==="function")
{var e=mt(b);e.nativeVolume=a.G;c(b.ma,e)}},Av=function(a){return(Co(),fv(a)!
="h"&&fv(a)!="m")?!1:a.K!=0};
vv.prototype.A=function(a,b,c,d){if(Dp()){var e=zo(Co().R,"mm"),f={};
(e=(f[io.If]="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO",f[io.VIDEO]="ACTIVE_VIEW_TRAFFIC_TYPE
_VIDEO",f)
[e])&&e&&(this.C=e);this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_UNSPECIFIED"&&lq(1044,Error(
))}a=Zu.prototype.A.call(this,a,b,c,d);this.D&&(b=this.H,a.o==null&&(a.o=new
ws),b.g[a.ma]=a.o,a.o.B=wt);return a};vv.prototype.B=function(a)
{a&&a.za()==1&&this.D&&delete this.H.g[a.ma];return Zu.prototype.B.call(this,a)};
vv.prototype.Qe=function(){this.g||(this.g=this.Gd());return this.g==null||this.l?
new Xs:this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO"?new pv(this.g):new
Iu(this.g)};vv.prototype.Fd=function(){return
this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO"?new qv:new Du};var Gv=function(a){var
b={};return b.viewability=a.g,b.googleViewability=a.j,b},Hv=function(a,b,c)
{c=c===void 0?{}:c;a=Dv(K(vv),b,c,a);return Gv(a)},Iv=kq(193,Hv,void
0,jv);z("Goog_AdSense_Lidar_sendVastEvent",Iv);
var Jv=kq(194,function(a,b){b=b===void 0?{}:b;a=Dv(K(vv),a,b);return
Gv(a)});z("Goog_AdSense_Lidar_getViewability",Jv);var Kv=kq(195,function(){return
vp()});z("Goog_AdSense_Lidar_getUrlSignalsArray",Kv);var Lv=kq(196,function()
{return JSON.stringify(vp())});z("Goog_AdSense_Lidar_getUrlSignalsList",Lv);var
Mv=function(){var
a=Vo(Fo.querySelector("iframe[src^='//tpc.googlesyndication.com/sodar']"));var
b={};b=(b["0"]="3",b["10"]="",b["11"]=2,b["12"]=1,b);var
c=(location.protocol.indexOf("https:")==0?"https:":"http:")+"//tpc.googlesyndicatio
n.com";a&&a.postMessage(b,c)};var
Nv=ta(["//tpc.googlesyndication.com/sodar/",""]);y.console&&typeof
y.console.log==="function"&&fb(y.console.log,y.console);var Ov=function(a){for(var
b=[],c=a=Po(a.ownerDocument);c!
=a.top;c=c.parent)if(c.frameElement)b.push(c.frameElement);else break;return b};var
Pv=function(a,b)
{this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.g=!
1};Pv.prototype.stopPropagation=function(){this.g=!
0};Pv.prototype.preventDefault=function(){this.defaultPrevented=!0};var
Qv=function(){if(!y.addEventListener||!Object.defineProperty)return!1;var a=!
1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function()
{};y.addEventListener("test",c,b);y.removeEventListener("test",c,b)}catch(d)
{}return a}();var Rv=function(a,b){Pv.call(this,a?
a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.
screenY=this.screenX=this.clientY=this.clientX=0;this.key="";this.metaKey=this.shif
tKey=this.altKey=this.ctrlKey=!
1;this.state=null;this.pointerId=0;this.pointerType="";this.Za=null;a&&this.init(a,
b)};lb(Rv,Pv);
Rv.prototype.init=function(a,b){var
c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?
a.changedTouches[0]:null;this.target=a.target||
a.srcElement;this.currentTarget=b;b=a.relatedTarget;b||(c=="mouseover"?
b=a.fromElement:c=="mouseout"&&(b=a.toElement));this.relatedTarget=b;d?
(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?
d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):
(this.clientX=a.clientX!==void 0?a.clientX:a.pageX,this.clientY=
a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||
0,this.screenY=a.screenY||
0);this.button=a.button;this.key=a.key||"";this.ctrlKey=a.ctrlKey;this.altKey=a.alt
Key;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||
0;this.pointerType=a.pointerType;this.state=a.state;this.Za=a;a.defaultPrevented&&R
v.Ha.preventDefault.call(this)};
Rv.prototype.stopPropagation=function()
{Rv.Ha.stopPropagation.call(this);this.Za.stopPropagation?
this.Za.stopPropagation():this.Za.cancelBubble=!
0};Rv.prototype.preventDefault=function(){Rv.Ha.preventDefault.call(this);var
a=this.Za;a.preventDefault?a.preventDefault():a.returnValue=!1};var
Sv="closure_listenable_"+(Math.random()*1E6|0),Tv=function(a){return!(!a||!
a[Sv])};var Uv=0;var Vv=function(a,b,c,d,e)
{this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!
d;this.Qc=e;this.key=++Uv;this.tc=this.Fc=!1},Wv=function(a){a.tc=!
0;a.listener=null;a.proxy=null;a.src=null;a.Qc=null};function Xv(a)
{this.src=a;this.g={};this.j=0}Xv.prototype.add=function(a,b,c,d,e){var
f=a.toString();a=this.g[f];a||(a=this.g[f]=[],this.j++);var g=Yv(a,b,d,e);g>-1?
(b=a[g],c||(b.Fc=!1)):(b=new Vv(b,this.src,f,!!d,e),b.Fc=c,a.push(b));return
b};Xv.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.g))return!
1;var e=this.g[a];b=Yv(e,b,c,d);return b>-1?(Wv(e[b]),mc(e,b),e.length==0&&(delete
this.g[a],this.j--),!0):!1};
var Zv=function(a,b){var c=b.type;c in
a.g&&lc(a.g[c],b)&&(Wv(b),a.g[c].length==0&&(delete
a.g[c],a.j--))};Xv.prototype.Yb=function(a,b,c,d){a=this.g[a.toString()];var e=-
1;a&&(e=Yv(a,b,c,d));return e>-1?a[e]:null};var Yv=function(a,b,c,d){for(var
e=0;e<a.length;++e){var f=a[e];if(!f.tc&&f.listener==b&&f.capture==!!
c&&f.Qc==d)return e}return-1};var $v="closure_lm_"+(Math.random()*1E6|
0),aw={},bw=0,dw=function(a,b,c,d,e){if(d&&d.once)return
cw(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f+
+)dw(a,b[f],c,d,e);return null}c=ew(c);return Tv(a)?a.listen(b,c,Ya(d)?!!
d.capture:!!d,e):fw(a,b,c,!1,d,e)},fw=function(a,b,c,d,e,f){if(!b)throw
Error("Invalid event type");var g=Ya(e)?!!e.capture:!!e,h=gw(a);h||(a[$v]=h=new
Xv(a));c=h.add(b,c,d,g,f);if(c.proxy)return
c;d=hw();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)Qv||(e=g),e===
void 0&&(e=!1),a.addEventListener(b.toString(),d,e);else
if(a.attachEvent)a.attachEvent(iw(b.toString()),d);else
if(a.addListener&&a.removeListener)a.addListener(d);else throw
Error("addEventListener and attachEvent are unavailable.");bw++;return
c},hw=function(){var a=jw,b=function(c){return a.call(b.src,b.listener,c)};return
b},cw=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f+
+)cw(a,b[f],c,d,e);return null}c=ew(c);return Tv(a)?a.hc(b,c,Ya(d)?!!d.capture:!!
d,e):fw(a,b,c,!0,d,
e)},kw=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f+
+)kw(a,b[f],c,d,e);else d=Ya(d)?!!d.capture:!!d,c=ew(c),Tv(a)?
a.rb(b,c,d,e):a&&(a=gw(a))&&(b=a.Yb(b,c,d,e))&&lw(b)},lw=function(a){if(typeof a!
=="number"&&a&&!a.tc){var b=a.src;if(Tv(b))Zv(b.B,a);else{var
c=a.type,d=a.proxy;b.removeEventListener?
b.removeEventListener(c,d,a.capture):b.detachEvent?
b.detachEvent(iw(c),d):b.addListener&&b.removeListener&&b.removeListener(d);bw--;
(c=gw(b))?(Zv(c,a),c.j==0&&(c.src=null,b[$v]=null)):
Wv(a)}}},iw=function(a){return a in aw?aw[a]:aw[a]="on"+a},jw=function(a,b)
{if(a.tc)a=!0;else{b=new Rv(b,this);var c=a.listener,d=a.Qc||
a.src;a.Fc&&lw(a);a=c.call(d,b)}return a},gw=function(a){a=a[$v];return a
instanceof Xv?a:null},mw="__closure_events_fn_"+
(Math.random()*1E9>>>0),ew=function(a){if(typeof a==="function")return a;a[mw]||
(a[mw]=function(b){return a.handleEvent(b)});return a[mw]};var Q=function()
{P.call(this);this.B=new
Xv(this);this.Eb=this;this.fa=null};lb(Q,P);Q.prototype[Sv]=!
0;m=Q.prototype;m.addEventListener=function(a,b,c,d)
{dw(this,a,b,c,d)};m.removeEventListener=function(a,b,c,d){kw(this,a,b,c,d)};
m.dispatchEvent=function(a){var
b,c=this.fa;if(c)for(b=[];c;c=c.fa)b.push(c);c=this.Eb;var d=a.type||a;if(typeof
a==="string")a=new Pv(a,c);else if(a instanceof Pv)a.target=a.target||c;else{var
e=a;a=new Pv(d,c);oi(a,e)}e=!0;var f;if(b)for(f=b.length-1;!a.g&&f>=0;f--){var
g=a.currentTarget=b[f];e=nw(g,d,!0,a)&&e}a.g||(g=a.currentTarget=c,e=nw(g,d,!
0,a)&&e,a.g||(e=nw(g,d,!1,a)&&e));if(b)for(f=0;!a.g&&f<b.length;f+
+)g=a.currentTarget=b[f],e=nw(g,d,!1,a)&&e;return e};
m.O=function(){Q.Ha.O.call(this);if(this.B){var a=this.B,b=0,c;for(c in a.g)
{for(var d=a.g[c],e=0;e<d.length;e++)++b,Wv(d[e]);delete
a.g[c];a.j--}}this.fa=null};m.listen=function(a,b,c,d){return
this.B.add(String(a),b,!1,c,d)};m.hc=function(a,b,c,d){return
this.B.add(String(a),b,!0,c,d)};m.rb=function(a,b,c,d)
{this.B.remove(String(a),b,c,d)};
var nw=function(a,b,c,d){b=a.B.g[String(b)];if(!b)return!0;b=b.concat();for(var e=!
0,f=0;f<b.length;++f){var g=b[f];if(g&&!g.tc&&g.capture==c){var
h=g.listener,k=g.Qc||g.src;g.Fc&&Zv(a.B,g);e=h.call(k,d)!==!1&&e}}return e&&!
d.defaultPrevented};Q.prototype.Yb=function(a,b,c,d){return
this.B.Yb(String(a),b,c,d)};var ow=typeof AsyncContext!=="undefined"&&typeof
AsyncContext.Snapshot==="function"?function(a){return
a&&AsyncContext.Snapshot.wrap(a)}:function(a){return a};var pw=function(a,b)
{this.l=a;this.o=b;this.j=0;this.g=null};pw.prototype.get=function(){if(this.j>0)
{this.j--;var a=this.g;this.g=a.next;a.next=null}else a=this.l();return a};var
qw=function(a,b){a.o(b);a.j<100&&(a.j++,b.next=a.g,a.g=b)};var rw=function()
{this.j=this.g=null};rw.prototype.add=function(a,b){var
c=tw.get();c.set(a,b);this.j?
this.j.next=c:this.g=c;this.j=c};rw.prototype.remove=function(){var
a=null;this.g&&(a=this.g,this.g=this.g.next,this.g||
(this.j=null),a.next=null);return a};var tw=new pw(function(){return new
uw},function(a){return a.reset()}),uw=function()
{this.next=this.g=this.j=null};uw.prototype.set=function(a,b)
{this.j=a;this.g=b;this.next=null};uw.prototype.reset=function()
{this.next=this.g=this.j=null};var vw,ww=!1,xw=new rw,zw=function(a,b){vw||
yw();ww||(vw(),ww=!0);xw.add(a,b)},yw=function(){var a=Promise.resolve(void
0);vw=function(){a.then(Aw)}};function Aw(){for(var a;a=xw.remove();)
{try{a.j.call(a.g)}catch(b){wb(b)}qw(tw,a)}ww=!1};var Bw=function(a){if(!a)return!
1;try{return!!a.$goog_Thenable}catch(b){return!1}};var Dw=function(a)
{this.g=0;this.C=void 0;this.o=this.j=this.l=null;this.B=this.A=!1;if(a!=Jh)try{var
b=this;a.call(void 0,function(c){Cw(b,2,c)},function(c){Cw(b,3,c)})}catch(c)
{Cw(this,3,c)}},Ew=function()
{this.next=this.context=this.j=this.l=this.g=null;this.o=!
1};Ew.prototype.reset=function(){this.context=this.j=this.l=this.g=null;this.o=!
1};var Fw=new pw(function(){return new Ew},function(a)
{a.reset()}),Gw=function(a,b,c){var d=Fw.get();d.l=a;d.j=b;d.context=c;return d};
Dw.prototype.then=function(a,b,c){return Hw(this,ow(typeof a==="function"?
a:null),ow(typeof b==="function"?b:null),c)};Dw.prototype.$goog_Thenable=!
0;Dw.prototype.I=function(a,b){return
Hw(this,null,ow(a),b)};Dw.prototype.catch=Dw.prototype.I;Dw.prototype.cancel=functi
on(a){if(this.g==0){var b=new Iw(a);zw(function(){Jw(this,b)},this)}};
var Jw=function(a,b){if(a.g==0)if(a.l){var c=a.l;if(c.j){for(var
d=0,e=null,f=null,g=c.j;g&&(g.o||(d++,g.g==a&&(e=g),!(e&&d>1)));g=g.next)e||
(f=g);e&&(c.g==0&&d==1?Jw(c,b):(f?
(d=f,d.next==c.o&&(c.o=d),d.next=d.next.next):Kw(c),Lw(c,e,3,b)))}a.l=null}else
Cw(a,3,b)},Nw=function(a,b){a.j||a.g!=2&&a.g!=3||Mw(a);a.o?
a.o.next=b:a.j=b;a.o=b},Hw=function(a,b,c,d){var e=Gw(null,null,null);e.g=new
Dw(function(f,g){e.l=b?function(h){try{var k=b.call(d,h);f(k)}catch(l)
{g(l)}}:f;e.j=c?function(h){try{var k=c.call(d,
h);k===void 0&&h instanceof Iw?g(h):f(k)}catch(l){g(l)}}:g});e.g.l=a;Nw(a,e);return
e.g};Dw.prototype.D=function(a){this.g=0;Cw(this,2,a)};Dw.prototype.G=function(a)
{this.g=0;Cw(this,3,a)};
var Cw=function(a,b,c){if(a.g==0){a===c&&(b=3,c=new TypeError("Promise cannot
resolve to itself"));a.g=1;a:{var d=c,e=a.D,f=a.G;if(d instanceof Dw){Nw(d,Gw(e||
Jh,f||null,a));var g=!0}else if(Bw(d))d.then(e,f,a),g=!0;else{if(Ya(d))try{var
h=d.then;if(typeof h==="function"){Ow(d,h,e,f,a);g=!0;break a}}catch(k)
{f.call(a,k);g=!0;break a}g=!1}}g||(a.C=c,a.g=b,a.l=null,Mw(a),b!=3||c instanceof
Iw||Pw(a,c))}},Ow=function(a,b,c,d,e){var f=!1,g=function(k){f||(f=!
0,c.call(e,k))},h=function(k){f||(f=!0,d.call(e,
k))};try{b.call(a,g,h)}catch(k){h(k)}},Mw=function(a){a.A||(a.A=!
0,zw(a.L,a))},Kw=function(a){var b=null;a.j&&(b=a.j,a.j=b.next,b.next=null);a.j||
(a.o=null);return b};Dw.prototype.L=function(){for(var
a;a=Kw(this);)Lw(this,a,this.g,this.C);this.A=!1};
var Lw=function(a,b,c,d){if(c==3&&b.j&&!b.o)for(;a&&a.B;a=a.l)a.B=!
1;if(b.g)b.g.l=null,Qw(b,c,d);else try{b.o?b.l.call(b.context):Qw(b,c,d)}catch(e)
{Rw.call(null,e)}qw(Fw,b)},Qw=function(a,b,c){b==2?
a.l.call(a.context,c):a.j&&a.j.call(a.context,c)},Pw=function(a,b){a.B=!
0;zw(function(){a.B&&Rw.call(null,b)})},Rw=wb,Iw=function(a)
{nb.call(this,a)};lb(Iw,nb);Iw.prototype.name="cancel";var Sw=function(a,b)
{Q.call(this);this.j=a||1;this.g=b||
y;this.l=fb(this.Mh,this);this.o=ib()};lb(Sw,Q);m=Sw.prototype;m.enabled=!
1;m.Ca=null;m.setInterval=function(a){this.j=a;this.Ca&&this.enabled?
(this.stop(),this.start()):this.Ca&&this.stop()};m.Mh=function(){if(this.enabled)
{var a=ib()-this.o;a>0&&a<this.j*.8?this.Ca=this.g.setTimeout(this.l,this.j-a):
(this.Ca&&(this.g.clearTimeout(this.Ca),this.Ca=null),this.dispatchEvent("tick"),th
is.enabled&&(this.stop(),this.start()))}};
m.start=function(){this.enabled=!0;this.Ca||
(this.Ca=this.g.setTimeout(this.l,this.j),this.o=ib())};m.stop=function()
{this.enabled=!
1;this.Ca&&(this.g.clearTimeout(this.Ca),this.Ca=null)};m.O=function()
{Sw.Ha.O.call(this);this.stop();delete this.g};
var Tw=function(a,b){if(typeof a!=="function")if(a&&typeof
a.handleEvent=="function")a=fb(a.handleEvent,a);else throw Error("Invalid listener
argument");return Number(b)>2147483647?-1:y.setTimeout(a,b||0)},Uw=function(a,b)
{var c=null;return(new Dw(function(d,e){c=Tw(function(){d(b)},a);c==-
1&&e(Error("Failed to schedule timer."))})).I(function(d){y.clearTimeout(c);throw
d;})};var Vw=function(){return Math.round(Date.now()/1E3)};var Ww=function()
{this.g={};return this};Ww.prototype.remove=function(a){var b=this.g;a in b&&delete
b[a]};Ww.prototype.set=function(a,b){this.g[a]=b};var Xw=function(a,b)
{a.g.eb=mi(a.g,"eb",0)|b};Ww.prototype.get=function(a){return
mi(this.g,a,null)};var Yw=null,Zw=function(){this.g={};this.j=0},$w=function(){Yw||
(Yw=new Zw);return Yw},ax=function(a,b){a.g[b.getName()]=b},bx=function(a,b)
{this.o=a;this.l=!0;this.g=b};bx.prototype.getName=function(){return
this.o};bx.prototype.getValue=function(){return this.g};bx.prototype.j=function()
{return String(this.g)};var cx=function(a,b)
{bx.call(this,String(a),b);this.B=a;this.g=!!b};v(cx,bx);cx.prototype.j=function()
{return this.g?"1":"0"};var dx=function(a,b){bx.call(this,a,b)};v(dx,bx);
dx.prototype.j=function(){return this.g?Math.round(this.g.top)
+"."+Math.round(this.g.left)+"."+(Math.round(this.g.top)+Math.round(this.g.height))
+"."+(Math.round(this.g.left)+Math.round(this.g.width)):""};var ex=function(a)
{if(a.match(/^-?[0-9]+\.-?[0-9]+\.-?[0-9]+\.-?[0-9]+$/)){a=a.split(".");var
b=Number(a[0]),c=Number(a[1]);return new dx("",new Ck(c,b,Number(a[3])-
c,Number(a[2])-b))}return new dx("",new Ck(0,0,0,0))};var fx=function(a){var b=new
Ck(-Number.MAX_VALUE/2,-Number.MAX_VALUE/2,Number.MAX_VALUE,Number.MAX_VALUE),c=new
Ck(0,0,0,0);if(!a||0==a.length)return c;for(var d=0;d<a.length;d++){a:{var e=b;var
f=a[d],g=Math.max(e.left,f.left),h=Math.min(e.left+e.width,f.left+f.width);if(g<=h)
{var k=Math.max(e.top,f.top);f=Math.min(e.top+e.height,f.top+f.height);if(k<=f)
{e.left=g;e.top=k;e.width=h-g;e.height=f-k;e=!0;break a}}e=!1}if(!e)return c}return
b},gx=function(a,b){var c=a.getBoundingClientRect();a=Lq(a,
b);return new Ck(Math.round(a.x),Math.round(a.y),Math.round(c.right-
c.left),Math.round(c.bottom-c.top))},hx=function(a,b,c){if(b&&c){a:{var
d=Math.max(b.left,c.left);var e=Math.min(b.left+b.width,c.left+c.width);if(d<=e)
{var f=Math.max(b.top,c.top),g=Math.min(b.top+b.height,c.top+c.height);if(f<=g)
{d=new Ck(d,f,e-d,g-f);break a}}d=null}e=d?d.height*d.width:0;f=d?
b.height*b.width:0;d=d&&f?Math.round(e/f*100):0;ax(a,new bx("vp",d));d&&d>0?
(e=Dk(b),f=Dk(c),e=e.top>=f.top&&e.top<f.bottom):e=!1;ax(a,new cx(512,
e));d&&d>0?(e=Dk(b),f=Dk(c),e=e.bottom<=f.bottom&&e.bottom>f.top):e=!1;ax(a,new
cx(1024,e));d&&d>0?(e=Dk(b),f=Dk(c),e=e.left>=f.left&&e.left<f.right):e=!1;ax(a,new
cx(2048,e));d&&d>0?(b=Dk(b),c=Dk(c),c=b.right<=c.right&&b.right>c.left):c=!
1;ax(a,new cx(4096,c))}};var ix=function(a,b){var
c=0;Zh(Po(),"ima","video","client","tagged")&&(c=1);var d=null;a&&(d=a());if(d)
{a=$w();a.g={};var e=new cx(32,!0);e.l=!
1;ax(a,e);e=Po().document;e=e.visibilityState||e.webkitVisibilityState||
e.mozVisibilityState||e.msVisibilityState||"";ax(a,new
cx(64,e.toLowerCase().substring(e.length-6)!="hidden"?!0:!1));a:{try{var
f=Po().top;try{var g=!!f.location.href||f.location.href===""}catch(n){g=!1}if(g)
{var h=Ov(d);var k=h&&h.length!=0?"1":"0";break a}k="2";break a}catch(n){k="2";
break a}k=void 0}ax(a,new cx(256,k=="2"));ax(a,new
cx(128,k=="1"));h=g=Po().top;k=="2"&&(h=Po());f=gx(d,h);ax(a,new
dx("er",f));try{var l=h.document&&!h.document.body?null:No(h||window)}catch(n)
{l=null}l?(h=Oo(Jo(h.document).g),ax(a,new cx(16384,!!h)),l=h?new
Ck(h.x,h.y,l.width,l.height):null):l=null;ax(a,new dx("vi",l));if(l&&"1"==k)
{k=Ov(d);d=[];for(h=0;h<k.length;h++)
(e=gx(k[h],g))&&d.push(e);d.push(l);l=fx(d)}hx(a,f,l);a.j&&ax(a,new bx("ts",Vw()-
a.j));a.j=Vw()}else a=$w(),a.g={},a.j=Vw(),ax(a,
new cx(32,!1));this.l=a;this.g=new
Ww;this.g.set("ve",4);c&&Xw(this.g,1);Zh(Po(),"ima","video","client","crossdomainTa
g")&&Xw(this.g,4);Zh(Po(),"ima","video","client","sdkTag")&&Xw(this.g,8);Zh(Po(),"i
ma","video","client","jsTag")&&Xw(this.g,2);b&&mi(b,"fullscreen",!
1)&&Xw(this.g,16);this.j=b=null;if(c&&(c=Zh(Po(),"ima","video","client"),c.getEData
))
{this.j=c.getEData();if(c=Zh(Po(),"ima","video","client","getLastSnapshotFromTop"))
if(a=c())this.j.extendWithDataFromTopIframe(a.tagstamp,a.playstamp,
a.lactstamp),c=this.l,b=a.er,a=a.vi,b&&a&&(b=ex(b).getValue(),a=ex(a).getValue(),k=
null,mi(c.g,"er",null)&&(k=mi(c.g,"er",null).getValue(),k.top+=b.top,k.left+=b.left
,ax(c,new
dx("er",k))),mi(c.g,"vi",null)&&(l=mi(c.g,"vi",null).getValue(),l.top+=b.top,l.left
+=b.left,d=[],d.push(l),d.push(b),d.push(a),b=fx(d),hx(c,k,b),ax(c,new
dx("vi",a))));a:{if(this.j){if(this.j.getTagLoadTimestamp)
{b=this.j.getTagLoadTimestamp();break a}if(this.j.getTimeSinceTagLoadSeconds)
{b=this.j.getTimeSinceTagLoadSeconds();
break
a}}b=null}}c=this.g;a=window.performance&&window.performance.timing&&window.perform
ance.timing.domLoading&&window.performance.timing.domLoading>0?
Math.round(window.performance.timing.domLoading/1E3):null;c.set.call(c,"td",Vw()-
(a!=null?a:b!=null?b:Vw()))};new Sw(200);
var jx=function(a,b){try{var c=new ix(a,b);a=[];var
d=Number(c.g.get("eb"));c.g.remove("eb");var e,f=c.g;b=[];for(var g in
f.g)b.push(g+f.g[g]);(e=b.join("_"))&&a.push(e);if(c.j){var
h=c.j.serialize();h&&a.push(h)}var k,l=c.l;e=d;f=[];e||(e=0);for(var n in l.g){var
p=l.g[n];if(p instanceof cx)p.getValue()&&(e|=p.B);else{var r=l.g[n],t=r.l?
r.j():"";t&&f.push(n+t)}}f.push("eb"+String(e));
(k=f.join("_"))&&a.push(k);c.g.set("eb",d);return a.join("_")}catch(u)
{return"tle;"+Ki(u.name,12)+";"+Ki(u.message,
40)}};var kx=function(a){this.F=D(a)};v(kx,I);kx.prototype.getId=function(){return
F(this,1)};var lx=[0,uh];var mx=function(a){this.F=D(a)};v(mx,I);var nx=[0,uh,-
3];var ox=function(a){this.F=D(a)};v(ox,I);ox.prototype.getWidth=function(){return
eg(this,1)};ox.prototype.getHeight=function(){return eg(this,2)};var px=[0,rh,-
1];var qx=function(a){this.F=D(a)};v(qx,I);var rx=[0,oh,th,uh,-1];var
sx=function(a){this.F=D(a)};v(sx,I);sx.prototype.getAdId=function(){return
F(this,1)};sx.prototype.getSize=function(){return
Uf(this,ox,7)};sx.prototype.Zb=function(){return Uf(this,qx,9)};var
tx=[0,uh,oh,uh,vh,zh,lx,px,oh,rx,uh,nx];var ux=function(a){this.F=D(a)};v(ux,I);var
vx=function(a,b){return sg(a,1,b)},wx=function(a,b){return
ng(a,4,b)},xx=function(a,b){return xf(a,2,ue(b))};var yx=function(a)
{this.F=D(a)};v(yx,I);var zx=function(a,b){return rg(a,1,b)},Ax=function(a,b)
{return ag(a,3,sx,b)},Bx=function(a,b){return sg(a,4,b)};var Cx=[0,zh,rh,uh,th];var
Dx=[0,uh,oh,wh,tx,zh,Cx,th,zh,2,vh];var Ex=function(a){this.F=D(a)};v(Ex,I);var
Fx=function(a){this.F=D(a)};v(Fx,I);var Gx=function(a,b){return
$f(a,2,yx,b)},Hx=function(a,b){E(a,5,b)},Ix=function(a,b)
{rg(a,10,b)},Jx=function(a,b){rg(a,11,b)};var Kx=[0,zh,wh,Dx,zh,uh,Cx,uh,th,rh,
[0,zh,th,oh],uh,-1];var Lx=function(a){this.F=D(a)};v(Lx,I);var Mx=function(a){var
b=new Fx;b=sg(b,1,1);return $f(a,1,Fx,b)};var Nx=Bh([0,wh,Kx]);var Ox=function(a)
{this.F=D(a)};v(Ox,I);var Px=function(a){this.F=D(a)};v(Px,I);var Qx=function(a)
{this.F=D(a)};v(Qx,I);var Rx=function(a){this.F=D(a)};v(Rx,I);var Sx=function(a)
{this.F=D(a)};v(Sx,I);var Tx=function(a){this.F=D(a)};v(Tx,I);var Ux=function(a)
{this.F=D(a)};v(Ux,I);var Vx=function(a)
{this.F=D(a)};v(Vx,I);Vx.prototype.getEscapedQemQueryId=function(){return
F(this,1)};var Wx=function(a){this.F=D(a)};v(Wx,I);var Xx=function(a)
{this.F=D(a)};v(Xx,I);var Yx=[0,uh,[0,nh],[0,zh,oh]];var Zx=Dh(Xx);var
$x=function(a){this.F=D(a)};v($x,I);var ay=function(a){var b=new $x;return
sg(b,1,a)};var by=[0,zh];var cy=function(a){this.F=D(a)};v(cy,I);var dy=function(a)
{var b=new cy;return rg(b,1,a)},ey=function(a){var
b=window.Date.now();b=Number.isFinite(b)?Math.round(b):0;return
xf(a,3,De(b))};cy.prototype.getError=function(){return Uf(this,
$x,10)};cy.prototype.Ya=function(a){return E(this,10,a)};var fy=Eh(cy);var
gy=[0,uh,-1,oh,rh,-2,oh,mh,th,by,th];var hy=[0,1,[0,qh,-2],-1,uh,-1,th,
[0,3,zh,uh],oh,Ah,yh];var iy=function(a)
{this.F=D(a)};v(iy,I);iy.prototype.g=Ch([0,wh,hy,wh,gy]);var ly=function(){var
a=jy;this.B=ky;this.A="jserror";this.j=!0;this.g=a===void 0?
null:a;this.l=null;this.o=!1;this.C=this.Ua};m=ly.prototype;m.re=function(a)
{this.l=a};m.wf=function(a){this.A=a};m.se=function(a){this.j=a};m.xf=function(a)
{this.o=a};
m.zb=function(a,b,c){try{if(this.g&&this.g.l){var
d=this.g.start(a.toString(),3);var e=b();this.g.end(d)}else e=b()}catch(h)
{b=this.j;try{ol(d),b=this.C(a,new Gh(h,{message:Ih(h)}),void 0,c)}catch(k)
{this.Ua(217,k)}if(b){var f,g;(f=window.console)==null||(g=f.error)==null||
g.call(f,h)}else throw h;}return e};m.he=function(a,b,c,d){var e=this;return
function(){var f=Oa.apply(0,arguments);return e.zb(a,function(){return
b.apply(c,f)},d)}};
m.Ua=function(a,b,c,d,e){e=e||this.A;var f=void 0;try{var g=new
gp;lp(g,1,"context",a);Hh(b)||(b=new Gh(b,
{message:Ih(b)}));b.msg&&lp(g,2,"msg",b.msg.substring(0,512));var h=b.meta||
{};if(this.l)try{this.l(h)}catch(n){}if(d)try{d(h)}catch(n){}kp(g,3,
[h]);f=fp();f.j&&lp(g,4,"top",f.j.url||"");kp(g,5,[{url:f.g.url||""},{url:f.g.url?
Ti(f.g.url):""}]);my(this.B,e,g,this.o,c)}catch(n){try{var k,l;my(this.B,e,
{context:"ecmserr",rctx:a,msg:Ih(n),url:(l=(k=f)==null?void 0:k.g.url)!=null?
l:""},this.o,c)}catch(p){}}return this.j};var ny=function()
{this.g=Math.random()},oy=function(){var
a=ky,b=window.google_srt;b>=0&&b<=1&&(a.g=b)},my=function(a,b,c,d,e){if(((d===void
0?0:d)?a.g:Math.random())<(e||.01))try{if(c instanceof gp)var f=c;else f=new
gp,dj(c,function(h,k){var l=f,n=l.o++;kp(l,n,hp(k,h))});var
g=np(f,"https:","/pagead/gen_204?id="+b+"&");g&&pj(y,g)}catch(h){}};var
ky,py,jy=new nl(1,window);(function(a){ky=a!=null?a:new ny;typeof
window.google_srt!=="number"&&(window.google_srt=Math.random());oy();py=new
ly;py.re(function(){});py.xf(!0);window.document.readyState=="complete"?
window.google_measure_js_timing||jy.A():jy.l&&Ph(window,"load",function()
{window.google_measure_js_timing||jy.A()})})();var qy=function(a)
{this.F=D(a)};v(qy,I);var ry={"-":0,Y:2,N:1};var sy=function(a)
{this.F=D(a)};v(sy,I);sy.prototype.getType=function(){return
eg(this,1)};sy.prototype.getVersion=function(){return eg(this,2)};function ty(a)
{return bd(a.length%4!==0?a+"A":a).map(function(b){return
b.toString(2).padStart(8,"0")}).join("")}function uy(a){if(!/^[0-1]+
$/.test(a))throw Error("Invalid input ["+a+"] not a bit string.");return
parseInt(a,2)}function vy(a){if(!/^[0-1]+$/.test(a))throw Error("Invalid input
["+a+"] not a bit string.");for(var b=[1,2,3,5],c=0,d=0;d<a.length-1;d+
+)b.length<=d&&b.push(b[d-1]+b[d-2]),c+=parseInt(a[d],2)*b[d];return c}function
PA(a,b){a=ty(a);return a.length<b?a.padEnd(b,"0"):a};function QA(a,b){var
c=a.indexOf("11");if(c===-1)throw Error("Expected section bitstring but not found
in ["+a+"] part of ["+b+"]");return a.slice(0,c+2)};var RA=function(a)
{this.F=D(a)};v(RA,I);var SA=function(a){this.F=D(a)};v(SA,I);var TA=function(a)
{this.F=D(a)};v(TA,I);TA.prototype.getVersion=function(){return eg(this,1)};var
UA=function(a){this.F=D(a)};v(UA,I);var VA=function(a){this.F=D(a)};v(VA,I);var
WA=function(a){var b=new VA;return E(b,1,a)};var
XA=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],YA=6+XA.reduce(function(a,b){return
a+b});var ZA=function(a){this.F=D(a)};v(ZA,I);var $A=function(a)
{this.F=D(a)};v($A,I);$A.prototype.getVersion=function(){return eg(this,1)};var
aB=function(a){this.F=D(a)};v(aB,I);var bB=function(a){this.F=D(a)};v(bB,I);var
cB=function(a){var b=new bB;return E(b,1,a)};var
dB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],eB=6+dB.reduce(function(a,b){return a+b});var
fB=function(a){this.F=D(a)};v(fB,I);var gB=function(a){this.F=D(a)};v(gB,I);var
hB=function(a){this.F=D(a)};v(hB,I);hB.prototype.getVersion=function(){return
eg(this,1)};var iB=function(a){this.F=D(a)};v(iB,I);var jB=function(a)
{this.F=D(a)};v(jB,I);var kB=function(a){var b=new jB;return E(b,1,a)};var
lB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],mB=6+lB.reduce(function(a,b){return
a+b});var nB=function(a){this.F=D(a)};v(nB,I);var oB=function(a)
{this.F=D(a)};v(oB,I);var pB=function(a)
{this.F=D(a)};v(pB,I);pB.prototype.getVersion=function(){return eg(this,1)};var
qB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],rB=6+qB.reduce(function(a,b){return
a+b});var sB=function(a){this.F=D(a)};v(sB,I);var tB=function(a)
{this.F=D(a)};v(tB,I);var uB=function(a)
{this.F=D(a)};v(uB,I);uB.prototype.getVersion=function(){return eg(this,1)};var
vB=function(a){this.F=D(a)};v(vB,I);var wB=function(a){this.F=D(a)};v(wB,I);var
xB=function(a){var b=new wB;return E(b,1,a)};var
yB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],zB=6+yB.reduce(function(
a,b){return a+b});var AB=function(a){this.F=D(a)};v(AB,I);var BB=function(a)
{this.F=D(a)};v(BB,I);BB.prototype.getVersion=function(){return eg(this,1)};var
CB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],DB=6+CB.reduce(function(a,b){return
a+b});var EB=function(a){this.F=D(a)};v(EB,I);var FB=function(a)
{this.F=D(a)};v(FB,I);var GB=function(a,b){return Jf(a,1,b,qe)},HB=function(a,b)
{return Jf(a,2,b,qe)},IB=function(a,b){return Jf(a,3,b,te)},JB=function(a,b)
{Jf(a,4,b,te)};var KB=function(a){this.F=D(a)};v(KB,I);var LB=function(a)
{this.F=D(a)};v(LB,I);LB.prototype.getVersion=function(){return eg(this,1)};
var MB=function(a,b){return pg(a,1,b)},NB=function(a,b){return
E(a,2,b)},OB=function(a,b){return E(a,3,b)},PB=function(a,b){return
pg(a,4,b)},QB=function(a,b){return pg(a,5,b)},RB=function(a,b){return
pg(a,6,b)},SB=function(a,b){return Kf(a,7,Le(b),"")},TB=function(a,b){return
pg(a,8,b)},UB=function(a,b){return pg(a,9,b)},VB=function(a,b){return
og(a,10,b)},WB=function(a,b){return og(a,11,b)},XB=function(a,b){return
Jf(a,12,b,qe)},YB=function(a,b){return Jf(a,13,b,qe)},ZB=function(a,b){return Jf(a,
14,b,qe)},$B=function(a,b){return og(a,15,b)},aC=function(a,b){return
Kf(a,16,Le(b),"")},bC=function(a,b){return Jf(a,17,b,te)},cC=function(a,b){return
Jf(a,18,b,te)},dC=function(a,b){return Yf(a,19,b)};var eC=function(a)
{this.F=D(a)};v(eC,I);var
fC="a".charCodeAt(),gC=Xh({Pi:0,Oi:1,Li:2,Gi:3,Mi:4,Hi:5,Ni:6,Ji:7,Ki:8,Fi:9,Ii:10,
Qi:11}),hC=Xh({Si:0,Ti:1,Ri:2});var iC=function(a){if(/[^01]/.test(a))throw
Error("Input bitstring "+a+" is malformed!");this.j=a;this.g=0},kC=function(a)
{a=jC(a,36);var b=new KB;b=qg(b,1,Math.floor(a/10));return pg(b,2,a
%10*1E8)},lC=function(a){return String.fromCharCode(fC+jC(a,6))
+String.fromCharCode(fC+jC(a,6))},oC=function(a){var b=jC(a,16);return!!jC(a,1)===!
0?(a=mC(a),a.forEach(function(c){if(c>b)throw Error("ID "+c+" is past MaxVendorId
"+b+"!");}),a):nC(a,b)},pC=function(a){for(var b=[],c=jC(a,12);c--;){var
d=jC(a,6),e=
jC(a,2),f=mC(a),g=b,h=g.push,k=new
EB;d=H(k,1,d);e=H(d,2,e);f=Jf(e,3,f,te);h.call(g,f)}return b},mC=function(a)
{for(var b=jC(a,12),c=[];b--;){var d=!!jC(a,1)===!
0,e=jC(a,16);if(d)for(d=jC(a,16);e<=d;e++)c.push(e);else
c.push(e)}c.sort(function(f,g){return f-g});return c},nC=function(a,b,c){for(var
d=[],e=0;e<b;e++)if(jC(a,1)){var f=e+1;if(c&&c.indexOf(f)===-1)throw Error("ID:
"+f+" is outside of allowed values!");d.push(f)}return d},jC=function(a,b)
{if(a.g+b>a.j.length)throw Error("Requested length "+
b+" is past end of string.");var c=a.j.substring(a.g,a.g+b);a.g+=b;return
parseInt(c,2)};iC.prototype.skip=function(a){this.g+=a};var qC=function(a){try{var
b=bd(a).map(function(f){return f.toString(2).padStart(8,"0")}).join(""),c=new
iC(b);if(jC(c,3)!==3)return null;var d=HB(GB(new
FB,nC(c,24,gC)),nC(c,24,gC)),e=jC(c,6);e!==0&&JB(IB(d,nC(c,e)),nC(c,e));return
d}catch(f){return null}};var rC=function(a){try{var b=bd(a).map(function(d){return
d.toString(2).padStart(8,"0")}).join(""),c=new iC(b);return
dC(cC(bC(aC($B(ZB(YB(XB(WB(VB(UB(TB(SB(RB(QB(PB(OB(NB(MB(new
LB,jC(c,6)),kC(c)),kC(c)),jC(c,12)),jC(c,12)),jC(c,6)),lC(c)),jC(c,12)),jC(c,6)),!!
jC(c,1)),!!jC(c,1)),nC(c,12,hC)),nC(c,24,gC)),nC(c,24,gC)),!!
jC(c,1)),lC(c)),oC(c)),oC(c)),pC(c))}catch(d){return null}};var tC=function(a){if(!
a)return null;var b=a.split(".");if(b.length>4)return null;a=rC(b[0]);if(!a)return
null;var c=new eC;a=E(c,1,a);b.shift();b=x(b);for(c=b.next();!
c.done;c=b.next())switch(c=c.value,sC(c)){case 1:case 2:break;case 3:c=qC(c);if(!
c)return null;E(a,2,c);break;default:return null}return a},sC=function(a){try{var
b=bd(a).map(function(c){return c.toString(2).padStart(8,"0")}).join("");return
jC(new iC(b),3)}catch(c){return-1}};var vC=function(a,b){var c=tC(a);if(!c||!
a)return null;var d=Uf(c,LB,1),e=Uf(c,FB,2)||new FB;c=eg(d,9);var
f=eg(d,4),g=eg(d,5),h=dg(d,10),k=dg(d,11),l=F(d,16),n=dg(d,15);var
p=zf(d,13,se,yf());p=uC(p,gC);var
r=zf(d,14,se,yf());p={consents:p,legitimateInterests:uC(r,gC)};r=kg(d,17);r=uC(r);v
ar
t=kg(d,18);r={consents:r,legitimateInterests:uC(t)};t=zf(d,12,se,yf());t=uC(t,hC);v
ar u=Wf(d,EB,19,yf());d={};u=x(u);for(var w=u.next();!w.done;w=u.next())
{w=w.value;var C=G(w,1);d[C]=d[C]||{};for(var V=x(kg(w,
3)),X=V.next();!X.done;X=V.next())d[C]
[X.value]=G(w,2)}u=zf(e,1,se,yf());u=uC(u,gC);w=zf(e,2,se,yf());w=uC(w,gC);C=kg(e,3
);C=uC(C);e=kg(e,4);return{tcString:a,tcfPolicyVersion:c,gdprApplies:b,cmpId:f,cmpV
ersion:g,isServiceSpecific:h,useNonStandardStacks:k,publisherCC:l,purposeOneTreatme
nt:n,purpose:p,vendor:r,specialFeatureOptins:t,publisher:
{restrictions:d,consents:u,legitimateInterests:w,customPurposes:
{consents:C,legitimateInterests:uC(e)}}}},uC=function(a,b){var
c={};if(Array.isArray(b)&&b.length!==
0){b=x(b);for(var d=b.next();!d.done;d=b.next())d=d.value,c[d]=a.indexOf(d)!==-
1}else for(a=x(a),b=a.next();!b.done;b=a.next())c[b.value]=!0;delete c[0];return
c};var wC=function(a,b){this.g=a;this.defaultValue=b===void 0?!1:b};var xC=new
wC(45668885),yC=new wC(45642592,!0),zC=new wC(635466687),AC=new function(a,b)
{this.g=a;this.defaultValue=b===void 0?0:b}(45645574);var BC=function(a)
{this.F=D(a)};v(BC,I);var CC=function(a){var b=new BC;Zf(b,1,qe,a,se)};var
DC=/^((market|itms|intent|itms-appss):\/\/)/i;var EC="ad_type vpos mridx pos
vad_type videoad_start_delay".split(" ");var FC=function(a){var b=a.sb;var
c=a.ab;var d=a.height;var e=a.width;a=a.Fa===void 0?!
1:a.Fa;this.sb=b;this.ab=c;this.height=d;this.width=e;this.Fa=a};FC.prototype.getHe
ight=function(){return this.height};FC.prototype.getWidth=function(){return
this.width};var GC=function(a){var b=a.Wh;var c=a.rg;var d=a.sb;var e=a.ab;var
f=a.Vh;var g=a.qg;FC.call(this,
{sb:d,ab:e,height:a.height,width:a.width,Fa:a.Fa===void 0?!
1:a.Fa});this.o=b;this.j=c;this.l=f;this.g=g};v(GC,FC);var HC=function(a){var
b=a.ih;FC.call(this,{sb:a.sb,ab:a.ab,height:a.height,width:a.width,Fa:a.Fa===void
0?!1:a.Fa});this.g=b};v(HC,FC);HC.prototype.getMediaUrl=function(){return
this.g};function IC(a){return new (Function.prototype.bind.apply(a,
[null].concat(ra(Oa.apply(1,arguments)))))};var JC=function(a,b,c,d)
{P.call(this);this.G=b;this.D=c;this.C=d;this.B=new Map;this.H=0;this.o=new
Map;this.A=new Map;this.l=void 0;this.j=a};v(JC,P);JC.prototype.O=function(){delete
this.g;this.B.clear();this.o.clear();this.A.clear();this.l&&(Qh(this.j,"message",th
is.l),delete this.l);delete this.j;delete this.C;P.prototype.O.call(this)};
var KC=function(a){if(a.g)return a.g;a.D&&a.D(a.j)?a.g=a.j:a.g=jj(a.j,a.G);var
b;return(b=a.g)!=null?b:null},MC=function(a,b,c){if(KC(a))if(a.g===a.j)
(b=a.B.get(b))&&b(a.g,c);else{var d=a.o.get(b);if(d&&d.Xc){LC(a);var e=+
+a.H;a.A.set(e,
{kc:d.kc,Ag:d.Ud(c),Ah:b==="addEventListener"});a.g.postMessage(d.Xc(c,e),"*")}}},L
C=function(a){a.l||(a.l=function(b){try{var c=a.C?a.C(b):void 0;if(c){var
d=c.mf,e=a.A.get(d);if(e){e.Ah||a.A.delete(d);var f;(f=e.kc)==null||
f.call(e,e.Ag,c.payload)}}}catch(g){}},
Ph(a.j,"message",a.l))};function NC(a){a.addtlConsent!==void 0&&typeof
a.addtlConsent!=="string"&&(a.addtlConsent=void 0);a.gdprApplies!==void 0&&typeof
a.gdprApplies!=="boolean"&&(a.gdprApplies=void 0);return a.tcString!==void
0&&typeof a.tcString!=="string"||a.listenerId!==void 0&&typeof a.listenerId!
=="number"?2:a.cmpStatus&&a.cmpStatus!=="error"?0:3}
var OC=function(a,b){b=b===void 0?
{}:b;P.call(this);this.g=null;this.A={};this.C=0;this.l=null;this.j=a;var
c;this.o=(c=b.timeoutMs)!=null?c:500;var d;this.B=(d=b.Cj)!=null?d:!
1};v(OC,P);OC.prototype.O=function()
{this.A={};this.l&&(Qh(this.j,"message",this.l),delete this.l);delete this.A;delete
this.j;delete this.g;P.prototype.O.call(this)};
var QC=function(a){return typeof a.j.__tcfapi==="function"||PC(a)!
=null},TC=function(a,b){var
c={internalErrorState:0,internalBlockOnErrors:a.B},d=Lh(function(){return
b(c)}),e=0;a.o!==-1&&(e=setTimeout(function()
{e=0;c.tcString="tcunavailable";c.internalErrorState=1;d()},a.o));RC(a,"addEventLis
tener",function(f)
{f&&(c=f,c.internalErrorState=NC(c),c.internalBlockOnErrors=a.B,SC(c)?
(c.internalErrorState!
==0&&(c.tcString="tcunavailable"),RC(a,"removeEventListener",null,c.listenerId),
(f=e)&&clearTimeout(f),
d()):(c.cmpStatus==="error"||c.internalErrorState!==0)&&(f=e)&&clearTimeout(f))})};
OC.prototype.addEventListener=function(a){var
b=this,c={internalBlockOnErrors:this.B},d=Lh(function(){return a(c)}),e=0;this.o!
==-1&&(e=setTimeout(function()
{c.tcString="tcunavailable";c.internalErrorState=1;d()},this.o));var
f=function(g,h){clearTimeout(e);g?
(c=g,c.internalErrorState=NC(c),c.internalBlockOnErrors=b.B,h&&c.internalErrorState
===0||(c.tcString="tcunavailable",h||(c.internalErrorState=3))):
(c.tcString="tcunavailable",c.internalErrorState=3);a(c)};try{RC(this,"addEventList
ener",f)}catch(g){c.tcString=
"tcunavailable",c.internalErrorState=3,e&&(clearTimeout(e),e=0),d()}};OC.prototype.
removeEventListener=function(a)
{a&&a.listenerId&&RC(this,"removeEventListener",null,a.listenerId)};
var VC=function(a,b,c){var d=d===void 0?"755":d;a:
{if(a.publisher&&a.publisher.restrictions){var e=a.publisher.restrictions[b];if(e!
==void 0){e=e[d===void 0?"755":d];break a}}e=void 0}if(e===0)return!1;var
f=c;c===2?(f=0,e===2&&(f=1)):c===3&&(f=1,e===1&&(f=0));a=f===0?a.purpose&&a.vendor?
(c=UC(a.vendor.consents,d===void
0?"755":d))&&b==="1"&&a.purposeOneTreatment&&a.publisherCC==="CH"?!
0:c&&UC(a.purpose.consents,b):!0:f===1?a.purpose&&a.vendor?
UC(a.purpose.legitimateInterests,b)&&UC(a.vendor.legitimateInterests,
d===void 0?"755":d):!0:!0;return a},UC=function(a,b){return!(!a||!
a[b])},RC=function(a,b,c,d){c||(c=function(){});var e=a.j;typeof
e.__tcfapi==="function"?(a=e.__tcfapi,a(b,2,c,d)):PC(a)?(WC(a),e=+
+a.C,a.A[e]=c,a.g&&(c={},a.g.postMessage((c.__tcfapiCall={command:b,version:2,callI
d:e,parameter:d},c),"*"))):c({},!1)},PC=function(a){if(a.g)return
a.g;a.g=jj(a.j,"__tcfapiLocator");return a.g},WC=function(a){if(!a.l){var
b=function(c){try{var d=(typeof c.data==="string"?
JSON.parse(c.data):c.data).__tcfapiReturn;
a.A[d.callId](d.returnValue,d.success)}catch(e)
{}};a.l=b;Ph(a.j,"message",b)}},SC=function(a){if(a.gdprApplies===!1)return!
0;a.internalErrorState===void 0&&(a.internalErrorState=NC(a));return
a.cmpStatus==="error"||a.internalErrorState!==0?a.internalBlockOnErrors?
(rj({e:String(a.internalErrorState)},"tcfe"),!1):!0:a.cmpStatus!=="loaded"||
a.eventStatus!=="tcloaded"&&a.eventStatus!=="useractioncomplete"?!1:!
0},XC=function(a,b,c){return a.gdprApplies===!1?!0:b.every(function(d){return
VC(a,d,c)})};var YC=function(a,b){b=b.listener;(a=(0,a.__gpp)
("addEventListener",b))&&b(a,!0)},ZC=function(a,b){(0,a.__gpp)
("removeEventListener",b.listener,b.listenerId)},$C={Ud:function(a){return
a.listener},Xc:function(a,b){a={};return
a.__gppCall={callId:b,command:"addEventListener",version:"1.1"},a},kc:function(a,b)
{b=b.__gppReturn;a(b.returnValue,b.success)}},aD={Ud:function(a){return
a.listener},Xc:function(a,b){var c={};return
c.__gppCall={callId:b,command:"removeEventListener",version:"1.1",parameter:a.liste
nerId},
c},kc:function(a,b){b=b.__gppReturn;var c=b.returnValue.data;a==null||
a(c,b.success)}};function bD(a){var b={};typeof a.data==="string"?
b=JSON.parse(a.data):b=a.data;return{payload:b,mf:b.__gppReturn.callId}}
var cD=function(a,b){var c=b===void 0?
{}:b;b=c.timeoutMs;c=c.legacyCmpInteractionEventReporter;P.call(this);this.caller=n
ew JC(a,"__gppLocator",function(d){return typeof
d.__gpp==="function"},bD);this.caller.B.set("addEventListener",YC);this.caller.o.se
t("addEventListener",
$C);this.caller.B.set("removeEventListener",ZC);this.caller.o.set("removeEventListe
ner",aD);this.timeoutMs=b!=null?
b:500;this.legacyCmpInteractionEventReporter=c};v(cD,P);cD.prototype.O=function()
{this.caller.dispose();P.prototype.O.call(this)};
cD.prototype.addEventListener=function(a){var b=this,c=Lh(function(){a(dD,!
0)}),d=this.timeoutMs===-1?void 0:setTimeout(function()
{c()},this.timeoutMs);MC(this.caller,"addEventListener",{listener:function(e,f)
{clearTimeout(d);try{var g;if(((g=e.pingData)==null?void 0:g.gppVersion)===void 0||
e.pingData.gppVersion==="1"||e.pingData.gppVersion==="1.0")
{b.removeEventListener(e.listenerId);var
h={eventName:"signalStatus",data:"ready",pingData:
{internalErrorState:1,gppString:"GPP_ERROR_STRING_IS_DEPRECATED_SPEC",
applicableSections:[-1]}}}else Array.isArray(e.pingData.applicableSections)?h=e:
(b.removeEventListener(e.listenerId),h={eventName:"signalStatus",data:"ready",pingD
ata:
{internalErrorState:2,gppString:"GPP_ERROR_STRING_EXPECTED_APPLICATION_SECTION_ARRA
Y",applicableSections:[-1]}});a(h,f);var k;
(k=b.legacyCmpInteractionEventReporter)==null||k.g()}catch(l){if(e==null?
0:e.listenerId)try{b.removeEventListener(e.listenerId)}catch(n){a(eD,!
0);return}a(fD,!0)}}})};
cD.prototype.removeEventListener=function(a){MC(this.caller,"removeEventListener",
{listener:function(){},listenerId:a})};
var gD=function(a,b){if(!a)return!1;var c=ty(a.split("~")
[0]),d=uy(c.slice(0,6)),e=uy(c.slice(6,12)),f=new sy;var g=pg(f,1,d);var
h=pg(g,2,e);for(var
k=c.slice(12),l=uy(k.slice(0,12)),n=[],p=k.slice(12).replace(/0+$/,""),r=0;r<l;r++)
{if(p.length===0)throw Error("Found "+r+" of "+l+" sections ["+n+"] but reached end
of input ["+k+"]");var t=uy(p[0])===0;p=p.slice(1);var u=QA(p,k),w=n.length===0?
0:n[n.length-1],C=vy(u)+w;p=p.slice(u.length);if(t)n.push(C);else{for(var
V=QA(p,k),X=vy(V),Y=0;Y<=X;Y++)n.push(C+
Y);p=p.slice(V.length)}}if(p.length>0)throw Error("Found "+l+" sections ["+n+"] but
has remaining input ["+p+"], entire input ["+k+"]");var Fa=Jf(h,3,n,te);var
ca=a.includes("~")?a.split("~").slice(1):[];var na=kg(Fa,3);for(var
wa=0;wa<na.length;++wa){var pb=na[wa];if(b.includes(pb)){var za=ca[wa];switch(pb)
{case 2:var Kc=void 0;if((Kc=void 0)==null?0:Kc.supportTcfeu){var Lc=vC(za,!0);if(!
Lc)throw Error("Cannot decode TCF V2 section string.");if(!XC(Lc,
["3","4"],0))return!0}break;case 7:if(za.length===
0)throw Error("Cannot decode empty USNat section string.");var
ma=za.split(".");if(ma.length>2)throw Error("Expected at most 2 segments but got
"+ma.length+" when decoding "+za+".");var Na=void 0,Mc=void 0,Nc=void 0,ef=void
0,qb=void 0,ei=void 0,fi=void 0,gi=void 0,hi=void 0,wy=void 0,yy=void 0,zy=void
0,Ay=void 0,By=void 0,Cy=void 0,Dy=void 0,Ey=void 0,Fy=void 0,Gy=void 0,Hy=void
0,Iy=void 0,Jy=void 0,Ky=void 0,Ly=void 0,My=void 0,Ny=void 0,Oy=void 0,Py=void
0,Qy=void 0,Ry=void 0,Sy=ma[0];if(Sy.length===
0)throw Error("Cannot decode empty core segment string.");var
Zk=PA(Sy,zB),Ep=uy(Zk.slice(0,6));Zk=Zk.slice(6);if(Ep!==1)throw Error("Unable to
decode unsupported USNat Section specification version "+Ep+" - only version 1 is
supported.");for(var Fp=0,xa=[],Gp=0;Gp<yB.length;Gp++){var
Ty=yB[Gp];xa.push(uy(Zk.slice(Fp,Fp+Ty)));Fp+=Ty}var qL=new uB;Ry=pg(qL,1,Ep);var
rL=xa.shift();Qy=H(Ry,2,rL);var sL=xa.shift();Py=H(Qy,3,sL);var
tL=xa.shift();Oy=H(Py,4,tL);var uL=xa.shift();Ny=H(Oy,5,uL);var vL=xa.shift();
My=H(Ny,6,vL);var wL=xa.shift();Ly=H(My,7,wL);var xL=xa.shift();Ky=H(Ly,8,xL);var
yL=xa.shift();Jy=H(Ky,9,yL);var zL=xa.shift();Iy=H(Jy,10,zL);var AL=new
tB,BL=xa.shift();Hy=H(AL,1,BL);var CL=xa.shift();Gy=H(Hy,2,CL);var
DL=xa.shift();Fy=H(Gy,3,DL);var EL=xa.shift();Ey=H(Fy,4,EL);var
FL=xa.shift();Dy=H(Ey,5,FL);var GL=xa.shift();Cy=H(Dy,6,GL);var
HL=xa.shift();By=H(Cy,7,HL);var IL=xa.shift();Ay=H(By,8,IL);var
JL=xa.shift();zy=H(Ay,9,JL);var KL=xa.shift();yy=H(zy,10,KL);var
LL=xa.shift();wy=H(yy,11,
LL);var ML=xa.shift();hi=H(wy,12,ML);gi=E(Iy,11,hi);var NL=new
sB,OL=xa.shift();fi=H(NL,1,OL);var PL=xa.shift();ei=H(fi,2,PL);qb=E(gi,12,ei);var
QL=xa.shift();ef=H(qb,13,QL);var RL=xa.shift();Nc=H(ef,14,RL);var
SL=xa.shift();Mc=H(Nc,15,SL);var TL=xa.shift();var
Uy=Na=H(Mc,16,TL);if(ma.length===1)var Vy=xB(Uy);else{var UL=xB(Uy),Wy=void
0,Xy=void 0,Yy=void 0,Zy=ma[1];if(Zy.length===0)throw Error("Cannot decode empty
GPC segment string.");var $y=PA(Zy,3),$k=uy($y.slice(0,2));if($k<0||$k>1)throw
Error("Attempting to decode unknown GPC segment subsection type "+
$k+".");Yy=$k+1;var VL=uy($y.slice(2,3)),WL=new vB;Xy=H(WL,2,Yy);Wy=og(Xy,1,!!
VL);Vy=E(UL,2,Wy)}var al=Uf(Vy,uB,1),az=Uf(al,sB,12);if(G(al,8)===1||G(al,9)===1||
G(al,10)===1||(az==null?void 0:G(az,1))===1)return!0;break;case
8:if(za.length===0)throw Error("Cannot decode empty USCA section string.");var
ii=za.split(".");if(ii.length>2)throw Error("Expected at most 1 sub-section but got
"+(ii.length-1)+" when decoding "+za+".");var XL=void 0,bz=void 0,cz=void 0,dz=void
0,ez=void 0,fz=void 0,gz=void 0,
hz=void 0,iz=void 0,jz=void 0,kz=void 0,lz=void 0,mz=void 0,nz=void 0,oz=void
0,pz=void 0,qz=void 0,rz=void 0,sz=void 0,tz=void 0,uz=void 0,vz=void 0,wz=void
0,xz=ii[0];if(xz.length===0)throw Error("Cannot decode empty core segment
string.");var bl=PA(xz,YA),Hp=uy(bl.slice(0,6));bl=bl.slice(6);if(Hp!==1)throw
Error("Unable to decode unsupported USCA Section specification version "+Hp+" -
only version 1 is supported.");for(var Ip=0,Ra=[],Jp=0;Jp<XA.length;Jp++){var
yz=XA[Jp];Ra.push(uy(bl.slice(Ip,
Ip+yz)));Ip+=yz}var YL=new TA;wz=pg(YL,1,Hp);var ZL=Ra.shift();vz=H(wz,2,ZL);var
$L=Ra.shift();uz=H(vz,3,$L);var aM=Ra.shift();tz=H(uz,4,aM);var
bM=Ra.shift();sz=H(tz,5,bM);var cM=Ra.shift();rz=H(sz,6,cM);var dM=new
SA,eM=Ra.shift();qz=H(dM,1,eM);var fM=Ra.shift();pz=H(qz,2,fM);var
gM=Ra.shift();oz=H(pz,3,gM);var hM=Ra.shift();nz=H(oz,4,hM);var
iM=Ra.shift();mz=H(nz,5,iM);var jM=Ra.shift();lz=H(mz,6,jM);var
kM=Ra.shift();kz=H(lz,7,kM);var lM=Ra.shift();jz=H(kz,8,lM);var
mM=Ra.shift();iz=H(jz,9,mM);
hz=E(rz,7,iz);var nM=new RA,oM=Ra.shift();gz=H(nM,1,oM);var
pM=Ra.shift();fz=H(gz,2,pM);ez=E(hz,8,fz);var qM=Ra.shift();dz=H(ez,9,qM);var
rM=Ra.shift();cz=H(dz,10,rM);var sM=Ra.shift();bz=H(cz,11,sM);var tM=Ra.shift();var
zz=XL=H(bz,12,tM);if(ii.length===1)var Az=WA(zz);else{var uM=WA(zz),Bz=void
0,Cz=void 0,Dz=void 0,Ez=ii[1];if(Ez.length===0)throw Error("Cannot decode empty
GPC segment string.");var Fz=PA(Ez,3),cl=uy(Fz.slice(0,2));if(cl<0||cl>1)throw
Error("Attempting to decode unknown GPC segment subsection type "+
cl+".");Dz=cl+1;var vM=uy(Fz.slice(2,3)),wM=new UA;Cz=H(wM,2,Dz);Bz=og(Cz,1,!!
vM);Az=E(uM,2,Bz)}var Gz=Uf(Az,TA,1);if(G(Gz,5)===1||G(Gz,6)===1)return!
0;break;case 9:if(za.length===0)throw Error("Cannot decode empty USVA section
string.");var dl=PA(za,DB),Kp=uy(dl.slice(0,6));dl=dl.slice(6);if(Kp!==1)throw
Error("Unable to decode unsupported USVA Section specification version "+Kp+" -
only version 1 is supported.");for(var Lp=0,kb=[],Mp=0;Mp<CB.length;Mp++){var
Hz=CB[Mp];kb.push(uy(dl.slice(Lp,Lp+
Hz)));Lp+=Hz}var xM=Kp,yM=new
BB,zM=pg(yM,1,xM),AM=kb.shift(),BM=H(zM,2,AM),CM=kb.shift(),DM=H(BM,3,CM),EM=kb.shi
ft(),FM=H(DM,4,EM),GM=kb.shift(),HM=H(FM,5,GM),IM=kb.shift();var JM=H(HM,6,IM);var
KM=new
AB,LM=kb.shift(),MM=H(KM,1,LM),NM=kb.shift(),OM=H(MM,2,NM),PM=kb.shift(),QM=H(OM,3,
PM),RM=kb.shift(),SM=H(QM,4,RM),TM=kb.shift(),UM=H(SM,5,TM),VM=kb.shift(),WM=H(UM,6
,VM),XM=kb.shift(),YM=H(WM,7,XM),ZM=kb.shift();var $M=H(YM,8,ZM);var
aN=E(JM,7,$M),bN=kb.shift(),cN=H(aN,8,bN),dN=kb.shift(),eN=H(cN,
9,dN),fN=kb.shift(),gN=H(eN,10,fN),hN=kb.shift(),Iz=H(gN,11,hN);if(G(Iz,5)===1||
G(Iz,6)===1)return!0;break;case 10:if(za.length===0)throw Error("Cannot decode
empty USCO section string.");var ji=za.split(".");if(ji.length>2)throw
Error("Expected at most 2 segments but got "+ji.length+" when decoding
"+za+".");var iN=void 0,Jz=void 0,Kz=void 0,Lz=void 0,Mz=void 0,Nz=void 0,Oz=void
0,Pz=void 0,Qz=void 0,Rz=void 0,Sz=void 0,Tz=void 0,Uz=void 0,Vz=void 0,Wz=void
0,Xz=void 0,Yz=void 0,Zz=void 0,$z=ji[0];
if($z.length===0)throw Error("Cannot decode empty core segment string.");var
el=PA($z,eB),Np=uy(el.slice(0,6));el=el.slice(6);if(Np!==1)throw Error("Unable to
decode unsupported USCO Section specification version "+Np+" - only version 1 is
supported.");for(var Op=0,rb=[],Pp=0;Pp<dB.length;Pp++){var
aA=dB[Pp];rb.push(uy(el.slice(Op,Op+aA)));Op+=aA}var jN=new $A;Zz=pg(jN,1,Np);var
kN=rb.shift();Yz=H(Zz,2,kN);var lN=rb.shift();Xz=H(Yz,3,lN);var
mN=rb.shift();Wz=H(Xz,4,mN);var nN=rb.shift();Vz=H(Wz,5,
nN);var oN=rb.shift();Uz=H(Vz,6,oN);var pN=new ZA,qN=rb.shift();Tz=H(pN,1,qN);var
rN=rb.shift();Sz=H(Tz,2,rN);var sN=rb.shift();Rz=H(Sz,3,sN);var
tN=rb.shift();Qz=H(Rz,4,tN);var uN=rb.shift();Pz=H(Qz,5,uN);var
vN=rb.shift();Oz=H(Pz,6,vN);var wN=rb.shift();Nz=H(Oz,7,wN);Mz=E(Uz,7,Nz);var
xN=rb.shift();Lz=H(Mz,8,xN);var yN=rb.shift();Kz=H(Lz,9,yN);var
zN=rb.shift();Jz=H(Kz,10,zN);var AN=rb.shift();var
bA=iN=H(Jz,11,AN);if(ji.length===1)var cA=cB(bA);else{var BN=cB(bA),dA=void
0,eA=void 0,fA=void 0,
gA=ji[1];if(gA.length===0)throw Error("Cannot decode empty GPC segment
string.");var hA=PA(gA,3),fl=uy(hA.slice(0,2));if(fl<0||fl>1)throw
Error("Attempting to decode unknown GPC segment subsection type
"+fl+".");fA=fl+1;var CN=uy(hA.slice(2,3)),DN=new aB;eA=H(DN,2,fA);dA=og(eA,1,!!
CN);cA=E(BN,2,dA)}var iA=Uf(cA,$A,1);if(G(iA,5)===1||G(iA,6)===1)return!
0;break;case 12:if(za.length===0)throw Error("Cannot decode empty usct section
string.");var ki=za.split(".");if(ki.length>2)throw Error("Expected at most 2
segments but got "+
ki.length+" when decoding "+za+".");var EN=void 0,jA=void 0,kA=void 0,lA=void
0,mA=void 0,nA=void 0,oA=void 0,pA=void 0,qA=void 0,rA=void 0,sA=void 0,tA=void
0,uA=void 0,vA=void 0,wA=void 0,xA=void 0,yA=void 0,zA=void 0,AA=void 0,BA=void
0,CA=void 0,DA=void 0,EA=ki[0];if(EA.length===0)throw Error("Cannot decode empty
core segment string.");var gl=PA(EA,mB),Qp=uy(gl.slice(0,6));gl=gl.slice(6);if(Qp!
==1)throw Error("Unable to decode unsupported USCT Section specification version
"+Qp+" - only version 1 is supported.");
for(var Rp=0,Za=[],Sp=0;Sp<lB.length;Sp++){var
FA=lB[Sp];Za.push(uy(gl.slice(Rp,Rp+FA)));Rp+=FA}var FN=new hB;DA=pg(FN,1,Qp);var
GN=Za.shift();CA=H(DA,2,GN);var HN=Za.shift();BA=H(CA,3,HN);var
IN=Za.shift();AA=H(BA,4,IN);var JN=Za.shift();zA=H(AA,5,JN);var
KN=Za.shift();yA=H(zA,6,KN);var LN=new gB,MN=Za.shift();xA=H(LN,1,MN);var
NN=Za.shift();wA=H(xA,2,NN);var ON=Za.shift();vA=H(wA,3,ON);var
PN=Za.shift();uA=H(vA,4,PN);var QN=Za.shift();tA=H(uA,5,QN);var
RN=Za.shift();sA=H(tA,6,RN);var SN=Za.shift();
rA=H(sA,7,SN);var TN=Za.shift();qA=H(rA,8,TN);pA=E(yA,7,qA);var UN=new
fB,VN=Za.shift();oA=H(UN,1,VN);var WN=Za.shift();nA=H(oA,2,WN);var
XN=Za.shift();mA=H(nA,3,XN);lA=E(pA,8,mA);var YN=Za.shift();kA=H(lA,9,YN);var
ZN=Za.shift();jA=H(kA,10,ZN);var $N=Za.shift();var
GA=EN=H(jA,11,$N);if(ki.length===1)var HA=kB(GA);else{var aO=kB(GA),IA=void
0,JA=void 0,KA=void 0,LA=ki[1];if(LA.length===0)throw Error("Cannot decode empty
GPC segment string.");var MA=PA(LA,3),hl=uy(MA.slice(0,2));if(hl<0||hl>1)throw
Error("Attempting to decode unknown GPC segment subsection type "+
hl+".");KA=hl+1;var bO=uy(MA.slice(2,3)),cO=new iB;JA=H(cO,2,KA);IA=og(JA,1,!!
bO);HA=E(aO,2,IA)}var Tp=Uf(HA,hB,1),il=Uf(Tp,fB,8);if(G(Tp,5)===1||G(Tp,6)===1||
(il==null?void 0:G(il,2))===1||(il==null?void 0:G(il,3))===1)return!0;break;case
13:var NA=void 0,Up;if(Up=(NA=void 0)==null?0:NA.supportUsfl)
{if(za.length===0)throw Error("Cannot decode empty USFL section string.");var
jl=PA(za,rB),Vp=uy(jl.slice(0,6));jl=jl.slice(6);if(Vp!==1)throw Error("Unable to
decode unsupported USFL Section specification version "+
Vp+" - only version 1 is supported.");for(var Wp=0,Sa=[],Xp=0;Xp<qB.length;Xp++)
{var OA=qB[Xp];Sa.push(uy(jl.slice(Wp,Wp+OA)));Wp+=OA}var dO=Vp,eO=new
pB,fO=pg(eO,1,dO),gO=Sa.shift(),hO=H(fO,2,gO),iO=Sa.shift(),jO=H(hO,3,iO),kO=Sa.shi
ft(),lO=H(jO,4,kO),mO=Sa.shift(),nO=H(lO,5,mO),oO=Sa.shift();var pO=H(nO,6,oO);var
qO=new
oB,rO=Sa.shift(),sO=H(qO,1,rO),tO=Sa.shift(),uO=H(sO,2,tO),vO=Sa.shift(),wO=H(uO,3,
vO),xO=Sa.shift(),yO=H(wO,4,xO),zO=Sa.shift(),AO=H(yO,5,zO),BO=Sa.shift(),CO=H(AO,6
,BO),DO=Sa.shift(),
EO=H(CO,7,DO),FO=Sa.shift();var GO=H(EO,8,FO);var HO=E(pO,7,GO);var IO=new
nB,JO=Sa.shift(),KO=H(IO,1,JO),LO=Sa.shift(),MO=H(KO,2,LO),NO=Sa.shift();var
OO=H(MO,3,NO);var
PO=E(HO,8,OO),QO=Sa.shift(),RO=H(PO,9,QO),SO=Sa.shift(),TO=H(RO,10,SO),UO=Sa.shift(
),VO=H(TO,11,UO),WO=Sa.shift(),Yp=H(VO,12,WO),kl=Uf(Yp,nB,8);Up=G(Yp,5)===1||
G(Yp,6)===1||(kl==null?void 0:G(kl,2))===1||(kl==null?void 0:G(kl,3))===1?!0:!
1}if(Up)return!0}}}return!1},fD={eventName:"signalStatus",data:"ready",pingData:
{internalErrorState:2,
gppString:"GPP_ERROR_STRING_UNAVAILABLE",applicableSections:[-1]},listenerId:-
1},dD={eventName:"signalStatus",data:"ready",pingData:
{gppString:"GPP_ERROR_STRING_LISTENER_REGISTRATION_TIMEOUT",internalErrorState:2,ap
plicableSections:[-1]},listenerId:-
1},eD={eventName:"signalStatus",data:"ready",pingData:
{gppString:"GPP_ERROR_STRING_REMOVE_EVENT_LISTENER_ERROR",internalErrorState:2,appl
icableSections:[-1]},listenerId:-
1};CC([1,8,9,10,11,12,2,3,4,5,15,16,19,20,21,23]);CC([1,6,7,9,10,11,12,2,3,4,5,13,1
4,18,19,20,21,23]);CC([1,6,7,9,10,11,12,22,2,3,4,5,13,14,17,18,19,20,21,23]);new
BC;var hD=function(a,b)
{this.g=this.A=this.o="";this.I=null;this.L=this.j="";this.B=!1;var c;a instanceof
hD?(this.B=b!==void 0?
b:a.B,iD(this,a.o),this.A=a.A,this.g=a.g,jD(this,a.I),this.j=a.j,kD(this,lD(a.l)),t
his.L=a.D()):a&&(c=String(a).match(Si))?(this.B=!!b,iD(this,c[1]||"",!
0),this.A=mD(c[2]||""),this.g=mD(c[3]||"",!0),jD(this,c[4]),this.j=mD(c[5]||"",!
0),kD(this,c[6]||"",!0),this.L=mD(c[7]||"")):(this.B=!!b,this.l=new
nD(null,this.B))};
hD.prototype.toString=function(){var a=[],b=this.o;b&&a.push(oD(b,pD,!0),":");var
c=this.g;if(c||b=="file")a.push("//"),(b=this.A)&&a.push(oD(b,pD,!
0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%
$1")),c=this.I,c!=null&&a.push(":",String(c));if(c=this.j)this.g&&c.charAt(0)!
="/"&&a.push("/"),a.push(oD(c,c.charAt(0)=="/"?qD:rD,!0));
(c=this.l.toString())&&a.push("?",c);(c=this.D())&&a.push("#",oD(c,sD));return
a.join("")};
hD.prototype.resolve=function(a){var b=this.G(),c=!!a.o;c?iD(b,a.o):c=!!a.A;c?
b.A=a.A:c=!!a.g;c?b.g=a.g:c=a.I!=null;var d=a.j;if(c)jD(b,a.I);else if(c=!!a.j)
{if(d.charAt(0)!="/")if(this.g&&!this.j)d="/"+d;else{var e=b.j.lastIndexOf("/");e!
=-1&&(d=b.j.slice(0,e+1)+d)}e=d;if(e==".."||e==".")d="";else if(Hb(e,"./")||
Hb(e,"/.")){d=e.lastIndexOf("/",0)==0;e=e.split("/");for(var f=[],g=0;g<e.length;)
{var h=e[g++];h=="."?d&&g==e.length&&f.push(""):h==".."?((f.length>1||
f.length==1&&f[0]!="")&&f.pop(),d&&
g==e.length&&f.push("")):(f.push(h),d=!0)}d=f.join("/")}else d=e}c?
b.j=d:c=a.l.toString()!=="";c?kD(b,lD(a.l)):c=!!a.L;c&&(b.L=a.D());return
b};hD.prototype.G=function(){return new hD(this)};
var iD=function(a,b,c){a.o=c?mD(b,!0):b;a.o&&(a.o=a.o.replace(/:
$/,""))},jD=function(a,b){if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port
number "+b);a.I=b}else a.I=null},kD=function(a,b,c){b instanceof nD?
(a.l=b,tD(a.l,a.B)):(c||(b=oD(b,uD)),a.l=new nD(b,a.B))},vD=function(a,b,c)
{a.l.set(b,c);return a},wD=function(a,b){return
a.l.get(b)};hD.prototype.D=function(){return this.L};
var xD=function(a){return a instanceof hD?a.G():new hD(a,void 0)},mD=function(a,b)
{return
a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},oD=function(a,b,
c){return typeof
a==="string"?(a=encodeURI(a).replace(b,yD),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/
g,"%$1")),a):null},yD=function(a){a=a.charCodeAt(0);return"%"+
(a>>4&15).toString(16)+(a&15).toString(16)},pD=/[#\/\?@]/g,rD=/[#\?:]/g,qD=/[#\?]/
g,uD=/[#\?@]/g,sD=/#/g,nD=function(a,b){this.j=this.g=null;this.l=a||null;this.o=!!
b},zD=
function(a){a.g||(a.g=new Map,a.j=0,a.l&&Ui(a.l,function(b,c)
{a.add(Ii(b),c)}))};nD.prototype.add=function(a,b)
{zD(this);this.l=null;a=AD(this,a);var c=this.g.get(a);c||
this.g.set(a,c=[]);c.push(b);this.j+=1;return this};nD.prototype.remove=function(a)
{zD(this);a=AD(this,a);return this.g.has(a)?(this.l=null,this.j-
=this.g.get(a).length,this.g.delete(a)):!1};nD.prototype.clear=function()
{this.g=this.l=null;this.j=0};nD.prototype.isEmpty=function(){zD(this);return
this.j==0};
var BD=function(a,b){zD(a);b=AD(a,b);return
a.g.has(b)};m=nD.prototype;m.forEach=function(a,b)
{zD(this);this.g.forEach(function(c,d){c.forEach(function(e)
{a.call(b,e,d,this)},this)},this)};m.Oc=function(){zD(this);for(var
a=Array.from(this.g.values()),b=Array.from(this.g.keys()),c=[],d=0;d<b.length;d+
+)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};
m.Hb=function(a){zD(this);var b=[];if(typeof
a==="string")BD(this,a)&&(b=b.concat(this.g.get(AD(this,a))));else{a=Array.from(thi
s.g.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return
b};m.set=function(a,b){zD(this);this.l=null;a=AD(this,a);BD(this,a)&&(this.j-
=this.g.get(a).length);this.g.set(a,[b]);this.j+=1;return this};m.get=function(a,b)
{if(!a)return b;a=this.Hb(a);return a.length>0?String(a[0]):b};
m.toString=function(){if(this.l)return this.l;if(!this.g)return"";for(var
a=[],b=Array.from(this.g.keys()),c=0;c<b.length;c++){var
d=b[c],e=encodeURIComponent(String(d));d=this.Hb(d);for(var f=0;f<d.length;f++){var
g=e;d[f]!==""&&(g+="="+encodeURIComponent(String(d[f])));a.push(g)}}return
this.l=a.join("&")};
var lD=function(a){var b=new nD;b.l=a.l;a.g&&(b.g=new Map(a.g),b.j=a.j);return
b},AD=function(a,b){b=String(b);a.o&&(b=b.toLowerCase());return b},tD=function(a,b)
{b&&!a.o&&(zD(a),a.l=null,a.g.forEach(function(c,d){var e=d.toLowerCase();d!
=e&&(this.remove(d),this.remove(e),c.length>0&&(this.l=null,this.g.set(AD(this,e),p
c(c)),this.j+=c.length))},a));a.o=b};var CD,DD,ED,FD=function(){return y.navigator?
y.navigator.userAgent:""},GD=Hb(FD(),"(iPad")||Hb(FD(),"(Macintosh")||
Hb(FD(),"(iPod")||Hb(FD(),"(iPhone");var HD="ad.doubleclick.net
bid.g.doubleclick.net ggpht.com google.co.uk google.com googleads.g.doubleclick.net
googleads4.g.doubleclick.net googleadservices.com googlesyndication.com
googleusercontent.com gstatic.com gvt1.com prod.google.com pubads.g.doubleclick.net
s0.2mdn.net static.doubleclick.net surveys.g.doubleclick.net youtube.com
ytimg.com".split(" "),ID=["c.googlesyndication.com"];
function JD(a,b){b=b===void 0?window.location.protocol:b;var c=!1;a==null||!
a.startsWith("http")||(a==null?0:a.startsWith("https"))?c=!1:KD(a,ID)?c=!
1:b.includes("https")&&KD(a,HD)&&(c=!0);return c?(a=new
hD(a),M(L.getInstance(),"htp","1"),iD(a,"https"),a.toString()):a}function LD(a)
{if(!a)return!1;try{return(typeof a==="string"?new hD(a):a).o==="gcache"}catch(b)
{return!1}}function MD(a){return LD(a)&&!!wD(new hD(a),"url")}
function ND(a){try{var b=typeof a==="string"?new hD(a):a;if(LD(b)){var
c,d;return(d=(c=wD(b,"url"))!=null?c:wD(b,"tag.check_url"))!=null?d:null}}catch(e)
{}return null}function KD(a,b){return(new RegExp("^https?://([a-z0-9-]
{1,63}\\.)*("+b.join("|").replace(/\./g,"\\.")+")(:[0-9]+)?([/?#]|
$)","i")).test(a)};var OD=-1;function PD(a,b){b=b!=null?b:"";zc&&(b="");if(!
yb(Mi(a))){var c=a instanceof vi||!DC.test(a)?a:new vi(a);if(c instanceof vi)var
d=c;else{d=d===void 0?zi:d;a:if(d=d===void 0?zi:d,!(a instanceof vi))
{for(c=0;c<d.length;++c){var e=d[c];if(e instanceof xi&&e.gh(a)){a=new vi(a);break
a}}a=void 0}d=a||wi}a=window;if(d instanceof vi)if(d instanceof vi)d=d.g;else throw
Error("");else d=Bi.test(d)?d:void 0;d!==void 0&&a.open(d,"_blank",b)}};function
QD(a,b){for(var c;!(c=a.next()).done;)b(c.value)}var RD=function(a,b)
{this.g=a[y.Symbol.iterator]();this.j=b};RD.prototype[Symbol.iterator]=function()
{return this};RD.prototype.next=function(){var a=this.g.next();return{value:a.done?
void 0:this.j.call(void 0,a.value),done:a.done}};var SD=function(a,b){return new
RD(a,b)};var TD=function(a,b){var c=new Set(a);QD(b[Symbol.iterator](),function(d)
{return c.add(d)});return c};var UD=new Map,VD=function()
{this.j=this.g=null};function WD(a,b,c,d){var e=Oq(a);Bk(b,e)?
(e=setTimeout(function(){return WD(a,b,c,d)},200),d.j=e):(XD(d),c(e))}
function YD(a){var b=new VD,c=new Promise(function(f){var
g=Oq(a);if("ResizeObserver"in window){var h=new ResizeObserver(function(k)
{window.requestAnimationFrame(function(){for(var l=new Ak(0,0),n=x(k),p=n.next();!
p.done;p=n.next())if(p=p.value,p.contentBoxSize?(p=Array.isArray(p.contentBoxSize)?
p.contentBoxSize[0]:p.contentBoxSize,l.width=Math.floor(p.inlineSize),l.height=Math
.floor(p.blockSize)):
(l.width=Math.floor(p.contentRect.width),l.height=Math.floor(p.contentRect.height))
,!Bk(g,l))return XD(b),
f(l)})});b.g=h;h.observe(a)}else WD(a,g,f,b)}),d,e=(d=UD.get(c))!=null?d:new
Set;e.add(b);UD.set(c,e);return c}function ZD(a,b){b=b===void 0?new Ak(1,1):b;var
c=function(g){var h=YD(a),k,l=(k=UD.get(g))!=null?k:new Set,n;k=(n=UD.get(h))!
=null?n:new Set;UD.set(g,TD(l,k));return h},d=function(g,h){c(g).then(function(k)
{return b.width<=k.width&&b.height<=k.height?($D(g),h(k)):d(g,h)})},e,f=new
Promise(function(g){e=g});d(f,e);return f}
function $D(a){a=UD.get(a);a=x(a);for(var b=a.next();!
b.done;b=a.next())XD(b.value)}function XD(a)
{a.j&&window.clearTimeout(a.j);a.g&&(a.g.disconnect(),a.g=null)};function aE(a,b)
{return a&&(a[b]||(a[b]={}))}function bE(a,b){var c;if(c=c===void 0?typeof
omidExports==="undefined"?null:omidExports:c)a=a.split("."),a.slice(0,a.length-
1).reduce(aE,c)[a[a.length-1]]=b};var cE=new Map([[2,[/^(https?:\/\/|\/\/)?[-a-zA-
Z0-9.]+\.moatads\.com\/.*$/]],[3,[/^(https?:\/\/|\/\/)?[-a-zA-Z0-
9.]+\.doubleverify\.com\/.*$/,/^(https?:\/\/|\/\/)?c\.[\w\-]+\.com\/vfw\/
dv\/.*$/,/^(https?:\/\/|\/\/)?(www\.)?[\w]+\.tv\/r\/s\/d\/.*$/,/
^(https?:\/\/|\/\/)?(\w\.?)+\.dv\.tech\/.*$/]],[4,[/^(https?:\/\/|\/\/)?[-a-zA-Z0-
9.]+\.adsafeprotected\.com\/.*$/]],[5,[/^https?:\/\/(q|cdn)\.adrta\.com\/s\/.*\/
(aa|aanf)\.js.*$/,/^https:\/\/fanyv88.com:443\/https\/cdn\.rta247\.com\/s\/.*\/(aa|aanf)\.js.*$/]],[6,[]],
[7,[/^(https?:\/\/|\/\/)?[-a-zA-Z0-9.]+\.voicefive\.com\/.*$/,
/^(https?:\/\/|\/\/)?[-a-zA-Z0-9.]+\.measuread\.com\/.*$/,/^(https?:\/\/|\/\/)?[-a-
zA-Z0-9.]+\.scorecardresearch\.com\/.*$/]],[8,[/^(https?:\/\/|\/\/)?
s418\.mxcdn\.net\/bb-serve\/omid-meetrics.*\.js$/]],[9,[/^(https?:\/\/|\/\/)?
pagead2\.googlesyndication\.com\/.*$/,/^(https?:\/\/|\/\/)?
www\.googletagservices\.com\/.*$/]]]);
bE("OmidSessionClient.verificationVendorIdForScriptUrl",function(a){for(var
b=x(cE.keys()),c=b.next();!c.done;c=b.next()){c=c.value;for(var
d=x(cE.get(c)),e=d.next();!e.done;e=d.next())if(e.value.test(a))return c}return
1});bE("OmidSessionClient.VerificationVendorId",
{OTHER:1,MOAT:2,DOUBLEVERIFY:3,INTEGRAL_AD_SCIENCE:4,PIXELATE:5,NIELSEN:6,COMSCORE:
7,MEETRICS:8,GOOGLE:9});var dE=/OS (\S+) like/,eE=/Android ([\d\.]+)/;function
fE(a,b){a=(a=a.exec(Ob()))?a[1]:"";a=a.replace(/_/g,".");return Jb(a,b)>=0}var
gE=function(){return Gc||Dc&&"ontouchstart"in
document.documentElement},hE=function(a){return(a=a===void 0?null:a)&&typeof
a.getAttribute==="function"?a.getAttribute("playsinline")?!0:!1:!1};var
iE=function(a){Q.call(this);this.j=a;this.o=this.A=!1;this.C=this.D=0;this.g=new
Sw(1E3);Hr(this,this.g);dw(this.g,"tick",this.G,!1,this);dw(this.j,"pause",this.l,!
1,this);dw(this.j,"playing",this.l,!1,this);dw(this.j,"ended",this.l,!
1,this);dw(this.j,"timeupdate",this.l,!1,this)};v(iE,Q);var jE=function(a){return
a.j instanceof HTMLVideoElement?a.j.currentTime:0};
iE.prototype.l=function(a){switch(a.type){case "playing":kE(this);break;case
"pause":case "ended":this.g.enabled&&this.g.stop();break;case "timeupdate":!
this.A&&jE(this)>0&&(this.A=!0,kE(this))}};var kE=function(a){!
a.g.enabled&&a.A&&(a.D=jE(a)*1E3,a.C=Date.now(),a.o=!
1,a.g.start())};iE.prototype.G=function(){var a=Date.now(),b=a-
this.C,c=jE(this)*1E3;c-this.D<b*.5?this.o||(this.o=!
0,this.dispatchEvent("playbackStalled")):this.o=!1;this.D=c;this.C=a};var
lE="://secure-...imrworldwide.com/ ://cdn.imrworldwide.com/
://aksecure.imrworldwide.com/ ://[^.]*.moatads.com ://youtube[0-
9]+.moatpixel.com ://pm.adsafeprotected.com/youtube ://pm.test-
adsafeprotected.com/youtube ://e[0-9]+.yt.srs.doubleverify.com
www.google.com/pagead/xsul www.youtube.com/pagead/slav".split(" "),mE=/\bocr\b/;
function nE(a){if(yb(Mi(a))||zc&&a.length>2048)return!1;try{if((new
hD(a)).D().match(mE))return!0}catch(b){}return lE.find(function(b){return
a.match(b)!=null})!=null};function oE(a,b){return yb(b)?!1:(new
RegExp(a)).test(b)}function pE(a){var b={};a.split(",").forEach(function(c){var
d=c.split("=");d.length==2&&(c=zb(d[0]),d=zb(d[1]),c.length>0&&(b[c]=d))});return
b}
function qE(a){var b="af am ar_eg ar_sa ar_xb ar be bg bn ca cs da de_at de_cn de
el en_au en_ca en_gb en_ie en_in en_sg en_xa en_xc en_za en es_419 es_ar es_bo
es_cl es_co es_cr es_do es_ec es_gt es_hn es_mx es_ni es_pa es_pe es_pr es_py es_sv
es_us es_uy es_ve es et eu fa fi fil fr_ca fr_ch fr gl gsw gu he hi hr hu id in is
it iw ja kn ko ln lo lt lv ml mo mr ms nb ne nl no pl pt_br pt_pt pt ro ru sk sl
sr_latn sr sv sw ta te th tl tr uk ur vi zh_cn zh_hk zh_tw zh zu".split(" ");if(!
a)return null;
a=a.toLowerCase().replace("-","_");if(b.includes(a))return a;a=(a=a.match(/^\w{2,3}
([-_]|$)/))?a[0].replace(/[_-]/g,""):"";return b.includes(a)?a:null};var
rE=function(){this.g=Date.now()};rE.prototype.reset=function()
{this.g=Date.now()};var sE=function(a){a=a.g+5E3-Date.now();return a>0?a:0};var
tE=function(a,b){this.url=a;this.g=b===void 0?null:b};var uE=function(a){switch(a)
{case 0:return"No Error";case 1:return"Access denied to content document";case
2:return"File not found";case 3:return"Firefox silently errored";case
4:return"Application custom error";case 5:return"An exception occurred";case
6:return"Http response at 400 or 500 level";case 7:return"Request was aborted";case
8:return"Request timed out";case 9:return"The resource is not available
offline";default:return"Unrecognized error code"}};var vE=function(a){var
b=Error.call(this,a);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.errorCode=a};v(vE,Error);function wE(a)
{a=a===null?"null":a===void 0?"undefined":a;var b=si();return new Ci(b?
b.createHTML(a):a)};var xE=function(a)
{P.call(this);this.o=a;this.j={}};lb(xE,P);var
yE=[];xE.prototype.listen=function(a,b,c,d){return zE(this,a,b,c,d)};var
zE=function(a,b,c,d,e,f){Array.isArray(c)||(c&&(yE[0]=c.toString()),c=yE);for(var
g=0;g<c.length;g++){var h=dw(b,c[g],d||a.handleEvent,e||!1,f||a.o||a);if(!
h)break;a.j[h.key]=h}return a};xE.prototype.hc=function(a,b,c,d){return
AE(this,a,b,c,d)};
var AE=function(a,b,c,d,e,f){if(Array.isArray(c))for(var g=0;g<c.length;g+
+)AE(a,b,c[g],d,e,f);else{b=cw(b,c,d||a.handleEvent,e,f||a.o||a);if(!b)return
a;a.j[b.key]=b}return a};xE.prototype.rb=function(a,b,c,d,e)
{if(Array.isArray(b))for(var f=0;f<b.length;f++)this.rb(a,b[f],c,d,e);else c=c||
this.handleEvent,d=Ya(d)?!!d.capture:!!d,e=e||this.o||this,c=ew(c),d=!!d,b=Tv(a)?
a.Yb(b,c,d,e):a?(a=gw(a))?a.Yb(b,c,d,e):null:null,b&&(lw(b),delete this.j[b.key])};
var BE=function(a){Th(a.j,function(b,c)
{this.j.hasOwnProperty(c)&&lw(b)},a);a.j={}};xE.prototype.O=function()
{xE.Ha.O.call(this);BE(this)};xE.prototype.handleEvent=function(){throw
Error("EventHandler.handleEvent not implemented");};var CE=function()
{Q.call(this);this.headers=new Map;this.j=!
1;this.g=null;this.H="";this.o=0;this.l=this.G=this.A=this.D=!
1;this.K=0;this.C=null;this.U="";this.M=!1};lb(CE,Q);
var DE=/^https?$/i,EE=["POST","PUT"],HE=function(a,b,c,d){if(a.g)throw
Error("[goog.net.XhrIo] Object is active with another request="+a.H+";
newUri="+b);c=c?c.toUpperCase():"GET";a.H=b;a.o=0;a.D=!1;a.j=!0;a.g=new
XMLHttpRequest;a.g.onreadystatechange=ow(fb(a.P,a));try{a.G=!
0,a.g.open(c,String(b),!0),a.G=!1}catch(g){FE(a);return}b=d||"";d=new
Map(a.headers);var e=Array.from(d.keys()).find(function(g){return"content-
type"==g.toLowerCase()}),f=y.FormData&&b instanceof y.FormData;!kc(EE,c)||e||f||
d.set("Content-Type",
"application/x-www-form-urlencoded;charset=utf-8");c=x(d);for(d=c.next();!
d.done;d=c.next())e=x(d.value),d=e.next().value,e=e.next().value,a.g.setRequestHead
er(d,e);a.U&&(a.g.responseType=a.U);"withCredentials"in a.g&&a.g.withCredentials!
==a.M&&(a.g.withCredentials=a.M);try{GE(a),a.K>0&&(a.C=setTimeout(a.Z.bind(a),a.K))
,a.A=!0,a.g.send(b),a.A=!1}catch(g){FE(a)}};CE.prototype.Z=function(){typeof Ua!
="undefined"&&this.g&&(this.o=8,this.dispatchEvent("timeout"),this.abort(8))};
var FE=function(a){a.j=!1;a.g&&(a.l=!0,a.g.abort(),a.l=!
1);a.o=5;IE(a);JE(a)},IE=function(a){a.D||(a.D=!
0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};CE.prototype.abort=functio
n(a){this.g&&this.j&&(this.j=!1,this.l=!0,this.g.abort(),this.l=!1,this.o=a||
7,this.dispatchEvent("complete"),this.dispatchEvent("abort"),JE(this))};CE.prototyp
e.O=function(){this.g&&(this.j&&(this.j=!1,this.l=!0,this.g.abort(),this.l=!
1),JE(this,!0));CE.Ha.O.call(this)};
CE.prototype.P=function(){this.Ba()||(this.G||this.A||this.l?
KE(this):this.V())};CE.prototype.V=function(){KE(this)};
var KE=function(a){if(a.j&&typeof Ua!="undefined")if(a.A&&(a.g?
a.g.readyState:0)==4)setTimeout(a.P.bind(a),0);else
if(a.dispatchEvent("readystatechange"),(a.g?a.g.readyState:0)==4){a.j=!1;try{var
b=LE(a);a:switch(b){case 200:case 201:case 202:case 204:case 206:case 304:case
1223:var c=!0;break a;default:c=!1}var d;if(!(d=c)){var e;if(e=b===0){var
f=String(a.H).match(Si)[1]||null;!
f&&y.self&&y.self.location&&(f=y.self.location.protocol.slice(0,-1));e=!DE.test(f?
f.toLowerCase():"")}d=e}d?(a.dispatchEvent("complete"),
a.dispatchEvent("success")):(a.o=6,IE(a))}finally{JE(a)}}},JE=function(a,b){if(a.g)
{GE(a);var c=a.g;a.g=null;b||
a.dispatchEvent("ready");try{c.onreadystatechange=null}catch(d){}}},GE=function(a)
{a.C&&(clearTimeout(a.C),a.C=null)};CE.prototype.isActive=function(){return!!
this.g};var LE=function(a){try{return(a.g?a.g.readyState:0)>2?a.g.status:-
1}catch(b){return-1}},ME=function(a){if(a.g){a:
{a=a.g.responseText;if(y.JSON)try{var b=y.JSON.parse(a);break a}catch(c)
{}b=Dl(a)}return b}};var NE=function(){};NE.prototype.get=function(a){return
OE({url:a.url,timeout:a.timeout,withCredentials:a.withCredentials===void 0?!
0:a.withCredentials,method:"GET",headers:a.headers===void 0?{}:a.headers})};
var OE=function(a){var b=a.url;var c=a.timeout;var d=a.withCredentials;var
e=a.method;var f=a.content===void 0?void 0:a.content;var g=a.headers===void 0?
{}:a.headers;return
PE({url:b,timeout:c,withCredentials:d,method:e,content:f,headers:g}).then(function(
h){return Promise.resolve(h)},function(h){return h instanceof
Error&&h.message==6&&d?PE({url:b,timeout:c,withCredentials:!
d,method:e,content:f,headers:g}):Promise.reject(h)})},PE=function(a){var
b=a.url;var c=a.timeout;var d=a.withCredentials;var e=
a.method;var f=a.content===void 0?void 0:a.content;a=a.headers===void 0?
{}:a.headers;var g=new CE;g.M=d;g.K=Math.max(0,sE(c));for(var h in
a)g.headers.set(h,a[h]);var k=new xE;return new Promise(function(l,n)
{k.hc(g,"success",function(){a:{if(Zq())try{ME(g);var p="application/json";break
a}catch(u){p="application/xml";break a}g.g&&(g.g?g.g.readyState:0)==4?
(p=g.g.getResponseHeader("Content-Type"),p=p===null?void 0:p):p=void
0;p=p||""}if(p.indexOf("application/json")!=-1)try{l(ME(g)||{})}catch(u){n(new
vE(5,
LE(g)))}else{try{var r=g.g?g.g.responseXML:null}catch(u){r=null}if(r==null){try{var
t=g.g?g.g.responseText:""}catch(u){t=""}if(typeof DOMParser!="undefined")r=new
DOMParser,t=wE(t),r=r.parseFromString(Di(t),"application/xml");else throw
Error("Your browser does not support loading xml
documents");}l(r)}k.dispose();g.dispose()});k.hc(g,["error","timeout"],function()
{n(new
vE(g.o,LE(g)));k.dispose();g.dispose()});HE(g,JD(b),e,f)})};z("google.javascript.ad
s.imalib.common.UrlLoader",NE);var
QE=RegExp("^(https?:)?\\/\\/ad\\.doubleclick\\.net/ddm/track(imp|clk)");function
RE(){return vn("attribution-reporting")}
var VE=function(a,b,c,d,e){c=c===void 0?!1:c;e=e===void 0?null:e;try{b=(d===void 0?
0:d)?JD(b,"https"):JD(b);QE.test(b)&&(b=b.replace("?",";tpsrc=ima?"),e=e||"");c=c||
nE(b);var f=e!=null&&window.fetch!=null;if(a.j||f)SE(a,b,c,e);else{var g=RE()?
e:null;Zq()?TE(b):UE(a,b,c,g)}}catch(h){}},WE=function(a,b){var c={keepalive:!
0,method:"get",redirect:"follow",credentials:"include"};a&&(c.referrerPolicy="no-
referrer");b?"setAttributionReporting"in XMLHttpRequest.prototype?
(c.attributionReporting={eventSourceEligible:!0,
triggerEligible:!1},c.mode="no-cors"):c.headers={"Attribution-Reporting-
Eligible":"event-source"}:c.mode="no-cors";return c},SE=function(a,b,c,d)
{d=d===void 0?
null:d;M(L.getInstance(),"faa","1");M(L.getInstance(),"alp",d===null?"0":"1");var
e=RE();M(L.getInstance(),"arpa",e?"1":"0");fetch(b,WE(c,d===""&&e)).then(function()
{M(L.getInstance(),"fas","1")}).catch(function(){M(L.getInstance(),"faf","1");a.j=!
1;var f=d;f=RE()?f:null;Zq()?TE(b):UE(a,b,c,f)});e&&d&&fetch(d,WE(c,!
0))},UE=function(a,b,c,d){var e=
new Image,f=(a.l++).toString();a.g.set(f,e);e.onload=e.onerror=function()
{a.g.delete(f)};c&&(e.referrerPolicy="no-referrer");d!
=null&&(e.attributionSrc=d);e.src=b},TE=function(a){(new NE).get({url:a,timeout:new
rE})};var XE=function(a){this.g=a;this.o="";this.l=-1;this.j=null;this.B=!
1},ZE=function(a,b){if(a.l>=0){var c=b==null?function(){}:b,d=function()
{YE(a,c);a.g.removeEventListener("loadedmetadata",d,!
1)};a.g.addEventListener("loadedmetadata",d,!1);a.g.src=a.o;a.j!
==null&&a.g.setAttribute("crossOrigin",a.j);a.g.load()}else b!
=null&&b()},YE=function(a,b){var c=a.g.seekable.length>0;a.B?c?
(a.g.currentTime=a.l,$E(a),b()):setTimeout(function(){return void YE(a,b)},100):
($E(a),b())},$E=function(a){a.l=-1;a.o=
"";a.B=!1;a.j=null};var
aF={AUTOPLAY_DISALLOWED:"autoplayDisallowed",ci:"beginFullscreen",CAN_PLAY:"canPlay
",CAN_PLAY_THROUGH:"canPlayThrough",CLICK:"click",DURATION_CHANGE:"durationChange",
ri:"end",si:"endFullscreen",ERROR:"error",yi:"focusSkipButton",LOAD_START:"loadStar
t",LOADED:"loaded",Wi:"mediaLoadTimeout",Xi:"mediaPlaybackTimeout",PAUSE:"pause",PL
AY:"play",PLAYING:"playing",SEEKED:"seeked",SEEKING:"seeking",jj:"skip",gg:"skipSho
wn",STALLED:"stalled",He:"start",TIME_UPDATE:"timeUpdate",mj:"timedMetadata",vj:"vo
lumeChange",
WAITING:"waiting",wj:"windowFocusChanged",zi:"fullyLoaded"};var bF={},cF=(bF[18]=-
1,bF[22]=-1,bF[43]=350,bF[44]=350,bF[45]=350,bF[59]=-
1,bF[133]=350,bF[134]=350,bF[135]=350,bF[136]=350,bF[139]=50,bF[140]=50,bF[141]=50,
bF[160]=350,bF[242]=150,bF[243]=150,bF[244]=150,bF[245]=150,bF[247]=150,bF[249]=50,
bF[250]=50,bF[251]=50,bF[278]=150,bF[342]=-1,bF[343]=-1,bF[344]=-1,bF[345]=-
1,bF[346]=-1,bF[347]=-1,bF),dF={},eF=(dF[18]=!1,dF[22]=!1,dF[43]=!0,dF[44]=!
0,dF[45]=!0,dF[59]=!1,dF[133]=!0,dF[134]=!0,dF[135]=!0,dF[136]=!0,dF[139]=!
0,dF[140]=!0,dF[141]=!0,dF[160]=!0,
dF[242]=!0,dF[243]=!0,dF[244]=!0,dF[245]=!0,dF[247]=!0,dF[249]=!0,dF[250]=!
0,dF[251]=!0,dF[278]=!0,dF[342]=!1,dF[343]=!1,dF[344]=!1,dF[345]=!1,dF[346]=!
1,dF[347]=!1,dF),fF={},gF=(fF[18]="video/mp4",fF[22]="video/mp4",fF[43]="video/
webm",fF[44]="video/webm",fF[45]="video/webm",fF[59]="video/mp4",fF[133]="video/
mp4",fF[134]="video/mp4",fF[135]="video/mp4",fF[136]="video/mp4",fF[139]="audio/
mp4",fF[140]="audio/mp4",fF[141]="audio/mp4",fF[160]="video/mp4",fF[242]="video/
webm",fF[243]="video/webm",fF[244]=
"video/webm",fF[245]="video/webm",fF[247]="video/webm",fF[249]="audio/
webm",fF[250]="audio/webm",fF[251]="audio/webm",fF[278]="video/
webm",fF[342]="video/mp4",fF[343]="video/mp4",fF[344]="video/mp4",fF[345]="video/
mp4",fF[346]="video/mp4",fF[347]="video/mp4",fF),hF={},iF=(hF[18]="avc1.42001E,
mp4a.40.2",hF[22]="avc1.64001F, mp4a.40.2",hF[43]="vp8, vorbis",hF[44]="vp8,
vorbis",hF[45]="vp8, vorbis",hF[59]="avc1.4D001F,
mp4a.40.2",hF[133]="avc1.4D401E",hF[134]="avc1.4D401E",hF[135]="avc1.4D401E",hF[136
]=
"avc1.4D401E",hF[139]="mp4a.40.2",hF[140]="mp4a.40.2",hF[141]="mp4a.40.2",hF[160]="
avc1.4D401E",hF[242]="vp9",hF[243]="vp9",hF[244]="vp9",hF[245]="vp9",hF[247]="vp9",
hF[249]="opus",hF[250]="opus",hF[251]="opus",hF[278]="vp9",hF[342]="avc1.42E01E,
mp4a.40.2",hF[343]="avc1.42E01E, mp4a.40.2",hF[344]="avc1.42E01E,
mp4a.40.2",hF[345]="avc1.42E01E, mp4a.40.2",hF[346]="avc1.42E01E,
mp4a.40.2",hF[347]="avc1.4D001F, mp4a.40.2",hF);var
jF={Qj:2E5,Oj:7E4,Ia:3E5,Nj:5E3,Xj:5E3,Pj:6E3};var kF=RegExp("/itag/(\\
d+)/");function lF(a){var b=Number(Wi(a,"itag"));return b?b:
(a=a.match(kF))&&a.length===2?Number(a[1]):null}function mF(a){var
b=gF[a];a=iF[a];b?(b=Mi(b).toLowerCase(),b=a?b+'; codecs="'+Mi(a)
+'"':b):b="";return b}function nF(a,b){if(typeof CustomEvent==="function")return
new CustomEvent(a,{detail:b});var
c=document.createEvent("CustomEvent");c.initCustomEvent(a,!1,!0,b);return
c};function oF(){return!!window.MediaSource}function pF(a)
{return[43,44,45].includes(a)&&Uc?!1:eF[a]?(a=mF(a),!!
a&&oF()&&MediaSource.isTypeSupported(a)):!1};var qF=function()
{Q.apply(this,arguments)};v(qF,Q);qF.prototype.C=function(){return!
1};qF.prototype.D=function(){return-1};qF.prototype.G=function(){};var
rF=function(a,b){qF.call(this);var
c=this;this.j=b;this.A=this.l=this.g=0;this.o=null;this.uri=new
hD(a);this.state=0;var d;this.H=(d=this.j)==null?void
0:d.initialize();Gr(this,function(){Fr(c.j)})};v(rF,qF);rF.prototype.D=function()
{return this.g};rF.prototype.C=function(){return
this.state===3};rF.prototype.G=function(a){this.state===1?
(this.g+=a,this.state=2):this.state===0&&(this.g+=a,this.state=1,sF(this))};
var sF=function(a){Ma(function(b){if(b.g==1)return
a.state===2&&(a.state=1),Ca(b,tF(a),4);var c=a.A>3;if(c){a.o===null&&(a.o=400);var
d=nF("media_source_error",{code:a.l>0?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:'Respon
se code "'+a.o+'" with '+a.g+" bytes requested and "+a.l+" bytes
loaded"});a.dispatchEvent(d)}a.l<a.g&&a.state!==3&&!c?b.g=1:(a.state!
==3&&(a.state=0),b.g=0)})},tF=function(a){var b;return Ma(function(c){switch(c.g)
{case 1:b=a.l+"-"+(a.g-1);vD(a.uri,
"range",b);if(!a.j){c.g=2;break}return Ca(c,a.H,3);case 3:return
c.return(uF(a));case 2:return c.l=4,Ca(c,vF(a),6);case 6:Da(c);break;case
4:Ea(c),a.A++,c.g=0}})},uF=function(a){var b;return Ma(function(c){switch(c.g){case
1:return a.j?Ca(c,a.j.Zb(a.uri),2):c.return(Promise.reject());case
2:if(b=c.j)return b.xa&&(a.state=3),wF(a,b.video),c.return();c.l=3;return
Ca(c,vF(a),5);case 5:Da(c);break;case 3:Ea(c),a.A++,c.g=0}})},vF=function(a){var
b,c,d,e,f,g,h;return Ma(function(k){if(k.g==1)return b=0,
c=a.g-a.l,Ca(k,fetch(a.uri.toString()),2);d=k.j;if(d.status>=400)return
M(L.getInstance(),"lvlfes",d.status.toString()),a.o=d.status,k.return(Promise.rejec
t());f=(e=d.body)==null?void 0:e.getReader();if(!f)return
Bl("lvlmr"),a.o=d.status,k.return(Promise.reject());g=[];h=function(){var
l,n,p,r,t,u;return Ma(function(w){if(w.g==1)return
Ca(w,f.read(),2);l=w.j;n=l.done;p=l.value;if(n)return
r=b<c,xF(a,g,r),w.return();g.push(p);b+=(t=p)==null?void 0:t.length;wF(a,
(u=p)==null?void 0:u.buffer);return Ca(w,
h(),0)})};return Ca(k,h(),0)})},xF=function(a,b,c){c&&(a.state=3,wF(a,new
ArrayBuffer(0)));var d=new Uint8Array(b.reduce(function(g,h){return
g+h.length},0)),e=0;b=x(b);for(var f=b.next();!
f.done;f=b.next())f=f.value,d.set(f,e),e+=f.length;a.j&&d.buffer.byteLength>0&&a.j.
Cc(d.buffer,a.uri,0,c)},wF=function(a,b){b!
==null&&(b=b.slice(0),a.l+=b.byteLength,a.dispatchEvent({type:"progress",Dd:b}))};r
F.prototype.O=function(){var a;((a=this.j)==null?
0:a.Sa())&&this.j.close();qF.prototype.O.call(this)};var zF=function(a)
{this.uri=a;this.g=yF(a)},yF=function(a){return new
Map(a.j.split("/").reduce(function(b,c,d,e){d%2&&b.set(e[d-1],c);return b},new
Map))},AF=function(a){var b,c;return(b=a.uri)==null?void 0:(c=b.j)==null?void
0:c.startsWith("/videoplayback")};zF.prototype.getId=function(){return
BF(this,"id")};var CF=function(a){a=wD(a.uri,"range");if(!a)return
null;a=a.split("-")[0];return!a||isNaN(Number(a))?null:Number(a)},BF=function(a,b)
{var c=wD(a.uri,b);return c?c:(a=a.g.get(b))?a:null};var DF=["doubleclick.net"];
function EF(){if(Zb()||A("iPad")||A("iPod"))var a=!1;else if(Yb()){if(ED===void 0)
{a:{if(CD===void 0){if(GD){a=Hb(FD(),"Safari");var b=(new
hD(window.location.href)).l.Hb("js");b:{if((b=b.length?
b[0]:"")&&b.lastIndexOf("afma-",0)==0){var c=b.lastIndexOf("v");if(c>-
1&&(b=b.substr(c+1).match(/^(\d+\.\d+\.\d+|^\d+\.\d+|^\d+)(-.*)?$/))){b=b[1];break
b}}b="0.0.0"}if(!a||b!=="0.0.0"){a=CD=!0;break a}}CD=!1}a=CD}a||(DD===void
0&&(DD=Hb(FD(),"afma-sdk-a")?!0:!1),a=DD);ED=a}a=ED?!0:Rh()?!1:FF()}else a=!1;
return a}function FF(){var a=!1,b=(new
hD(window.location.href)).g;DF.forEach(function(c){b.includes(c)&&(a=!0)});return
a};var GF,JF=function(a,b,c){if(typeof a==="number")var d={name:HF(a)};else
d=a,a=IF(a.name);this.code=a;this.g=d;b="Error "+b+": "+this.getName();c&&(b+=",
"+c);nb.call(this,b)};lb(JF,nb);JF.prototype.getName=function(){return
this.g.name||""};
var
KF={ig:1,bj:2,NOT_FOUND_ERR:3,Of:4,Rf:5,cj:6,hg:7,ABORT_ERR:8,eg:9,pj:10,TIMEOUT_ER
R:11,dg:12,INVALID_ACCESS_ERR:13,INVALID_STATE_ERR:14},LF=(y.g||y.j||
KF).ig,MF=(y.g||y.j||KF).NOT_FOUND_ERR,NF=(y.g||y.j||KF).Of,OF=(y.g||y.j||
KF).Rf,PF=(y.g||y.j||KF).hg,QF=(y.g||y.j||KF).ABORT_ERR,RF=(y.g||y.j||
KF).eg,SF=(y.g||y.j||KF).TIMEOUT_ERR,TF=(y.g||y.j||KF).dg,UF=(y.DOMException||
KF).INVALID_ACCESS_ERR,VF=(y.DOMException||KF).INVALID_STATE_ERR,IF=function(a)
{switch(a){case "UnknownError":return LF;case "NotFoundError":return MF;
case "ConstraintError":return NF;case "DataError":return OF;case
"TransactionInactiveError":return PF;case "AbortError":return QF;case
"ReadOnlyError":return RF;case "TimeoutError":return SF;case
"QuotaExceededError":return TF;case "InvalidAccessError":return UF;case
"InvalidStateError":return VF;default:return LF}},HF=function(a){switch(a){case
LF:return"UnknownError";case MF:return"NotFoundError";case
NF:return"ConstraintError";case OF:return"DataError";case
PF:return"TransactionInactiveError";
case QF:return"AbortError";case RF:return"ReadOnlyError";case
SF:return"TimeoutError";case TF:return"QuotaExceededError";case
UF:return"InvalidAccessError";case
VF:return"InvalidStateError";default:return"UnknownError"}},WF=function(a,b)
{return"error"in a?new JF(a.error,b):new
JF({name:"UnknownError"},b)},XF=function(a,b){return"name"in a?new JF(a,b+":
"+a.message):new JF({name:"UnknownError"},b)};function YF(a){this.g=a}var
ZF=y.IDBKeyRange||y.webkitIDBKeyRange;/*

Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.


Copyright The Closure Library Authors.
SPDX-License-Identifier: MIT
*/
var $F=function(){this.B=[];this.o=this.l=!1;this.j=void 0;this.L=this.G=this.C=!
1;this.A=0;this.g=null;this.I=0};$F.prototype.cancel=function(a){if(this.l)this.j
instanceof $F&&this.j.cancel();else{if(this.g){var b=this.g;delete this.g;a?
b.cancel(a):(b.I--,b.I<=0&&b.cancel())}this.L=!0;this.l||aG(this,new bG(this))}};
$F.prototype.D=function(a,b){this.C=!1;cG(this,a,b)};var cG=function(a,b,c){a.l=!
0;a.j=c;a.o=!b;dG(a)},fG=function(a){if(a.l){if(!a.L)throw new eG(a);a.L=!1}};
$F.prototype.Da=function(a){fG(this);cG(this,!0,a)};var aG=function(a,b)
{fG(a);cG(a,!1,b)},hG=function(a,b){return gG(a,b,null)},gG=function(a,b,c,d){var
e=a.l;e||(b===c?b=c=ow(b):(b=ow(b),c=ow(c)));a.B.push([b,c,d]);e&&dG(a);return a};
$F.prototype.then=function(a,b,c){var d,e,f=new Dw(function(g,h)
{e=g;d=h});gG(this,e,function(g){g instanceof bG?f.cancel():d(g);return
iG},this);return f.then(a,b,c)};$F.prototype.$goog_Thenable=!0;
var jG=function(a){return fc(a.B,function(b){return typeof
b[1]==="function"})},iG={},dG=function(a){if(a.A&&a.l&&jG(a)){var
b=a.A,c=kG[b];c&&(y.clearTimeout(c.g),delete kG[b]);a.A=0}a.g&&(a.g.I--,delete
a.g);b=a.j;for(var d=c=!1;a.B.length&&!a.C;){var
e=a.B.shift(),f=e[0],g=e[1];e=e[2];if(f=a.o?g:f)try{var h=f.call(e||
null,b);h===iG&&(h=void 0);h!==void 0&&(a.o=a.o&&(h==b||h instanceof
Error),a.j=b=h);if(Bw(b)||typeof y.Promise==="function"&&b instanceof y.Promise)d=!
0,a.C=!0}catch(k){b=k,a.o=!0,
jG(a)||(c=!0)}}a.j=b;d&&(h=fb(a.D,a,!0),d=fb(a.D,a,!1),b instanceof $F?
(gG(b,h,d),b.G=!0):b.then(h,d));c&&(b=new lG(b),kG[b.g]=b,a.A=b.g)},eG=function()
{nb.call(this)};lb(eG,nb);eG.prototype.message="Deferred has already
fired";eG.prototype.name="AlreadyCalledError";var bG=function()
{nb.call(this)};lb(bG,nb);bG.prototype.message="Deferred was
canceled";bG.prototype.name="CanceledError";var lG=function(a)
{this.g=y.setTimeout(fb(this.l,this),0);this.j=a};
lG.prototype.l=function(){delete kG[this.g];throw this.j;};var kG={};var
mG=function()
{Q.call(this)};lb(mG,Q);mG.prototype.g=null;mG.prototype.next=function(a)
{if(a)this.g["continue"](a);else this.g["continue"]
()};mG.prototype.remove=function(){var a=new $F;try{var b=this.g["delete"]
()}catch(c){return aG(a,XF(c,"deleting via cursor")),a}b.onsuccess=function()
{a.Da()};b.onerror=function(c){aG(a,WF(c.target,"deleting via cursor"))};return
a};mG.prototype.getValue=function(){return this.g.value};
var nG=function(a,b){var c=new mG;try{var d=a.openCursor(b?b.g:null)}catch(e){throw
c.dispose(),XF(e,a.name);}d.onsuccess=function(e){c.g=e.target.result||null;c.g?
c.dispatchEvent("n"):c.dispatchEvent("c")};d.onerror=function()
{c.dispatchEvent("e")};return c};function oG(a)
{this.g=a}oG.prototype.getName=function(){return this.g.name};var
pG=function(a,b,c){var d=new $F;try{var e=a.g.get(c)}catch(f){return b+=" with key
"+Gi(c),aG(d,XF(f,b)),d}e.onsuccess=function(f)
{d.Da(f.target.result)};e.onerror=function(f){b+=" with key
"+Gi(c);aG(d,WF(f.target,b))};return d};oG.prototype.get=function(a){return
pG(this,"getting from index "+this.getName(),a)};var qG=function(a,b){return
nG(a.g,b)};function rG(a){this.g=a}rG.prototype.getName=function(){return
this.g.name};var sG=function(a,b,c,d,e){var f=new $F;try{var g=e?a.g[b](d,e):a.g[b]
(d)}catch(h){return c+=Gi(d),e&&(c+=", with key
"+Gi(e)),aG(f,XF(h,c)),f}g.onsuccess=function(h)
{f.Da(h.target.result)};g.onerror=function(h){c+=Gi(d);e&&(c+=", with key
"+Gi(e));aG(f,WF(h.target,c))};return f},tG=function(a,b){return
sG(a,"put","putting into "+a.getName()+" with value",b)};
rG.prototype.add=function(a,b){return sG(this,"add","adding into "+this.getName()+"
with value ",a,b)};rG.prototype.remove=function(a){var b=new $F;try{var
c=this.g["delete"](a instanceof YF?a.g:a)}catch(e){return c="removing from
"+this.getName()+" with key "+Gi(a),aG(b,XF(e,c)),b}c.onsuccess=function()
{b.Da()};var d=this;c.onerror=function(e){var f="removing from "+d.getName()+" with
key "+Gi(a);aG(b,WF(e.target,f))};return b};
rG.prototype.get=function(a){var b=new $F;try{var c=this.g.get(a)}catch(e){return
c="getting from "+this.getName()+" with key
"+Gi(a),aG(b,XF(e,c)),b}c.onsuccess=function(e){b.Da(e.target.result)};var
d=this;c.onerror=function(e){var f="getting from "+d.getName()+" with key
"+Gi(a);aG(b,WF(e.target,f))};return b};
rG.prototype.clear=function(){var a="clearing store "+this.getName(),b=new
$F;try{var c=this.g.clear()}catch(d){return aG(b,XF(d,a)),b}c.onsuccess=function()
{b.Da()};c.onerror=function(d){aG(b,WF(d.target,a))};return b};var uG=function(a)
{try{return new oG(a.g.index("timestamp"))}catch(b){throw XF(b,"getting index
timestamp");}};var vG=function(a,b){Q.call(this);this.g=a;this.l=b;this.j=new
xE(this);this.j.listen(this.g,"complete",fb(this.dispatchEvent,this,"complete"));th
is.j.listen(this.g,"abort",fb(this.dispatchEvent,this,"abort"));this.j.listen(this.
g,"error",this.Tf)};lb(vG,Q);m=vG.prototype;m.Tf=function(a){a.target instanceof
JF?
this.dispatchEvent({type:"error",target:a.target}):this.dispatchEvent({type:"error"
,target:WF(a.target,"in transaction")})};
m.objectStore=function(a){try{return new rG(this.g.objectStore(a))}catch(b){throw
XF(b,"getting object store "+a);}};m.commit=function(a){if(this.g.commit||!
a)try{this.g.commit()}catch(b){throw XF(b,"cannot commit the
transaction");}};m.wait=function(){var a=new $F;cw(this,"complete",fb(a.Da,a));var
b=cw(this,"abort",function(){lw(c);aG(a,new JF(QF,"waiting for transaction to
complete"))});var c=cw(this,"error",function(e){lw(b);aG(a,e.target)});var
d=this.l;return hG(a,function(){return d})};
m.abort=function(){this.g.abort()};m.O=function()
{vG.Ha.O.call(this);this.j.dispose()};function wG(a)
{Q.call(this);this.g=a;this.j=new
xE(this);this.j.listen(this.g,"abort",fb(this.dispatchEvent,this,"abort"));this.j.l
isten(this.g,"error",this.Uf);this.j.listen(this.g,"versionchange",this.Cg);this.j.
listen(this.g,"close",fb(this.dispatchEvent,this,"close"))}lb(wG,Q);m=wG.prototype;
m.ce=!0;m.Uf=function(a)
{a=(a=a.target)&&a.error;this.dispatchEvent({type:"error",errorCode:a&&a.severity})
};m.Cg=function(a){this.dispatchEvent(new xG(a.oldVersion,a.newVersion))};
m.close=function(){this.ce&&(this.g.close(),this.ce=!1)};m.Sa=function(){return
this.ce};m.getName=function(){return this.g.name};m.getVersion=function(){return
Number(this.g.version)};var yG=function(a){var b=["MediaSourceVideoChunk"];try{var
c=a.g.transaction(b,"readwrite");return new vG(c,a)}catch(d){throw XF(d,"creating
transaction");}};wG.prototype.O=function(){wG.Ha.O.call(this);this.j.dispose()};var
xG=function(a,b)
{Pv.call(this,"versionchange");this.oldVersion=a;this.newVersion=b};lb(xG,Pv);var
zG=function(a){var b=new $F;GF==void 0&&(GF=y.indexedDB||y.mozIndexedDB||
y.webkitIndexedDB||y.moz_indexedDB);var
c=GF.open("IndexedDbVideoChunkPersistentStorage",6);c.onsuccess=function(d){d=new
wG(d.target.result);b.Da(d)};c.onerror=function(d){aG(b,WF(d.target,"opening
database IndexedDbVideoChunkPersistentStorage"))};c.onupgradeneeded=function(d)
{if(a){var e=new wG(d.target.result);a(new xG(d.oldVersion,d.newVersion),e,new
vG(d.target.transaction,e))}};c.onblocked=function(){};return b};var AG=function()
{Q.apply(this,arguments);this.g=null};v(AG,Q);AG.prototype.initialize=function()
{var a=this;return Promise.resolve(zG(this.j)).then(function(b){a.g=b},function(b)
{M(L.getInstance(),"codf",b.message)})};AG.prototype.Sa=function(){return this.g!
==null&&this.g.Sa()};AG.prototype.close=function(){var a=this;return(new
Promise(function(b){BG(a,b)})).then(function(){return CG()}).then(function()
{a.g.close()})};
var CG=function(){var a;return((a=navigator.storage)==null?0:a.estimate)?
navigator.storage.estimate().then(function(b)
{M(L.getInstance(),"csue",String(b.usage))}):Promise.resolve(void
0)};AG.prototype.Zb=function(a){return(a=DG(a,0))?
EG(this,FG(a),a.Uc):Promise.resolve(null)};AG.prototype.Cc=function(a,b,c,d)
{(b=DG(b,c))?(c=b.startIndex,GG(this,{Dj:FG(b),startIndex:c,Mc:c+a.byteLength-
1,Uc:b.Uc,timestamp:new
Date(Date.now()),xa:d,yb:b.yb,video:a})):Promise.resolve(void 0)};
AG.prototype.j=function(a,b)
{if(b.g.objectStoreNames.contains("MediaSourceVideoChunk"))try{b.g.deleteObjectStor
e("MediaSourceVideoChunk")}catch(d){throw XF(d,"deleting object store
MediaSourceVideoChunk");}a={keyPath:"cacheId"};try{var c=new
rG(b.g.createObjectStore("MediaSourceVideoChunk",a))}catch(d){throw XF(d,"creating
object store MediaSourceVideoChunk");}b={unique:!
1};try{c.g.createIndex("timestamp","timestamp",b)}catch(d){throw XF(d,"creating new
index timestamp with key path timestamp");}};
var BG=function(a,b){var c=new Date(Date.now());c.setDate(c.getDate()-30);c=new
YF(ZF.upperBound(c,void 0));var
d=qG(uG(yG(a.g).objectStore("MediaSourceVideoChunk")),c),e=d.listen("n",function()
{d.remove();d.next()});cw(d,"c",function(){lw(e);b()})},DG=function(a,b){var c=new
zF(a);a=c.getId();var d=BF(c,"itag"),e=BF(c,"source"),f=BF(c,"lmt");c=CF(c);var
g=[];a?d?e?f?
c===null&&g.push("startIndex"):g.push("lmt"):g.push("source"):g.push("itag"):g.push
("videoId");return g.length>0?(M(L.getInstance(),
"civp",g.join("-")),null):{Uh:a,yb:d,source:e,Uc:f,startIndex:c+b}},FG=function(a)
{for(var b=[a.Uh,a.source,a.startIndex].join(),c=0,d=0;d<b.length;d+
+)c=Math.imul(31,c)+b.charCodeAt(d)|0;return c.toString()
+","+a.yb},EG=function(a,b,c){var
d=yG(a.g).objectStore("MediaSourceVideoChunk");return
Promise.resolve(d.get(b)).then(function(e){if(!e)return
M(L.getInstance(),"cenf","1"),null;if(e.Uc!==c)return
M(L.getInstance(),"cdl","1"),d.remove(b).then(null,function(f)
{M(L.getInstance(),"crdlvf",f.message)}),
null;M(L.getInstance(),"cefml","1");return{yb:e.yb,Mc:e.Mc,xa:e.xa,video:e.video}},
function(e){M(L.getInstance(),"cgvf",e.message);return null})},GG=function(a,b)
{a=yG(a.g).objectStore("MediaSourceVideoChunk");Promise.resolve(tG(a,b)).then(funct
ion(){M(L.getInstance(),"cavs","1")},function(c)
{M(L.getInstance(),"cavf",c.message)})};var HG=function(a){qF.call(this);var
b=this;this.H=this.j=this.g=0;this.o=this.K=null;this.uri=new
hD(a);this.state=0;this.l=(this.A=EF()&&!MD(this.uri))?
IC(AG):null;Gr(this,function(){Fr(b.l)});this.K=this.A?
this.l.initialize():null};v(HG,qF);HG.prototype.D=function(){return
this.g};HG.prototype.C=function(){return this.state===3};HG.prototype.G=function(a)
{this.state===1?
(this.g+=a,this.state=2):this.state===0&&(this.g+=a,this.state=1,IG(this))};
var IG=function(a){Ma(function(b){if(b.g==1)return
a.state===2&&(a.state=1),Ca(b,JG(a),4);var c=a.H>3;if(c&&a.o!==null){var
d=nF("media_source_error",{code:a.j>0?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:'Respon
se code "'+a.o+'" with '+a.g+" bytes requested and "+a.j+" bytes
loaded"});a.dispatchEvent(d)}a.j<a.g&&a.state!==3&&!c?b.g=1:(a.state!
==3&&(a.state=0),b.g=0)})},JG=function(a){var b;return Ma(function(c){switch(c.g)
{case 1:b=a.j+"-"+(a.g-1);vD(a.uri,"range",
b);if(!a.A){c.g=2;break}return Ca(c,a.K,3);case 3:return c.return(KG(a));case
2:return c.l=4,Ca(c,LG(a),6);case 6:Da(c);break;case
4:Ea(c),MG(a),c.g=0}})},KG=function(a){var b;return Ma(function(c){switch(c.g){case
1:return Ca(c,a.l.Zb(a.uri),2);case 2:if(b=c.j)
{b.xa&&(a.state=3);NG(a,b.video,0);c.g=0;break}c.l=4;return Ca(c,LG(a),6);case
6:Da(c);break;case 4:Ea(c),MG(a),c.g=0}})},MG=function(a){var b=new
zF(a.uri);if(Bm(dn)&&AF(b)){a:if(AF(b)){var c=BF(b,"mn");var d=c?
c.split(","):null;var e=BF(b,
"fvip");c=b.uri.G();if(d&&e){var f=(Number(BF(b,"fallback_count"))||0)+1;if(d=d[f])
{c.g="r"+e+"---"+d+".googlevideo.com";vD(c,"fallback_count",f);b=c;break a}}var
g,h;e=Number(((h=(g=wD(c,"cmo"))==null?void 0:g.split("="))!=null?h:[])[1])||
0;b.uri.g.match(/^r{1,2}(\d+)---(.
+)\.googlevideo.com$/)&&(c.g="redirector.googlevideo.com");vD(c,"cmo","pf="+
(e+1));b=c}else b=b.uri;a.uri=b;a.dispatchEvent(nF("bandaid_fallback_count"))}else
Bm(hn)&&MD(a.uri)&&(a.uri=new hD(ND(a.uri)));a.H++},LG=function(a){return new
Promise(function(b,
c){var d=new XMLHttpRequest,e=0,f=a.g-a.j;d.addEventListener("load",function()
{Bl("lvlcl");if(d.status>=400)M(L.getInstance(),"lvlxes",d.status.toString()),a.o=d
.status,c();else{var g=d.response;g.byteLength<f&&(a.state=3);var
h=NG(a,g,e);e+=h;a.A&&g.byteLength>0&&a.l.Cc(g,a.uri,0,g.byteLength<f);b()}});d.add
EventListener("timeout",function()
{Bl("lvlct");a.o=d.status;c()});d.addEventListener("error",function()
{Bl("lvlce");a.o=d.status;c()});d.addEventListener("progress",function()
{if(d.status>=400)a.o=
d.status;else{var
g=NG(a,d.response,e);e+=g}});d.responseType="arraybuffer";d.open("get",a.uri.toStri
ng());d.send(null)})},NG=function(a,b,c){if(b===null)return
0;b=b.slice(c);a.j+=b.byteLength;a.dispatchEvent({type:"progress",Dd:b});return
b.byteLength};HG.prototype.O=function()
{this.A&&this.l.Sa()&&this.l.close();qF.prototype.O.call(this)};var OG=function()
{};OG.prototype.lh=function(a,b,c){return c===0?1E6:b-a<5E3?3E5:0};var
QG=function(a,b){var c=this;this.g=a;this.index=b;this.j=[];this.g||
Bl("msms_sbf"+this.index);this.g.addEventListener("updateend",function()
{PG(c)});this.g.addEventListener("error",function()
{Bl("msms_sbe"+c.index)})},PG=function(a){if(a.j.length>0&&!a.g.updating){var
b=a.j.shift();a.g.appendBuffer(b)}};var RG=function()
{this.g=this.cache=null};m=RG.prototype;m.initialize=function(){var a=this;return
window.caches.open("CACHE_VIDEO_CHUNK_PERSISTENT_STORAGE").then(function(b)
{a.cache=b},function(b){M(L.getInstance(),"codf",b.message)})};m.Sa=function()
{return this.cache!==null};m.close=function(){return Promise.resolve()};
m.Zb=function(a){var b=this;a=SG(this,a);return this.Sa()&&a?
this.cache.match(a).then(function(c){if(!c)return
M(L.getInstance(),"cenf","1"),Promise.resolve(null);M(L.getInstance(),"cef","1");re
turn c.arrayBuffer().then(function(d){var e=CF(b.g),f;(f=wD(b.g.uri,"range"))?
(f=f.split("-")[1],f=!f||isNaN(Number(f))?null:Number(f)):f=null;e=e+d.byteLength-
1;f=f>e;return{yb:BF(b.g,"itag"),Mc:e,xa:f,video:d}})},function(c)
{M(L.getInstance(),"cgvf",c.message);return Promise.resolve(null)}):
(M(L.getInstance(),
"cgvf","1"),Promise.resolve(null))};m.Cc=function(a,b){b=SG(this,b);a=new
Response(a);this.Sa()&&b?this.cache.put(b,a).then(function()
{M(L.getInstance(),"cavs","1")},function(c){M(L.getInstance(),"cavf",c.message)}):
(M(L.getInstance(),"cavf","1"),Promise.resolve())};
var SG=function(a,b){a.g=new zF(b);b=a.g.getId();var
c=BF(a.g,"itag"),d=BF(a.g,"source"),e=BF(a.g,"lmt");a=BF(a.g,"range");if(b&&c&&d&&a
)return new Request("http://url/videoplayback?
id="+b+"&itag="+c+"&source="+d+"&lmt="+e+"&range="+a);M(L.getInstance(),"civp","1")
;return null};var VG=function(a){Q.call(this);var
b=this;this.l=a;this.g=[];this.A=null;this.C=0;this.M=!
1;this.G=0;this.D=[];if(Bm(Xm)){var c=null;EF()&&(Bm(Zm)?
c=IC(RG):c=IC(AG));this.o=this.l.map(function(d){return IC(rF,d.url,MD(d.url)?
null:c)})}else this.o=this.l.map(function(d){return
IC(HG,d.url)});this.j=IC(MediaSource);this.H=function()
{TG(b)};this.j.addEventListener("sourceopen",this.H);this.K=UG(this)};v(VG,Q);
var UG=function(a){for(var b=[],c=0;c<a.l.length;++c)b.push(new OG);return
b},TG=function(a){Bl("msms_oso");for(var b={Aa:0};b.Aa<a.l.length;b={ke:void
0,Vc:void 0,qb:void 0,Aa:b.Aa,Wc:void 0},++b.Aa){var
c=a.l[b.Aa];M(L.getInstance(),"msms_mime"+b.Aa,c.mimeType);M(L.getInstance(),"msms_
cs"+b.Aa,c.Ia.toString());Bm(Ym)?(b.ke=new
QG(a.j.addSourceBuffer(c.mimeType),b.Aa),b.Vc=a.o[b.Aa],b.Vc.listen("progress",func
tion(d){return function(e){var f=d.ke,g=d.Vc;e=e.Dd;e.byteLength!
==0&&(f.j.push(e),PG(f));
g.C()&&(a.C++,a.C===a.g.length&&WG(a))}}
(b)),b.Vc.listen("media_source_error",function(d)
{a.dispatchEvent(d)}),a.g.push(b.ke.g)):(b.qb=a.j.addSourceBuffer(c.mimeType),b.qb?
(b.Wc=a.o[b.Aa],Bm(Xm)&&b.qb.addEventListener("updateend",function(d){return
function(){if(a.D.length>0&&!d.qb.updating){var
e=a.D.shift();d.qb.appendBuffer(e)}}}(b)),b.qb.addEventListener("error",function(d)
{return function(){Bl("msms_sbe"+d.Aa)}}(b)),b.Wc.listen("progress",function(d)
{return function(e){var f=d.qb,g=d.Wc;e=e.Dd;
e.byteLength!==0&&(Bm(Xm)?f.updating?
a.D.push(e):f.appendBuffer(e):f.appendBuffer(e));g.C()&&(a.C+
+,a.C===a.g.length&&WG(a))}}(b)),b.Wc.listen("media_source_error",function(d)
{a.dispatchEvent(d)}),a.g.push(b.qb)):Bl("msms_sbf"+b.Aa))}M(L.getInstance(),"msms_
ns",a.g.length.toString());a.M=!0;XG(a)},WG=function(a)
{Promise.all(a.g.map(function(b){return new Promise(function(c){b.updating?
b.addEventListener("updateend",function(){c()}):c()})})).then(function()
{a.j.endOfStream()})},XG=function(a){if(a.M)for(var b=
0;b<a.l.length;++b){var c=a.o[b],d=a.g[b];d=d.buffered.length===0?
0:d.buffered.end(0)*1E3;d=a.K[b].lh(a.G,d,c.D());d!==0&&c.G(d)}},YG=function(a)
{a.A=Ai(a.j).toString();return a.A};VG.prototype.O=function()
{this.A&&window.URL.revokeObjectURL(this.A);for(var a=x(this.o),b=a.next();!
b.done;b=a.next())b.value.dispose();this.j.removeEventListener("sourceopen",this.H)
;Q.prototype.O.call(this)};
VG.prototype.rd=function(a){this.K.filter(function(){return!1}).map(function(b)
{return b}).forEach(function(b){b.g=Object.assign({},jF,b.g,a)})};var
ZG=RegExp("/pagead/conversion|/pagead/adview|/pagead/gen_204|/activeview?|
csi.gstatic.com/csi|google.com/pagead/xsul|google.com/ads/measurement/l|
googleads.g.doubleclick.net/pagead/ide_cookie|googleads.g.doubleclick.net/xbbe/
pixel"),
$G=RegExp("outstream.min.js"),aH=RegExp("outstream.min.css"),bH=RegExp("fonts.gstat
ic.com"),cH=RegExp("googlevideo.com/videoplayback|c.2mdn.net/videoplayback|
gcdn.2mdn.net/videoplayback"),dH=RegExp("custom.elements.min.js");
function eH(a,b){var c=0,d=0,e=0,f=0,g=0,h=0,k=0,l=!1,n=!1;if(typeof
Va("performance.getEntriesByType",y)==="function"&&"transferSize"in
y.PerformanceResourceTiming.prototype){var
p=y.performance.getEntriesByType("resource");p=x(p);for(var r=p.next();!
r.done;r=p.next())r=r.value,ZG.test(r.name)||(f+=1,r.transferSize?
(c+=r.transferSize,r.encodedBodySize&&r.transferSize<r.encodedBodySize&&(h+=1,e+=r.
encodedBodySize,$G.test(r.name)&&(l=!0),aH.test(r.name)&&(n=!
0)),cH.test(r.name)&&(d+=r.transferSize)):
r.transferSize===0&&r.encodedBodySize===0?dH.test(r.name)?c+=6686:bH.test(r.name)||
(k+=1,Al(L.getInstance(),
{event_name:"unmeasurable_asset",resource_name:r.name,encoded_body_size:r.encodedBo
dySize,transfer_size:r.transferSize})):(g+=1,e+=r.encodedBodySize,
$G.test(r.name)&&(l=!0),aH.test(r.name)&&(n=!0)));p=0;if(a.duration)
{for(r=0;r<a.buffered.length;r++)p+=a.buffered.end(r)-
a.buffered.start(r);p=Math.min(p,a.duration)}Al(L.getInstance(),
{event_name:b,asset_bytes:c,video_bytes:d,cached_data_bytes:e,
js_cached:l,css_cached:n,num_assets:f,num_assets_cached:g,num_assets_cache_validate
d:h,num_assets_unmeasurable:k,video_played_seconds:a.currentTime.toFixed(2),video_m
uted:a.muted,video_seconds_loaded:p.toFixed(2)})}else
M(L.getInstance(),"error","reporting_timing_not_supported")};var
fH=function(a,b,c,d){this.url=a;this.mimeType=b;this.Ia=c;this.g=d===void 0?
null:d};function gH(a){var
b=L.getInstance(),c=a.getVideoPlaybackQuality&&a.getVideoPlaybackQuality();c?
(a=a.currentTime,M(b,"vqdf",String(c.droppedVideoFrames)),M(b,"vqtf",String(c.total
VideoFrames)),M(b,"vqfr",String(Math.round(c.totalVideoFrames/
a)))):M(b,"vqu","1")};function hH(a){this.g=a}hH.prototype.toString=function()
{return this.g};var iH=new hH("video_mute"),jH=new
hH("video_caption_visibility");function kH(a)
{P.call(this);this.A=1;this.l=[];this.o=0;this.g=[];this.j={};this.D=!!
a}lb(kH,P);var lH=function(a,b,c){var d=jH.toString(),e=a.j[d];e||(e=a.j[d]=[]);var
f=a.A;a.g[f]=d;a.g[f+1]=b;a.g[f+2]=c;a.A=f+3;e.push(f)},mH=function(a,b,c){var
d=a.j[jH.toString()];if(d){var e=a.g;(d=d.find(function(f){return
e[f+1]==b&&e[f+2]==c}))&&a.B(d)}};
kH.prototype.B=function(a){var b=this.g[a];if(b){var c=this.j[b];this.o!=0?
(this.l.push(a),this.g[a+1]=function(){}):(c&&lc(c,a),delete this.g[a],delete
this.g[a+1],delete this.g[a+2])}return!!b};
kH.prototype.C=function(a,b){var c=this.j[a];if(c){var d=Array(arguments.length-
1),e=arguments.length,f;for(f=1;f<e;f++)d[f-
1]=arguments[f];if(this.D)for(f=0;f<c.length;f+
+)e=c[f],nH(this.g[e+1],this.g[e+2],d);else{this.o++;try{for(f=0,e=c.length;f<e&&!
this.Ba();f++){var
g=c[f];this.g[g+1].apply(this.g[g+2],d)}}finally{if(this.o--,this.l.length>0&&this.
o==0)for(;c=this.l.pop();)this.B(c)}}}};var nH=function(a,b,c){zw(function()
{a.apply(b,c)})};
kH.prototype.clear=function(a){if(a){var
b=this.j[a];b&&(b.forEach(this.B,this),delete this.j[a])}else
this.g.length=0,this.j={}};kH.prototype.O=function()
{kH.Ha.O.call(this);this.clear();this.l.length=0};function oH(a)
{P.call(this);this.g=new
kH(a);Hr(this,this.g)}lb(oH,P);oH.prototype.clear=function(a){this.g.clear(a!==void
0?a.toString():void 0)};var pH=function(a){a=a===void 0?
null:a;P.call(this);this.g=new xE(this);Hr(this,this.g);this.Ab=a};v(pH,P);var
qH=function(a,b,c){a.Ab&&(lH(a.Ab.g,b,c),Gr(a,function(){mH(a.Ab.g,b,c)}))};var
rH=function(a,b){pH.call(this,b);qH(this,function(c){c?
a.g.mode="showing":a.kb()},this)};v(rH,pH);var sH=function()
{Q.call(this);this.j=new xE(this);Hr(this,this.j)};v(sH,Q);var uH=function(a,b,c)
{c=c===void 0?!0:c;sH.call(this);a.setAttribute("crossorigin","anonymous");var
d=So("TRACK");d.setAttribute("kind","captions");d.setAttribute("src",b);d.setAttrib
ute("default","");a.appendChild(d);this.g=a.textTracks[0];tH(this);c?
this.g.mode="showing":this.kb()};v(uH,sH);var tH=function(a){var
b=a.g;b.addEventListener("cuechange",function(){for(var c=b.cues,d=0;d<c.length;d+
+){var e=c[d];e.align="center";e.position="auto"}},{once:!0})};
uH.prototype.kb=function(){this.g.mode="hidden"};function vH(a,b){if(typeof
ReportingObserver!=="undefined"){var c=function(e){e=x(e);for(var f=e.next();!
f.done;f=e.next())f=f.value,a(f)&&b(f)},d=new ReportingObserver(c,{buffered:!
0});y.addEventListener("pagehide",function()
{c(d.takeRecords(),d);d.disconnect()});d.observe()}}
function wH(a){a=a===void 0?null:a;vH(function(b){return
b.body&&b.body.id==="HeavyAdIntervention"},function(b){var
c=b.body.message,d=L.getInstance();M(d,"ham",c);c.includes("CPU")?
M(d,"hacpu","true"):c.includes("network")&&M(d,"habytes","true");a&&a(b)})};var
xH="autoplay controls crossorigin demuxedaudiosrc demuxedvideosrc loop muted
playsinline poster preload src webkit-playsinline x-webkit-airplay".split("
"),yH="autoplay buffered controls crossOrigin currentSrc currentTime defaultMuted
defaultPlaybackRate disablePictureInPicture disableRemotePlayback duration ended
loop muted networkState onerror onwaitingforkey paused played playsinline poster
preload preservesPitch mozPreservesPitch webkitPreservesPitch readyState seekable
videoWidth videoHeight volume textTracks canPlayType captureStream
getVideoPlaybackQuality load pause play requestPictureInPicture setSinkId oncanplay
oncanplaythrough onload onplay onpause onended onfullscreenchange onfullscreenerror
addEventListener dispatchEvent removeEventListener requestFullscreen".split(" "),
zH={childList:!0},AH=!RegExp("^\\s*class\\s*\\{\\s*\\}\\s*$").test(function()
{}.toString()),BH=HTMLElement;AH&&(BH=function(){var
a=Object.getPrototypeOf(this).constructor;return y.Reflect.construct(HTMLElement,
[],a)},Object.setPrototypeOf(BH,HTMLElement),Object.setPrototypeOf(BH.prototype,HTM
LElement.prototype));
var CH=function(a){if(a!==null){a=x(a);for(var b=a.next();!
b.done;b=a.next())if(b=b.value,b.nodeName==="TRACK".toString())return b}return
null},DH=function(a,b){this.code=a;this.message=b===void 0?"":b},EH=function(a)
{DH.call(this,MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,a===void 0?"":a)};v(EH,DH);
var IH=function(a,b){b=b===void 0?!1:b;var c=BH.call(this)||
this;M(L.getInstance(),"ulv","1");c.Rh=b;c.ra=null;c.qf=null;c.Je=null;c.T=So("VIDE
O");FH(c);c.Ab=a||new
oH;GH(c);c.Hc=null;HH(c);c.attachShadow({mode:"open"});c.shadowRoot.appendChild(c.T
);wH(function(){M(L.getInstance(),"has",c.src||
c.fb);M(L.getInstance(),"hat",String(c.T.currentTime))});c.od=!1;c.sf=!
1;c.qc=null;c.xd=null;c.Sh=!1;c.zf=!1;c.Ij=null;c.Ub=null;return c};v(IH,BH);var
JH=function(a){a.T.load();Bm(en)&&a.T.dispatchEvent(new Event("canplaythrough"))};
IH.prototype.attributeChangedCallback=function(a,b,c){switch(a){case
"src":KH(this,c);break;case "demuxedaudiosrc":case
"demuxedvideosrc":LH(this);break;case "muted":this.T[a]=c===""?!0:!!
c;MH(this,a,c);break;default:MH(this,a,c)}};IH.prototype.rd=function(a)
{this.Ub=a;var b;(b=this.ra)==null||b.rd(a)};
var MH=function(a,b,c){c!==a.T.getAttribute(b)&&(c===null?
a.T.removeAttribute(b):a.T.setAttribute(b,c))},NH=function(a)
{a.ra&&(a.T.removeEventListener("timeupdate",a.qc),a.ra.dispose(),a.ra=null)},OH=fu
nction(a,b){a.Je=b;a.T.dispatchEvent(new Event("error"))},FH=function(a)
{PH(a);QH(a);a.T.addEventListener("loadedmetadata",function()
{a.xd=ZD(a);a.xd.then(function(b){var c=a.T.videoWidth;var
d=a.T.videoHeight,e=b.width,f=b.height;c>0&&d>0&&e>0&&f>0?(b=b.width/b.height,c/
=d,c=Math.min(c,b)/Math.max(c,
b)>=.97?"cover":"contain"):c=null;c!==null&&Fq(a.T,{"object-
fit":c})})});a.T.addEventListener("play",function(){a.sf||
(eH(a.T,"first_play"),a.sf=!0)});a.T.addEventListener("pause",function(){a.od||
(eH(a.T,"first_pause"),gH(a.T),a.od=!0)});dw(y,"pagehide",function(){a.od||
(eH(a.T,"first_pause"),gH(a.T),a.od=!0)});a.T.addEventListener("stalled",function()
{M(L.getInstance(),"ves","1")});(new iE(a.T)).listen("playbackStalled",function()
{return M(L.getInstance(),"pbs","1")});a.T.addEventListener("media_source_error",
function(b){NH(a);b=b.detail;OH(a,new DH(b.code,b.message))});RH(a)},HH=function(a)
{var b=CH(a.childNodes);b&&SH(a,b);a.Hc===null&&TH(a)},TH=function(a)
{if(y.MutationObserver){var b=new MutationObserver(function(c){c=x(c);for(var
d=c.next();!
d.done;d=c.next())if(d=d.value,d.type==="childList"&&(d=CH(d.addedNodes)))
{SH(a,d);b.disconnect();break}});b.observe(a,zH)}},GH=function(a)
{a.T.addEventListener("volumechange",function()
{a.Ab.g.C(iH.toString(),a.T.muted);a.Rh||a.Ab.g.C(jH.toString(),a.T.muted)})},
SH=function(a,b){if(a.Hc===null&&b.hasAttribute("src")){var
c=b.getAttribute("src");a.Hc=new uH(a.T,c,b.hasAttribute("default"));new
rH(a.Hc,a.Ab);c.includes("kind=asr")&&M(L.getInstance(),"act","1")}},KH=function(a,
b){if(b!==a.qf){a.qf=b;a.Sh&&b&&LD(b)&&(b=ND(b));var c=b?lF(b):null,d=!!
c&&pF(c);M(L.getInstance(),"umsem",d?"1":"0");d?
(b=IC(fH,b,mF(c),cF[c]*1E3,null),a.ra=IC(VG,
[b]),a.Ub&&a.ra.rd(a.Ub),a.ra.listen("media_source_error",function(e)
{e=nF("media_source_error",e.detail);a.T.dispatchEvent(e)}),
a.qc=function(){var
e=a.ra;e.G=a.T.currentTime*1E3;XG(e)},a.T.addEventListener("timeupdate",a.qc),MH(a,
"src",YG(a.ra))):(NH(a),MH(a,"src",b));a.zf||JH(a)}},LH=function(a){a.src&&OH(a,new
DH(MediaError.MEDIA_ERR_ABORTED,"Setting demuxed src after src is already
set."));if(!a.vb&&!a.fb&&a.ra)NH(a),MH(a,"src",null),JH(a);else if(a.vb&&a.fb){var
b=lF(LD(a.fb)?ND(a.fb):a.fb),c=lF(LD(a.vb)?ND(a.vb):a.vb);if(b&&pF(b))if(c&&pF(c))
{var d=!!b&&pF(b)&&!!c&&pF(c);M(L.getInstance(),"umsed",d?"1":"0");b=IC(fH,
a.fb,mF(b),-1,null);c=IC(fH,a.vb,mF(c),-1,null);a.ra=IC(VG,
[b,c]);a.Ub&&a.ra.rd(a.Ub);a.ra.listen("media_source_error",function(e)
{e=nF("media_source_error",e.detail);a.T.dispatchEvent(e)});a.qc=function(){var
e=a.ra;e.G=a.T.currentTime*1E3;XG(e)};a.T.addEventListener("timeupdate",a.qc);MH(a,
"src",YG(a.ra));a.zf||JH(a)}else OH(a,new EH('Audio itag "'+c+'" not
supported.'));else OH(a,new EH('Video itag "'+b+'" not
supported.'))}},PH=function(a){for(var b=x(yH),c=b.next(),d={};!c.done;d={Xa:void
0,
getValue:void 0},c=b.next())d.Xa=c.value,d.Xa in a.T&&(typeof
a.T[d.Xa]==="function"?
(d.getValue=a.T[d.Xa].bind(a.T),Object.defineProperty(a,d.Xa,{set:function(e)
{return function(f){a.T[e.Xa]=f}}(d),get:function(e){return function(){return
e.getValue}}(d)})):Object.defineProperty(a,d.Xa,{set:function(e){return function(f)
{a.T[e.Xa]=f}}(d),get:function(e){return function(){return a.T[e.Xa]}}
(d)}))},QH=function(a){Object.defineProperty(a,"error",{set:function()
{},get:function(){return a.T.error?a.T.error:
a.Je}})},RH=function(a)
{a.T.style.width=Mq();a.T.style.height=Mq()};IH.prototype.disconnectedCallback=func
tion()
{this.xd&&$D(this.xd);BH.prototype.disconnectedCallback&&BH.prototype.disconnectedC
allback.call(this)};
ea.Object.defineProperties(IH.prototype,{vb:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("demuxedaudiosrc",a)},get:function(){return
this.getAttribute("demuxedaudiosrc")}},fb:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("demuxedvideosrc",a)},get:function(){return
this.getAttribute("demuxedvideosrc")}},src:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("src",a)},get:function(){return
this.getAttribute("src")}}});
ea.Object.defineProperties(IH,{observedAttributes:{configurable:!0,enumerable:!
0,get:function(){return xH}}});y.customElements&&(y.customElements.get("lima-
video")||y.customElements.define("lima-video",IH));var UH=function(a,b,c,d)
{b=b===void 0?!1:b;c=c===void 0?!1:c;d=d===void 0?!
1:d;Q.call(this);this.g=a;this.Z=d;this.loaded=this.l=!
1;this.P=null;this.A=0;this.j=new xE(this);Hr(this,this.j);this.Pa=b&&Ec&&!Vc||
c;this.ca=[];this.ia=new XE(a)};v(UH,Q);m=UH.prototype;m.dispatchEvent=function(a)
{return this.Z?(this.ca.push(a),!
0):Q.prototype.dispatchEvent.call(this,a)};m.Ee=function(){var
a=this.ia;a.o=a.g.currentSrc;a.B=a.g.seekable.length>0;a.j=a.g.getAttribute("crossO
rigin");a.l=a.g.ended?-1:a.g.currentTime};
m.zc=function(a){ZE(this.ia,a)};m.releaseEvents=function(){var
a=this;this.Z&&(this.Z=!1,this.ca.forEach(function(b){a.dispatchEvent(b)}))};
m.Fe=function()
{this.Qb();this.j.listen(this.g,"ended",this.Yd);this.j.listen(this.g,"pause",this.
ae);this.j.listen(this.g,"playing",this.ld);this.j.listen(this.g,"timeupdate",this.
be);this.j.listen(this.g,"volumechange",this.lf);this.j.listen(this.g,"error",this.
Cb);this.j.listen(this.g,"canplay",this.mh);this.j.listen(this.g,"canplaythrough",t
his.nh);this.j.listen(this.g,"loadstart",this.qh);this.j.listen(this.g,"durationcha
nge",this.oh);this.j.listen(this.g,"waiting",this.yh);this.j.listen(this.g,
"seeked",this.uh);this.j.listen(this.g,"seeking",this.vh);this.j.listen(this.g,"sta
lled",this.wh);this.j.listen(this.g,"progress",this.th);this.j.listen(this.g,"loade
ddata",this.Zd);this.j.listen(this.g,"windowFocusChanged",this.zh)};m.Qb=function()
{BE(this.j)};m.getCurrentTime=function(){return
this.g.currentTime};m.getDuration=function(){return isNaN(this.g.duration)?-
1:this.g.duration};m.getVolume=function(){return this.g.muted?
0:this.g.volume};m.bf=function(){return this.g.paused};m.Qd=function(){return!1};
m.Yd=function(){this.dispatchEvent("end");VH(this)};m.ae=function(){this.g.ended||
this.dispatchEvent("pause");VH(this)};m.ld=function()
{this.dispatchEvent("play");this.Pa&&this.lc()};m.lc=function(){this.l||(this.l=!
0,VH(this),this.dispatchEvent("start"))};m.be=function(){var
a=this.getCurrentTime();if(!this.l)
{if(a<=0)return;if(Vc&&this.g.ended&&this.getDuration()===1)
{this.Cb();return}this.lc()}this.A=Math.max(this.A,a);this.dispatchEvent("timeUpdat
e")};m.yh=function(){this.dispatchEvent("waiting")};
m.lf=function(){this.dispatchEvent("volumeChange")};m.oh=function()
{this.dispatchEvent("durationChange")};m.Cb=function()
{VH(this);this.dispatchEvent("error")};m.mh=function()
{this.dispatchEvent("canPlay");this.Zd()};m.nh=function()
{this.dispatchEvent("canPlayThrough")};m.qh=function()
{this.dispatchEvent("loadStart")};m.uh=function()
{this.dispatchEvent("seeked")};m.vh=function()
{this.dispatchEvent("seeking")};m.wh=function(){this.dispatchEvent("stalled")};
m.th=function()
{this.g.buffered&&this.g.buffered.length&&this.g.buffered.end(this.g.buffered.lengt
h-
1)===this.getDuration()&&(Bl("vfl"),this.dispatchEvent("fullyLoaded"))};m.Zd=functi
on(){this.loaded||(Bl("vil"),this.loaded=!
0,this.dispatchEvent("loaded"))};m.zh=function(a)
{this.dispatchEvent(a)};m.load=function(a)
{a&&(this.g.src=a,this.g.load())};m.unload=function()
{this.g.removeAttribute("src");this.g.removeAttribute("demuxedVideoSrc");this.g.rem
oveAttribute("demuxedAudioSrc");this.g.load()};
m.play=function(){this.l||WH(this);return this.g.play()};m.pause=function()
{this.g.pause()};var WH=function(a){a.P||(a.P=Tw(function(){a.l||
a.dispatchEvent("mediaPlaybackTimeout")},8E3))},VH=function(a)
{a.P&&(y.clearTimeout(a.P),a.P=null)};UH.prototype.setVolume=function(a)
{this.g.volume=a};UH.prototype.canPlayType=function(a){if(typeof
this.g.canPlayType!=="function")return M(L.getInstance(),"vmcpy","1"),!
0;a=this.g.canPlayType(a);return a!==""&&a!=null};UH.prototype.getSize=function()
{return Oq(this.g)};var XH=function(){};function YH(){var
a=IC(AG);a.initialize().then(function(){var
b=nF("initialized");a.dispatchEvent(b)});return a}
var $H=function(a,b,c,d,e)
{P.call(this);this.G=a;this.j=c;this.o=e;this.aa=this.U=this.Eb=this.D=this.l=this.
Pa=0;this.C=[];this.M=!1;this.ba=this.ca=this.fa=null;this.va=!
1;this.Fb=this.K=this.B=this.wa=this.Oa=null;this.xa=!1;this.H=new
hD(b.url);this.Ia=b.Ia;this.ia=d;(this.P=b.g)||
this.H.l.remove("alr");M(L.getInstance(),"sl_dv"+this.o,(this.P!
==null).toString());this.V=!this.P;this.g=new
XMLHttpRequest;this.Z=.1;if(this.A=EF()&&!
MD(this.H))this.B=YH(),Hr(this,this.B);ZH(this)};v($H,P);
var aI=function(a,b)
{b=nF("media_source_error",b);a.G.dispatchEvent(b)},bI=function(a,b){aI(a,
{code:a.l>1?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:b})},ZH
=function(a){a.fa=function(){cI(a);if(a.V){var b=a.g.responseText;a.M=!b||
b.length<a.Ia;a.U=0;Bl("sl_cc"+a.o+"_"+a.l);a.D++;dI(a)}};a.ca=function()
{cI(a)};a.ba=function(){Bl("sl_ec"+a.o+"_"+a.l);bI(a,"Failed to load chunk "+a.l+"
for stream
"+a.o)};a.g.addEventListener("load",a.fa);a.g.addEventListener("progress",
a.ca);a.g.addEventListener("error",a.ba);a.j.addEventListener("updateend",function(
){a.j.buffered.length&&(a.Eb=a.j.buffered.end(0),a.A?a.xa&&!
a.j.updating&&a.l===a.D&&(Bl("sl_lc"+a.o),a.ia()):a.M&&!
a.j.updating&&a.l===a.D&&(Bl("sl_lc"+a.o),a.ia()));!
a.va&&a.G.buffered.length>1&&(M(L.getInstance(),"dbr","1"),a.va=!
0)});a.j.addEventListener("update",function(){a.C.length&&!
a.j.updating&&a.j.appendBuffer(a.C.shift())});a.j.addEventListener("error",function
(){Bl("msb_err"+a.o);aI(a,{code:MediaError.MEDIA_ERR_DECODE,
message:"Error on SourceBuffer "+a.o})});a.A?(a.B.Sa()?
eI(a):a.Oa=dw(a.B,"initialized",function()
{eI(a)}),a.wa=dw(a.B,"get_video_succeeded",function()
{dI(a)})):eI(a)},gI=function(a){Bl("sl_rc"+a.o+"_"+a.l);var
b=fI(a);a.g.open("get",b);a.g.overrideMimeType("text/plain; charset=x-user-
defined");a.g.send(null);a.A&&(a.K=null,a.Fb=b)},cI=function(a)
{if(a.g.status>=400)bI(a,'Response code "'+a.g.status+'" on loading chunk '+a.l+"
for stream "+a.o);else{if(!a.V){var b=a.g.getResponseHeader("content-type");
if(b&&b.indexOf("text/plain")>=0){a.g.readyState===XMLHttpRequest.DONE&&(a.H=new
hD(a.g.response),a.l=0,a.D=0,a.Pa++,eI(a));return}a.V=!
0;Bl("sl_redc"+a.o);M(L.getInstance(),"sl_tr"+a.o,a.Pa.toString())}a.H.l.remove("al
r");if(a.g.readyState===XMLHttpRequest.LOADING||
a.g.readyState===XMLHttpRequest.DONE)b=hI(a,a.U),a.U=a.g.response.length,a.aa+=b.by
teLength,iI(a,b);if(a.A&&a.g.readyState===XMLHttpRequest.DONE&&(b=hI(a,0),b.byteLen
gth>0)){var c=a.g.responseText;a.xa=!c||c.length<a.Ia;a.B.Cc(b,new hD(a.Fb),
0,a.xa)}}},iI=function(a,b){b.byteLength>0&&(a.j.updating||a.C.length?
a.C.push(b):a.j.appendBuffer(b))},hI=function(a,b){a=a.g.response;for(var c=new
Uint8Array(a.length-b),d=0;d<c.length;d++)c[d]=a.charCodeAt(d+b)&255;return
c.buffer},dI=function(a){var b=OD;b!==-1&&b<a.aa+a.Ia?(a.G.pause(),OD=-1,b=!1):
(b=a.D===a.l&&!a.j.updating&&!a.C.length,b=a.A?!a.xa&&b&&a.G.currentTime>=a.Z:!
a.M&&b&&a.G.currentTime>=a.Z);b&&(a.Z=a.Eb+.1,eI(a))},fI=function(a){var
b=a.A&&a.K?a.K+1:a.l*a.Ia;return vD(a.H,"range",
b+"-"+(b+a.Ia-1)).toString()},eI=function(a){if(a.A){var b=new
hD(fI(a));a.B.Zb(b).then(function(c){c?
(a.K=Number(c.Mc),a.xa=c.xa,iI(a,c.video),c=nF("get_video_succeeded"),a.B.dispatchE
vent(c),a.D++):gI(a);a.l++})}else gI(a),a.l++};$H.prototype.O=function()
{this.A&&this.B.Sa()&&this.B.close();this.g.removeEventListener("load",this.fa);thi
s.g.removeEventListener("progress",this.ca);this.g.removeEventListener("error",this
.ba);lw(this.Oa);lw(this.wa);P.prototype.O.call(this)};var kI=function(a,b)
{P.call(this);var c=this;this.B=a;this.G=b;this.g=new
MediaSource;this.D=[];this.l=[];this.j=this.o=null;this.A=!1;this.C=function()
{jI(c)};this.g.addEventListener("sourceopen",this.C)};v(kI,P);
var lI=function(a){a.o&&a.B.removeEventListener("timeupdate",a.o)},jI=function(a)
{Bl("msmsw_oso");a.o=function(){if(!a.A)for(var e=x(a.l),f=e.next();!
f.done;f=e.next())dI(f.value)};a.B.addEventListener("timeupdate",a.o);for(var
b=0;b<a.G.length;b++){var
c=a.G[b];M(L.getInstance(),"msmsw_mime"+b,c.mimeType);M(L.getInstance(),"msmsw_cs"+
b,c.Ia.toString());var d=a.g.addSourceBuffer(c.mimeType);d?
(a.D.push(d),c=IC($H,a.B,c,d,function(){a:if(!a.A){for(var e=x(a.l),f=e.next();!
f.done;f=e.next())if(f=f.value,
f.A?!f.xa||f.j.updating||f.C.length:!f.M||f.j.updating||f.C.length)break
a;a.g.endOfStream();a.A=!
0;lI(a)}},b),a.l.push(c)):Bl("msmsw_sbf"+b)}M(L.getInstance(),"msmsw_ns",a.D.length
.toString())};kI.prototype.O=function()
{this.j&&window.URL.revokeObjectURL(this.j);for(var a=x(this.l),b=a.next();!
b.done;b=a.next())b.value.dispose();lI(this);this.g.removeEventListener("sourceopen
",this.C);P.prototype.O.call(this)};RegExp.prototype.hasOwnProperty("sticky");/*

Math.uuid.js (v1.4)
http://www.broofa.com
mailto:[email protected]
Copyright (c) 2010 Robert Kieffer
Dual licensed under the MIT and GPL licenses.
*/
var
mI="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),nI=fu
nction(){for(var a=Array(36),b=0,c,d=0;d<36;d++)d==8||d==13||d==18||d==23?
a[d]="-":d==14?a[d]="4":(b<=2&&(b=33554432+Math.random()*16777216|
0),c=b&15,b>>=4,a[d]=mI[d==19?c&3|8:c]);return a.join("")};var pI=function(a)
{hD.call(this,a);this.C=new Map;a=this.j;var b=a.indexOf(";"),c=null;b>=0?
(this.j=a.substring(0,b),c=a.substring(b+1)):this.j=a;oI(this,c)};v(pI,hD);pI.proto
type.toString=function(){return
qI(this,hD.prototype.toString.call(this))};pI.prototype.D=function(){return""};
var oI=function(a,b){yb(Mi(b))||b.split(";").forEach(function(c){var
d=c.indexOf("=");if(!(d<=0)){var
e=Ii(c.substring(0,d));c=Ii(c.substring(d+1));d=a.C.get(e);d!=null?d.includes(c)||
d.push(c):d=[Mi(c)];a.C.set(e,d)}},a)},rI=function(a){if(yb(Mi("ord")))return
null;a=a.C.get("ord");return a!=null?a:null},sI=function(a,b){yb(Mi("ord"))||
(b=b.map(Mi),a.C.set("ord",b))},qI=function(a,b)
{b=[Mi(b)];b.push.apply(b,ra(tI(a)));return b.join(";")},tI=function(a){var
b=rI(a);b==null?b=[Mi(Date.now())]:yb(Mi("ord"))||
a.C.delete("ord");var c=[];a.C.forEach(function(d,e){d.forEach(function(f)
{c.push(e+"="+f)})});c.push("ord="+b[0]);sI(a,b);return
c};pI.prototype.G=function(){return new pI(this.toString())};var
R={DEPRECATED_ERROR_CODE:-
1,VAST_MALFORMED_RESPONSE:100,VAST_SCHEMA_VALIDATION_ERROR:101,VAST_UNSUPPORTED_VER
SION:102,VAST_TRAFFICKING_ERROR:200,VAST_UNEXPECTED_LINEARITY:201,VAST_UNEXPECTED_D
URATION_ERROR:202,VAST_WRAPPER_ERROR:300,VAST_LOAD_TIMEOUT:301,VAST_TOO_MANY_REDIRE
CTS:302,VAST_NO_ADS_AFTER_WRAPPER:303,VIDEO_PLAY_ERROR:400,VAST_MEDIA_LOAD_TIMEOUT:
402,VAST_LINEAR_ASSET_MISMATCH:403,VAST_PROBLEM_DISPLAYING_MEDIA_FILE:405,OVERLAY_A
D_PLAYING_FAILED:500,NONLINEAR_DIMENSIONS_ERROR:501,OVERLAY_AD_LOADING_FAILED:502,
VAST_NONLINEAR_ASSET_MISMATCH:503,COMPANION_REQUIRED_ERROR:602,COMPANION_AD_LOADING
_FAILED:603,UNKNOWN_ERROR:900,VPAID_ERROR:901,FAILED_TO_REQUEST_ADS:1005,VAST_ASSET
_NOT_FOUND:1007,VAST_EMPTY_RESPONSE:1009,UNKNOWN_AD_RESPONSE:1010,UNSUPPORTED_LOCAL
E:1011,ADS_REQUEST_NETWORK_ERROR:1012,INVALID_AD_TAG:1013,PROTECTED_AUDIENCE_API_ER
ROR:1014,STREAM_INITIALIZATION_FAILED:1020,ASSET_FALLBACK_FAILED:1021,UNSUPPORTED_U
RL:1022,INVALID_ARGUMENTS:1101,NATIVE_MESSAGE_ERROR:1204,AUTOPLAY_DISALLOWED:1205,C
ONSENT_MANAGEMENT_PROVIDER_NOT_READY:1300,
kj:2002};R[-
1]="DEPRECATED_ERROR_CODE";R[100]="VAST_MALFORMED_RESPONSE";R[101]="VAST_SCHEMA_VAL
IDATION_ERROR";R[102]="VAST_UNSUPPORTED_VERSION";R[200]="VAST_TRAFFICKING_ERROR";R[
201]="VAST_UNEXPECTED_LINEARITY";R[202]="VAST_UNEXPECTED_DURATION_ERROR";R[300]="VA
ST_WRAPPER_ERROR";R[301]="VAST_LOAD_TIMEOUT";R[302]="VAST_TOO_MANY_REDIRECTS";R[303
]="VAST_NO_ADS_AFTER_WRAPPER";R[400]="VIDEO_PLAY_ERROR";R[402]="VAST_MEDIA_LOAD_TIM
EOUT";R[403]="VAST_LINEAR_ASSET_MISMATCH";R[405]="VAST_PROBLEM_DISPLAYING_MEDIA_FIL
E";
R[500]="OVERLAY_AD_PLAYING_FAILED";R[501]="NONLINEAR_DIMENSIONS_ERROR";R[502]="OVER
LAY_AD_LOADING_FAILED";R[503]="VAST_NONLINEAR_ASSET_MISMATCH";R[602]="COMPANION_REQ
UIRED_ERROR";R[603]="COMPANION_AD_LOADING_FAILED";R[900]="UNKNOWN_ERROR";R[901]="VP
AID_ERROR";R[1005]="FAILED_TO_REQUEST_ADS";R[1007]="VAST_ASSET_NOT_FOUND";R[1009]="
VAST_EMPTY_RESPONSE";R[1010]="UNKNOWN_AD_RESPONSE";R[1011]="UNSUPPORTED_LOCALE";R[1
012]="ADS_REQUEST_NETWORK_ERROR";R[1013]="INVALID_AD_TAG";R[1014]="PROTECTED_AUDIEN
CE_API_ERROR";
R[1020]="STREAM_INITIALIZATION_FAILED";R[1021]="ASSET_FALLBACK_FAILED";R[1022]="UNS
UPPORTED_URL";R[1101]="INVALID_ARGUMENTS";R[1204]="NATIVE_MESSAGE_ERROR";R[1205]="A
UTOPLAY_DISALLOWED";R[1300]="CONSENT_MANAGEMENT_PROVIDER_NOT_READY";R[2002]="SUPPOR
TED_ADS_NOT_FOUND";var uI=function(a,b,c){var
d=Error.call(this);this.message=d.message;"stack"in
d&&(this.stack=d.stack);this.type=a;this.errorMessage=b;this.errorCode=c;this.ad=th
is.g=null};v(uI,Error);m=uI.prototype;m.getAd=function(){return
this.ad};m.getInnerError=function(){return this.g};m.getMessage=function(){return
this.errorMessage};m.getErrorCode=function(){return
this.errorCode};m.getVastErrorCode=function(){return this.errorCode<1E3?
this.errorCode:900};m.getType=function(){return this.type};
m.toString=function(){return"AdError "+this.getErrorCode()+": "+this.getMessage()+
(this.getInnerError()!=null?" Caused by: "+this.getInnerError():"")};var
vI=ta(["https://imasdk.googleapis.com/js/sdkloader/car.js"]);Xi(vI);function wI(a)
{return a?(a=/\/(\d+)(?:,\d+){0,2}\//.exec(a))&&a.length===2?
a[1]:null:null}function xI(a){if(a==="")return null;a=new hD(a);var
b=wD(a,"slotname")||wD(a,"iu");if(!(b=b?wI(b):null)){var c;b=(a=(c=wD(a,"client"))!
=null?c:"")?a:null}return b}function yI(a,b){try{var c=new URL(a);return
c.searchParams.get("slotname")||c.searchParams.get("iu")||""}catch(d){b==null||
b(d)}return""}
function zI(a){try{var b=(new URL(a)).searchParams.get("cust_params");return
b==null?{}:Object.fromEntries(b.split("&").map(function(c){return
c.split("=")}).map(function(c){var d;return[c[0],decodeURIComponent((d=c[1])!=null?
d:"").split(",")]}).filter(function(c){return c[0].length>0}))}catch(c)
{}return{}};var AI=function(a){var
b={};b=(b.IABUSPrivacy_String="uspString",b.IABTCF_gdprApplies="gdprApplies",b.IABT
CF_TCString="tcString",b.IABTCF_AddtlConsent="addtlConsent",b.IABGPP_HDR_GppString=
"gppString",b.IABGPP_GppSID="gppSid",b);for(var c in b)a[c]!
=null&&(a[b[c]]=a[c],delete a[c]);c=a.uspString;this.uspString=typeof c==="string"?
c:"";c=a.gdprApplies;this.j=typeof c==="boolean"?c?"1":"0":typeof c!=="number"||c!
==1&&c!==0?typeof c!=="string"||c!=="1"&&c!
=="0"?"":c==="1"?"1":"0":c===1?"1":"0";c=a.tcString;
this.g=typeof c==="string"?c:"";/^[\.\w_-]*$/.test(this.g)||
(this.g=encodeURIComponent(this.g));c=a.gppString;this.gppString=typeof
c==="string"?c:"";a=a.gppSid;this.l=typeof a==="string"?a:""};var BI=function(a)
{this.g=a},CI=function(a,b){return $h(a.g,b)&&(a=a.g[b],typeof a==="boolean")?a:!
1},DI=function(a){return
$h(a.g,"videoElementFakeDuration")&&(a=a.g.videoElementFakeDuration,typeof
a==="number")?a:NaN},EI=function(a){if($h(a.g,"forceExperimentIds"))
{a=a.g.forceExperimentIds;var b=[],c=0;Array.isArray(a)&&a.forEach(function(d)
{typeof d==="number"&&(b[c++]=d)});return b}return null};var S=function()
{this.G="always";this.U=4;this.L=null;this.B=1;this.g=0;this.o=!
0;this.locale="en";this.l=null;this.j=!
1;this.aa=this.Z="";this.C=null;this.ba=this.V=-1;this.A="";this.M=!
1;this.fa=null;this.K=!0;this.D=nI();this.P={};this.I="";this.H=0;try{this.fa=qp()
[0]}catch(a){}},FI=function(a){a=Mi(a);yb(a)||(a=a.substring(0,20));return
a};m=S.prototype;m.setCompanionBackfill=function(a)
{this.G=a};m.getCompanionBackfill=function(){return
this.G};m.setNumRedirects=function(a){this.U=a};
m.getNumRedirects=function(){return this.U};m.setPpid=function(a)
{this.L=a};m.getPpid=function(){return this.L};m.setVpaidAllowed=function(a){typeof
a==="boolean"&&(this.B=a?1:0)};m.setVpaidMode=function(a){this.B=a};m.Lg=function()
{return this.B};m.setAutoPlayAdBreaks=function(a){this.o=a};m.Yg=function(){return
this.o};m.Fh=function(a){this.j=a};m.Kg=function(){return
this.j};m.setLocale=function(a){if(a=qE(a))this.locale=a};m.getLocale=function()
{return this.locale};
m.setPlayerType=function(a){this.Z=FI(a)};m.getPlayerType=function(){return
this.Z};m.setPlayerVersion=function(a){this.aa=FI(a)};m.getPlayerVersion=function()
{return this.aa};var GI=function(a){if(a.C==null){var b={};var c=(new
hD(Po().location.href)).l;if(BD(c,"tcnfp"))try{b=JSON.parse(c.get("tcnfp"))}catch(d
){}a.C=new BI(b)}return a.C};m=S.prototype;m.Gh=function(a)
{this.V=a};m.Hh=function(a)
{this.ba=a};m.setDisableCustomPlaybackForIOS10Plus=function(a){this.M=a};
m.getDisableCustomPlaybackForIOS10Plus=function(){return
this.M};m.isCookiesEnabled=function(){return
this.K};m.setCookiesEnabled=function(a){a!
=null&&(this.K=a)};m.setSessionId=function(a){this.D=a};m.Eh=function()
{};m.Jg=function(){return!0};m.setFeatureFlags=function(a)
{this.P=a};m.getFeatureFlags=function(){return this.P};
var HI=function(a,b){b=b===void 0?null:b;var c={};b!
=null&&(c.activeViewPushUpdates=b);c.activityMonitorMode=a.g;c.adsToken=a.A;c.autoP
layAdBreaks=a.o;c.companionBackfill=a.getCompanionBackfill();c.cookiesEnabled=a.isC
ookiesEnabled();c.disableCustomPlaybackForIOS10Plus=a.getDisableCustomPlaybackForIO
S10Plus();c.engagementDetection=!0;c.isFunctionalTest=!
1;c.isVpaidAdapter=a.j;c["1pJar"]="";c.numRedirects=a.getNumRedirects();c.pageCorre
lator=a.V;c.persistentStateCorrelator=Lk();c.playerType=a.getPlayerType();
c.playerVersion=a.getPlayerVersion();c.ppid=a.getPpid();c.privacyControls="";c.repo
rtMediaRequests=!
1;c.sessionId=a.D;c.streamCorrelator=a.ba;c.testingConfig=GI(a).g;c.urlSignals=a.fa
;c.vpaidMode=a.B;c.featureFlags=a.getFeatureFlags();c.cookieDeprecationLabel=a.I;c.
cookieDeprecationLabelStatus=a.H;return
c};S.prototype.getFeatureFlags=S.prototype.getFeatureFlags;S.prototype.setFeatureFl
ags=S.prototype.setFeatureFlags;S.prototype.getDisableFlashAds=S.prototype.Jg;S.pro
totype.setDisableFlashAds=S.prototype.Eh;
S.prototype.setSessionId=S.prototype.setSessionId;S.prototype.setCookiesEnabled=S.p
rototype.setCookiesEnabled;S.prototype.isCookiesEnabled=S.prototype.isCookiesEnable
d;S.prototype.getDisableCustomPlaybackForIOS10Plus=S.prototype.getDisableCustomPlay
backForIOS10Plus;S.prototype.setDisableCustomPlaybackForIOS10Plus=S.prototype.setDi
sableCustomPlaybackForIOS10Plus;S.prototype.setStreamCorrelator=S.prototype.Hh;S.pr
ototype.setPageCorrelator=S.prototype.Gh;S.prototype.getPlayerVersion=S.prototype.g
etPlayerVersion;
S.prototype.setPlayerVersion=S.prototype.setPlayerVersion;S.prototype.getPlayerType
=S.prototype.getPlayerType;S.prototype.setPlayerType=S.prototype.setPlayerType;S.pr
ototype.getLocale=S.prototype.getLocale;S.prototype.setLocale=S.prototype.setLocale
;S.prototype.getIsVpaidAdapter=S.prototype.Kg;S.prototype.setIsVpaidAdapter=S.proto
type.Fh;S.prototype.isAutoPlayAdBreaks=S.prototype.Yg;S.prototype.setAutoPlayAdBrea
ks=S.prototype.setAutoPlayAdBreaks;S.prototype.getVpaidMode=S.prototype.Lg;
S.prototype.setVpaidMode=S.prototype.setVpaidMode;S.prototype.setVpaidAllowed=S.pro
totype.setVpaidAllowed;S.prototype.getPpid=S.prototype.getPpid;S.prototype.setPpid=
S.prototype.setPpid;S.prototype.getNumRedirects=S.prototype.getNumRedirects;S.proto
type.setNumRedirects=S.prototype.setNumRedirects;S.prototype.getCompanionBackfill=S
.prototype.getCompanionBackfill;S.prototype.setCompanionBackfill=S.prototype.setCom
panionBackfill;var II=new S;var JI=function(a,b){(0,a.__uspapi)
("getUSPData",1,function(c,d){b.Da({Pe:c!=null?c:void 0,Se:d?void
0:2})})},KI={Ud:function(a){return a.Da},Xc:function(a,b){a={};return
a.__uspapiCall={callId:b,command:"getUSPData",version:1},a},kc:function(a,b)
{b=b.__uspapiReturn;var c;a({Pe:(c=b.returnValue)!=null?c:void 0,Se:b.success?void
0:2})}};function LI(a){var b={};typeof a.data==="string"?
b=JSON.parse(a.data):b=a.data;return{payload:b,mf:b.__uspapiReturn.callId}}
var MI=function(a,b){b=b===void 0?{}:b;P.call(this);var
c;this.timeoutMs=(c=b.timeoutMs)!=null?c:500;this.caller=new
JC(a,"__uspapiLocator",function(d){return typeof
d.__uspapi==="function"},LI);this.caller.B.set("getDataWithCallback",JI);this.calle
r.o.set("getDataWithCallback",KI)};v(MI,P);MI.prototype.O=function()
{this.caller.dispose();P.prototype.O.call(this)};
var NI=function(a,b){var c={};if(KC(a.caller)){var d=Lh(function()
{b(c)});MC(a.caller,"getDataWithCallback",{Da:function(e){e.Se||
(c=e.Pe);d()}});setTimeout(d,a.timeoutMs)}else b(c)};var OI=function(a)
{this.F=D(a)};v(OI,I);var PI=function(a){return dg(a,5)};function QI(a){var b={};
(new hD(a)).l.forEach(function(c,d){b[d]=c});return b}function RI(a){return
a==="1"||a==="true"}
var SI=function(a,b,c,d){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j=a===void 0?!
1:a;this.o=d===void 0?!1:d;a={};b=x(Object.entries(b));for(d=b.next();!
d.done;d=b.next()){var e=x(d.value);d=e.next().value;e=e.next().value;e!
=null&&(a[d]=String(e))}this.l=a;this.g=new AI(c)},TI=function(a,b){var c=!
1;c=c===void 0?!1:c;var d=new hD(a);var e=d.j;
(d=xb(d.g,"googleads.g.doubleclick.net")&&oE("/pagead/(live/)?ads",e))||(e=new
pI(a),d=e.g,e=qI(e,e.j),d=!xb(d,".g.doubleclick.net")&&(xb(d,"doubleclick.net")||
xb(d,"pagead2.googlesyndication.com"))&&oE("/(ad|pfad)[x|i|j]?/",e));d||(d=new
hD(a),e=d.j,d=xb(d.g,"doubleclick.net")&&oE("/gampad/(live/)?ads",e));(d=d||(new
hD(a)).g=="bid.g.doubleclick.net")||(d=new
hD(a),e=d.j,d=d.g==="ad.doubleclick.net"&&oE("/dv3/adv",e));d||(d=new
hD(a),e=d.j,d=d.g==="pubads.g.doubleclick.net"&&(oE("/ssai/",e)||oE("/
ondemand/",e)));return new SI(d,QI(a),b,c)},WI=function(a){var b=a.g.g;var
c=UI(a,"gdpr_consent");b=b&&b!=="tcunavailable"?b:b==="tcunavailable"?c||
b:c||"";if(b===
"tcunavailable")return null;var d;return(d=vC(b,VI(a)))!=null?
d:null},UI=function(a,b){if(a.l.hasOwnProperty(b))return a.l[b]},YI=function(a){var
b;if(!(b=XI(a))){if(VI(a)){a=WI(a);if(b=!!a){var c=c===void 0?{}:c;b=SC(a)?
a.gdprApplies===!1?!0:a.tcString==="tcunavailable"?!c.idpcApplies:(c.idpcApplies||
a.gdprApplies!==void 0||c.Kj)&&(c.idpcApplies||typeof
a.tcString==="string"&&a.tcString.length)?VC(a,"1",0):!0:!1}c=b}else c=!0;b=!
c}return b},XI=function(a){a=UI(a,"ltd");return RI(a)},VI=function(a){var b=
UI(a,"gdpr"),c=a.g.j;b=(c==="1"||c==="0"?c:b!==void 0?
b:"").toLowerCase();b=b==="true"||b==="1";return Qn(yC)?b||a.o:b},ZI=function(a)
{var b=new OI;if(VI(a)){var c=WI(a);c=!!c&&!XC(c,["2","7","9","10"],3)}else c=!
1;ng(b,8,c);a=!YI(a);ng(b,5,a);return b},$I=function(a){try{var
b=a.g.gppString,c=a.g.l.split("_").map(function(d){return Number(d)});return
gD(b,c)}catch(d){return!1}};var aJ=function(a)
{this.F=D(a)};v(aJ,I);aJ.prototype.getVersion=function(){return F(this,2)};var
bJ=function(a){this.F=D(a)};v(bJ,I);var cJ=function(a,b){return
rg(a,2,b)},dJ=function(a,b){return rg(a,3,b)},eJ=function(a,b){return
rg(a,4,b)},fJ=function(a,b){return rg(a,5,b)},gJ=function(a,b){return
rg(a,9,b)},hJ=function(a,b){return Yf(a,10,b)},iJ=function(a,b){return
ng(a,11,b)},jJ=function(a,b){return rg(a,1,b)},kJ=function(a,b){return
ng(a,7,b)};var lJ="platform platformVersion architecture model uaFullVersion
bitness fullVersionList wow64".split(" ");function mJ(a){var
b;return(b=a.google_tag_data)!=null?b:a.google_tag_data={}}function nJ(a){var
b,c;return typeof((b=a.navigator)==null?void 0:(c=b.userAgentData)==null?void
0:c.getHighEntropyValues)==="function"}
function oJ(){var a=window;if(!nJ(a))return null;var
b=mJ(a);if(b.uach_promise)return
b.uach_promise;a=a.navigator.userAgentData.getHighEntropyValues(lJ).then(function(c
){b.uach!=null||(b.uach=c);return c});return b.uach_promise=a}
function pJ(a){var b;return iJ(hJ(fJ(cJ(jJ(eJ(kJ(gJ(dJ(new
bJ,a.architecture||""),a.bitness||""),a.mobile||!
1),a.model||""),a.platform||""),a.platformVersion||""),a.uaFullVersion||""),
((b=a.fullVersionList)==null?void 0:b.map(function(c){var d=new
aJ;d=rg(d,1,c.brand);return rg(d,2,c.version)}))||[]),a.wow64||!1)}function qJ()
{var a,b;return(b=(a=oJ())==null?void 0:a.then(function(c){return pJ(c)}))!=null?
b:null};var sJ=function(){this.appName=null;new
SI;this.secureSignals=null;nI();this.deviceId="";this.dc=this.Rc=!
1;this.Ic=0;this.g=this.referrer=this.jc=null;new fk;new dk;rJ(this)},tJ=function()
{var a=sJ.getInstance(),b="h.3.687.1";II.j&&(b+="/vpaid_adapter");a.dc&&(b+="/
ima_cast");return b},rJ=function(a){var b=qJ();b&&b.then(function(c)
{if(c==null)c=null;else{c=tg(c);for(var d=[],e=0,f=0;f<c.length;f++){var
g=c.charCodeAt(f);g>255&&(d[e++]=g&255,g>>=8);d[e+
+]=g}c=$c(d,3)}a.g=c})};sJ.getInstance=function(){return K(sJ)};var vJ=function(a)
{var b={Ic:0,Rc:!1,dc:!1,jc:null};a=a===void 0?!1:a;var
c=GI(II);if(c&&CI(c,"forceCustomPlayback")||II.j)return!0;if(gE()&&a)return!
1;a=a&&(gE()||Ic&&fE(dE,10))&&II.getDisableCustomPlaybackForIOS10Plus();return(Fc||
Hc)&&!a||Ec&&(!Ec||!fE(eE,4))||uJ(b)?!0:!1},wJ=function(a){var b={Ic:0,Rc:!1,dc:!
1,jc:null};return a===null?!1:II.j?!0:Ic||gE()?hE(a)?gE()||
Ic&&fE(dE,10)&&II.getDisableCustomPlaybackForIOS10Plus()?!1:!0:!0:Ec&&(!Ec||!
fE(eE,4))||uJ(b)?!0:!1},xJ=function(){var a=GI(II);
return a&&CI(a,"disableOnScreenDetection")?!1:!Zq()},uJ=function(a){return
yJ(a)===1||yJ(a)===2},yJ=function(a){var b=a.Ic;var c=a.Rc;var
d=a.dc;a=a.jc;switch(b){case 1:return 3;case 2:return 1}b=y.navigator||null;return
c||d||b&&$q(b)||a==="tvos"?1:ar()?2:0};var zJ=function(a,b){return a.indexOf(b)==0?
a.substr(b.length):null};function AJ(){if(Zq())return window.location.href;var
a=fp(),b=a.j,c=a.g;a=a.l;var d=null;if(a)try{var
e=xD(a.url),f=e.j,g=zJ(f,"/v/");g||(g=zJ(f,"/a/"));if(!g)throw Error("Can not
extract standalone amp url.");var
h=zJ("/"+g,"/s/"),k=lD(e.l);k.remove("amp_js_v");k.remove("amp_lite");var l=h?
xD("https://"+h):xD("http://"+g);kD(l,k);d=l.toString()}catch(n){d=null}return d?
d:b&&b.url?b.url:c&&c.url?c.url:""}
function BJ(){var a=cp();a=x(a);for(var b=a.next();!
b.done;b=a.next())if(b=b.value,b.url&&b.url.includes("amp=1"))return!0;return
window.context!=null?(a=Number(window.context.ampcontextVersion),isNaN(a)?!
1:Math.floor(a)>0):fp().l!=null}function CJ(){var
a=Po().location.ancestorOrigins;return a?a.length>0?
[].concat(ra(a)).join(","):"":""};function DJ(a,b){vD(a,"url","");try{var c=2083-
a.toString().length-1;if(c<=0)return a.toString();for(var
d=b.slice(0,c),e=encodeURIComponent(d),f=c;f>0&&e.length>c;)d=b.slice(0,f--),e=enco
deURIComponent(d);vD(a,"url",d)}catch(g){}return a.toString()};var
T={},EJ=(T.creativeView="creativeview",T.start="start",T.midpoint="midpoint",T.firs
tQuartile="firstquartile",T.thirdQuartile="thirdquartile",T.complete="complete",T.m
ute="mute",T.unmute="unmute",T.pause="pause",T.rewind="rewind",T.resume="resume",T.
fullscreen="fullscreen",T.exitFullscreen="exitfullscreen",T.expand="expand",T.colla
pse="collapse",T.close="close",T.acceptInvitation="acceptinvitation",T.adCanPlay="a
dCanPlay",T.adStarted="adStarted",T.abandon="abandon",T.acceptInvitationLinear="acc
eptinvitationlinear",
T.engagedView="engagedview",T.instreamAdComplete="instreamAdComplete",T.skipShown="
skipshown",T.skippableStateChanged="skippableStateChanged",T.skip="skip",T.progress
="progress",T.publisher_invoked_skip="PUBLISHER_INVOKED_SKIP",T.annotation_start="a
nnotation_start",T.annotation_click="annotation_click",T.annotation_close="annotati
on_close",T.cta_annotation_shown="cta_annotation_shown",T.cta_annotation_clicked="c
ta_annotation_clicked",T.cta_annotation_closed="cta_annotation_closed",T.replay="re
play",
T.stop="stop",T.autoplayDisallowed="autoplayDisallowed",T.error="error",T.mediaLoad
Timeout="mediaLoadTimeout",T.linearChanged="linearChanged",T.click="click",T.conten
tPauseRequested="contentPauseRequested",T.contentResumeRequested="contentResumeRequ
ested",T.discardAdBreak="discardAdBreak",T.updateAdsRenderingSettings="updateAdsRen
deringSettings",T.durationChange="durationChange",T.expandedChanged="expandedChange
d",T.autoClose="autoClose",T.userClose="userClose",T.userRecall="userRecall",T.pref
etched=
"prefetched",T.loaded="loaded",T.init="init",T.allAdsCompleted="allAdsCompleted",T.
adMetadata="adMetadata",T.adBreakReady="adBreakReady",T.adBreakFetchError="adBreakF
etchError",T.log="log",T.volumeChange="volumeChange",T.companionBackfill="companion
Backfill",T.companionInitialized="companionInitialized",T.companionImpression="comp
anionImpression",T.companionClick="companionClick",T.impression="impression",T.inte
raction="interaction",T.adProgress="adProgress",T.adBuffering="adBuffering",T.track
ingUrlPinged=
"trackingUrlPinged",T.measurable_impression="measurable_impression",T.custom_metric
_viewable="custom_metric_viewable",T.viewable_impression="viewable_impression",T.fu
lly_viewable_audible_half_duration_impression="fully_viewable_audible_half_duration
_impression",T.audio_audible="audio_audible",T.audio_measurable="audio_measurable",
T.overlay_resize="overlay_resize",T.overlay_unmeasurable_impression="overlay_unmeas
urable_impression",T.overlay_unviewable_impression="overlay_unviewable_impression",
T.overlay_viewable_immediate_impression=
"overlay_viewable_immediate_impression",T.overlay_viewable_end_of_session_impressio
n="overlay_viewable_end_of_session_impression",T.externalActivityEvent="externalAct
ivityEvent",T.adEvent="adEvent",T.configure="configure",T.remainingTime="remainingT
ime",T.destroy="destroy",T.resize="resize",T.volume="volume",T.authorIconClicked="v
ideoAuthorIconClicked",T.authorNameClicked="videoAuthorClicked",T.videoClicked="vid
eoClicked",T.videoIconClicked="videoIconClicked",T.learnMoreClicked="videoLearnMore
Clicked",
T.muteClicked="videoMuteClicked",T.titleClicked="videoTitleClicked",T.videoSkipClic
ked="SKIPPED",T.unmuteClicked="videoUnmuteClicked",T.vpaidEvent="vpaidEvent",T.show
_ad="show_ad",T.video_card_endcap_collapse="video_card_endcap_collapse",T.video_car
d_endcap_dismiss="video_card_endcap_dismiss",T.video_card_endcap_impression="video_
card_endcap_impression",T.mediaUrlPinged="mediaUrlPinged",T.breakStart="breakstart"
,T.breakEnd="breakend",T.omidReady="omidReady",T.omidUnavailable="omidUnavailable",
T.omidAdSessionCompleted=
"omidAdSessionCompleted",T.omidAdSessionAbandoned="omidAdSessionAbandoned",T.verifi
cationNotExecuted="verificationNotExecuted",T.loadStart="loadStart",T.seeked="seeke
d",T.seeking="seeking",T);var FJ=new function(){this.g=new
Map;this.l=0;this.j=window.fetch!=null};function GJ(a){var b=b===void 0?FJ:b;var
c=c===void 0?null:c;a=new tE(a,c?c:c);var d=d===void 0?!1:d;var e=e===void 0?!
1:e;a.g!=null||e?VE(b,a.url,d,e,a.g):VE(b,a.url,d)};var U=function()
{this.l=Math.random()<.01;this.j=Math.floor(Math.random()*4503599627370496);this.g=
null};
U.prototype.report=function(a,b,c){b=b===void 0?
{}:b;if(y.G_testRunner==null&&(this.l||(c===void 0?0:c)))
{b.lid=a;tJ()&&(b.sdkv=tJ());this.g&&(b.palv=this.g);a=Fm().sort().join(",");yb(Mi(
a))||(b.e=a);b=HJ(this,b);var d=new
hD("https://pagead2.googlesyndication.com/pagead/gen_204");Th(b,function(e,f){e!
=null&&vD(d,f,e==null?"":typeof e==="boolean"?
e?"t":"f":""+e)},this);b=d.toString();a=wD(d,"url");a!
=null&&Ub()&&b.length>2083&&(b=DJ(d,a));GJ(b)}};
var HJ=function(a,b){b.id="ima_html5";var c=Po();var d=document;c=new
hD(c.parent===c?c.location.href:d.referrer);b.c=a.j;b.domain=c.g;return
b};U.getInstance=function(){return K(U)};function IJ(a){var
b=Date.now(),c={};a=(c["x-afma-token-requester-type"]=a,c);c="https://
pubads.g.doubleclick.net/adsid/integrator.json?
aos="+encodeURIComponent(CJ());return(new NE).get({url:c,withCredentials:!
0,timeout:new rE,headers:a}).then(function(d){var e=Date.now();d=d.newToken||"";var
f={};U.getInstance().report(182,(f.t=e-b,f.aos=CJ(),f));return new
JJ(d)}).catch(function(d){var e="not instanceof Error";d instanceof
Error&&(e=uE(Number(d.message)));d=Date.now();var f={};U.getInstance().report(182,
(f.except=e,f.t=d-b,f));return Promise.resolve(KJ)})}var LJ=function()
{Q.call(this);this.g=null;this.o=new xE(this);Hr(this,this.o);this.j=new
Sw(72E5);this.l=Promise.resolve(KJ)};v(LJ,Q);var MJ=function(a){var
b="requester_type_8";b=b===void 0?"requester_type_9":b;var c=function(d)
{a.g=d;return a.g};a.l=IJ(b).then(c);a.j=new
Sw(72E5);a.o.listen(a.j,"tick",function()
{a.l=IJ(b).then(c)});a.j.start();Gr(a,function(){a.j.stop()})};
LJ.prototype.getId=function(){var a=this;return Ma(function(b){if(b.g==1)return
a.g!=null&&a.g!==KJ?(b.g=2,b=void 0):b=Ca(b,a.l,3),b;b.g!=2&&(a.g=b.j);return
b.return(a.g)})};var JJ=function(a){this.id=a},KJ=new JJ("");var
NJ=function(a,b,c,d,e)
{this.name=a;this.type=b;this.data=c;this.id=d;this.g=e},OJ=function(a)
{Q.call(this);this.o=[];this.j=!1;this.l=a||"goog_"+Ni+
+};v(OJ,Q);OJ.prototype.connect=function(){for(this.j=!0;this.o.length!==0;){var
a=this.o.shift();a&&this.sendMessage(a)}};var PJ=function(a,b,c,d,e,f){a.j?
a.sendMessage(new NJ(b,c,d,e,f)):a.o.push(new
NJ(b,c,d,e,f))};OJ.prototype.sendMessage=function(){};var QJ=function(a,b,c,d,e,f)
{e=e===void 0?"":e;f=f===void
0?"":f;Pv.call(this,a);this.messageType=b;this.na=c;this.Ac=d;this.origin=e;this.id
=f};v(QJ,Pv);QJ.prototype.getId=function(){return
this.id};QJ.prototype.toString=function(){return""};var
RJ={IMAGE:"Image",FLASH:"Flash",ALL:"All"},SJ={HTML:"Html",IFRAME:"IFrame",STATIC:"
Static",ALL:"All"},TJ={IGNORE:"IgnoreSize",SELECT_EXACT_MATCH:"SelectExactMatch",SE
LECT_NEAR_MATCH:"SelectNearMatch",SELECT_FLUID:"SelectFluid"},UJ=function()
{this.allowCustom=!
0;this.creativeType=this.resourceType="All";this.sizeCriteria="SelectExactMatch";th
is.nearMatchPercent=90;this.adSlotIds=[]};
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$compan
ion_ad_selection_settings.CompanionAdSelectionSettings.CreativeType",RJ);z("module$
exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$companion_ad_sel
ection_settings.CompanionAdSelectionSettings.ResourceType",SJ);z("module$exports$go
ogle3$javascript$ads$interactivemedia$sdk$clientside$api$companion_ad_selection_set
tings.CompanionAdSelectionSettings.SizeCriteria",TJ);var WJ=function(a,b)
{b=b===void 0?new UJ:b;this.g=a;this.settings=b?b:new
UJ;this.resourceType=VJ(SJ,this.settings.resourceType)?
this.settings.resourceType:"All";this.creativeType=VJ(RJ,this.settings.creativeType
)?
this.settings.creativeType:"All";this.sizeCriteria=VJ(TJ,this.settings.sizeCriteria
)?
this.settings.sizeCriteria:"SelectExactMatch";this.adSlotIds=this.settings.adSlotId
s!=null?this.settings.adSlotIds:[];this.nearMatchPercent=typeof
this.settings.nearMatchPercent==="number"&&this.settings.nearMatchPercent>
0&&this.settings.nearMatchPercent<=100?
this.settings.nearMatchPercent:90},ZJ=function(a,b){var c=[];b.forEach(function(d)
{a.settings.allowCustom&&(!yb(d.getContent())&&(isNaN(d.data.sequenceNumber)||
isNaN(d.data.mainAdSequenceNumber)||
d.data.mainAdSequenceNumber===d.data.sequenceNumber)&&XJ(a,d)?c.push(d):
(d=YJ(a,d),d!=null&&!yb(d.getContent())&&c.push(d)))});return
c};WJ.prototype.We=function(){return this.resourceType};
var XJ=function(a,b){var c;if(c=b.getContentType()!=="Flash")
{if(c=a.resourceType==="All"||
a.resourceType===b.We())c=b.getContentType(),c=c==null?!0:a.creativeType==="All"||
a.creativeType===c;c&&(c=b.getAdSlotId(),c=a.adSlotIds.length===0?!0:c!=null?
a.adSlotIds.includes(c):!1)}if(c)if(c=b.getSize(),(b=!!b.data.fluidSize)||
a.g.Ue)a=b&&a.g.Ue;else if(a.sizeCriteria==="IgnoreSize"||Bk(a.g.size,c))a=!
0;else{if(b=a.sizeCriteria==="SelectNearMatch")b=c.width,c=c.height,b=b>a.g.size.wi
dth||c>a.g.size.height||
b<a.nearMatchPercent/100*a.g.size.width||c<a.nearMatchPercent/100*a.g.size.height?!
1:!0;a=b}else a=!1;return a},YJ=function(a,b){b=$J(b);return b==null?
null:b.find(function(c){return XJ(a,c)})||null},VJ=function(a,b){return b!
=null&&ai(a,b)};function aK(a){var b=new dk;var c=a.sc;var d=c.clientWidth;var
e=c.clientHeight;typeof c.getBoundingClientRect==="function"&&Uo(Io(c),c)?
(c=c.getBoundingClientRect(),d=document.elementsFromPoint(c.x+.5*d,c.y+.5*e)):d=[];
if(d=bK(d,a)){a=new ck;c=d.getBoundingClientRect();e=c.y;c=c.x;var f=new
ak;e=pg(f,1,e);e=pg(e,2,c);c=d.duration;var g=d.clientWidth;f=d.clientHeight;var
h=new bk;g=pg(h,1,g);f=pg(g,2,f);c===Number.POSITIVE_INFINITY||isNaN(c)||(g=new
Zj,c=xf(g,1,ue(c)),E(a,3,c));d=Number(window.getComputedStyle(d).opacity);
e=E(a,1,e);e=E(e,2,f);xf(e,4,ue(d));b=E(b,2,a)}else a=new ck,b=E(b,2,a);return
b}function bK(a,b){if(a.length===0)return null;var
c=b.da.g,d,e,f=(e=(d=b.ya)==null?void 0:d.g)!=null?e:null;a=a.filter(function(g)
{return g.tagName==="VIDEO"&&!g.isEqualNode(c)&&!g.isEqualNode(f)});return
a.length>0?a[0]:null};var cK=function(a,b)
{this.message=a;this.errorCode=b};cK.prototype.getErrorCode=function(){return
this.errorCode};cK.prototype.getMessage=function(){return this.message};var dK=new
cK("Failed to initialize ad playback element before starting ad
playback.",400),eK=new cK("The provided {0} information: {1} is
invalid.",1101);function fK(a,b){var c=b===void 0?null:b;var
d=Oa.apply(2,arguments);if(!(c instanceof uI)){var
e=a.getErrorCode(),f=a.getMessage();if(d.length>0)for(var g=0;g<d.length;g+
+)f=f.replace(new RegExp("\\{"+g+"\\}","ig"),d[g]);d=new
uI("adPlayError",f,e);d.g=c;c=d}return c};function gK(a,b,c){b=b===void 0?
window:b;c=c===void 0?function(){}:c;try{return b.localStorage.getItem(a)}catch(d)
{return c(d),null}}function hK(a,b,c){var d=window;d=d===void 0?window:d;return
PI(b)?gK(a,d,c===void 0?function(){}:c):null}function iK(a,b,c,d){c=c===void 0?
window:c;d=d===void 0?function(){}:d;try{return c.localStorage.setItem(a,b),!
0}catch(e){d(e)}return!1}function jK(a,b,c,d){var e=window;e=e===void 0?
window:e;return PI(c)?iK(a,b,e,d===void 0?function(){}:d):!1}
function kK(a,b,c){b=b===void 0?window:b;c=c===void 0?function()
{}:c;try{b.localStorage.removeItem(a)}catch(d){c(d)}}function lK(a,b){var
c=c===void 0?window:c;PI(b)&&kK(a,c,function(){})}function mK(a,b){a=a===void 0?
window:a;try{return a.localStorage.length}catch(c){(b===void 0?function(){}:b)
(c)}return null}function nK(a){var b=b===void 0?window:b;return PI(a)?
mK(b,function(){}):null}
function oK(a,b,c){b=b===void 0?window:b;c=c===void 0?function(){}:c;try{return
b.localStorage.key(a)}catch(d){c(d)}return null}function pK(a,b){var c=c===void 0?
window:c;return PI(b)?oK(a,c,function(){}):null}function qK(a,b){a=a===void 0?
window:a;b=b===void 0?function(){}:b;try{return
Object.keys(a.localStorage)}catch(c){b(c)}return null}function rK(a){var b=b===void
0?window:b;return PI(a)?qK(b,function(){}):null};var sK={vg:[],tg:0,Bg:[],Tj:!
1,og:!1,Hj:!1,Ke:!1};var tK=function(){};tK.getInstance=function(){throw
Error("Must be overridden");};var uK=function(){this.g=0};v(uK,tK);uK.wb=void
0;uK.getInstance=function(){return uK.wb?uK.wb:uK.wb=new uK};function vK(a,b,c,d)
{c=c===void 0?null:c;d=d===void 0?{}:d;var
e=uK.getInstance();e.g===0&&(e.g=Math.random()<.001?
2:1);e.g===2&&(e={},rj(Object.assign({},
(e.c=String(a),e.pc=String(lj()),e.em=c,e.lid=b,e.eids=K(ym).g().join(),e),d),"esp"
))};function wK(){var a=window;var b=b===void 0?function(){}:b;return new
Promise(function(c){var d=function()
{c(b());Qh(a,"load",d)};Ph(a,"load",d)})}function xK(a){for(var
b=[],c=RegExp("^_GESPSK-(.+)$"),d=nK(a),e,f=0;f<((e=d)!=null?e:0);f++){var
g=pK(f,a);g!==null&&(g=(c.exec(g)||[])[1])&&b.push(g)}return b};var yK=function()
{this.cache={}},AK=function(){zK||(zK=new yK);return zK},BK=function(a){var
b=bg(a,3);if(!b)return 3;if(cg(a,2)===void 0)return 4;a=Date.now();return
a>b+2592E5?2:a>b+432E5?1:0};
yK.prototype.get=function(a,b,c){function d(k){vK(6,a,k==null?void 0:k.message);e=!
0}if(this.cache[a])return{Mb:this.cache[a],success:!0};var e=!1,f="_GESPSK-"+a;b=c?
gK(f,window,d):hK(f,b,d);if(e)return{Mb:null,success:!1};if(!
b)return{Mb:null,success:!0};try{var g=fy(b);this.cache[a]=g;return{Mb:g,success:!
0}}catch(k){var h;vK(5,a,(h=k)==null?void 0:h.message);return{Mb:null,success:!
1}}};
yK.prototype.set=function(a,b,c){function d(g){vK(7,e,g==null?void 0:g.message)}var
e=cg(a,1),f="_GESPSK-"+e;ey(a);if(c?!iK(f,tg(a),window,d):!jK(f,tg(a),b,d))return!
1;this.cache[e]=a;return!0};yK.prototype.remove=function(a,b)
{try{b.removeItem("_GESPSK-"+a),delete this.cache[a]}catch(d){var c;vK(8,a,
(c=d)==null?void 0:c.message)}};var CK=function(a,b)
{kK("_GESPSK-"+b,window,function(c){vK(8,b,c==null?void 0:c.message)});delete
a.cache[b]},zK=null;var DK=function(a){var b=new Map;a=x(a);for(var c=a.next();!
c.done;c=a.next()){var d=c.value;c=d.j();var e=void 0,f=(e=b.get(c))!=null?e:new
Map;d=x(d.g());for(e=d.next();!e.done;e=d.next()){e=e.value;var g=e.j();f.has(g)||
f.set(g,[]);f.get(g).push(e)}b.set(c,f)}this.g=b},EK=function(a,b,c){var
d,e,f;return!!((d=a.g)==null?0:(e=d.get(c))==null?0:(f=e.get(b))==null?
0:f.some(function(g){return g.g()}))},FK=function(a,b){a=x(a.g.values());for(var
c=a.next();!c.done;c=a.next()){var d=void 0;if((d=c.value.get(b))==
null?0:d.some(function(e){return e.g()}))return!0}return!1},HK=function(a,b){return
GK(a,b,function(c){return c.g()})},GK=function(a,b,c){var d=new
Set;a=a.g.get(b);if(!a)return d;a=x(a.entries());for(b=a.next();!b.done;b=a.next())
{var e=x(b.value);b=e.next().value;e=e.next().value;e.some(function(f){return
c(f)})&&d.add(b)}return d};function IK(a){var b=b===void 0?sK:b;var c=new
Map;vK(56,"",null);var d=[],e=void 0;b.Ke&&(e=new DK(d));if(e)
{b=Array;d=b.from;for(var f=e,g=new Set(xK(a)),h=x([]),k=h.next();!
k.done;k=h.next()){k=x(HK(f,k.value));for(var l=k.next();!
l.done;l=k.next())g.add(l.value)}b=d.call(b,g)}else
b=xK(a);b=x(b);f=b.next();for(d={};!f.done;d={tb:void
0},f=b.next())if(d.tb=f.value,f=void 0,(f=c.get(d.tb))==null||
cg(f,2)==null)if(h=g=void 0,f=AK().get(d.tb,a,e?JK(d.tb,(h=(g=void 0)==null?void
0:g.split(","))!=null?
h:[],e):void 0).Mb)g=BK(f),g!==2&&g!==3&&(ng(f,9,!1),
(g=cg(f,2))&&g.length>1024&&(h={},vK(55,d.tb,null,
(h.sl=String(g.length),h)),xf(f.Ya(ay(108)),2)),c.set(d.tb,f),f=cg(f,2),h=g=void
0,k={},vK(19,d.tb,null,(k.hs=f?"1":"0",k.sl=String((h=(g=f)==null?void 0:g.length)!
=null?h:-1),k)));a=new iy;c=x(c);for(e=c.next();!
e.done;e=c.next())e=x(e.value),e.next(),e=e.next().value,ag(a,2,cy,e);if(!
Wf(a,cy,2,yf()).length)return null;c={};vK(50,"",null,
(c.ns=String(Wf(a,cy,2,yf()).length),c));return $c(a.g(),
3)}function JK(a,b,c){return b.some(function(d){return EK(c,a,d)})};var
KK=function(){var a=this;this.promise=new Promise(function(b,c)
{a.resolve=b;a.reject=c})};var LK=function(a)
{a=Error.call(this,a);this.message=a.message;"stack"in
a&&(this.stack=a.stack);Object.setPrototypeOf(this,LK.prototype);this.name="InputEr
ror"};v(LK,Error);var MK=function(){this.lb=!1},NK=function()
{MK.apply(this,arguments);this.nd=new KK};v(NK,MK);var OK=function(a,b){a.lb||
(a.lb=!0,a.md=b,a.nd.resolve(b))};
ea.Object.defineProperties(NK.prototype,{promise:{configurable:!0,enumerable:!
0,get:function(){return this.nd.promise}},tf:{configurable:!0,enumerable:!
0,get:function(){return this.lb}},error:{configurable:!0,enumerable:!
0,get:function(){return this.de}}});var PK=function()
{NK.apply(this,arguments)};v(PK,NK);var QK=function(a,b){OK(a,b)},RK=function(a,b)
{b.then(function(c){OK(a,c)})};PK.prototype.Ya=function(a){this.lb||(this.lb=!
0,this.md=null,this.de=a,this.nd.reject(a))};
var SK=function(a){this.lb=!1;this.g=a};v(SK,MK);SK.prototype.tf=function(){return
this.g.lb};ea.Object.defineProperties(SK.prototype,{error:{configurable:!
0,enumerable:!0,get:function(){return this.g.de}}});var TK=function(a)
{SK.call(this,a);this.g=a};v(TK,SK);ea.Object.defineProperties(TK.prototype,{value:
{configurable:!0,enumerable:!0,get:function(){return this.g.md}}});var
UK=function(a){SK.call(this,a);this.g=a};v(UK,SK);
ea.Object.defineProperties(UK.prototype,{value:{configurable:!0,enumerable:!
0,get:function(){var a;return(a=this.g.md)!=null?a:null}}});var VK=function()
{NK.apply(this,arguments)};v(VK,NK);VK.prototype.notify=function()
{OK(this,null)};var WK=function()
{P.apply(this,arguments);this.g=[];this.j=[];this.l=[]};v(WK,P);var
XK=function(a,b){a.j.push({Dc:!1,Id:b})};WK.prototype.Dc=function(a){var
b=this.j.find(function(c){return c.Id===a});b&&(b.Dc=!0)};WK.prototype.O=function()
{this.g.length=0;this.l.length=0;this.j.length=0;P.prototype.O.call(this)};function
YK(a,b){var c,d;return Ma(function(e){if(e.g==1)return c=b?a.filter(function(f)
{return!f.Dc}):a,Ca(e,Promise.all(c.map(function(f){return
f.Id.promise})),2);if(a.length===c.length)return e.return();d=a.filter(function(f)
{return f.Dc});return Ca(e,Promise.race([Promise.all(d.map(function(f){return
f.Id.promise})),new Promise(function(f){return void setTimeout(f,b)})]),0)})}var
ZK=function(a,b){P.call(this);this.id=a;this.timeoutMs=b;this.B=!1;this.g=new
WK;Hr(this,this.g)};v(ZK,P);
ZK.prototype.start=function(){var a=this,b,c;return Ma(function(d){if(d.g==1)
{if(a.B)return d.return();a.B=!0;d.l=2;return Ca(d,YK(a.g.j,(b=a.P)!=null?
b:a.timeoutMs),4)}if(d.g!=2){if(!a.Ba()){for(var e=0,f=x(a.g.l),g=f.next();!
g.done;g=f.next()){if(g.value.g.md==null)throw Error("missing input: "+a.id+"/"+e);
++e}a.j()}return Da(d)}c=Ea(d);if(a.Ba())return d.return();if(!(c instanceof LK)&&c
instanceof Error&&(a.M||a.reportError(c),a.g.g.length))for(e=new
LK(c.message),f=x(a.g.g),g=f.next();!g.done;g=
f.next())if(g=g.value,!g.tf){var h=e;g.lb=!0;g.de=h;g.nd.reject(h)}d.g=0})};var
$K=function(a){var b=b===void 0?new PK:b;a.g.g.push(b);return b},aL=function(a){var
b=b===void 0?new VK:b;a.g.g.push(b);return b},bL=function(a,b){XK(a.g,b);b=new
TK(b);a.g.l.push(b);return b};var cL=function(){};var dL=function()
{P.call(this);this.o=[];this.A=[];this.B={};this.g=[];this.j=new
KK;this.l={}};v(dL,P);
var eL=function(a,b){Hr(a,b);a.o.push(b)},fL=function(a,b){b=x(b);for(var
c=b.next();!c.done;c=b.next())eL(a,c.value)},gL=function(a){var
b,c,d,e,f,g,h,k,l,n,p,r;Ma(function(t){switch(t.g){case 1:if(!a.g.length)
{t.g=2;break}return Ca(t,Promise.all(a.g.map(function(u){return
u.j.promise})),2);case 2:b=x(a.o);for(c=b.next();!
c.done;c=b.next())d=c.value,d.start();e=x(a.A);for(f=e.next();!
f.done;f=e.next())g=f.value,gL(g);if(!a.l){t.g=4;break}h=Object.keys(a.l);if(!
h.length){t.g=4;break}return Ca(t,Promise.all(Object.values(a.l).map(function(u)
{return u.promise})),
6);case 6:for(k=t.j,l=0,n=x(h),p=n.next();!p.done;p=n.next())r=p.value,a.B[r]=k[l+
+];case 4:return
a.j.resolve(a.B),t.return(a.j.promise)}})};dL.prototype.O=function()
{P.prototype.O.call(this);this.o.length=0;this.A.length=0;this.g.length=0};var
hL=function(a,b)
{ZK.call(this,a);this.id=a;this.A=b};v(hL,ZK);hL.prototype.reportError=function(a)
{this.A(this.id,a)};var iL=function(a,b,c,d)
{hL.call(this,1041,d);this.o=b;this.C=bL(this,a);this.l=bL(this,c)};v(iL,hL);iL.pro
totype.j=function(){var a=this.C.value;AK().set(a,this.l.value,this.o)&&cg(a,2)!
=null&&vK(27,cg(a,1))};var jL=function(a,b,c)
{hL.call(this,1094,c);this.l=aL(this);this.C=bL(this,a);b&&(this.o=bL(this,b))};v(j
L,hL);jL.prototype.j=function(){var a=this.C.value;if(this.o)for(var
b=x(this.o.value),c=b.next();!c.done;c=b.next()){c=x(c.value.g());for(var
d=c.next();!d.done;d=c.next())d=d.value,d.g()&&CK(AK(),d.j())}if(PI(a)){if(a){var
e;b=(e=rK(a))!=null?e:[];e=x(b);for(b=e.next();!
b.done;b=e.next())b=b.value,b.startsWith("_GESPSK")&&lK(b,a)}zK=new
yK;this.l.notify()}};var kL=function(a,b)
{hL.call(this,1048,b);this.l=$K(this);this.o=$K(this);this.C=bL(this,a)};v(kL,hL);k
L.prototype.j=function(){var a=this.C.value,b=function(c){var
d={};vK(c,cg(a,1),null,(d.tic=String(Math.round((Date.now()-bg(a,3))/
6E4)),d))};switch(BK(a)){case 0:b(24);break;case 1:b(25);OK(this.o,a);break;case
2:b(26);OK(this.l,a);break;case 3:vK(9,cg(a,1));OK(this.l,a);break;case
4:b(23),OK(this.l,a)}};var lL=function(a,b,c,d)
{hL.call(this,1027,d);this.Jc=a;this.C=b;this.D=c;this.l=$K(this);this.o=$K(this)};
v(lL,hL);lL.prototype.j=function(){var a=AK().get(this.Jc,this.D,this.C).Mb;if(!a)
{a=ey(dy(this.Jc));var b=this.o,c=a.Ya(ay(100));OK(b,c)}OK(this.l,a)};var
mL=function(a,b,c)
{hL.call(this,1046,c);this.output=aL(this);this.l=$K(this);this.o=bL(this,b);XK(thi
s.g,a)};v(mL,hL);mL.prototype.j=function(){OK(this.l,this.o.value)};var
nL=function(a,b,c)
{hL.call(this,1047,c);this.collectorFunction=a;this.l=$K(this);this.o=$K(this);this
.C=$K(this);this.D=bL(this,b)};v(nL,hL);nL.prototype.j=function(){var
a=this,b=this.D.value,c=cg(b,1);vK(18,c);try{var
d=Tk();this.collectorFunction().then(function(e){vK(29,c,null,{delta:String(Tk()-
d)});var f=a.l,g=rg(b,2,e);OK(f,g);OK(a.C,e!=null?e:null)}).catch(function(e)
{vK(28,c,oL(e));e=a.o;var f=b.Ya(ay(106));OK(e,f)})}catch(e)
{vK(1,c,oL(e)),QK(this.o,b.Ya(ay(107)))}};
function oL(a){return typeof a==="string"?a:a instanceof Error?a.message:null};var
pL=function(a,b)
{hL.call(this,1028,b);this.l=$K(this);this.o=bL(this,a)};v(pL,hL);pL.prototype.j=fu
nction(){var a=this.o.value,b=cg(a,1);bg(a,3)!=null||vK(35,b);OK(this.l,a)};var
XO=function(a,b,c,d)
{hL.call(this,1050,d);this.C=c;this.l=$K(this);this.o=bL(this,a);XK(this.g,b);this.
D=new UK(b)};v(XO,hL);XO.prototype.j=function(){var
a=this.o.value,b=cg(a,1),c=this.D.value;if(c==null)vK(41,b),a.Ya(ay(111)),OK(this.l
,a);else if(typeof c!
=="string")vK(21,b),b=this.l,a=a.Ya(ay(113)),OK(b,a);else{if(c.length>this.C){var
d={};vK(12,b,null,(d.sl=String(c.length),d));xf(a.Ya(ay(108)),2)}else c.length||
vK(20,b),xf(a,10);OK(this.l,a)}};var YO=function(a)
{hL.call(this,1046,a);this.output=aL(this)};v(YO,hL);YO.prototype.j=function(){var
a=this;wK().then(function(){a.output.notify()})};function ZO(a,b,c,d,e,f){var
g,h,k,l,n,p,r,t,u,w,C,V,X,Y;return Ma(function(Fa){if(Fa.g==1)return g=new
dL(a,2),h=new lL(b,c,e,f),eL(g,h),k=new PK,OK(k,e),eL(g,new iL(h.o,c,k,f)),l=new
pL(h.l,f),eL(g,l),n=new kL(l.l,f),eL(g,n),p=new nL(d,n.l,f),eL(g,p),eL(g,new
iL(p.o,c,k,f)),r=new XO(p.l,p.C,1024,f),eL(g,r),eL(g,new iL(r.l,c,k,f)),t=new
YO(f),eL(g,t),u=new mL(t.output,n.o,f),eL(g,u),w=new nL(d,u.l,f),eL(g,w),C=new
iL(w.l,c,k,f),eL(g,C),gL(g),Y=b,Ca(Fa,r.l.promise,2);var ca=Fa.return;if((V=Fa.j)==
null)var na=void 0;else{var wa;na=(wa=cg(V,2))!=null?wa:void 0}return ca.call(Fa,
{id:Y,collectorGeneratedData:(X=na)!=null?X:null})})};var
$O=function(a,b,c,d,e,f,g){g=g===void 0?
sK:g;hL.call(this,1059,f);this.D=a;this.G=c;this.C=g;this.o=$K(this);this.H=bL(this
,b);this.l=bL(this,d);this.K=e?bL(this,e):void 0};v($O,hL);
$O.prototype.j=function(){var a=void 0;if(this.C.Ke){var b,c;a=new
DK((c=(b=this.K)==null?void 0:b.value)!=null?c:[])}var
d=this.H.value;c=d.id;b=d.collectorFunction;var e;d=(e=d.networkCode)!=null?e:c;var
f;a=!!c&&!((f=a)==null||!FK(f,c));if(PI(this.l.value)||a)f={},vK(42,d,null,
(f.ea=String(Number(this.G)),f)),RK(this.o,ZO(this.D,d,a,b,this.l.value,this.A))};v
ar aP=function(a,b,c){c=c===void 0?
sK:c;hL.call(this,1057,b);this.l=a;this.D=c;this.o=$K(this);this.C=$K(this)};v(aP,h
L);
aP.prototype.j=function(){if(this.l)if(typeof this.l!
=="object")vK(46,"UNKNOWN_COLLECTOR_ID"),bP(this,"UNKNOWN_COLLECTOR_ID",112);else{v
ar a=this.l.id,b=this.l.networkCode;a&&b&&(delete this.l.id,vK(47,a+";"+b));a=b!
=null?b:a;typeof a!=="string"?(b={},vK(37,"INVALID_COLLECTOR_ID",null,
(b.ii=JSON.stringify(a),b)),bP(this,"INVALID_COLLECTOR_ID",102)):typeof
this.l.collectorFunction!=="function"?
(vK(14,a),bP(this,a,105)):this.D.Bg.includes(a)?
(vK(22,a),bP(this,a,104)):OK(this.C,this.l)}else vK(39,"UNKNOWN_COLLECTOR_ID"),
bP(this,"UNKNOWN_COLLECTOR_ID",110)};var bP=function(a,b,c)
{a=a.o;b=dy(b).Ya(ay(c));OK(a,b)};var cP=function(a,b,c,d,e,f,g){var
h=document;h=h===void 0?document:h;g=g===void 0?
sK:g;this.j=a;this.l=c;this.B=d;this.A=h;this.G=e;this.I=f;this.g=g;this.D=[];this.
L=[];this.C=[];this.o=0;a=x(b);for(b=a.next();!
b.done;b=a.next())this.push(b.value)};
cP.prototype.push=function(a){var b=this;this.B||this.G();var c=function(f,g)
{return void dP(b,f,g)};a=new aP(a,c,this.g);var d=new iL(a.o,void
0,this.l,c);c=new $O(this.j,a.C,this.B,this.l,void 0,c,this.g);var e=new
dL(this.j,3);fL(e,
[a,d,c]);gL(e);a=c.o.promise;this.D.push(a);d=x(this.L);for(c=d.next();!
c.done;c=d.next())a.then(c.value)};cP.prototype.addOnSignalResolveCallback=function
(a){this.L.push(a);for(var b=x(this.D),c=b.next();!
c.done;c=b.next())c.value.then(a)};
cP.prototype.addErrorHandler=function(a){this.C.push(a)};
cP.prototype.clearAllCache=function(){var a=this,b=this.A.currentScript instanceof
HTMLScriptElement?this.A.currentScript.src:"";if(this.o===1){var
c={};vK(49,"",null,(c.url=b,c))}else if(this.g.vg.includes(String(ej(b!=null?
b:""))))c={},vK(48,"",null,(c.url=b,c));else{this.I&&this.I();var d=new
dL(this.j,4);c=new jL(this.l,void 0,function(e,f){return void
dP(a,e,f)});eL(d,c);gL(d);this.o=1;setTimeout(function()
{a.o=0},this.g.tg*1E3);d={};vK(43,"",null,(d.url=b,d));return c.l.promise}};
var dP=function(a,b,c){a=x(a.C);for(var d=a.next();!
d.done;d=a.next())d=d.value,d(b,c)},eP=function(a){this.push=function(b)
{a.push(b)};this.addOnSignalResolveCallback=function(b)
{a.addOnSignalResolveCallback(b)};this.addErrorHandler=function(b)
{a.addErrorHandler(b)};this.clearAllCache=function(){a.clearAllCache()}};function
fP(a,b,c,d,e,f,g,h){h=h===void 0?sK:h;h.og||aj()===bj()?
gP(b,"encryptedSignalProviders",d,g)&&gP(b,"secureSignalProviders",d,g)||
(vK(38,""),hP(a,b,"encryptedSignalProviders",c,h,d,e,f,g),hP(a,b,"secureSignalProvi
ders",c,h,d,function(){},f,g)):vK(16,"")}function gP(a,b,c,d){if(a[b]===void 0||
a[b]instanceof Array)return!
1;a=a[b];d&&a.addOnSignalResolveCallback(d);a.addErrorHandler(c);return!0}
function hP(a,b,c,d,e,f,g,h,k){var l;a=new cP(a,(l=b[c])!=null?l:
[],d,c==="secureSignalProviders",g,h,e);b[c]=new
eP(a);k&&a.addOnSignalResolveCallback(k);a.addErrorHandler(f)}function
iP(a,b,c,d,e,f,g){g=g===void 0?new cL:g;var h=h===void 0?sK:h;var k=new
PK;OK(k,b);fP(g,a,k,c,d,e,f,h)}
function jP(a,b,c,d){var e=kP,f=lP;var g=g===void 0?new cL:g;var h=new
Map;b=b.map(function(k){var l=k.Jc;return new Promise(function(n)
{h.set(l,n)})});iP(a,c,d,e,f,function(k){var l=k.collectorGeneratedData;k=k.id;var
n;return void((n=h.get(k))==null?void
0:n({collectorGeneratedData:l,id:k}))},g);return b};function mP(){var
a;return(a=y.googletag)!=null?a:y.googletag={cmd:[]}};function nP(a,b)
{a=ZI(a);PI(a)&&iP(mP(),a,function(){},kP,lP,b)}function oP(a,b){b=ZI(b);return
PI(b)&&a.length!==0?jP(mP(),a,b,function(){}):null}function lP(){}function kP()
{};function pP(a,b,c,d){var e=new KK,f="",g=function(k){try{var l=typeof
k.data==="object"?
k.data:JSON.parse(k.data);f===l.paw_id&&(Qh(a,"message",g),l.error?
e.reject(Error(l.error)):e.resolve(d(l)))}catch(n){}},h=qP(a);return h?
(Ph(a,"message",g),f=c(h),e.promise):(c=rP(a))?
(f=String(Math.floor(cj()*2147483647)),Ph(a,"message",g),b(c,f),e.promise):null}
function sP(a){return pP(a,function(b,c){var d,e;return
void((d=(e=b.getGmaQueryInfo)!=null?e:b.getGmaSig)==null?void
0:d.postMessage(c))},function(b){return b.getQueryInfo()},function(b){return
b.signal})}function tP(){var a=window;return!!qP(a)||!!rP(a)}function qP(a){var
b;if(typeof((b=a.gmaSdk)==null?void 0:b.getQueryInfo)==="function")return a.gmaSdk}
function rP(a){var b,c,d,e,f,g;if(typeof((b=a.webkit)==null?void 0:
(c=b.messageHandlers)==null?void 0:(d=c.getGmaQueryInfo)==null?void
0:d.postMessage)==="function"||typeof((e=a.webkit)==null?void 0:
(f=e.messageHandlers)==null?void 0:(g=f.getGmaSig)==null?void
0:g.postMessage)==="function")return a.webkit.messageHandlers}
(function(a){return Hd(function(b){if(!Ld(b))return!1;for(var
c=x(Object.entries(a)),d=c.next();!d.done;d=c.next()){var
e=x(d.value);d=e.next().value;e=e.next().value;if(!(d in b)){if(e.eh===!
0)continue;return!1}if(!e(b[d]))return!1}return!0})})
({vc:Jd,pn:Jd,eid:Md(),vnm:Md(),js:Jd},"RawGmaSdkStaticSignalObject");var
uP=function()
{this.timeoutMs=500;this.j=sP;this.signal=null;this.g=0},vP=function(a)
{if(Bm(Wm)||!tP())return Promise.resolve(null);var b;return((b=a.j(window))!=null?
b:Promise.resolve(null)).catch(function(){return"0"})},xP=function(a){var b;return
Ma(function(c){if(c.g==1)return b=Date.now()-a.g,!a.signal||b>3E5?c=Ca(c,wP(a),3):
(c.g=2,c=void 0),c;c.g!=2&&(a.signal=c.j,a.g=Date.now());return
c.return(a.signal)})},wP=function(a){return Promise.race([vP(a).then(function(b)
{if(b==null)return null;
a.signal=b.length>1E4?"0":b;a.g=Date.now();return
a.signal}),Uw(a.timeoutMs,"0")])};function El(a,b){return b instanceof
RegExp?"__REGEXP"+b.toString():b}function yP(a,b){return
b&&b.toString().indexOf("__REGEXP")===0?(a=b.split("__REGEXP")[1].match(/\/(.*)\/
(.*)?/),new RegExp(a[1],a[2]||"")):b}
var BP=function(a,b){OJ.call(this,b);var c=this;this.A=a;this.g=null;this.C=new
xE(this);this.C.listen(Po(),"message",function(d){try{a:{var
e=d.Za,f=zP(e.data);if(AP(c,f)){if(c.g===null)c.g=e.source,c.j||c.connect();else
if(c.g!==e.source)break a;AP(c,f)&&c.dispatchEvent(new QJ(f.name,f.type,f.data||
{},f.sid,e.origin,f.id,f.replyToMessageId))}}}catch(g){throw g;}})};v(BP,OJ);
var zP=function(a){if(a==null||typeof a!=="string"||!a.startsWith("ima://"))return
null;a=a.substr(6);try{return JSON.parse(a,yP)}catch(b){return
null}};BP.prototype.sendMessage=function(a){if(this.g!=null&&this.g.postMessage!
=null){var b=this.g,c=b.postMessage,d={};d.name=a.name;d.type=a.type;a.data!
=null&&(d.data=a.data);a.id&&(d.id=a.id);a.g&&(d.replyToMessageId=a.g);d.sid=this.l
;d.channel=this.A;a=[];Gl(new Fl,d,a);c.call(b,"ima://"+a.join(""),"*")}this.g!
=null&&this.g.postMessage==null&&U.getInstance().report(11)};
BP.prototype.O=function(){Fr(this.C);this.g=null;OJ.prototype.O.call(this)};var
AP=function(a,b){if(b==null)return!1;var c=b.channel;if(c==null||c!==a.A)return!
1;b=b.sid;return b==null||a.l!=="*"&&b!==a.l?!1:!0};var CP=function()
{Q.call(this);this.G=!1;this.g=null;this.A=this.D=this.M=!
1;this.j=0;this.o=[];this.C=!1;this.U=this.P=Infinity;this.l=0;this.H={};this.K=new
xE(this);Hr(this,this.K)};v(CP,Q);
var EP=function(a,b){b==null||a.G||(a.g=b,DP(a),a.G=!0)},GP=function(a){a.g!
=null&&a.G&&(FP(a),a.G=!1,a.D=!1,a.A=!1,a.j=0,a.o=[],a.C=!1)},DP=function(a)
{FP(a);!(a.g instanceof Q)&&"ontouchstart"in document.documentElement&&Ic?
(a.H={touchstart:function(b){a.D=!
0;a.j=b.touches.length;a.l&&(window.clearTimeout(a.l),a.l=0,a.M=!
0);a.C=HP(a,b.touches)||b.touches.length!==1;a.C?(a.P=Infinity,a.U=Infinity):
(a.P=b.touches[0].clientX,a.U=b.touches[0].clientY);b=b.touches;a.o=[];for(var
c=0;c<b.length;c++)a.o.push(b[c].identifier)},
touchmove:function(b){a.j=b.touches.length;if(!Ic||!fE(dE,8)||
Math.pow(b.changedTouches[0].clientX-a.P,2)+Math.pow(b.changedTouches[0].clientY-
a.U,2)>25)a.A=!0},touchend:function(b){return void IP(a,b)}},Th(a.H,function(b,c)
{a.g.addEventListener(c,b,!1)})):a.K.listen(a.g,"click",a.V)},FP=function(a)
{a.K.rb(a.g,"click",a.V);Th(a.H,function(b,c){this.g.removeEventListener(c,b,!
1)},a);a.H={}},IP=function(a,b){!a.D||a.j!==1||a.A||a.M||a.C||!
HP(a,b.changedTouches)||(a.l=window.setTimeout(function(){return void JP(a)},
300));a.j=b.touches.length;a.j===0&&(a.D=!1,a.A=!1,a.o=[]);a.M=!
1};CP.prototype.V=function(){JP(this)};var HP=function(a,b){for(var
c=0;c<b.length;c++)if(a.o.includes(b[c].identifier))return!0;return!
1},JP=function(a){a.l=0;a.dispatchEvent(new Pv("click"))};CP.prototype.O=function()
{GP(this);Q.prototype.O.call(this)};var LP=function(){var a=KP;return
Ma(function(b){return b.g==1?
Ca(b,a.g.promise,2):b.return({serializedConfig:a.serializedConfig,errorMessage:a.j,
latencyMs:a.l})})},PP=function(){var
a=MP,b=NP,c=Date.now(),d=a.o();d.timeout=6E4;d.open("GET",b,!0);d.onload=function()
{a.l=Date.now()-c;d.status<200||d.status>=300?OP(a,Error("status: "+d.status)):
(a.j=null,a.serializedConfig=d.responseText,a.g.resolve())};d.onerror=function()
{a.l=Date.now()-c;OP(a,Error("status: "+d.status))};d.send()},OP=function(a,
b){a.serializedConfig=null;a.j=b.message;a.g.resolve()},KP=new function()
{this.o=function(){return new XMLHttpRequest};this.g=new
KK;this.j=this.serializedConfig=null;this.l=0};function QP(){var a=RP;var
b=a.appName;var c=a.jc;a=a.pageUrl;var d=new
URL("https://securepubads.g.doubleclick.net/pagead/ima_ppub_config");return b&&c?
(c==="android"?
d.searchParams.set("msid",b):c==="ios"&&d.searchParams.set("an",b),d.toString()):a?
(d.searchParams.set("ippd",a),d.toString()):null};var SP=[0,wh,Yx];var
TP=function(a){this.F=D(a)};v(TP,I);var UP=Bh([0,wh,Yx,wh,SP]);function VP(a,b,c)
{var d,e,f;a=((f=(d=Uf(a,Sx,2))==null?void 0:(e=Wf(d,Rx,1,yf()))==null?void
0:e.map(function(g){return F(g,1)}))!=null?f:[]).some(function(g){return
g===b});U.getInstance().report(190,{fm:a,fl:c})}function WP(a,b){if(!a||!b)return!
1;a=Uf(a,Qx,3);var c;a=!!b&&(a==null?void 0:(c=Gf(a,1,Oe))==null?void
0:c.get(b));U.getInstance().report(196,{status:a,network:b});return a!=null?a:!1}
function XP(a,b){if(!a||!b)return!1;var c;return!((c=Uf(a,Px,5))==null||!
Wf(c,Ox,1,yf()).find(function(d){return(d==null?void 0:F(d,1))===b&&(d==null?void
0:dg(d,2))}))}function YP(a){if(!a)return null;var b=new
TP;a=Wf(a,Wx,6,yf());a=x(a);for(var c=a.next();!c.done;c=a.next()){var d=void
0;if(c=(d=Uf(c.value,Vx,4))==null?void 0:Uf(d,Ux,2)){d=new Vx;var e=new
Ux;c=hg(c,1);c=xf(e,1,De(c));d=E(d,2,c);ag(b,1,Vx,d)}}return
Wf(b,Vx,1,yf()).length===0?null:b};function ZP(a,b,c){var
d=ZI(a);if(dg(d,8))return!1;a=XI(a)||!PI(d);b=WP(b,c);return a&&!b?!1:!0};var
$P=function(a,b){P.call(this);var c=this;this.g=a;this.j=new Map;this.l=function(d)
{var e=c.j.get(d.messageType);if(e){var f="goog_"+Ni+
+,g=d.getId();e(d.na).then(function(h)
{PJ(c.g,d.type,d.messageType,h,f,g)})}};this.g.listen(b,this.l);Gr(this,function()
{c.j.clear();c.g.rb(b,c.l)})};v($P,P);var aQ={hh:function(a,b){var
c=a.injector_basename,d=a.sodar_query_id,e=a.bg_binary,f=window,g="//
pagead2.googlesyndication.com/bg/"+Ji(a.bg_hash_basename)
+".js";a=f.document;g={_bgu_:g};g._bgp_=e;b&&(g._li_=b);d&&(g._sid_=d);
(b=f.GoogleTyFxhY)&&typeof b.push=="function"||
(b=f.GoogleTyFxhY=[]);b.push(g);b=Qo(Jo(a).g,"SCRIPT");b.type="text/
javascript";b.async=!0;c=Xi(Nv,Ji(c)+".js");Ei(b,c);(f=(f.GoogleTyFxhYEET||{})
[b.src])?f():a.getElementsByTagName("head")[0].appendChild(b)}},bQ=function(){var
a;
return Ma(function(b){if(b.g==1)return Ca(b,(new
NE).get({url:"//pagead2.googlesyndication.com/getconfig/sodar?
tid=pal&tv=imaq_h.3.687.1",withCredentials:!1,timeout:new rE}),2);a=b.j;if(!(typeof
a==="object"&&a!==null&&"injector_basename"in a&&"sodar_query_id"in
a&&"bg_hash_basename"in a&&"bg_binary"in a))return
b.return(null);aQ.hh(a,"imaq_h.3.687.1");return b.return(a.sodar_query_id)})};var
cQ="abort canplay canplaythrough durationchange emptied loadstart loadeddata
loadedmetadata progress ratechange seeked seeking stalled suspend waiting".split("
");var dQ=function(a,b)
{P.call(this);this.g=a;this.timeoutMs=b;Hr(this,this.g)};v(dQ,P);
var fQ=function(a){if(!KC(a.g.caller))return Promise.resolve(null);var b=new
KK,c=null;a.g.addEventListener(function(e)
{if(e.pingData.internalErrorState===1)b.resolve(null);else
if(e.eventName==="listenerRegistered")c=e.listenerId,e.pingData.applicableSections.
length===1&&e.pingData.applicableSections[0]===-1&&b.resolve(new eQ("","-1"));else
if(e.eventName==="signalStatus"&&e.data==="ready"){e=e.pingData;var
f,g=((f=e.applicableSections)!=null?f:[]).join("_");b.resolve(new
eQ(e.gppString,g))}});var d=
new Promise(function(e){setTimeout(function()
{e(null)},a.timeoutMs)});d=Promise.race([b.promise,d]);d.then(function(){c!
==null&&a.g.removeEventListener(c)});return d},eQ=function(a,b)
{this.gppString=a;this.sid=b};var
gQ=ta(["https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-
v1.js"]),hQ=ta(["https://pagead2.googlesyndication.com/omsdk/releases/control/
omweb-v1.js"]),iQ=ta(["https://pagead2.googlesyndication.com/omsdk/releases/
canary/omweb-v1.js"]),jQ=ta(["https://pagead2.googlesyndication.com/omsdk/
releases/experimental/omweb-
v1.js"]),kQ=Xi(gQ),lQ=Xi(hQ),mQ=Xi(iQ),nQ=Xi(jQ);function oQ(a){var
b;return(b=a.omidSessionInterface)!=null?b:null}
function pQ(a){var b,c,d,e,f,g;return Ma(function(h){if(h.g==1)return
b=So("IFRAME",{style:"display: none",title:"Advertisement"}),c=new
Promise(function(k){b.addEventListener("load",function()
{k()})}),a.appendChild(b),Ca(h,c,2);d=So("SCRIPT");e=qQ();Ei(d,e);f=new
Promise(function(k,l){d.addEventListener("load",function(){var n=Vo(b);n&&oQ(n)?
k(b):l()})});g=b.contentDocument||
b.contentWindow.document;g.head.appendChild(d);return h.return(f)})}
function qQ(){switch(K(Pn).j(AC.g,AC.defaultValue)){case 0:return kQ;case 1:return
lQ;case 2:return mQ;case 3:return nQ;default:return kQ}};var rQ=function(a,b)
{Q.call(this);this.j=b;this.g=oQ(a)};v(rQ,Q);var tQ=function(a)
{try{a.g&&a.g.registerSessionObserver(function(b){b.type==="sessionStart"?
sQ(a,a.j):b.type==="sessionFinish"&&tQ(a)})}catch(b){a.dispatchEvent(new
Event("error"))}},sQ=function(a,b){b instanceof IH&&(b=b.T);var
c;if(((c=b.tagName)==null?void 0:c.toUpperCase())!
=="AUDIO")try{a.g&&a.g.setVideoElement(b)}catch(d){a.dispatchEvent(new
Event("error"))}};rQ.prototype.O=function()
{try{this.g&&this.g.finishAdSession()}catch(a){}Q.prototype.O.call(this)};var
uQ=function(a){this.data=a};m=uQ.prototype;m.getTotalAds=function(){return
this.data.totalAds};m.getMaxDuration=function(){return
this.data.maxDuration};m.getAdPosition=function(){return
this.data.adPosition};m.getPodIndex=function(){return
this.data.podIndex};m.getTimeOffset=function(){return
this.data.timeOffset};m.getIsBumper=function(){return
this.data.isBumper};uQ.prototype.getIsBumper=uQ.prototype.getIsBumper;uQ.prototype.
getTimeOffset=uQ.prototype.getTimeOffset;
uQ.prototype.getPodIndex=uQ.prototype.getPodIndex;uQ.prototype.getAdPosition=uQ.pro
totype.getAdPosition;uQ.prototype.getMaxDuration=uQ.prototype.getMaxDuration;uQ.pro
totype.getTotalAds=uQ.prototype.getTotalAds;var vQ=function(a)
{this.data=a};m=vQ.prototype;m.getContent=function(){return
this.data.content};m.getContentType=function(){return
this.data.contentType};m.getWidth=function(){return
this.getSize().width};m.getHeight=function(){return
this.getSize().height};m.getAdSlotId=function(){return
this.data.adSlotId};m.getSize=function(){var a=this.data.size;return new
Ak(a.width,a.height)};m.We=function(){return this.data.resourceType};
var $J=function(a){return(a=a.data.backupCompanions)?a.map(function(b){return new
vQ(b)}):
[]};vQ.prototype.getAdSlotId=vQ.prototype.getAdSlotId;vQ.prototype.getHeight=vQ.pro
totype.getHeight;vQ.prototype.getWidth=vQ.prototype.getWidth;vQ.prototype.getConten
tType=vQ.prototype.getContentType;vQ.prototype.getContent=vQ.prototype.getContent;v
ar wQ=function(a,b){this.j=a;this.g=b};wQ.prototype.getAdIdValue=function(){return
this.j};wQ.prototype.getAdIdRegistry=function(){return
this.g};wQ.prototype.getAdIdRegistry=wQ.prototype.getAdIdRegistry;wQ.prototype.getA
dIdValue=wQ.prototype.getAdIdValue;var W=function(a)
{this.data=a};W.prototype.getAdId=function(){return
this.data.adId};W.prototype.getCreativeAdId=function(){return
this.data.creativeAdId};W.prototype.getCreativeId=function(){return
this.data.creativeId};var xQ=function(a){return
a.data.adQueryId};W.prototype.getAdSystem=function(){return
this.data.adSystem};W.prototype.getAdvertiserName=function(){return
this.data.advertiserName};W.prototype.getApiFramework=function(){return
this.data.apiFramework};
var yQ=function(a){var b;return(b=a.data.clickThroughUrl)!=null?
b:null},zQ=function(a){var b;return(b=a.data.attributionParams)!=null?
b:null};m=W.prototype;m.getWrapperAdIds=function(){return
this.data.adWrapperIds};m.getWrapperCreativeIds=function(){return
this.data.adWrapperCreativeIds};m.getWrapperAdSystems=function(){return
this.data.adWrapperSystems};m.isLinear=function(){return
this.data.linear};m.isSkippable=function(){return
this.data.skippable};m.getContentType=function(){return this.data.contentType};
m.getDescription=function(){return this.data.description};m.getTitle=function()
{return this.data.title};m.getDuration=function(){return
this.data.duration};m.getVastMediaWidth=function(){return
this.data.vastMediaWidth};m.getVastMediaHeight=function(){return
this.data.vastMediaHeight};m.getWidth=function(){return
this.data.width};m.getHeight=function(){return
this.data.height};m.getUiElements=function(){return
this.data.uiElements};m.getMinSuggestedDuration=function(){return
this.data.minSuggestedDuration};
m.getAdPodInfo=function(){return new
uQ(this.data.adPodInfo)};m.getCompanionAds=function(a,b,c){var
d=this.data.companions;if(!d)return[];d=d.map(function(e){return new vQ(e)});return
ZJ(new WJ({size:new Ak(a,b),Ue:c?c.sizeCriteria==="SelectFluid":!
1},c),d)};m.getTraffickingParameters=function(){return
pE(Mi(this.data.traffickingParameters))};m.getTraffickingParametersString=function(
){return this.data.traffickingParameters};m.getVastMediaBitrate=function(){return
this.data.vastMediaBitrate};
m.getMediaUrl=function(){return this.data.mediaUrl};m.getSurveyUrl=function()
{return this.data.surveyUrl};m.getDealId=function(){return
this.data.dealId};m.getUniversalAdIds=function(){return(this.data.universalAdIds||
[]).map(function(a){return new
wQ(a.adIdValue,a.adIdRegistry)})};m.getUniversalAdIdValue=function(){return
this.data.universalAdIdValue};m.getUniversalAdIdRegistry=function(){return
this.data.universalAdIdRegistry};m.getSkipTimeOffset=function(){return
this.data.skipTimeOffset};
m.cf=function(){return
this.data.disableUi};W.prototype.isUiDisabled=W.prototype.cf;W.prototype.getSkipTim
eOffset=W.prototype.getSkipTimeOffset;W.prototype.getUniversalAdIdRegistry=W.protot
ype.getUniversalAdIdRegistry;W.prototype.getUniversalAdIdValue=W.prototype.getUnive
rsalAdIdValue;W.prototype.getUniversalAdIds=W.prototype.getUniversalAdIds;W.prototy
pe.getDealId=W.prototype.getDealId;W.prototype.getSurveyUrl=W.prototype.getSurveyUr
l;W.prototype.getMediaUrl=W.prototype.getMediaUrl;
W.prototype.getVastMediaBitrate=W.prototype.getVastMediaBitrate;W.prototype.getTraf
fickingParametersString=W.prototype.getTraffickingParametersString;W.prototype.getT
raffickingParameters=W.prototype.getTraffickingParameters;W.prototype.getCompanionA
ds=W.prototype.getCompanionAds;W.prototype.getAdPodInfo=W.prototype.getAdPodInfo;W.
prototype.getMinSuggestedDuration=W.prototype.getMinSuggestedDuration;W.prototype.g
etUiElements=W.prototype.getUiElements;W.prototype.getHeight=W.prototype.getHeight;
W.prototype.getWidth=W.prototype.getWidth;W.prototype.getVastMediaHeight=W.prototyp
e.getVastMediaHeight;W.prototype.getVastMediaWidth=W.prototype.getVastMediaWidth;W.
prototype.getDuration=W.prototype.getDuration;W.prototype.getTitle=W.prototype.getT
itle;W.prototype.getDescription=W.prototype.getDescription;W.prototype.getContentTy
pe=W.prototype.getContentType;W.prototype.isSkippable=W.prototype.isSkippable;W.pro
totype.isLinear=W.prototype.isLinear;W.prototype.getWrapperAdSystems=W.prototype.ge
tWrapperAdSystems;
W.prototype.getWrapperCreativeIds=W.prototype.getWrapperCreativeIds;W.prototype.get
WrapperAdIds=W.prototype.getWrapperAdIds;W.prototype.getApiFramework=W.prototype.ge
tApiFramework;W.prototype.getAdvertiserName=W.prototype.getAdvertiserName;W.prototy
pe.getAdSystem=W.prototype.getAdSystem;W.prototype.getCreativeId=W.prototype.getCre
ativeId;W.prototype.getCreativeAdId=W.prototype.getCreativeAdId;W.prototype.getAdId
=W.prototype.getAdId;var AQ=function(a)
{this.g=a};AQ.prototype.getCuePoints=function(){return
this.g};AQ.prototype.getCuePoints=AQ.prototype.getCuePoints;var BQ=function()
{this.useLearnMoreButton=this.disableUi=this.disableClickThrough=!
1;this.autoAlign=this.useVideoAdUi=!0;this.bitrate=-1;this.enablePreloading=!
1;this.loadVideoTimeout=8E3;this.mimeTypes=null;this.playAdsAfterTime=-
1;this.restoreCustomPlaybackStateOnAdBreakComplete=!
1;this.uiElements=null;this.useStyledNonLinearAds=this.useStyledLinearAds=!
1},CQ=function(a,b){var c={};Object.assign(c,a);b&&(c.disableClickThrough=!
0);return c};
BQ.prototype.append=function(a){if(a){var b=a.autoAlign;b!
=null&&(this.autoAlign=b);b=Ri(a.bitrate);typeof b==="number"&&!
isNaN(b)&&b>0&&(this.bitrate=b);this.disableClickThrough=a.disableClickThrough||
this.disableClickThrough;this.disableUi=a.disableUi||
this.disableUi;this.enablePreloading=a.enablePreloading||this.enablePreloading;
(b=a.mimeTypes)&&b.length!==0&&(this.mimeTypes=b);b=Ri(a.playAdsAfterTime);typeof
b==="number"&&!
isNaN(b)&&b>0&&(this.playAdsAfterTime=b);this.restoreCustomPlaybackStateOnAdBreakCo
mplete=
a.restoreCustomPlaybackStateOnAdBreakComplete||
this.restoreCustomPlaybackStateOnAdBreakComplete;b=Ri(a.loadVideoTimeout);typeof
b==="number"&&!
isNaN(b)&&b>0&&(this.loadVideoTimeout=b);this.uiElements=a.uiElements||
this.uiElements;this.useLearnMoreButton=a.useLearnMoreButton||
this.useLearnMoreButton;this.useStyledLinearAds=a.useStyledLinearAds||
this.useStyledLinearAds;this.useStyledNonLinearAds=a.useStyledNonLinearAds||
this.useStyledNonLinearAds;this.useVideoAdUi=a.useVideoAdUi===!1?!
1:this.useVideoAdUi}};
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ads_re
ndering_settings.AdsRenderingSettings.AUTO_SCALE",-1);var If=function(a)
{this.F=D(a)};v(If,I);var DQ=function(a){this.F=D(a)};v(DQ,I);var EQ=function(a)
{this.F=D(a)};v(EQ,I);var FQ=function(a){this.F=D(a)};v(FQ,I);var GQ=function(a)
{this.F=D(a)};v(GQ,I);var HQ=function(a){return
Tf(a,ik,5)};GQ.prototype.getWidth=function(){return
eg(this,9)};GQ.prototype.getHeight=function(){return eg(this,10)};var
IQ=Eh(GQ);function JQ(a){var b;return(b=(new
Map([["https://googleads.g.doubleclick.net",BigInt(200)],["https://
td.doubleclick.net",BigInt(300)],["https://f.creativecdn.com",BigInt(400)],
["https://fledge.us.criteo.com",BigInt(500)],["https://
fledge.eu.criteo.com",BigInt(600)],["https://fledge.as.criteo.com",BigInt(700)],
["https://fledge-buyer-testing-1.uc.r.appspot.com",BigInt(800)],["https://at-us-
east.amazon-adsystem.com",BigInt(900)],["https://x.adroll.com",BigInt(1E3)],
["https://fledge.dynalyst.jp",BigInt(1100)]])).get(a))!=
null?b:BigInt(100)};function KQ(a){var
b=a.Qh,c=a.Ej,d=a.auctionNonce,e=a.xj,f=a.Uj,g=a.multiBidLimit,h=!
dg(b,14),k=a.Rj;a={};for(var l=x(Wf(b,DQ,7,yf())),n=l.next();!n.done;n=l.next())
{n=n.value;var p={},r=void 0,t=(r=k)==null?void
0:r.jh.Lh.Ph.sg;r=F(n,1);if(F(n,2).length)try{if(p=JSON.parse(F(n,2)),cj()*100<1)
{var u=void 0;(u=t)==null||ok(u,{Bd:r,status:"SUCCESS",te:100})}}catch(Fa){u=void
0,(u=t)==null||ok(u,{Bd:r,status:"ERROR",te:1})}else u=void 0,(u=t)==null||ok(u,
{Bd:r,status:"EMPTY",te:1});a[F(n,1)]=p}if(k=
Uf(b,gk,6))a["https://googleads.g.doubleclick.net"]=lf(k),a["https://
td.doubleclick.net"]=lf(k);k={};l=Wf(b,FQ,11,yf());l=x(l);for(n=l.next();!
n.done;n=l.next())n=n.value,k[F(n,1)]=eg(n,2);l={};eg(b,21)!
==0&&(l["*"]=eg(b,21));if(Wf(b,EQ,32,yf()).length>0){var
w={};n=x(Wf(b,EQ,32,yf()));for(p=n.next();!
p.done;p=n.next())p=p.value,w[F(p,1)]=eg(p,2)}n={};we(vf(b,18))!
=null&&(n["https://googleads.g.doubleclick.net"]=fg(b,18),n["https://
td.doubleclick.net"]=fg(b,18));p=x(Hf(b));for(t=p.next();!t.done;t=
p.next())r=x(t.value),t=r.next().value,r=r.next().value,fg(r,4)&&(n[t]=fg(r,4));p={
};t=x(Hf(b));for(r=t.next();!
r.done;r=t.next())u=x(r.value),r=u.next().value,u=F(u.next().value,5),u.length&&(p[
r]={type:u});t={};g&&g>1&&(t["*"]=g);g=F(b,1).split("/td/")[0];
(r=Uf(b,ik,5))==null?r=void 0:(u=r.F,r=new r.constructor(sf(u,u[B]|0,!1)));var C;r!
=null&&(C=Uf(r,hk,5))!=null&&xf(C,2);C=Object;u=C.assign;var V=f?
{decisionLogicURL:F(b,1),trustedScoringSignalsURL:F(b,2)}:
{decisionLogicUrl:F(b,1),trustedScoringSignalsUrl:F(b,
2)};var X=lg(b,3,yf(Gd));w=u.call(C,{},V,
{seller:g,interestGroupBuyers:X,sellerExperimentGroupId:fg(b,17),auctionSignals:JSO
N.parse(F(b,4)||"{}"),sellerSignals:(r==null?void 0:lf(r))||
[],sellerTimeout:eg(b,15)||
50,perBuyerExperimentGroupIds:n,perBuyerSignals:a,perBuyerTimeouts:k,perBuyerCumula
tiveTimeouts:l,perBuyerRealTimeReportingConfig:p,perBuyerMultiBidLimits:t,reporting
Timeout:5E3},w?{perBuyerGroupLimits:w}:{},h?{resolveToConfig:h}:{});if(b==null?
0:dg(HQ(b),25))w.sellerCurrency="USD",w.perBuyerCurrencies=
Object.fromEntries(Gf(b,22,Pe));F(b,28)&&(w.directFromSellerSignalsHeaderAdSlot=F(b
,28));if(LQ(w.interestGroupBuyers,e))
{w.auctionReportBuyerKeys=w.interestGroupBuyers.map(JQ);e={interestGroupCount:
{bucket:BigInt(0),scale:1},bidCount:
{bucket:BigInt(1),scale:1}};e.totalGenerateBidLatency={bucket:BigInt(2),scale:1};e.
totalSignalsFetchLatency={bucket:BigInt(3),scale:1};w.auctionReportBuyers=e;var
Y=Y===void 0?BigInt(0):Y;w.auctionReportBuyerDebugModeConfig={enabled:!
0,debugKey:Y}}d&&(w.auctionNonce=
d,w.additionalBids=Promise.resolve());Gf(b,33,Pe).size&&(w.deprecatedRenderURLRepla
cements=Object.fromEntries(Gf(b,33,Pe).entries()),
(d=w.deprecatedRenderURLReplacements["$
{RENDER_DATA_td.doubleclick.net_GDA}"])&&(w.deprecatedRenderURLReplacements["$
{RENDER_DATA}"]=d));d=Object;Y=d.assign;f=f?{decisionLogicURL:F(b,1)}:
{decisionLogicUrl:F(b,1)};e=fg(b,17);a=new ik;C=HQ(b);Sf(C,hk,5)!==void 0&&(C=new
hk,k=jg(Tf(HQ(b),hk,5),2),C=Kf(C,2,De(k),"0"),k=jg(Tf(HQ(b),hk,5),4),C=Kf(C,4,De(k)
,"0"),E(a,5,C));
HQ(b).getEscapedQemQueryId()&&(C=HQ(b).getEscapedQemQueryId(),Kf(a,2,Le(C),""));F(H
Q(b),6)&&(C=F(HQ(b),6),Kf(a,6,Le(C),""));dg(HQ(b),21)&&og(a,21,!
0);dg(HQ(b),4)&&og(a,4,!
0);F(HQ(b),11)&&(C=F(HQ(b),11),Kf(a,11,Le(C),""));dg(HQ(b),32)&&og(a,32,!
0);a=lf(a);C=eg(b,15)||50;if(dg(b,30)){if(c==null||!c.length)throw
Error("top_td_without_component_auction");}else c=[w].concat(ra(c!=null?c:
[]));h=Y.call(d,{},f,
{seller:g,sellerExperimentGroupId:e,sellerSignals:a,sellerTimeout:C,interestGroupBu
yers:[],auctionSignals:{},
perBuyerExperimentGroupIds:{},perBuyerSignals:{},perBuyerTimeouts:
{},perBuyerCumulativeTimeouts:{},componentAuctions:c},h?{resolveToConfig:h}:
{});F(b,28)&&(h.directFromSellerSignalsHeaderAdSlot=F(b,28));return h}function
LQ(a,b){return a.some(function(c){return JQ(c)!==BigInt(100)})&&(b!=null?b:!1)};var
NQ=function(a,b){P.call(this);var c=this;this.navigator=b;this.j=function(d){var
e=Date.now();try{var f=MQ(c,d.tdconfig)}catch(g){f=Promise.resolve({Kb:!
1,result:null})}return f.then(function(g){var h=new
ek;h=qg(h,1,e);h=qg(h,2,Date.now());var k=g.Kb,l;g=(l=g.result)!=null?
l:"";l={};return
l.ffconfig=g,l.timeout=2E3,l.auctioninterval=tg(h),l.isauctiontimeout=k,l})};this.g
=new $P(a,"fledge");Hr(this,this.g)};v(NQ,P);
var MQ=function(a,b){b=IQ(b);var c=KQ({Qh:b});b=Uw(2E3,null).then(function()
{return{Kb:!0,result:null}});a=a.navigator.runAdAuction(c).then(function(d){d!
==null&&typeof d!=="string"?d=null:d==null&&(d=null);return{Kb:!
1,result:d}});return Promise.race([b,a])};var PQ=function(a,b,c)
{P.call(this);this.C=a;this.B=b;this.A=c;this.g=this.j=this.o=null;this.l=0;a=new
xE(this);Hr(this,a);OQ(this);a.listen(this.B,"adsManager",this.D)};v(PQ,P);var
OQ=function(a){pQ(a.C).then(function(b){a.j=b;QQ(a,Vo(b))}).catch(function(){return
void RQ(a)})};
PQ.prototype.D=function(a){if(["complete","skip","error"].includes(a.messageType))
{this.l++;if(this.l===10){this.l=0;var b;(b=this.g)==null||
b.dispose();OQ(this)}a=Vo(this.j);var c;a&&((c=a.frames)==null?
0:c.omid_v1_present)||U.getInstance().report(188,{})}};
var SQ=function(a){if(a.g&&a.o){var
b=a.g;try{b.g&&b.g.setSessionClientWindow(a.o)}catch(c){b.dispatchEvent(new
Event("error"))}}},QQ=function(a,b){a.g=new rQ(b,a.A);a.g.listen("error",function()
{return void RQ(a)});tQ(a.g);SQ(a)},RQ=function(a)
{PJ(a.B,"omid","iframeFailed");a.dispose()};PQ.prototype.O=function()
{this.j&&(To(this.j),this.j=null);var a;(a=this.g)==null||
a.dispose();P.prototype.O.call(this)};var TQ=function(a,b,c,d)
{P.call(this);this.o=a;this.l=b;this.g=c;this.C=d;this.j=new
xE(this);Hr(this,this.j);this.j.listen(this.o,d,this.A)};v(TQ,P);var
UQ=function(a,b){var c=b.na;switch(b.messageType){case
"showVideo":a.l.ud();break;case "hide":a.l.kb();break;case
"resizeAndPositionVideo":b=c.resizeAndPositionVideo;a.l.ne(new
Ck(b.x,b.y,b.width,b.height));break;case "restoreSizeAndPositionVideo":a.l.oe()}};
TQ.prototype.A=function(a){var b=a.na;switch(a.messageType){case
"activate":this.l.Bc(this.g);break;case "startTracking":a=this.g;var
c=this.B;this.j.listen(a,Xh(aF),c);this.j.listen(a,cQ,c);this.g.Fe();break;case
"stopTracking":a=this.g;c=this.B;this.j.rb(a,Xh(aF),c);this.j.rb(a,cQ,c);this.g.Qb(
);break;case "exitFullscreen":a=this.g.g;(Fc||
Hc)&&a.webkitDisplayingFullscreen&&a.webkitExitFullscreen();break;case
"play":this.g.play();break;case "pause":this.g.pause();break;case
"load":a=this.g;c=b.videoUrl;
var
d=b.muxedMediaUrl,e=b.muxedMimeType,f=b.muxedAudioCodec,g=b.muxedVideoCodec,h=b.dem
uxedAudioUrl,k=b.demuxedVideoUrl,l=b.demuxedAudioMimeType,n=b.demuxedVideoMimeType,
p=b.demuxedAudioCodec,r=b.demuxedVideoCodec;b=b.mseCompatible;var
t=null;k&&h&&b&&n&&l&&r&&p&&(t=new
GC({Wh:k,rg:h,Wj:null,zj:null,Vh:n,qg:l,sb:r,ab:p,height:null,width:null,Fa:b,Vj:nu
ll,yj:null}));h=null;d&&e&&g&&f&&(h=new
HC({ih:d,yb:null,mimeType:e,sb:g,ab:f,height:null,width:null,Fa:b,Gj:null}));t?
a.load(c,t):h?a.load(c,h):a.load(c,
null);break;case "unload":this.g.unload();break;case
"setCurrentTime":this.g.g.currentTime=b.currentTime;break;case
"setVolume":this.g.setVolume(b.volume)}};
TQ.prototype.B=function(a){var b={};switch(a.type){case
"autoplayDisallowed":a="autoplayDisallowed";break;case
"beginFullscreen":a="fullscreen";break;case
"endFullscreen":a="exitFullscreen";break;case "click":a="click";break;case
"end":a="end";break;case "error":a="error";break;case
"loaded":a="loaded";break;case "mediaLoadTimeout":a="mediaLoadTimeout";break;case
"pause":a="pause";b.ended=this.g.g.ended;break;case "play":a="play";break;case
"skip":a="skip";break;case "start":a="start";b.volume=this.g.getVolume();
break;case
"timeUpdate":a="timeupdate";b.currentTime=this.g.getCurrentTime();b.duration=this.g
.getDuration();break;case
"volumeChange":a="volumeChange";b.volume=this.g.getVolume();break;case
"loadedmetadata":a=a.type;b.duration=this.g.getDuration();break;case "abort":case
"canplay":case "canplaythrough":case "durationchange":case "emptied":case
"loadstart":case "loadeddata":case "progress":case "ratechange":case "seeked":case
"seeking":case "stalled":case "suspend":case
"waiting":a=a.type;break;default:return}PJ(this.o,
this.C,a,b)};var VQ=function(a,b){P.call(this);this.j=b;this.g=null;this.l=new
TQ(a,b,this.j.da,"videoDisplay1");Hr(this,this.l);var c=this.j.ya;c!
=null&&(this.g=new TQ(a,b,c,"videoDisplay2"),Hr(this,this.g))};v(VQ,P);function
WQ(a,b,c,d){var
e=mj("IFRAME");e.id=b;e.name=b;e.width=String(c);e.height=String(d);e.allowTranspar
ency="true";e.scrolling="no";e.marginWidth="0";e.marginHeight="0";e.frameBorder="0"
;e.style.border="0";e.style.verticalAlign="bottom";e.src="about:blank";e.setAttribu
te("aria-label","Advertisement");e.title="3rd party ad
content";e.tabIndex=0;a.appendChild(e);return e};function XQ(){var
a,b,c,d=Po();d=d===void 0?window:d;d=((c=d===void 0?null:d)!=null?
c:window).googletag;c=(d==null?0:d.apiReady)?d:void 0;return(b=c==null?void 0:
(a=c.companionAds)==null?void 0:a.call(c))!=null?b:null}
function YQ(a){var b={};b.slotId=a.getSlotId().getId();var c=[];a=x(a.getSizes()||
[]);for(var d=a.next();!d.done;d=a.next())if(d=d.value,typeof d!=="string"){var
e={};c.push((e.adWidth=d.getWidth(),e.adHeight=d.getHeight(),e))}else
d==="fluid"&&(d={},c.push((d.fluidSize=!0,d)));return b.adSizes=c,b}
function ZQ(a){var b=XQ();if(b&&a&&Array.isArray(a)){var c=new
Map(b.getSlots().map(function(r){return[r.getSlotId().getId(),r]}));a=x(a);for(var
d=a.next();!d.done;d=a.next()){var e=d.value,f=c.get(e.slotId);if(f&&!
b.isSlotAPersistentRoadblock(f)){var
g=e.adContent;if(g&&(d=Ko(f.getSlotId().getDomId()))){d.style.display="";var
h=e.adWidth,k=e.adHeight;e.fluidSize&&(k=Pq(d),h=k.width,k=k.height);d.textContent=
"";if(e.friendlyIframeRendering)try{var
l="google_companion_"+f.getSlotId().getId(),n=WQ(d,
l,h,k),p=n.contentWindow?
n.contentWindow.document:n.contentDocument;Bc&&p.open("text/
html","replace");Hi(p,wE(g));p.close()}catch(r){}else
Fi(d,wE(g)),d.style.width=h+"px",d.style.height=k+"px";b.slotRenderEnded(f,h,k);
(e=e.onAdContentSet)&&e(d)}}}}};var $Q=function(a,b,c,d,e,f)
{QJ.call(this,a,b,c,d,e);this.j=f};v($Q,QJ);var aR=function(a,b)
{Q.call(this);this.A=a;this.o=b;this.g={};this.j=new
xE(this);Hr(this,this.j);this.j.listen(Po(),"message",this.l)};v(aR,Q);var
bR=function(a,b){var
c=b.j;a.g.hasOwnProperty(c)&&PJ(a.g[c],b.type,b.messageType,b.na)},cR=function(a,b,
c,d){a.g.hasOwnProperty(b)||(c=new BP(b,c),a.j.listen(c,a.A,function(e)
{this.dispatchEvent(new
$Q(e.type,e.messageType,e.na,e.Ac,e.origin,b))}),c.g=d,c.connect(),a.g[b]=c)};
aR.prototype.O=function(){for(var a=x(Object.values(this.g)),b=a.next();!
b.done;b=a.next())Fr(b.value);Q.prototype.O.call(this)};aR.prototype.l=function(a)
{a=a.Za;var b=zP(a.data);if(b!=null){var c=b.channel;if(this.o&&!
this.g.hasOwnProperty(c)){var d=b.sid;cR(this,c,d,a.source);this.dispatchEvent(new
$Q(b.name,b.type,b.data||{},d,a.origin,c))}}};function dR(){return!!
Va("googletag.cmd",Po())}function eR(){var a=Va("googletag.console",Po());return a!
=null?a:null}var fR=function(){xE.call(this);this.g=null;this.l=new aR("gpt",!
0);Hr(this,this.l);this.listen(this.l,"gpt",this.A);dR()||Po().top===Po()||
(this.g=new aR("gpt",!
1),Hr(this,this.g),this.listen(this.g,"gpt",this.B))};v(fR,xE);
fR.prototype.A=function(a){var
b=a.origin,c="//imasdk.googleapis.com".match(Si);b=b.match(Si);if(c[3]==b[3]&&c[4]=
=b[4])if(this.g!=null)cR(this.g,a.j,a.Ac,Po().parent),this.g!
=null&&bR(this.g,a);else if(c=a.na,c!=null&&c.scope!==void 0)
{b=c.scope;c=c.args;var d;if(b==="proxy"){var e=a.messageType;e==="isGptPresent"?
d=dR():e==="isConsolePresent"&&(d=eR()!=null)}else if(dR())if(b==="pubads"||
b==="companionAds"){d=a.messageType;var f=Po().googletag;if(f!=null&&f[b]!
=null&&(b=f[b](),b!=null&&(d=b[d],
d!=null)))try{e=d.apply(b,c)}catch(g){}d=e}else if(b==="console"){if(e=eR(),e!
=null&&(b=e[a.messageType],b!=null))try{b.apply(e,c)}catch(g){}}else
b===null&&(e=a.messageType,e==="googleGetCompanionAdSlots"?(e=XQ())?
(e=e.getSlots().map(YQ),d=e.length?e:null):d=null:
(e==="googleSetCompanionAdContents"&&ZQ(c==null?void 0:c[0]),d=null));d!==void
0&&(a.na.returnValue=d,bR(this.l,a))}};fR.prototype.B=function(a){bR(this.l,a)};
var gR=function(a,b){if(a.g){var c=a.g;Fr(c.g[b]);delete
c.g[b]}a.l&&(a=a.l,Fr(a.g[b]),delete a.g[b])};var iR=function(a,b){var
c=Array.prototype.slice.call(arguments),d=c.shift();if(typeof d=="undefined")throw
Error("[goog.string.format] Template required");return d.replace(/%([0\- \+]*)(\
d+)?(\.(\d+))?([%sfdiu])/g,function(e,f,g,h,k,l,n,p){if(l=="%")return"%";var
r=c.shift();if(typeof r=="undefined")throw Error("[goog.string.format] Not enough
arguments");arguments[0]=r;return
hR[l].apply(null,arguments)})},hR={s:function(a,b,c){return isNaN(c)||c==""||
a.length>=Number(c)?a:a=b.indexOf("-",0)>-1?
a+Li(" ",Number(c)-a.length):Li(" ",Number(c)-a.length)+a},f:function(a,b,c,d,e)
{d=a.toString();isNaN(e)||e==""||(d=parseFloat(a).toFixed(e));var
f=Number(a)<0?"-":b.indexOf("+")>=0?"+":b.indexOf(" ")>=0?"
":"";Number(a)>=0&&(d=f+d);if(isNaN(c)||d.length>=Number(c))return d;d=isNaN(e)?
Math.abs(Number(a)).toString():Math.abs(Number(a)).toFixed(e);a=Number(c)-d.length-
f.length;return d=b.indexOf("-",0)>=0?f+d+Li(" ",a):f+Li(b.indexOf("0",0)>=0?"0":"
",a)+d},d:function(a,b,c,d,e,f,g,h){return hR.f(parseInt(a,
10),b,c,d,0,f,g,h)}};hR.i=hR.d;hR.u=hR.d;function jR()
{return["autoplay","attribution-reporting"].filter(function(a){var
b=document.featurePolicy;return b!==void 0&&typeof
b.allowedFeatures=="function"&&typeof
b.allowedFeatures()=="object"&&b.allowedFeatures().includes(a)}).join(";")}
var mR=function(a,b,c){c=c===void 0?!
1:c;Q.call(this);this.C=b;this.V=c;this.K=this.H=null;this.G=!1;this.D="goog_"+Ni+
+;this.o=new Map;this.g=null;c=Po();var d=Va("google.ima.gptProxyInstance",c);d!
=null?c=d:(d=new
fR,z("google.ima.gptProxyInstance",d,c),c=d);this.Z=c;this.A=null;this.l=new
xE(this);Hr(this,this.l);c=this.D;d=kR(this,c);var
e=window.document;if(un.length&&e.head)for(var f=x(un),g=f.next();!
g.done;g=f.next())if((g=g.value)&&e.head){var
h=mj("META");e.head.appendChild(h);h.httpEquiv=
"origin-trial";h.content=g}e=jR();c=So("IFRAME",{src:d,allowFullscreen:!
0,allow:e,id:c,style:"border:0; opacity:0; margin:0; padding:0; position:relative;
color-scheme:
light;",title:"Advertisement"});this.l.hc(c,"load",this.ca);a.appendChild(c);this.f
rameElement=c;this.j=lR(this);this.M=new
NQ(this.j,navigator);Hr(this,this.M);c=this.M;c.g.j.set("auction",c.j);this.P=new
VQ(this.j,this.C);Hr(this,this.P);this.C.da&&this.l.listen(this.j,"displayContainer
",this.U);this.l.listen(this.j,"mouse",this.aa);
this.l.listen(this.j,"touch",this.ba);uJ({Ic:0,Rc:!1,dc:!1,jc:null})||(this.A=new
PQ(a,this.j,b.da.g),Hr(this,this.A))};v(mR,Q);var lR=function(a,b){b=b===void
0?"*":b;var c=a.o.get(b);c==null&&(c=new
BP(a.D,b),a.G&&(c.g=Vo(a.frameElement),c.connect()),a.o.set(b,c));return
c};mR.prototype.Bc=function(a){var b;(b=this.A)!
=null&&(a=a.g,b.A=a,b.g&&(b=b.g,b.j=a,sQ(b,a)))};
mR.prototype.O=function(){this.g!
==null&&(this.g.dispose(),this.g=null);this.o.forEach(function(a)
{Fr(a)});this.o.clear();gR(this.Z,this.D);To(this.frameElement);Q.prototype.O.call(
this)};
var nR=function(a){var b=window;try{do{try{if(b.location.href.indexOf(a)===0||
b.document.referrer.indexOf(a)===0)return!0}catch(c){}b=b.parent}while(b!
==b.top)}catch(c){}return!1},kR=function(a,b){var
c=(gj()?"https:":"http:")+iR("//imasdk.googleapis.com/js/core/bridge3.687.1_
%s.html",II.getLocale()),d=new
URL(c,window.location.href);a.V&&d.searchParams.append("gdpr","1");nR(c)&&d.searchP
arams.append("f",b);a=new Map;a.set("fid",b);
(b=Sk())&&a.set("deid",b);d.hash=Array.from(a.entries(),function(e){var f=
x(e);e=f.next().value;f=f.next().value;return e+"="+f}).join("&");return
d.toString()};mR.prototype.aa=function(a){var
b=a.na,c=Kq(this.frameElement),d=document.createEvent("MouseEvent");d.initMouseEven
t(a.messageType,!0,!
0,window,b.detail,b.screenX,b.screenY,b.clientX+c.x,b.clientY+c.y,b.ctrlKey,b.altKe
y,b.shiftKey,b.metaKey,b.button,null);this.frameElement.dispatchEvent(d)};
var oR=function(a,b){var c=Kq(a.frameElement),d=!!("TouchEvent"in
window&&TouchEvent.length>0);b=b.map(function(f){return d?new
Touch({identifier:f.identifier,target:a.frameElement,clientX:f.clientX,clientY:f.cl
ientY,screenX:f.screenX,screenY:f.screenY,pageX:f.pageX+c.x,pageY:f.pageY+c.y}):doc
ument.createTouch(window,a.frameElement,f.identifier,f.pageX+c.x,f.pageY+c.y,f.scre
enX,f.screenY)});if(d)return b;var e;return(e=document.createTouchList)==null?void
0:e.apply(document,b)};
mR.prototype.ba=function(a){var b=a.na,c=Kq(this.frameElement);if("TouchEvent"in
window&&TouchEvent.length>0)b={bubbles:!0,cancelable:!
0,view:window,detail:b.detail,ctrlKey:b.ctrlKey,altKey:b.altKey,shiftKey:b.shiftKey
,metaKey:b.metaKey,touches:oR(this,b.touches),targetTouches:oR(this,b.targetTouches
),changedTouches:oR(this,b.changedTouches)},a=new
TouchEvent(a.messageType,b),this.frameElement.dispatchEvent(a);else{var
d=document.createEvent("TouchEvent");d.initTouchEvent(a.messageType,!0,!0,window,
b.detail,b.screenX,b.screenY,b.clientX+c.x,b.clientY+c.y,b.ctrlKey,b.altKey,b.shift
Key,b.metaKey,oR(this,b.touches),oR(this,b.targetTouches),oR(this,b.changedTouches)
,b.scale,b.rotation);this.frameElement.dispatchEvent(d)}};mR.prototype.U=function(a
){switch(a.messageType){case "showVideo":this.g==null?(this.g=new
CP,this.l.listen(this.g,"click",this.ia)):GP(this.g);EP(this.g,this.C.Xb());break;c
ase "hide":this.g!==null&&(this.g.dispose(),this.g=null)}var
b=this.P;UQ(b.l,a);b.g&&UQ(b.g,a)};
mR.prototype.ia=function()
{PJ(this.j,"displayContainer","videoClick")};mR.prototype.ca=function()
{this.H=Wk();this.K=Tk();var a=Vo(this.frameElement);this.o.forEach(function(c)
{c.g=a;c.connect()});var b;(b=this.A)!=null&&(b.o=a,SQ(b));this.G=!0};var
pR=ta(["https://s0.2mdn.net/instream/video/client.js"]),qR=null,rR=function()
{Q.call(this);this.g=null;this.j=new Map;this.l=new Map;this.ua=this.C=!
1;this.o=null;this.A=new xE(this);Hr(this,this.A)};v(rR,Q);var sR=function()
{qR==null&&(qR=new rR);return qR},Fv=function(a,b,c){var
d={};d.queryId=b;d.viewabilityData=c;a.g&&PJ(a.g,"activityMonitor","viewabilityMeas
urement",d)};rR.prototype.destroy=function()
{this.A.rb(this.g,"activityMonitor",this.D);this.ua=!1;this.j.clear()};
rR.prototype.O=function(){this.destroy();Q.prototype.O.call(this)};
rR.prototype.init=function(a){if(!this.ua){if(this.g=a||
null)this.A.listen(this.g,"activityMonitor",this.D),tR(this);if(!
(y.ima&&y.ima.video&&y.ima.video.client&&y.ima.video.client.tagged))
{z("ima.video.client.sdkTag",!0);var b=y.document;a=Qo(document,"SCRIPT");var
c=Xi(pR);Ei(a,c);a.async=!0;a.type="text/javascript";b=b.getElementsByTagName("scri
pt")[0];b.parentNode.insertBefore(a,b)}Do();K(vv).K=II.g;this.C=!0;K(vv).l=!
0;this.o=null;a=K(vv);b=fv(a)=="h"||fv(a)=="b";c=!(Co(),!1);b&&c&&(a.D=!0,a.H=
new zt);this.ua=!0}};
var vR=function(a){if(a==null)return!1;if((Fc||Hc)&&a.webkitDisplayingFullscreen!
==null)return a.webkitDisplayingFullscreen;a=uR(a);var
b=window.screen.availHeight||window.screen.height;return(window.screen.availWidth||
window.screen.width)-a.width<=0&&b-a.height<=42},uR=function(a){var
b={left:a.offsetLeft,top:a.offsetTop,width:a.offsetWidth,height:a.offsetHeight};try
{typeof
a.getBoundingClientRect==="function"&&Uo(Io(a),a)&&(b=a.getBoundingClientRect())}ca
tch(c){}return b},wR=function(a,b,c,d,e){e=
e===void 0?{}:e;if(a.ua){d&&e.opt_osdId==null&&(e.opt_osdId=d);if(a.o)return
a.o(b,c,e);if(a=d?
a.l.get(d):II.l)e.opt_fullscreen==null&&(e.opt_fullscreen=vR(a)),e.opt_adElement==n
ull&&(e.opt_adElement=a);return py.zb(469,gb(Hv,b,c,e))||
{}}return{}},xR=function(a){var b;II.g!==0?b=K(vv).l:b=a.C;return
b},yR=function(a,b){var c=String(Math.floor(Math.random()*1E9));a.l.set(c,b);II.g!
==0&&(K(vv).o[c]=a);return c},zR=function(a,b,c)
{if(c)a.j.get(c)===b&&a.j.delete(c);else{var d=[];a.j.forEach(function(e,
f){e===b&&d.push(f)});d.forEach(a.j.delete,a.j)}},Bv=function(a,b)
{a=a.j.get(b);return typeof a==="function"?a():{}},tR=function(a){if(typeof
window.Goog_AdSense_Lidar_getUrlSignalsArray==="function"){var
b={};b.pageSignals=window.Goog_AdSense_Lidar_getUrlSignalsArray();var c;
(c=a.g)==null||PJ(c,"activityMonitor","pageSignals",b)}};
rR.prototype.D=function(a){var
b=a.na,c=b.queryId,d={},e=null;d.eventId=b.eventId;switch(a.messageType){case
"getPageSignals":tR(this);break;case "reportVastEvent":e=b.vastEvent;a=b.osdId;var
f={};f.opt_fullscreen=b.isFullscreen;b.isOverlay&&(f.opt_bounds=b.overlayBounds);d.
viewabilityData=wR(this,e,c,a,f);var g;(g=this.g)==null||
PJ(g,"activityMonitor","viewability",d);break;case
"fetchAdTagUrl":c={},c.eventId=b.eventId,a=b.osdId,
$h(b,"isFullscreen")&&(e=b.isFullscreen),$h(b,"loggingId")&&(b=b.loggingId,
c.loggingId=b,U.getInstance().report(43,
{step:"beforeLookup",logid:b,time:Date.now()})),c.engagementString=AR(this,a,e),thi
s.g&&PJ(this.g,"activityMonitor","engagement",c)}};var AR=function(a,b,c){var
d,e=b?(d=a.l.get(b))!=null?d:null:II.l;a={};c!
=null&&(a.fullscreen=c);c="";try{c=jx(function(){return e},a)}catch(f)
{c=f,c="sdktle;"+Ki(c.name,12)+";"+Ki(c.message,40)}return
c};z("ima.common.getVideoMetadata",function(a){return Bv(sR(),a)});
z("ima.common.triggerViewabilityMeasurementUpdate",function(a,b){Fv(sR(),a,b)});var
BR=new Ak(5,5),CR=function(a)
{UH.call(this,a);this.C=this.ba=null;this.K=this.U=this.H=!
1;this.V=this.G=this.M=this.o=null;this.aa=!
1;this.D=null;this.size=this.getSize();this.fullscreen=this.Qd()};v(CR,UH);
CR.prototype.load=function(a,b){var c=L.getInstance().g;c.K=!
0;c.o();Bl("hvd_lc");DR(this);(Ic||
gE())&&this.g.removeAttribute("crossOrigin");this.U=!1;if(b)if(Bl("hvd_ad"),b
instanceof HC){if(Bl("hvd_mad"),c=b.getMediaUrl())
{Bl("hvd_admu");ER(this,c);return}}else if(b instanceof GC){Bl("hvd_dad");c=b.o;var
d=b.j,e=b.l,f=b.g,g=b.sb,h=b.ab;if(c&&d&&e&&f&&g&&h&&(Bl("hvd_addu"),b.Fa))
{Bl("hvd_admse");b=e+'; codecs="'+g+'"';f=f+';
codecs="'+h+'"';if(oF()&&oF()&&MediaSource.isTypeSupported(b)&&oF()&&MediaSource.is
TypeSupported(f)){Bl("hvd_ymse");
Bl("hvd_mse");h=!1;try{window.location.search.indexOf("goog_limavideo=true")!==-
1&&(h=!0)}catch(k){}a=this.g;y.customElements?h?h=!0:
(Qn(zC)&&U.getInstance().report(153,{limvid:"vd"}),h=Qn(zC)?!0:!1):h=!1;h&&a
instanceof IH?(a.fb=c,a.vb=d):(this.ba=new kI(a,[new fH(c,b,35E4,new XH),new
fH(d,f,82E3,new XH)]),Hr(this,this.ba),c=this.ba,c.j||
(c.j=Ai(c.g).toString()),c=c.j,a.src=c);a.load();return}Bl("hvd_nmse")}}else
Bl("hvd_uad");a?ER(this,a):(Bl("hvd_vn"),this.g.load())};
var ER=function(a,b)
{Bl("hvd_src");a=a.g;a.src=b;a.load()};m=CR.prototype;m.unload=function()
{DR(this);this.U=!1;var a=this.g;"removeAttribute"in a?
a.removeAttribute("src"):a.src="";a.load()};m.setVolume=function(a){var
b=this.g;b.volume=Math.max(a,0);b.muted=a===0?!0:!1};m.ne=function(a){var
b=this.g;b.style.left=String(a.left)+"px";b.style.top=String(a.top)
+"px";b.style.width=String(a.width)+"px";b.style.height=String(a.height)+"px"};
m.oe=function(){var
a=this.g;a.style.width="100%";a.style.height="100%";a.style.left="0";a.style.right=
"0"};m.play=function(){var a=this;this.aa=!1;if(!this.U&&!Ub())return this.K=!
0,Promise.resolve();this.K=!1;this.o=this.g.play();return this.o!=null?
(this.M=null,this.o.then(function(){a.o=null;a.ld(a.M);a.M=null}).catch(function(b)
{a.o=null;var c="";b!=null&&b.name!=null&&(c=b.name);c==="AbortError"||
c==="NotAllowedError"?
a.dispatchEvent("autoplayDisallowed"):a.Cb()})):Promise.resolve()};
m.pause=function(){this.o==null&&(this.aa=!0,this.g.pause())};m.bf=function(){var
a=this.g;return a.paused?Ic||Wc?a.currentTime<a.duration:!0:!1};m.Qd=function()
{return vR(this.g)};m.getSize=function(){return new
Ak(this.g.offsetWidth,this.g.offsetHeight)};m.O=function()
{this.V&&$D(this.V);this.Qb();UH.prototype.O.call(this)};
m.Fe=function(){this.Qb();var
a=this.g;this.j.listen(a,cQ,this.sh);this.j.listen(a,"ended",this.Yd);this.j.listen
(a,"webkitbeginfullscreen",this.Oa);this.j.listen(a,"webkitendfullscreen",this.kf);
this.j.listen(a,"loadedmetadata",this.ph);this.j.listen(a,"pause",this.ae);this.j.l
isten(a,"playing",this.ld);this.j.listen(a,"timeupdate",this.be);this.j.listen(a,"v
olumechange",this.lf);this.j.listen(a,"error",this.Cb);this.j.listen(a,Vc||Ic&&(!
Ic||!fE(dE,8))?"loadeddata":"canplay",this.Zd);this.C=new CP;
this.j.listen(this.C,"click",this.Vf);EP(this.C,a);this.G=new
Sw(1E3);this.j.listen(this.G,"tick",this.wa);this.G.start()};m.Qb=function()
{this.C!=null&&(GP(this.C),this.C=null);this.G!
=null&&this.G.dispose();BE(this.j);DR(this)};var DR=function(a){a.loaded=!1;a.l=!
1;a.H=!1;a.K=!1;a.A=0;a.o=null;a.M=null;Fr(a.D)};m=CR.prototype;m.sh=function(a)
{this.dispatchEvent(a.type)};
m.lc=function(){if(!this.l){this.l=!
0;this.dispatchEvent("start");try{if(Qn(zC)&&y.customElements){var
a=y.customElements.get("lima-video");this.g instanceof a?
U.getInstance().report(153,{limvid:"limastart"}):U.getInstance().report(153,
{limvid:"videostart"})}}catch(b){U.getInstance().report(153,
{limvid:"startfail"})}}};m.ph=function(){this.U=!0;this.K&&this.play();this.K=!
1;FR(this)};m.ld=function(a){this.o!=null?this.M=a:(this.dispatchEvent("play"),Ic||
gE()||Vc||this.lc())};
m.be=function(a){if(!this.l&&(Ic||gE()||Vc))
{if(this.getCurrentTime()<=0)return;if(Vc&&this.g.ended&&this.getDuration()===1)
{this.Cb(a);return}this.lc()}if(Ic||Ib(Ob(),"Nintendo WiiU"))
{if(this.getCurrentTime()-this.A>1.5){this.H=!
0;this.g.currentTime=this.A;return}this.H=!
1;this.getCurrentTime()>this.A&&(this.A=this.getCurrentTime())}this.dispatchEvent("
timeUpdate")};
m.ae=function(){if(this.l&&Ic&&!this.aa&&(GR(this)<2||this.H)){this.D=new
Sw(250);this.j.listen(this.D,"tick",this.va);this.D.start();var a=!0}else a=!1;a||
this.o||this.dispatchEvent("pause")};m.Yd=function(){var a=!0;if(Ic||
Ib(Ob(),"Nintendo WiiU"))a=this.A>=this.g.duration-1.5;!
this.H&&a&&this.dispatchEvent("end")};m.kf=function()
{this.dispatchEvent("endFullscreen")};m.Cb=function()
{this.dispatchEvent("error")};m.Vf=function(){this.dispatchEvent("click")};
var FR=function(a){var b=a.g;b instanceof
HTMLElement&&(a.V=ZD(b,BR),a.V.then(function(c){a.Ba()||
M(L.getInstance(),"ps",c.width+"x"+c.height)}))};CR.prototype.wa=function(){var
a=this.getSize(),b=this.Qd();if(a.width!==this.size.width||a.height!
==this.size.height)!this.fullscreen&&b?
this.dispatchEvent("beginFullscreen"):this.fullscreen&&!
b&&this.kf(),this.size=a,this.fullscreen=b};
CR.prototype.va=function(){if(this.g.ended||!this.bf())Fr(this.D);else{var
a=this.g;a=a.duration-a.currentTime;var b=GR(this);b>0&&(b>=2||
a<2)&&(Fr(this.D),this.play())}};var GR=function(a){var b;a:
{for(b=a.g.buffered.length-1;b>=0;b--)if(a.g.buffered.start(b)<=a.g.currentTime)
{b=a.g.buffered.end(b);break a}b=0}return b-
a.g.currentTime};CR.prototype.Oa=function()
{U.getInstance().report(139);this.dispatchEvent("beginFullscreen")};var
KR=function(a){if(a instanceof HR||a instanceof IR||a instanceof JR)return
a;if(typeof a.next=="function")return new HR(function(){return a});if(typeof
a[Symbol.iterator]=="function")return new HR(function(){return a[Symbol.iterator]
()});if(typeof a.Db=="function")return new HR(function(){return a.Db()});throw
Error("Not an iterator or iterable.");},HR=function(a)
{this.g=a};HR.prototype.Db=function(){return new
IR(this.g())};HR.prototype[Symbol.iterator]=function(){return new JR(this.g())};
HR.prototype.j=function(){return new JR(this.g())};var IR=function(a)
{this.g=a};v(IR,us);IR.prototype.next=function(){return
this.g.next()};IR.prototype[Symbol.iterator]=function(){return new
JR(this.g)};IR.prototype.j=function(){return new JR(this.g)};var JR=function(a)
{HR.call(this,function(){return a});this.l=a};v(JR,HR);JR.prototype.next=function()
{return this.l.next()};var LR=function(a,b)
{this.j={};this.g=[];this.l=this.size=0;var c=arguments.length;if(c>1){if(c%2)throw
Error("Uneven number of arguments");for(var
d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a)if(a instanceof
LR)for(c=a.Oc(),d=0;d<c.length;d++)this.set(c[d],a.get(c[d]));else for(d in
a)this.set(d,a[d])};m=LR.prototype;m.Hb=function(){MR(this);for(var
a=[],b=0;b<this.g.length;b++)a.push(this.j[this.g[b]]);return a};m.Oc=function()
{MR(this);return this.g.concat()};
m.has=function(a){return NR(this.j,a)};m.isEmpty=function(){return
this.size==0};m.clear=function()
{this.j={};this.l=this.size=this.g.length=0};m.remove=function(a){return
this.delete(a)};m.delete=function(a){return NR(this.j,a)?(delete this.j[a],--
this.size,this.l++,this.g.length>2*this.size&&MR(this),!0):!1};
var MR=function(a){if(a.size!=a.g.length){for(var b=0,c=0;b<a.g.length;){var
d=a.g[b];NR(a.j,d)&&(a.g[c++]=d);b++}a.g.length=c}if(a.size!=a.g.length)
{b={};for(d=c=0;c<a.g.length;){var e=a.g[c];NR(b,e)||(a.g[d++]=e,b[e]=1);c+
+}a.g.length=d}};m=LR.prototype;m.get=function(a,b){return NR(this.j,a)?
this.j[a]:b};m.set=function(a,b){NR(this.j,a)||(this.size+=1,this.g.push(a),this.l+
+);this.j[a]=b};m.forEach=function(a,b){for(var c=this.Oc(),d=0;d<c.length;d++){var
e=c[d],f=this.get(e);a.call(b,f,e,this)}};
m.keys=function(){return KR(this.Db(!0)).j()};m.values=function(){return
KR(this.Db(!1)).j()};m.entries=function(){var a=this;return
SD(this.keys(),function(b){return[b,a.get(b)]})};m.Db=function(a){MR(this);var
b=0,c=this.l,d=this,e=new us;e.next=function(){if(c!=d.l)throw Error("The map has
changed since the iterator was created");if(b>=d.g.length)return vs;var f=d.g[b+
+];return{value:a?f:d.j[f],done:!1}};return e};var NR=function(a,b){return
Object.prototype.hasOwnProperty.call(a,b)};var PR=function()
{Q.call(this);this.currentTime=this.o=0;this.duration=NaN;this.j=!0;this.D=!
1;this.volume=1;this.muted=!
1;this.K=1;this.playbackRate=0;this.g=null;this.A=0;this.P=4;this.C=this.l=null;thi
s.buffered=new OR;this.M=new
OR;this.H="";this.tagName="VIDEO";this.height=this.width=0;this.canPlayType=functio
n(){return""};this.G=new xE(this);Hr(this,this.G);var
a=GI(II);a&&(this.duration=DI(a))};v(PR,Q);
var QR=function(){var a=["video/mp4"],b=["video/ogg"],c=new
PR;c.canPlayType=function(d){return
a.includes(d)?"probably":b.includes(d)?"maybe":""};return
c};PR.prototype.play=function(){RR(this);return null};
var RR=function(a){a.D&&(a.currentTime=0,a.dispatchEvent("timeupdate"));a.j&&(a.j=!
1,a.dispatchEvent("play"),a.o=a.P,a.o<=2?
a.dispatchEvent("waiting"):a.dispatchEvent("playing"));if(a.g===null||
a.g.Ba())a.g=new Sw(10),Hr(a,a.g),a.g.listen("tick",function(){var b=ib()-
a.A,c=a.currentTime+b/1E3;a.A+=b;a.o>2&&(a.currentTime=Math.min(c,a.duration));a.di
spatchEvent("timeupdate");if(a.currentTime===a.duration){a.j=!0;a.D=!0;var d;
(d=a.g)==null||d.stop();a.dispatchEvent("ended")}});a.A=ib();a.g.start()};
m=PR.prototype;m.pause=function(){if(!this.j){var a;(a=this.g)==null||
a.stop();this.j=!0;this.dispatchEvent("timeupdate");this.dispatchEvent("pause")}};
m.load=function(){this.o=0;this.j=!0;this.dispatchEvent("loadstart");var
a;isNaN(this.duration)?
a=10+Math.random()*20:a=this.duration;this.duration=Number(a);this.dispatchEvent("d
urationchange");a=this.M;a.g.push(new
SR(this.duration));a.length=a.g.length;a=this.buffered;a.g.push(new
SR(this.duration));a.length=a.g.length;this.dispatchEvent("loadedmetadata");this.cu
rrentTime>0&&this.dispatchEvent("timeupdate");this.dispatchEvent("loadeddata");this
.dispatchEvent("canplay");this.dispatchEvent("canplaythrough");
this.dispatchEvent("progress");this.playbackRate=this.K};m.setVolume=function(a)
{this.volume=a;this.dispatchEvent("volumechange")};m.setAttribute=function(a,b){a!
=null&&TR.set(a,b)};m.getAttribute=function(a){return TR.get(a)};m.xh=function(a)
{var b=null,c=null;switch(a.type){case "loadeddata":b="Loaded";break;case
"playing":b="Playing";c="#00f";break;case "pause":b="Paused";break;case
"ended":b="Ended",c="#000"}b&&this.C&&(this.C.innerText=b);c&&this.l&&(this.l.style
.backgroundColor=c)};
ea.Object.defineProperties(PR.prototype,{src:{configurable:!0,enumerable:!
0,get:function(){return this.H},set:function(a){this.H=a}}});var TR=new
LR,SR=function(a){this.startTime=0;this.endTime=a},OR=function()
{this.length=0;this.g=[]};OR.prototype.start=function(a){return
this.g[a].startTime};OR.prototype.end=function(a){return this.g[a].endTime};var
VR=function(a)
{P.call(this);this.o=a;this.g=this.j=null;this.l=UR(this);this.j=document.createEle
ment("div");this.j.style.display="none";this.o.appendChild(this.j);this.j.appendChi
ld(this.l);this.g=document.createElement("div");this.g.style.position="absolute";th
is.g.style.width="100%";this.g.style.height="100%";this.g.style.left="0px";this.g.s
tyle.top="0px";this.j.appendChild(this.g);wH(function()
{M(L.getInstance(),"haob","1")})};v(VR,P);VR.prototype.initialize=function()
{this.l&&this.l.load()};
VR.prototype.O=function(){To(this.j);P.prototype.O.call(this)};
var UR=function(a){var b=GI(II);if(CI(b,"useVideoElementFake"))a=QR(),b=So("DIV",
{style:"position:absolute;width:100%;height:100%;top:0px;left:0px;"}),Object.assign
(b,a),a.l=So("DIV",
{style:"position:absolute;width:100%;height:100%;top:0px;left:0px;background-
color:#000"}),a.C=So("P",{style:"position:absolute;top:25%;margin-left:10px;font-
size:24px;color:#fff;"}),a.l.appendChild(a.C),b.appendChild(a.l),a.G.listen(a,
["loadeddata","playing","pause","ended"],a.xh),a=b;else{b=!
1;try{window.location.search.indexOf("goog_limavideo=true")!==
-1&&(b=!0)}catch(c){}if(WR(a,b)){b&&console.log("force lima video in
wrapper");a=null;try{a=new IH}catch(c){a=document.createElement("lima-
video"),Qn(zC)&&U.getInstance().report(153,
{limvid:"firefail"})}a.style.backgroundColor="#000";a.style.height="100%";a.style.w
idth="100%";a.style.position="absolute";a.style.left="0";a.style.top="0"}else
a=document.createElement("video"),a.style.backgroundColor="#000",a.style.height="10
0%",a.style.width="100%",a.style.position="absolute",a.style.left="0",a.style.top=
"0",a.title="Advertisement".toString()}a.setAttribute("webkit-
playsinline","true");a.setAttribute("playsinline","true");return
a},WR=function(a,b){if(!y.customElements)return!1;if(b)return!0;if(Vb()&&Io(a.o)!
==document)return!1;Qn(zC)&&U.getInstance().report(153,{limvid:"vw"});return
Qn(zC)?!0:!1};VR.prototype.Xb=function(){return this.g};VR.prototype.kb=function()
{var a=this.j;a!=null&&(a.style.display="none")};var aS=function(a,b,c){var
d=a&&a.getRootNode?a.getRootNode({composed:!0}):a;if(a==null||!Uo(Io(d),d))throw
fK(eK,null,"containerElement","element");this.j=b;this.P=wJ(this.j||
null);this.M=hE(this.j||null);this.K=String(Math.floor(Math.random()*1E9));this.D=!
1;this.sc=a;this.H=b!=null;II.g=2;this.I=YR(b?b:null);d=So("DIV",
{style:"position:absolute"});a.insertBefore(d,a.firstChild);this.o=d;this.g=null;ZR
(this)&&b?a=new CR(b):(this.g=new VR(this.o),a=new
CR(this.g.l));this.da=a;this.ya=this.l=null;
if(a=this.g&&II.o)a=!(ZR(this)||Fc||Hc||ar()||Ec&&(!Ec||!fE(eE,4)));a&&(this.l=new
VR(this.o),this.ya=new CR(this.l.l));this.B=c||null;this.G=this.B!
=null;ZR(this)&&b?typeof b.getBoundingClientRect!=="function"?
(c=this.o,II.l=c):c=b:c=this.o;this.C=c;this.A=new mR(this.o,this,!1);this.size=new
Ak(0,0);this.L="";b&&(b=xD(b.src||b.currentSrc),b.toString().length<200?
this.L=b.toString():b.g.length<200&&(this.L=b.g));this.ze=new
Map;this.ze.set("videoDisplay1",this.da);this.ya&&this.ze.set("videoDisplay2",
this.ya);$R(this)&&!II.j&&console.warn("Custom media element must be a <video> or
<audio> element. Viewability/audibility measurement will
fail.")};m=aS.prototype;m.initialize=function(){this.D=!0;this.g!
=null&&this.g.initialize();this.l!=null&&this.l.initialize()};m.ua=function()
{return this.D};m.destroy=function(){var
a=this;this.j=null;Fr(this.g);Fr(this.l);Fr(this.A);this.da.zc(function(){return
Fr(a.da)});this.ya!=null&&this.ya.zc(function(){return Fr(a.ya)});To(this.o)};
m.ud=function(){if(this.g!=null){var a=this.g.j;a!
=null&&(a.style.display="block")}};m.Bc=function(a){this.da!
==a&&this.g&&this.l&&this.ya&&(a.setVolume(this.da.getVolume()),a=this.da,this.da=t
his.ya,this.ya=a,a=this.g,this.g=this.l,this.l=a,this.l.kb(),this.A.Bc(this.da))};m
.kb=function(){this.g!=null&&this.g.kb()};m.Xb=function(){return this.G&&this.B?
this.B:this.g!=null?this.g.Xb():null};
var ZR=function(a){return vJ(a.I)&&a.H},$R=function(a){var
b=["VIDEO","AUDIO"],c;return ZR(a)&&!!a.j&&!b.includes((c=a.j.tagName)==null?void
0:c.toUpperCase())};aS.prototype.getSize=function(){return this.size};var
YR=function(a){return a!=null&&typeof
a.getAttribute==="function"&&a.getAttribute("playsinline")!=null?!0:!
1};aS.prototype.ne=function(a){this.da.ne(a)};aS.prototype.oe=function()
{this.da.oe()};aS.prototype.destroy=aS.prototype.destroy;aS.prototype.initialize=aS
.prototype.initialize;var
bS={AD_LOAD:"adLoadError",AD_PLAY:"adPlayError"},cS=function(a){var
b=Error.call(this);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.data=a};v(cS,Error);m=cS.prototype;m.getInnerError=fun
ction(){var a=this.data.innerError;return a instanceof Object?new cS(a):a!=null?
Error(a):null};m.getMessage=function(){return
this.data.errorMessage};m.getErrorCode=function(){return
this.data.errorCode};m.getVastErrorCode=function(){var a=this.getErrorCode();return
a<1E3?a:900};m.getType=function(){return this.data.type};
m.toString=function(){return"AdError "+this.getErrorCode()+": "+this.getMessage()+
(this.getInnerError()!=null?" Caused by:
"+this.getInnerError():"")};cS.prototype.getType=cS.prototype.getType;cS.prototype.
getVastErrorCode=cS.prototype.getVastErrorCode;cS.prototype.getErrorCode=cS.prototy
pe.getErrorCode;cS.prototype.getMessage=cS.prototype.getMessage;cS.prototype.getInn
erError=cS.prototype.getInnerError;
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ad_err
or.AdError.Type",bS);var dS={AD_ERROR:"adError"},eS=function(a,b){b=b===void 0?
null:b;Pv.call(this,"adError");this.error=a;this.j=b};v(eS,Pv);eS.prototype.getErro
r=function(){return this.error};eS.prototype.getUserRequestContext=function()
{return
this.j};eS.prototype.getUserRequestContext=eS.prototype.getUserRequestContext;eS.pr
ototype.getError=eS.prototype.getError;z("module$exports$google3$javascript$ads$int
eractivemedia$sdk$clientside$api$ad_error_event.AdErrorEvent.Type",dS);var
fS={AD_CAN_PLAY:"adCanPlay",ai:"adStarted",CONTENT_PAUSE_REQUESTED:"contentPauseReq
uested",CONTENT_RESUME_REQUESTED:"contentResumeRequested",CLICK:"click",VIDEO_CLICK
ED:"videoClicked",VIDEO_ICON_CLICKED:"videoIconClicked",Ae:"engagedView",EXPANDED_C
HANGED:"expandedChanged",STARTED:"start",AD_PROGRESS:"adProgress",AD_BUFFERING:"adB
uffering",IMPRESSION:"impression",Ge:"measurable_impression",VIEWABLE_IMPRESSION:"v
iewable_impression",Be:"fully_viewable_audible_half_duration_impression",Yf:"overla
y_resize",
Zf:"overlay_unmeasurable_impression",ag:"overlay_unviewable_impression",cg:"overlay
_viewable_immediate_impression",bg:"overlay_viewable_end_of_session_impression",xi:
"externalActivityEvent",PAUSED:"pause",RESUMED:"resume",FIRST_QUARTILE:"firstQuarti
le",MIDPOINT:"midpoint",THIRD_QUARTILE:"thirdQuartile",COMPLETE:"complete",DURATION
_CHANGE:"durationChange",USER_CLOSE:"userClose",qj:"userRecall",ej:"prefetched",LOA
DED:"loaded",ALL_ADS_COMPLETED:"allAdsCompleted",SKIPPED:"skip",gg:"skipShown",LINE
AR_CHANGED:"linearChanged",
SKIPPABLE_STATE_CHANGED:"skippableStateChanged",AD_METADATA:"adMetadata",AD_BREAK_F
ETCH_ERROR:"adBreakFetchError",AD_BREAK_READY:"adBreakReady",LOG:"log",VOLUME_CHANG
ED:"volumeChange",VOLUME_MUTED:"mute",INTERACTION:"interaction",fi:"companionBackfi
ll",oj:"trackingUrlPinged",rj:"video_card_endcap_collapse",sj:"video_card_endcap_di
smiss",tj:"video_card_endcap_impression",ji:"companionInitialized",hi:"companionImp
ression",gi:"companionClick",Yi:"mediaUrlPinged",LOAD_START:"loadStart",aj:"navigat
ionRequested"},
gS=function(a,b,c){b=b===void 0?null:b;c=c===void 0?
null:c;Pv.call(this,a);this.ad=b;this.l=c};v(gS,Pv);gS.prototype.getAd=function()
{return this.ad};gS.prototype.getAdData=function(){return
this.l};gS.prototype.getAdData=gS.prototype.getAdData;gS.prototype.getAd=gS.prototy
pe.getAd;z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$a
pi$ad_event.AdEvent.Type",fS);var hS=function(a,b){b=b===void 0?
null:b;gS.call(this,"adMetadata",a);this.j=b};v(hS,gS);hS.prototype.Hg=function()
{return this.j};hS.prototype.getAdCuePoints=hS.prototype.Hg;var iS=function(a)
{this.adBreakDuration=a.adBreakDuration;this.adPosition=a.adPosition;this.currentTi
me=a.currentTime;this.duration=a.duration;this.totalAds=a.totalAds};var
jS=function(a,b)
{Q.call(this);this.l=a;this.A=b;this.j=this.l.currentTime;this.g=new
Sw(250);Hr(this,this.g);this.o=new
xE(this);Hr(this,this.o);zE(this.o,this.g,"tick",this.C,!
1,this)};v(jS,Q);jS.prototype.ib=function(){return
this.j};jS.prototype.start=function()
{kS(this);this.g.start()};jS.prototype.stop=function()
{this.g.stop()};jS.prototype.C=function(){var a=this.l.currentTime;a!
==this.ib()&&(this.j=a,kS(this))};
var kS=function(a){var
b={};b.currentTime=a.ib();PJ(a.A,"contentTimeUpdate","contentTimeUpdate",b)};var
lS=Cc&&"srcdoc"in
Qo(document,"IFRAME"),mS=function(a,b){a.open("text/html","replace");Hi(a,wE(String
(b)));a.close()};var nS={rgb:!0,rgba:!0,alpha:!0,rect:!0,image:!0,"linear-
gradient":!0,"radial-gradient":!0,"repeating-linear-gradient":!0,"repeating-radial-
gradient":!0,"cubic-bezier":!0,matrix:!0,perspective:!0,rotate:!0,rotate3d:!
0,rotatex:!0,rotatey:!0,steps:!0,rotatez:!0,scale:!0,scale3d:!0,scalex:!0,scaley:!
0,scalez:!0,skew:!0,skewx:!0,skewy:!0,translate:!0,translate3d:!0,translatex:!
0,translatey:!0,translatez:!0},oS=function(a){a=zb(a);if(a=="")return null;var
b=String(a.slice(0,4)).toLowerCase();if(("url("<
b?-1:"url("==b?0:1)==0)return null;if(a.indexOf("(")>0){if(/"|'/.test(a))return
null;b=/([\-\w]+)\(/g;for(var c;c=b.exec(a);)if(!(c[1].toLowerCase()in nS))return
null}return a};function pS(a,b){a=y[a];return a&&a.prototype?
(b=Object.getOwnPropertyDescriptor(a.prototype,b))&&b.get||null:null}function qS(a)
{var b=y.CSSStyleDeclaration;return b&&b.prototype&&b.prototype[a]||
null}pS("Element","attributes")||
pS("Node","attributes");pS("Element","innerHTML")||
pS("HTMLElement","innerHTML");pS("Node","nodeName");pS("Node","nodeType");pS("Node"
,"parentNode");pS("Node","childNodes");pS("HTMLElement","style")||
pS("Element","style");pS("HTMLStyleElement","sheet");
var rS=qS("getPropertyValue"),sS=qS("setProperty");pS("Element","namespaceURI")||
pS("Node","namespaceURI");function tS(a,b,c,d){if(a)return
a.apply(b,d);if(zc&&document.documentMode<10){if(!b[c].call)throw Error("IE
Clobbering detected");}else if(typeof b[c]!="function")throw Error("Clobbering
detected");return b[c].apply(b,d)};var uS={"-webkit-border-horizontal-spacing":!
0,"-webkit-border-vertical-spacing":!0};
function vS(a){if(!a)return"";var
b=document.createElement("div").style;wS(a).forEach(function(c){var d=Cc&&c in uS?
c:c.replace(/^-(?:apple|css|epub|khtml|moz|mso?|o|rim|wap|webkit|xv)-(?=[a-z])/
i,"");d.lastIndexOf("--",0)!=0&&d.lastIndexOf("var",0)!
=0&&(c=tS(rS,a,a.getPropertyValue?"getPropertyValue":"getAttribute",
[c])||"",c=oS(c),c!=null&&tS(sS,b,b.setProperty?"setProperty":"setAttribute",
[d,c]))});return b.cssText||""}function wS(a){Xa(a)?a=pc(a):
(a=Yh(a),lc(a,"cssText"));return a};var xS=function(a,b,c)
{Q.call(this);this.j=a;this.l=b;this.C=c;this.g=null;this.G=this.D="";this.H=0;this
.o=this.slot=this.frameElement=null;this.A=""};v(xS,Q);
xS.prototype.init=function(a)
{this.A=a;a="about:blank";zc&&(a="");this.frameElement=So("IFRAME",
{src:a,allowtransparency:!
0,background:"transparent",title:"Advertisement"});Fq(this.frameElement,
{display:"none",width:"0",height:"0"});a=this.j.sc;a.appendChild(this.frameElement)
;a=a.ownerDocument;a=a.defaultView||a.parentWindow;this.o==null&&(this.o=new
xE(this));this.o.listen(a,"message",this.K);a='<body><script
src="//imasdk.googleapis.com/js/sdkloader/loader.js">\x3c/script><script>loader =
new VPAIDLoader(false, "'+
(this.A+'");\x3c/script></body>');if(Wc||Uc||Ac){var
b=this.frameElement.contentWindow;b&&mS(b.document,a)}else b=this.frameElement,lS?
(a=wE(a),b.srcdoc=Di(a)):(b=b.contentWindow)&&mS(b.document,a)};
xS.prototype.K=function(a){try{var b=a.Za.data;try{var c=JSON.parse(b)}catch(t)
{return}var d=c.session;if(d!=null&&this.A===d)switch(c.type){case
"friendlyReady":var e=yS(this);if(e!=null){this.g=e;this.D=e.currentSrc;var
f=e.style.cssText,g=document.implementation.createHTMLDocument("").createElement("D
IV");g.style.cssText=f;this.G=vS(g.style);this.H=e.currentTime}else{var
h=this.j.sc,k="border: 0; margin: 0; padding: 0; position: absolute;
",l=this.j.getSize();k+="width:"+l.width+"px;";k+="height:"+
l.height+"px;";this.g=So("VIDEO",{style:k,autoplay:!0});h.appendChild(this.g)}var
n=this.j.sc;h="border: 0; margin: 0; padding: 0;position: absolute; ";var
p=Oq(this.g);h+="width:"+p.width+"px;";h+="height:"+p.height+"px;";this.slot=So("DI
V",
{style:h});n.appendChild(this.slot);try{this.frameElement.contentWindow.loader.init
Friendly(this.g,this.slot)}catch(t){zS(this)}PJ(this.l,"vpaid","",b);break;case
"becameLinear":this.g&&!Sh()&&!Rh()&&Fq(this.g,
{visibility:"visible"});PJ(this.l,"vpaid","",b);break;
case "becameNonlinear":AS(this);PJ(this.l,"vpaid","",b);break;case
"startAd":n={};if(this.g){k=this.g.paused;var r=this.g.currentTime>0;n.apl=r&&!
k?"1":"0";n.ip=k?"1":"0";n.iavp=r?"1":"0"}else
n.apl="n";U.getInstance().report(99,n);PJ(this.l,"vpaid","",b);this.ud();break;defa
ult:PJ(this.l,"vpaid","",b)}}catch(t){zS(this)}};var zS=function(a){var
b={type:"error"};b.session=a.A;b=JSON.stringify(b);a.postMessage(b)};xS.prototype.p
ostMessage=function(a){window.postMessage(a,"*")};
var yS=function(a){return(a.C==="videoDisplayUnknown"?
a.j.da:a.j.ze.get(a.C)).g};xS.prototype.ud=function(){yS(this)!
=null&&this.j.ud()};var AS=function(a){a.g&&!Sh()&&!Rh()&&Fq(a.g,
{visibility:"hidden"})};xS.prototype.O=function()
{Fr(this.o);this.o=null;To(this.slot);this.slot=null;To(this.frameElement);this.fra
meElement=null;var a=yS(this);a!=null?(a.style.cssText=this.G,Sh()||Rh()?
(a.src=this.D,a.currentTime=this.H):(a.removeAttribute("src"),this.j.kb())):
(To(this.g),this.g=null);Q.prototype.O.call(this)};var BS=function(a,b)
{P.call(this);this.j=a;this.l=b;this.g=new Map};v(BS,P);var CS=function(a,b)
{try{var c=b.session;switch(b.vpaidEventType){case
"createFriendlyIframe":c="videoDisplayUnknown";b.videoDisplayName&&(c=b.videoDispla
yName);var d=b.session,e=new xS(a.j,a.l,c);a.g.set(d,e);e.init(d);break;case
"vpaidNonLinear":var f=a.g.get(c);f&&AS(f);break;case "destroyFriendlyIframe":var
g=a.g.get(c);g&&(g.dispose(),a.g.delete(c))}}catch(h){U.getInstance().report(125,
{msg:h.message})}};
BS.prototype.O=function(){this.g.forEach(function(a){a.dispose()})};var
DS=function(a){this.F=D(a)};v(DS,I);DS.prototype.getValue=function(){return
F(this,1)};DS.prototype.getVersion=function(){return G(this,5)};var ES=Eh(DS);var
FS=function(a){this.g=a||{cookie:""}};m=FS.prototype;
m.set=function(a,b,c){var d=!1;if(typeof c==="object"){var e=c.vf;d=c.pd||!1;var
f=c.domain||void 0;var g=c.path||void 0;var h=c.Yc}if(/[;=\s]/.test(a))throw
Error('Invalid cookie name "'+a+'"');if(/[;\r\n]/.test(b))throw Error('Invalid
cookie value "'+b+'"');h===void 0&&(h=-1);this.g.cookie=a+"="+b+(f?";domain="+f:"")
+(g?";path="+g:"")+(h<0?"":h==0?";expires="+(new
Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()
+h*1E3)).toUTCString())+(d?";secure":"")+(e!=null?";samesite="+e:"")};
m.get=function(a,b){for(var
c=a+"=",d=(this.g.cookie||"").split(";"),e=0,f;e<d.length;e++)
{f=zb(d[e]);if(f.lastIndexOf(c,0)==0)return
f.slice(c.length);if(f==a)return""}return b};m.remove=function(a,b,c){var
d=this.get(a)!==void 0;this.set(a,"",{Yc:0,path:b,domain:c});return
d};m.Oc=function(){return GS(this).keys};m.Hb=function(){return
GS(this).values};m.isEmpty=function(){return!this.g.cookie};m.clear=function()
{for(var a=GS(this).keys,b=a.length-1;b>=0;b--)this.remove(a[b])};
var GS=function(a){a=(a.g.cookie||"").split(";");for(var
b=[],c=[],d,e,f=0;f<a.length;f++)e=zb(a[f]),d=e.indexOf("="),d==-1?
(b.push(""),c.push(e)):
(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};var
HS;function IS(a){return HS?HS:a.origin==="null"?HS=!1:HS=JS(a)}function JS(a){if(!
a.navigator.cookieEnabled)return!1;var b=new FS(a.document);if(!b.isEmpty())return!
0;b.set("TESTCOOKIESENABLED","1",{Yc:60,vf:a.isSecureContext?"none":void
0,pd:a.isSecureContext||void 0});if(b.get("TESTCOOKIESENABLED")!=="1")return!
1;b.remove("TESTCOOKIESENABLED");return!0}function KS(a,b){b=b.origin!=="null"?
b.document.cookie:null;return b===null?null:(new FS({cookie:b})).get(a)||""}
function LS(a,b,c,d){d.origin!=="null"&&(d.isSecureContext&&(c=Object.assign({},c,
{vf:"none",pd:!0})),(new FS(d.document)).set(a,b,c))};var MS=function()
{this.g=window},NS=function(a,b,c,d){if(d){var
e=gg(c,2)-Date.now()/1E3;e={Yc:Math.max(e,0),path:F(c,3),domain:F(c,4),pd:!
1};c=c.getValue();PI(d)&&LS(b,c,e,a.g)}},OS=function(a,b,c){if(c&&PI(c)&&KS(b,a.g))
{var d=a.g.location.hostname;if(d==="localhost")d=["localhost"];else
if(d=d.split("."),d.length<2)d=[];else{for(var e=[],f=0;f<d.length-1;+
+f)e.push(d.slice(f).join("."));d=e}d=x(d);for(e=d.next();!
e.done;e=d.next())if(PI(c)){f=b;var g=a.g;g.origin!=="null"&&(new
FS(g.document)).remove(f,
"/",e.value)}}};function PS()
{this.g=[];this.j=[]}m=PS.prototype;m.isEmpty=function(){return
this.g.length===0&&this.j.length===0};m.clear=function()
{this.g=[];this.j=[]};m.contains=function(a){return kc(this.g,a)||
kc(this.j,a)};m.remove=function(a){var b=this.g;b:{var c=b.length-
1;c<0&&(c=Math.max(0,b.length+c));if(typeof b==="string")c=typeof a!=="string"||
a.length!=1?-1:b.lastIndexOf(a,c);else{for(;c>=0;c--)if(c in b&&b[c]===a)break
b;c=-1}}c>=0?(mc(b,c),b=!0):b=!1;return b||lc(this.j,a)};
m.Hb=function(){for(var a=[],b=this.g.length-1;b>=0;--
b)a.push(this.g[b]);b=this.j.length;for(var c=0;c<b;++c)a.push(this.j[c]);return
a};var Z=function(a,b,c,d,e,f,g,h){Q.call(this);var
k=this;this.H=a;this.g=b;this.adTagUrl=c;this.ca=d;this.Pa=e;this.D=g;this.Oa=h;thi
s.o=new BQ;this.M=!1;this.volume=1;this.ca=d;this.ba=-
1;this.C=this.l=this.j=null;this.A=new jS({currentTime:0},this.D);this.G=new
PS;this.ia=this.V=!1;this.Z=new Map;this.aa=this.va=!1;this.wa=new
BS(b,g);Hr(this,this.wa);this.K=f&&this.g.B!=null;this.P=function(){var
l=k.g.da,n=l.getCurrentTime();l=l.getDuration();return{currentTime:n,duration:l,isP
laying:!0,volume:k.volume}};
this.U=new xE(this);this.U.listen(this.D,"adsManager",this.Fb)};v(Z,Q);
Z.prototype.Fb=function(a){var
b=this,c={type:a.messageType,data:a.na};switch(c.type){case
"error":QS(this);RS(this,c.data);break;case
"contentPauseRequested":U.getInstance().report(130);SS(this);this.A.stop();TS(this,
c);break;case "contentResumeRequested":US(this,function(){TS(b,c)});break;case
"remainingTime":this.ba=c.data.remainingTime;break;case
"companionBackfill":a=Va("window.google_show_companion_ad");a!=null&&a();break;case
"skipShown":this.M=!0;TS(this,c);break;case "vpaidEvent":CS(this.wa,
c.data);break;case "skippableStateChanged":a=c.data.adData;(a==null?void
0:a.skippable)!=null&&(this.M=a.skippable);TS(this,c);break;case
"volumeChange":a=c.data.adData;a!=null&&typeof
a.volume==="number"&&(this.volume=a.volume);TS(this,c);break;case
"firstQuartile":TS(this,{type:EJ.firstQuartile,data:c.data});TS(this,c);break;case
"thirdQuartile":TS(this,{type:EJ.thirdQuartile,data:c.data});TS(this,c);break;case
"updateGfpCookie":VS(this,c.data);break;default:TS(this,c)}};
var TS=function(a,b){var
c=b.data.adData,d=null;c&&(c.companions==null&&(d=a.Z.get(c.adId),c.companions=d!
=null?d:[]),d=new W(c),a.j=d);switch(b.type){case "adBreakReady":case
"mediaUrlPinged":b=new gS(b.type,null,b.data);break;case
"adMetadata":c=null;b.data.adCuePoints!=null&&(c=new AQ(b.data.adCuePoints));b=new
hS(d,c);break;case "allAdsCompleted":a.j=null;a.va=!0;b=new gS(b.type,d);break;case
"contentPauseRequested":a.aa=!1;b=new gS(b.type,d);break;case
"contentResumeRequested":a.j=null;a.aa=
!0;b=new gS(b.type,d);break;case "loaded":a.ba=d.getDuration();a.M=!1;if(xJ()){var
e=a.H,f=d,g=a.Pa;e.j.set(xQ(f),a.P);xR(e)&&wR(e,"loaded",xQ(f),g)}b=new
gS(b.type,d,c);break;case "start":c&&(e=c.adId,
(c=c.companions)&&a.Z.set(e,c));a.g.Xb()!=null&&(a.l==null?(a.l=new
CP,a.U.listen(a.l,"click",a.rh)):GP(a.l),EP(a.l,a.g.Xb()));b=new
gS(b.type,d);break;case "complete":a.l!
=null&&GP(a.l);xJ()&&zR(a.H,a.P,xQ(d));a.j=null;c&&a.Z.delete(c.adId);b=new
gS(b.type,d);break;case "log":c=null;e=b.data.logData;
e!=null&&e.type!=null?(f=e.type,f=f==="adLoadError"||f==="adPlayError"):f=!
1;f&&(c={adError:new cS(e)});b=new gS(b.type,d,c);break;case "interaction":b=new
gS(b.type,d,b.data.interactionData);break;case "adProgress":b=new gS(b.type,d,new
iS(b.data));break;default:b=new
gS(b.type,d)}a.dispatchEvent(b);a.va&&a.aa&&a.destroy()},RS=function(a,b){var c=new
eS(new cS(b));a.V?
(a.dispatchEvent(c),xJ()&&a.j&&zR(a.H,a.P,xQ(a.j)),a.j=null):a.G.j.push(c);a={error
:b.errorCode,vis:Pk(document)};U.getInstance().report(7,
a)},WS=function(a,b){PJ(a.D,"adsManager",b.type,b.data)},US=function(a,b)
{U.getInstance().report(131);QS(a,b);a.Ba()||a.A.start()},SS=function(a){var
b=a.g.da;ZR(a.g)&&a.o.restoreCustomPlaybackStateOnAdBreakComplete&&b.Ee!
=null&&b.Ee()},QS=function(a,b){var
c=a.g.da;ZR(a.g)&&a.o.restoreCustomPlaybackStateOnAdBreakComplete&&c.zc!=null?
c.zc(b):b&&b()};m=Z.prototype;m.configureAdsManager=function(a,b)
{this.C=a;a.currentTime!=null&&(this.A=new jS(a,this.D),this.A.start());b!
=null&&(this.o=XS(b))};
m.init=function(a,b,c,d){if(this.G.isEmpty()){var
e=this.g,f=null;e.j&&d==null&&(f={vd:"setnull"});e.j&&e.j===d&&(f={vd:"match"});if(
e.j&&e.j!==d){f=wJ(d||null);var g=hE(d||
null);f={vd:"diff",oc:e.P,nc:f,oi:e.M,ni:g}}!
e.j&&d&&(f={vd:"new"});f&&(f.custVid=e.K,U.getInstance().report(93,f));d!
=null&&(e.I=YR(d),vJ(e.I)&&(e.H=!
0,Fr(e.g),Fr(e.l),Fr(e.ya),e.g=null,e.l=null,e.ya=null,Fr(e.da),e.da=new
CR(d),typeof d.getBoundingClientRect!=="function"?
(e.C=e.o,II.l=e.C):e.C=d,e.A.Bc(e.da)));this.V=!0;this.resize(a,
b,c);d=CQ(this.o,this.K);e={};a=(e.adsRenderingSettings=d,e.width=a,e.height=b,e.vi
ewMode=c,e);WS(this,{type:"init",data:a})}else{for(;!
this.G.isEmpty();)b=a=this.G,b.g.length===0&&(b.g=b.j,b.g.reverse(),b.j=[]),a=a.g.p
op(),this.dispatchEvent(a);this.dispose()}};m.isCustomPlaybackUsed=function()
{return ZR(this.g)};m.isCustomClickTrackingUsed=function(){return
this.K};m.getRemainingTime=function(){return
this.ba};m.getAdSkippableState=function(){return
this.M};m.discardAdBreak=function(){WS(this,{type:"discardAdBreak"})};
m.updateAdsRenderingSettings=function(a){if(a!=null){a=XS(a);var
b=this.o.bitrate,c=a.bitrate;U.getInstance().report(96,
{init:this.V?"1":"0",start:this.ia?"1":"0",old:b,"new":c,changed:b!
==c?"1":"0"});this.o=a;a=CQ(this.o,this.K);b={};a=(b.adsRenderingSettings=a,b);WS(t
his,{type:"updateAdsRenderingSettings",data:a})}};m.skip=function(){WS(this,
{type:"skip"})};
m.start=function(){if(this.adTagUrl){(Fc||Hc)&&U.getInstance().report(50,
{customPlayback:ZR(this.g)});this.g.ua()||U.getInstance().report(26,
{adtagurl:this.adTagUrl,customPlayback:ZR(this.g)});Uq(this.g.o)&&U.getInstance().r
eport(30,{adtagurl:this.adTagUrl,customPlayback:ZR(this.g)});var
a=this.g.B,b=this.g.o,c;if(c=a&&b&&!
Uq(a))a=uR(a),b=uR(b),c=a.width>0&&a.height>0&&b.width>0&&b.height>0&&a.left<=b.lef
t+b.width&&b.left<=a.left+a.width&&a.top<=b.top+b.height&&b.top<=a.top+a.height;b=c
;U.getInstance().report(31,
{adtagurl:this.adTagUrl,customPlayback:ZR(this.g),covers:b})}if(!this.g.ua()&&!
ZR(this.g))throw fK(dK);b=this.g;b.G=this.K&&b.B!
=null;this.g.A.frameElement.style.opacity="1";if(this.C!
=null&&this.getVolume()===1){var d,e;if(typeof((d=this.C)==null?void
0:d.muted)==="boolean"&&((e=this.C)==null?0:e.muted))this.setVolume(0);else{var
f;if(typeof((f=this.C)==null?void 0:f.volume)==="number"){var g;d=(g=this.C)==null?
void 0:g.volume;if(d>=0&&d<=1){var h;this.setVolume((h=this.C)==null?void
0:h.volume)}}}}this.ia=
!0;WS(this,{type:"start"})};m.rh=function(){if(!this.o.disableClickThrough&&this.j!
=null){var a=yQ(this.j);a!=null&&PD(a,zQ(this.j))}};
m.resize=function(a,b,c){var d=this.g,e=d.o;e!=null&&(a===-1?
(e.style.right="0",e.style.left="0"):e.style.width=a+"px",b===-1?
(e.style.bottom="0",e.style.top="0"):e.style.height=b+"px");e=d.A;e.frameElement.wi
dth=a===-1?"100%":String(a);e.frameElement.height=b===-
1?"100%":String(b);try{e.frameElement.offsetTop=e.frameElement.offsetTop}catch(f)
{}d.size=new Ak(a,b);d={};a=(d.width=a,d.height=b,d.viewMode=c,d);WS(this,
{type:"resize",data:a})};m.stop=function(){WS(this,{type:"stop"})};
m.expand=function(){WS(this,{type:"expand"})};m.collapse=function(){WS(this,
{type:"collapse"})};m.getVolume=function(){return
this.volume};m.setVolume=function(a){this.volume=a;this.g.da.setVolume(a);var
b={};a=(b.volume=a,b);WS(this,{type:"volume",data:a})};m.pause=function(){WS(this,
{type:"pause"})};m.resume=function(){WS(this,{type:"resume"})};m.destroy=function()
{this.dispose()};m.getCuePoints=function(){return this.ca};m.Ig=function(){return
this.j};
m.O=function(){WS(this,{type:"destroy"});this.l!
=null&&this.l.dispose();this.U.dispose();this.G.clear();this.A&&(this.A.stop(),this
.A.dispose());xJ()&&zR(this.H,this.P);Q.prototype.O.call(this)};m.wg=function()
{U.getInstance().report(124,{api:"clicked"});var
a=this.j&&yQ(this.j),b;if(a&&((b=this.j)==null?0:b.cf())){var c;PD(a,
(c=this.j)==null?void 0:zQ(c))}WS(this,{type:"click"})};m.focus=function()
{PJ(this.D,"userInteraction","focusUiElement")};
var VS=function(a,b){var c=b.gfpCookieUserEnabled;b=b.gfpCookieClearData;var d=new
DS;d=rg(d,1,c?"0":"1");d=xf(d,2,De(2147483647));d=rg(d,3,"/");d=rg(d,4,window.locat
ion.hostname);var e=new MS,f,g;a=(g=(f=a.Oa)==null?void 0:ZI(f))!=null?
g:null;NS(e,"__gpi_opt_out",d,a);if(!c||
b)OS(e,"__gads",a),OS(e,"__gpi",a)};Z.prototype.clicked=Z.prototype.wg;Z.prototype.
getCurrentAd=Z.prototype.Ig;Z.prototype.getCuePoints=Z.prototype.getCuePoints;Z.pro
totype.destroy=Z.prototype.destroy;Z.prototype.resume=Z.prototype.resume;
Z.prototype.pause=Z.prototype.pause;Z.prototype.setVolume=Z.prototype.setVolume;Z.p
rototype.getVolume=Z.prototype.getVolume;Z.prototype.collapse=Z.prototype.collapse;
Z.prototype.expand=Z.prototype.expand;Z.prototype.stop=Z.prototype.stop;Z.prototype
.resize=Z.prototype.resize;Z.prototype.start=Z.prototype.start;Z.prototype.skip=Z.p
rototype.skip;Z.prototype.updateAdsRenderingSettings=Z.prototype.updateAdsRendering
Settings;Z.prototype.discardAdBreak=Z.prototype.discardAdBreak;
Z.prototype.getAdSkippableState=Z.prototype.getAdSkippableState;Z.prototype.getRema
iningTime=Z.prototype.getRemainingTime;Z.prototype.isCustomClickTrackingUsed=Z.prot
otype.isCustomClickTrackingUsed;Z.prototype.isCustomPlaybackUsed=Z.prototype.isCust
omPlaybackUsed;Z.prototype.init=Z.prototype.init;function XS(a){if(a instanceof
BQ)return U.getInstance().report(174,{valid:!0}),a;U.getInstance().report(174,
{valid:!1});var b=new BQ;b.append(a);return b};var
YS={ADS_MANAGER_LOADED:"adsManagerLoaded"},ZS=function(a,b)
{Pv.call(this,"adsManagerLoaded");this.j=a;this.l=b};v(ZS,Pv);ZS.prototype.getAdsMa
nager=function(a,b){a=a||{currentTime:null};this.j.configureAdsManager(a,b);return
this.j};ZS.prototype.getUserRequestContext=function(){return
this.l};ZS.prototype.getUserRequestContext=ZS.prototype.getUserRequestContext;ZS.pr
ototype.getAdsManager=ZS.prototype.getAdsManager;
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ads_ma
nager_loaded_event.AdsManagerLoadedEvent.Type",YS);var $S=function()
{this.g=window},aT=function(a,b,c){var d=c.ie;c=c.je;return dg(b,8)||(d||!
PI(b))&&c||!IS(a.g)?!1:!0};function bT(){var
a=window,b,c;return(c=["pbjs"].concat((b=a._pbjsGlobals)!=null?b:
[]).map(function(d){return a[d]}).find(function(d){return Array.isArray(d==null?
void 0:d.que)}))!=null?c:null};function cT(a,b){var c,d,e;b==null?e=void
0:e=b.get.call(b,a);return(d=(c=e)!=null?c:b==null?void 0:b.get(ej(a)))!=null?
d:0};var dT=/^v?\d{1,3}(\.\d{1,3}){0,2}(-pre)?$/,eT=new Map,fT=function(a,b,c)
{this.pbjs=a;this.slot=b;var d;this.uc=(d=c==null?void 0:c.uc)!=null?d:{};this.Jd=!
(c==null||!c.Jd);var e;this.Ld=(e=c==null?void 0:c.Ld)!=null?e:new Map;var
f;this.nf=(f=c==null?void 0:c.nf)!=null?f:new Map;var g;this.Le=(g=c==null?void
0:c.Le)!=null?g:new Ex;this.jf=c==null?void 0:c.jf;this.g=c},iT=function(a,b,c){var
d=a.pbjs.getBidResponsesForAdUnitCode;if(d){var e,f,g,h,k,l=(k=(e=d((g=a.slot.Vb)!
=null?g:""))==null?void 0:
e.bids)!=null?k:(f=d((h=a.slot.adUnitCode)!=null?h:""))==null?void 0:f.bids;if(l!
=null&&l.length&&(e=l.filter(function(r){var t=r.auctionId;var u=r.adId;return t!
==c&&Object.values(a.uc).some(function(w){return w.includes(u)})}),e.length)){var
n,p;d=(n=a.pbjs.adUnits)==null?void 0:(p=n.find(function(r){r=r.code;return
r===a.slot.Vb||r===a.slot.adUnitCode}))==null?void
0:p.mediaTypes;n=x(e);for(p=n.next();!
p.done;p=n.next())p=p.value,e=gT(a,p,d),e=Gx(b,Ax(ng(Bx(zx(new yx,p.bidder),1),6,!
0),e)),hT(a,
p.bidder,e),typeof
p.timeToRespond==="number"&&xf(e,2,De(Math.round(p.timeToRespond)))}}},hT=function(
a,b,c){for(var d=[];b&&!d.includes(b);){d.unshift(b);var e=void 0,f=void
0;b=(e=a.pbjs)==null?void 0:(f=e.aliasRegistry)==null?void
0:f[b]}Jf(c,10,d,Ke)},jT=function(a,b,c,d,e){e=a.nf.get(e!=null?e:function(){return
null});(e==null?void 0:G(e,1))!==1&&E(c,5,e);Sf(b,ux,5)!==void 0||(e?G(e,1)===1?
Hx(b,e):Hx(b,xx(vx(wx(new ux,a.Jd),1),cT(d,a.Ld))):Hx(b,vx(wx(new
ux,a.Jd),cT(d,a.Ld)?2:3)))},gT=function(a,
b,c){var
d=b.cpm,e=b.originalCpm,f=b.currency,g=b.originalCurrency,h=b.dealId,k=b.adserverTa
rgeting,l=b.bidder,n=b.adId,p=b.mediaType,r=b.height,t=b.width,u=b.meta,w=new
sx;typeof d==="number"&&(xf(w,2,De(Math.round(d*1E6))),g&&g!==f||
(d=Math.round(Number(e)*1E6),isNaN(d)||d===gg(w,2)||xf(w,8,De(d))));typeof
f==="string"&&rg(w,3,f);["string","number"].includes(typeof h)&&(f=new
kx,h=rg(f,1,String(h)),E(w,6,h));if(typeof
k==="object")for(h=x(["","_"+l]),f=h.next();!f.done;f=h.next()){d=f.value;f=[];
e=x(Object.entries(k));for(g=e.next();!g.done;g=e.next()){g=x(g.value);var
C=g.next().value;g=g.next().value;C=(""+C+d).slice(0,20);var V=void
0;if((V=a.uc[C])!=null&&V.length)if(a.uc[C]
[0]===String(g))f.push(C);else{f=[];break}}d=lg(w,4,yf());Jf(w,4,d.concat(f),Ke)}sw
itch(p||"banner"){case "banner":sg(w,5,1);break;case "native":sg(w,5,2);break;case
"video":sg(w,5,3);p=new qx;var X;if((c==null?void 0:(X=c.video)==null?void
0:X.context)==="adpod"){var Y,Fa=c==null?void 0:(Y=c.video)==null?void
0:Y.adPodDurationSec;
xf(p,1,De(Fa))}else Y=c==null?void 0:(Fa=c.video)==null?void
0:Fa.maxduration,xf(p,1,De(Y));var ca;if(typeof(c==null?void 0:(ca=c.video)==null?
void 0:ca.skip)==="number"){var na;c=!!(c==null?0:(na=c.video)==null?
0:na.skip);ng(p,2,c)}var wa;na=(wa=b.meta)==null?void
0:wa.adServerCatId;wa=rg(p,3,na);if(typeof k!=="object")k=null;else{var
pb,za;na=String((za=(pb=k["hb_pb_cat_dur_"+l])!=null?pb:k.hb_pb_cat_dur)!=null?
za:"");var Kc,Lc,ma,Na;pb=String((Na=(ma=(Lc=(Kc=k["hb_cache_id_"+l])!=null?
Kc:k["hb_uuid_"+
l])!=null?Lc:k.hb_cache_id)!=null?ma:k.hb_uuid)!=null?Na:"");k=na&&pb?na+"_"+pb:pb?
pb:null}rg(wa,4,k);E(w,9,p)}Number.isFinite(r)&&Number.isFinite(t)&&(k=new
ox,t=xf(k,1,ue(Math.round(t))),r=xf(t,2,ue(Math.round(r))),E(w,7,r));typeof
n==="string"&&rg(w,1,n);var Mc,Nc;if(((Mc=a.g)==null?
0:Mc.kg)&&Array.isArray(u==null?void 0:u.advertiserDomains)&&(u==null?0:
(Nc=u.advertiserDomains[0])==null?0:Nc.length)){var
ef;n=u.advertiserDomains[0].substring(0,(ef=a.g)==null?void
0:ef.kg);rg(w,10,n)}if(b.meta&&
a.g){var qb,ei;a.g.mg&&typeof
b.meta.agencyId==="string"&&((ei=b.meta.agencyId)==null?0:ei.length)&&(qb!=null||
(qb=new mx),rg(qb,1,b.meta.agencyId.substring(0,a.g.mg)));var fi;a.g.ng&&typeof
b.meta.agencyId==="string"&&((fi=b.meta.agencyName)==null?0:fi.length)&&(qb!=null||
(qb=new mx),rg(qb,2,b.meta.agencyName.substring(0,a.g.ng)));var gi;a.g.Dg&&typeof
b.meta.networkId==="string"&&((gi=b.meta.networkId)==null?0:gi.length)&&(qb!=null||
(qb=new mx),rg(qb,3,b.meta.networkId.substring(0,a.g.Dg)));var hi;
a.g.Eg&&typeof b.meta.networkId==="string"&&((hi=b.meta.networkName)==null?
0:hi.length)&&(qb!=null||(qb=new
mx),rg(qb,4,b.meta.networkName.substring(0,a.g.Eg)));qb&&E(w,11,qb)}return
w},kT=function(a,b){var c=new Map,d=function(k){var l=c.get(k);l||
(l={},c.set(k,l));return l},e=[];a=x(a);for(var f=a.next();!f.done;f=a.next())
{f=f.value;var
g=f.args,h=f.eventType;f=f.elapsedTime;h==="bidTimeout"&&e.push.apply(e,ra(g));swit
ch(h){case "bidRequested":if(g.auctionId!==b)continue;if(!
Array.isArray(g.bids))continue;
g=x(g.bids);for(h=g.next();!
h.done;h=g.next())if(h=h.value.bidId)d(h).requestTime=f;break;case
"noBid":g.auctionId===b&&g.bidId&&(d(g.bidId).Ch=f)}}d=new
Map;a=x(c.entries());for(f=a.next();!
f.done;f=a.next())g=x(f.value),f=g.next().value,h=g.next().value,g=h.requestTime,h=
h.Ch,g&&h&&d.set(f,{latency:h-g,Kb:!1});e=x(e);for(a=e.next();!
a.done;a=e.next())if(f=a.value,a=f.bidId,f=f.auctionId,a&&f===b&&(a=d.get(a)))a.Kb=
!0;return d};
fT.prototype.fetch=function(){var a=this,b=new Map,c,d,e=((d=(c=this.pbjs)==null?
void 0:c.getEvents)!=null?d:function(){return[]})();d=e.filter(function(ma){var
Na=ma.eventType;ma=ma.args;return Na==="auctionEnd"&&ma.auctionId});c=new Lx;var
f=function(ma){return ma===a.slot.Vb||
ma===a.slot.adUnitCode},g,h,k,l=(k=eT.get(((g=this.slot.Vb)!=null?g:"")+
((h=this.slot.adUnitCode)!=null?h:"")))!=null?k:0,n;g=(n=d.filter(function(ma){var
Na,Mc,Nc;return Number((Na=ma.args)==null?void 0:Na.timestamp)>l&&
((Mc=ma.args)==null?void 0:(Nc=Mc.adUnitCodes)==null?void 0:Nc.find(f))}))!=null?n:
[];if(!g.length)return null;var p;if(n=(p=g.reduce(function(ma,Na){return
Number(Na.args.timestamp)>Number(ma.args.timestamp)?Na:ma}))==null?void 0:p.args)
{g=n.bidderRequests===void 0?[]:n.bidderRequests;p=n.bidsReceived===void 0?
[]:n.bidsReceived;var r=n.auctionId;h=n.timestamp;if(r&&h!=null&&g.length){var
t,u;eT.set(((t=this.slot.Vb)!=null?t:"")+((u=this.slot.adUnitCode)!=null?
u:""),h);t=Mx(c);this.pbjs.version&&
dT.test(this.pbjs.version)&&rg(t,6,this.pbjs.version);var
w,C,V,X;if((C=(w=this.pbjs).getConfig)==null?0:(V=C.call(w).cache)==null?0:
(X=V.url)==null?0:X.length){var Y,Fa,ca;Ix(t,(Fa=(Y=this.pbjs).getConfig)==null?
void 0:(ca=Fa.call(Y).cache)==null?void 0:ca.url)}E(t,9,this.Le);w=Kh(function()
{return kT(e,r)});var na;C=x(g);X=C.next();for(V={};!X.done;V={bidderCode:void
0,Af:void
0},X=C.next())for(Y=X.value,V.bidderCode=Y.bidderCode,Fa=Y.bids,X=Y.timeout,V.Af=Y.
src,Y=Y.auctionStart,Fa=x(Fa),ca=Fa.next(),
g={};!ca.done;g={Ec:void
0},ca=Fa.next())if(d=ca.value,g.Ec=d.bidId,ca=d.transactionId,h=d.adUnitCode,k=d.ge
tFloor,u=d.mediaTypes,d=d.ortb2Imp,g.Ec&&f(h)){se(vf(t,3))!=null||
(h===this.slot.adUnitCode?sg(t,3,1):h===this.slot.Vb&&sg(t,3,2));var wa=void
0,pb=void 0,za=void 0;((wa=this.g)==null?
0:wa.Ye)&&cg(t,11)==null&&typeof((pb=d)==null?void 0:(za=pb.ext)==null?void
0:za.gpid)==="string"&&(wa=void 0,Jx(t,d.ext.gpid.substring(0,(wa=this.g)==null?
void 0:wa.Ye)));ca&&(na!=null||(na=ca),cg(t,4)!=null||
rg(t,4,ca),b.has(ca)||
b.set(ca,Y));ve(vf(t,8))==null&&Number.isFinite(X)&&xf(t,8,ue(X));wa=p.find(functio
n(ma){return function(Na){return Na.requestId===ma.Ec}}(g));d=Gx(t,function(ma)
{return function(){var Na=zx(new
yx,ma.bidderCode);hT(a,ma.bidderCode,Na);switch(ma.Af){case null:case void 0:case
"client":sg(Na,7,1);break;case "s2s":sg(Na,7,2)}return Na}}(V)
());jT(this,t,d,h,k);if(wa){Bx(d,1);typeof
wa.timeToRespond==="number"&&Number.isFinite(wa.timeToRespond)&&xf(d,2,De(Math.roun
d(wa.timeToRespond)));
try{h=g=void 0,(h=(g=this).jf)==null||h.call(g,wa,ca)}catch(ma)
{}ca=gT(this,wa,u);Ax(d,ca)}else(ca=w().get(g.Ec))&&!ca.Kb?
(Bx(d,2),Number.isFinite(ca.latency)&&xf(d,2,De(Math.round(ca.latency)))):
(ca=Bx(d,3),Number.isFinite(X)&&xf(ca,2,De(Math.round(X))))}var Kc,Lc;
((Lc=(Kc=this.pbjs).getConfig)==null?
0:Lc.call(Kc).useBidCache)&&iT(this,t,r);return{Wg:c,transactionId:na,arg:n}}}};fun
ction lT(a,b,c){return(new fT(a,b,c)).fetch()};var mT=function(a){Q.call(this);var
b=this,c=EI(GI(this.getSettings()));c&&c.length>0&&(Em.reset(),Gm(new
Km(c)));this.A=new MS;this.o=null;this.g=a;this.D=new
Map;this.l=this.g.A;this.H=new xE(this);Hr(this,this.H);this.U=new OC(window,
{timeoutMs:500});this.V=new MI(window,{timeoutMs:500});this.K=new
uP;xP(this.K);a=new cD(window,{timeoutMs:500});this.M=new
dQ(a,500);Hr(this,this.M);this.G={};II.g!==0?(this.j=new
rR,Hr(this,this.j)):this.j=sR();Qn(xC)?
this.P=bQ():this.P=Promise.resolve(null);xJ()&&
(this.j.init(lR(this.l)),this.C=yR(this.j,this.g.C),Gr(this,function(){var
d=b.C;b.j.l.delete(d);II.g!
==0&&(K(vv).o[d]=null)}))};v(mT,Q);mT.prototype.destroy=function()
{this.dispose()};mT.prototype.getVersion=function(){return"h.3.687.1"};
mT.prototype.requestAds=function(a,b){var c=this,d=[],e=null;QC(this.U)&&d.push(new
Promise(function(h){TC(c.U,function(k){e=k;h()})}));var
f=null;KC(this.V.caller)&&d.push(new Promise(function(h){NI(c.V,function(k)
{f=k;h()})}));var g=null;d.push(fQ(this.M).then(function(h)
{g=h}));Promise.all(d).then(function(){nT(c,a,b,{ue:e,xe:f,Nd:g})})};
var nT=function(a,b,c,d){var e=b.adTagUrl,f="goog_"+Ni++;a.D.set(f,c||null);var
g=oT({adTagUrl:e,ue:d.ue,xe:d.xe,Nd:d.Nd}),h=TI(e,g||{});nP(h,function()
{pT(a,h)});var k,l=(k=b.adTagUrl)==null?void
0:k.includes("GOOGLE_INSTREAM_VIDEO_NONCE"),n=YI(h);c=qT(a,n,l);d=xP(a.K);var p=e?
xI(e):null;e=LP().then(function(r){var t=r.serializedConfig;var
u=r.errorMessage;if(t)t=Zx(t);else throw Error(u!=null?u:"Unknown PPC
error");VP(t,p,r.latencyMs);return t}).catch(function(r)
{U.getInstance().report(189,{message:r.message});
return
null});e=Promise.race([e,Uw(500,null)]);Promise.all([c,d,e,a.P]).then(function(r)
{var t=x(r);t.next();r=t.next().value;var u=t.next().value;t=t.next().value;var
w={};U.getInstance().report(182,(w.aid=!!II.A,w.aidf=!!a.o,w.hsc=!
n&&l,w));rT(a,f,b,g,h,r,u,t)})};mT.prototype.getSettings=function(){return
II};mT.prototype.contentComplete=function()
{PJ(lR(this.l),"adsLoader","contentComplete")};
var sT=function(a,b,c){b.length!==0&&(b=oP(b.map(function(d)
{return{Jc:d}}),c))&&b.forEach(function(d){d.then(function(e)
{e&&pT(a,c)})})},pT=function(a,b)
{if(b=IK(ZI(b)))a.G.espSignals=b,PJ(lR(a.l),"adsLoader","signalsRefresh",a.G)},tT=f
unction(a,b){var c=a.D.get(b);a.D.delete(b);return c!=null?c:null},oT=function(a)
{var b=a.ue,c=a.xe;a=a.Nd;var d,e,f,g,h,k,l={};var n=n===void 0?y:n;return
l.gfcLoaded=ij(n.top,"googlefcLoaded"),l.addtlConsent=(d=b==null?void
0:b.addtlConsent)!=null?d:null,l.gdprApplies=
(e=b==null?void 0:b.gdprApplies)!=null?e:null,l.tcString=(f=b==null?void
0:b.tcString)!=null?f:null,l.uspString=(g=c==null?void 0:c.uspString)!=null?
g:null,l.gppString=(h=a==null?void 0:a.gppString)!=null?h:null,l.gppSid=(k=a==null?
void 0:a.sid)!=null?k:null,l},uT=function(a,b){var
c={};c.contentMediaUrl=a.g.L;c.customClickTrackingProvided=a.g.B!
=null;c.isAmp=BJ();a:{try{var d=window.top.location.href}catch(C){d=2;break
a}d=d==null?2:d==window.document.location.href?
0:1}c.iframeState=d;c.imaHostingDomain=
window.document.domain;c.imaHostingPageUrl=window.document.URL;c.topAccessiblePageU
rl=AJ();c.referrer=window.document.referrer;c.domLoadTime=a.l.H;c.sdkImplLoadTime=a
.l.K;c.supportsResizing=!ZR(a.g);d=Po().location.ancestorOrigins;c.topOrigin=d?
d.length>0&&d[d.length-1].length<200?d[d.length-
1]:"":null;c.osdId=a.C;c.usesCustomVideoPlayback=ZR(a.g);c.usesProxyMediaElement=$R
(a.g);c.usesInlinePlayback=a.g.I;d=a.g.sc;a=[];var e="",f="";if(d!=null){e=d;f=!
0;f=f===void 0?!1:f;for(var g=[],h=0;e&&h<25;++h){var k=
"";f!==void 0&&f||(k=(k=e.nodeType!==9&&e.id)?"/"+k:"");a:
{if(e&&e.nodeName&&e.parentElement){var
l=e.nodeName.toString().toLowerCase();for(var
n=e.parentElement.childNodes,p=0,r=0;r<n.length;++r){var
t=n[r];if(t.nodeName&&t.nodeName.toString().toLowerCase()===l){if(e===t)
{l="."+p;break a}+
+p}}}l=""}g.push((e.nodeName&&e.nodeName.toString().toLowerCase())
+k+l);e=e.parentElement}e=g.join();if(d){d=(d=d.ownerDocument)&&(d.defaultView||
d.parentWindow)||null;f=[];if(d)try{var u=d.parent;for(g=0;u&&u!==
d&&g<25;++g){var w=u.frames;for(h=0;h<w.length;++h)if(d===w[h])
{f.push(h);break}d=u;u=d.parent}}catch(C){}f=f.join()}else f=""}a.push(e,f);if(b!
=null){for(u=0;u<EC.length-1;+
+u)a.push(Wi(b,EC[u])||"");b=Wi(b,"videoad_start_delay");u="";b&&(b=parseInt(b,10),
u=b<0?"postroll":b==0?"preroll":"midroll");a.push(u)}else for(b=0;b<EC.length;+
+b)a.push("");return c.videoAdKey=ej(a.join(":")).toString(),c},vT=function(a,b,c)
{a=XI(a);b=!WP(c,b);return{ie:a,je:b}},wT=function(a,b,c){var
d=ZI(a);a=vT(a,b,c);return aT(new $S,
d,a)},xT=function(a,b,c){var d=ZI(a);a=vT(a,b,c);b=new $S;if(aT(b,d,
{ie:a.ie,je:a.je})){var e;d=(e=KS("__eoi",b.g))!=null?e:void 0}else d=void 0;return
d},yT=function(a,b,c){if(Xb()&&hj(window.fetch)&&hj(window.AbortController))try{var
d=window.isSecureContext&&!
["localhost","127.0.0.1"].includes(window.location.hostname),e=window.document;var
f=!!(d&&"browsingTopics"in e&&e.browsingTopics instanceof Function&&wn("browsing-
topics",e));if(a.j){var g=UI(a,"rdp");var h=RI(g)?"1":""}else h="";d=h==="1";
var k,l=UI(a,"us_privacy"),n=a.g.uspString||
l||"";n=n.toUpperCase();l=n;if(l.length==4&&(l.indexOf("-")==-1||
l.substring(1)==="---")&&l[0]>="1"&&l[0]<="9"&&ry.hasOwnProperty(l[1])&&ry.hasOwnPr
operty(l[2])&&ry.hasOwnProperty(l[3])){var p=new qy;var
r=pg(p,1,parseInt(n[0],10));var t=H(r,2,ry[n[1]]);var u=H(t,3,ry[n[2]]);var
w=H(u,4,ry[n[3]])}else w=null;var C=w;var V;if(!(V=(C==null?void 0:G(C,3))===2||
$I(a)))if(VI(a)){var X=WI(a);V=X?!XC(X,["3","4"],0):!0}else V=!1;if(!(k=V)){var
Y=UI(a,"npa"),Fa=
RI(Y);k=(a.j&&Fa?"1":"")==="1"}var ca;if(!(ca=k||d||YI(a))){if(a.j){var
na=UI(a,"tfcd");var wa=na==="0"||na==="false"?(0).toString():RI(na)?
(1).toString():""}else wa="";var pb;if(!(pb=wa===(1).toString())){if(a.j){var
za=UI(a,"tfua");var Kc=za==="0"||za==="false"?(0).toString():RI(za)?
(1).toString():""}else Kc="";pb=Kc===(1).toString()}ca=pb}a=!ca;if(c&&b){var
Lc,ma,Na;var Mc=(Na=(Lc=Uf(c,Tx,4))==null?void 0:(ma=Gf(Lc,1,Oe))==null?void
0:ma.get(b))!=null?Na:!0}else Mc=!0;return f&&a&&Mc}catch(ef){var Nc;
U.getInstance().report(209,{message:(Nc=ef)==null?void 0:Nc.message})}return!
1},qT=function(a,b,c){if(b)return
a.o=null,Promise.resolve([]);b=[];b.push(zT());c&&b.push(AT(a));return
Promise.all(b)},rT=function(a,b,c,d,e,f,g,h)
{c=BT(a,c,d,e,f,g,h);b=lR(a.l,b);a.H.listen(b,"adsLoader",function(k){var
l=k.messageType;switch(l){case "adsLoaded":l=k.na;k=k.Ac;l=new
Z(a.j,a.g,l.adTagUrl||"",l.adCuePoints,a.C,l.isCustomClickTrackingAllowed,lR(a.l,k)
,e);a.dispatchEvent(new ZS(l,tT(a,k)));break;case "error":l=
k.na;a.dispatchEvent(new eS(new
cS(l),tT(a,k.Ac)));k={error:l.errorCode,vis:Pk(document)};U.getInstance().report(7,
k);break;case "cookieUpdate":k=k.na;if(k==null)break;if(II.isCookiesEnabled())
{l=new OI;l=ng(l,5,!0);var n=k.gfpCookie;n&&NS(a.A,"__gads",ES(n),l);
(n=k.gfpCookieV2)&&NS(a.A,"__gpi",ES(n),l)}if(n=k.eoidCookie){l=new $S;n=ES(n);var
p=gg(n,2)-Date.now()/1E3;p={Yc:Math.max(p,0),path:F(n,3),domain:F(n,4),pd:!
1};LS("__eoi",n.getValue(),p,l.g)}sT(a,k.encryptedSignalBidderIds||[],e);break;case
"trackingUrlPinged":a.dispatchEvent(new gS(l,
null,k.na))}});PJ(b,"adsLoader","requestAds",c);b={};U.getInstance().report(155,
(b.ws=tP(),b.blob=f!=null?f:"undef",b))},AT=function(a){var b;return Ma(function(c)
{if(c.g==1)return a.o||(a.o=new
LJ,MJ(a.o)),Ca(c,a.o.getId(),2);b=c.j;II.A=b.id||"";c.g=0})},zT=function(){return
Xb()&&(Bm(cn)||Bm(bn))?Bm(bn)?new Promise(function(a){setTimeout(function()
{a()},50)}):CT().then(function(a){var b,c=(b=a.label)!=null?
b:"";II.I=c;II.H=a.status}):Promise.resolve()},CT=function()
{if(navigator.cookieDeprecationLabel){var a=
navigator.cookieDeprecationLabel.getValue().then(function(c)
{return{label:c,status:1}}).catch(function(){return{label:"",status:2}}),b=new
Promise(function(c){setTimeout(function(){c({label:"",status:5})},50)});return
Promise.race([b,a])}return
Promise.resolve({label:"",status:3})},BT=function(a,b,c,d,e,f,g){var
h={};h=(h.limaExperimentIds=Fm().sort().join(","),h);var k=lj();g&&Mv();var
l=tn(),n={};l=(n.experimentStateProto=tg(l),n);n=HI(a.getSettings(),xR(a.j));var
p=uT(a,b.adTagUrl),r=xn(),t={};
c=(t.consentSettings=c,t.imalibExperiments=h,t.genotypeExperimentData=l,t.settings=
n,t.videoEnvironment=p,t.isFledgeEligible=r,t.pvsid=k,t.sqid=g,t);Object.assign(c,D
T(b));II.isCookiesEnabled()&&(g=ZI(d),c.isBrowserCookieEnabled=PI(g)?!!IS(a.A.g):!
1,h=g?PI(g)?KS("__gads",a.A.g):null:null,h!==null&&(c.gfpCookieValue=h),h=g?PI(g)?
KS("__gpi",a.A.g):null:null,h!==null&&(c.gfpCookieV2Id=h),g=g?PI(g)?
KS("__gpi_opt_out",a.A.g):null:null,g!
==null&&(c.gfpCookieV2OptOut=g));g=b.adTagUrl?xI(b.adTagUrl):null;
h=wT(d,g,f);c.eoidCookieEnabled=h;
(h=xT(d,g,f))&&(c.eoidCookieValue=h);c.ivtDetectionOnlyStorageAllowed=ZP(d,f,g);if(
h=IK(ZI(d)))a.G.espSignals=h,c.espSignals=h;e&&(c.gmaSignals=e);c.isEapLoader=!
1;e=function(na){U.getInstance().report(195,{message:na==null?void
0:na.message})};try{var u=bT();if(u){var w=yI(b.adTagUrl,e),C=w?Bm(fn)?
1:XP(f,wI(w))?2:0:0;switch(C){case 1:case 2:var V,X=(V=lT(u,{adUnitCode:w},
{uc:zI(b.adTagUrl),Ye:C===1?100:0}))==null?void 0:V.Wg;c.clientBidsProto=X?
$c(Nx(X),3):void 0}}}catch(na){e(na)}try{var Y=
YP(f);Y&&(c.publisherInitiatedExperimentDataProto=$c(UP(Y),3))}catch(na){var
Fa;U.getInstance().report(214,{message:(Fa=na)==null?void
0:Fa.message})}c.topicsEnabled=yT(d,g,f);try{c.quicksilverSignals=tg(aK(a.g))}catch
(na){var ca;U.getInstance().report(212,{message:(ca=na)==null?void 0:ca.message},!
0)}return
c};mT.prototype.contentComplete=mT.prototype.contentComplete;mT.prototype.getSettin
gs=mT.prototype.getSettings;mT.prototype.requestAds=mT.prototype.requestAds;mT.prot
otype.getVersion=mT.prototype.getVersion;
mT.prototype.destroy=mT.prototype.destroy;var ET=function()
{this.l=this.j="unknown";this.g="0";this.adsResponse=null;this.adTagUrl="";this.con
tentTitle=this.contentKeywords=this.contentDuration=null;this.forceNonLinearFullSlo
t=!
1;this.nonLinearAdSlotWidth=this.nonLinearAdSlotHeight=this.liveStreamPrefetchSecon
ds=this.linearAdSlotWidth=this.linearAdSlotHeight=0;this.omidAccessModeRules={};thi
s.pageUrl=null;this.vastLoadTimeout=5E3},DT=function(a){var
b={};b.adsResponse=a.adsResponse;b.videoPlayActivation=a.j;b.videoPlayMuted=a.l;b.v
ideoContinuousPlay=
a.g;b.adTagUrl=a.adTagUrl;b.contentDuration=a.contentDuration;b.contentKeywords=a.c
ontentKeywords;b.contentTitle=a.contentTitle;b.linearAdSlotWidth=a.linearAdSlotWidt
h;b.linearAdSlotHeight=a.linearAdSlotHeight;b.nonLinearAdSlotWidth=a.nonLinearAdSlo
tWidth;b.nonLinearAdSlotHeight=a.nonLinearAdSlotHeight;b.forceNonLinearFullSlot=a.f
orceNonLinearFullSlot;b.liveStreamPrefetchSeconds=a.liveStreamPrefetchSeconds;b.vas
tLoadTimeout=a.vastLoadTimeout;b.omidAccessModeRules=a.omidAccessModeRules;b.pageUr
l=a.pageUrl;
return b};ET.prototype.setAdWillAutoPlay=function(a)
{this.j=a?"auto":"click"};ET.prototype.setAdWillPlayMuted=function(a)
{this.l=a?"muted":"unmuted"};ET.prototype.setContinuousPlayback=function(a)
{this.g=a?"2":"1"};ET.prototype.setContinuousPlayback=ET.prototype.setContinuousPla
yback;ET.prototype.setAdWillPlayMuted=ET.prototype.setAdWillPlayMuted;ET.prototype.
setAdWillAutoPlay=ET.prototype.setAdWillAutoPlay;z("google.ima.AdCuePoints.POSTROLL
",-
1,window);z("google.ima.AdCuePoints.PREROLL",0,window);z("google.ima.AdDisplayConta
iner",aS,window);z("google.ima.AdError.ErrorCode",R,window);z("google.ima.AdError.E
rrorCode.VIDEO_ELEMENT_USED",-
1,window);z("google.ima.AdError.ErrorCode.VIDEO_ELEMENT_REQUIRED",-
1,window);z("google.ima.AdError.ErrorCode.VAST_MEDIA_ERROR",-
1,window);z("google.ima.AdError.ErrorCode.ADSLOT_NOT_VISIBLE",-
1,window);z("google.ima.AdError.ErrorCode.OVERLAY_AD_LOADING_FAILED",-1,window);
z("google.ima.AdError.ErrorCode.VAST_MALFORMED_RESPONSE",-
1,window);z("google.ima.AdError.ErrorCode.COMPANION_AD_LOADING_FAILED",-
1,window);z("google.ima.AdError.Type",bS,window);z("google.ima.AdErrorEvent.Type",d
S,window);z("google.ima.AdEvent.Type",fS,window);z("google.ima.AdsLoader",mT,window
);z("google.ima.AdsManagerLoadedEvent.Type",YS,window);z("google.ima.CompanionAdSel
ectionSettings",UJ,window);z("google.ima.CompanionAdSelectionSettings.CreativeType"
,RJ);
z("google.ima.CompanionAdSelectionSettings.ResourceType",SJ);z("google.ima.Companio
nAdSelectionSettings.SizeCriteria",TJ);z("google.ima.CustomContentLoadedEvent.Type.
CUSTOM_CONTENT_LOADED","deprecated-
event",window);z("ima.ImaSdkSettings",S,window);z("google.ima.settings",II,window);
z("google.ima.ImaSdkSettings.CompanionBackfillMode",
{ALWAYS:"always",ON_MASTER_AD:"on_master_ad"});z("google.ima.ImaSdkSettings.VpaidMo
de",{DISABLED:0,ENABLED:1,INSECURE:2,0:"DISABLED",1:"ENABLED",2:"INSECURE"});
z("google.ima.AdsRenderingSettings",BQ,window);z("google.ima.AdsRenderingSettings.A
UTO_SCALE",-
1,window);z("google.ima.AdsRequest",ET,window);z("google.ima.VERSION","3.687.1");z(
"google.ima.OmidAccessMode",{LIMITED:"limited",DOMAIN:"domain",FULL:"full"});
z("google.ima.OmidVerificationVendor",
{COMSCORE:7,DOUBLEVERIFY:3,GOOGLE:9,INTEGRAL_AD_SCIENCE:4,MEETRICS:8,MOAT:2,NIELSEN
:6,PIXELATE:5,OTHER:1,7:"COMSCORE",3:"DOUBLEVERIFY",9:"GOOGLE",4:"INTEGRAL_AD_SCIEN
CE",8:"MEETRICS",2:"MOAT",6:"NIELSEN",5:"PIXELATE",1:"OTHER"});z("google.ima.UiElem
ents",
{AD_ATTRIBUTION:"adAttribution",COUNTDOWN:"countdown"});z("google.ima.ViewMode",
{NORMAL:"normal",FULLSCREEN:"fullscreen"});
z("google.ima.secureSignals",{clearAllCache:function(){var
a=window.localStorage;if(a!==void 0)for(var b=x(Object.keys(a)),c=b.next();!
c.done;c=b.next())if(c=c.value,c.startsWith("_GESPSK"))try{a.removeItem(c)}catch(d)
{}zK=new yK}});var FT=function(a,b,c)
{this.j=c;b.length===0&&(b=[[]]);this.g=b.map(function(d){d=a.concat(d);for(var
e=[],f=0,g=0;f<d.length;){var h=d[f++];if(h<128)e[g++]=String.fromCharCode(h);else
if(h>191&&h<224){var k=d[f++];e[g++]=String.fromCharCode((h&31)<<6|k&63)}else
if(h>239&&h<365){k=d[f++];var l=d[f++],n=d[f++];h=((h&7)<<18|(k&63)<<12|(l&63)<<6|
n&63)-65536;e[g++]=String.fromCharCode(55296+(h>>10));e[g+
+]=String.fromCharCode(56320+(h&1023))}else k=d[f++],l=d[f++],e[g+
+]=String.fromCharCode((h&15)<<12|
(k&63)<<6|l&63)}return new RegExp(e.join(""))})},GT=function(a,b){return b?
a.g.some(function(c){c=b.match(c);return c==null?!1:!a.j||
c.length>=1&&c[1]==="3.687.1"||c.length>=2&&c[2]==="3.687.1"?!0:!1}):!
1},HT=[94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,105,109,97,115,100,107,92,
46,103,111,111,103,108,101,97,112,105,115,92,46,99,111,109,47,106,115,47,40,115,100
,107,108,111,97,100,101,114,124,99,111,114,101,41,47],IT=[94,40,63,58,104,116,116,1
12,115,63,58,41,63,47,47,115,48,92,46,50,109,100,
110,92,46,110,101,116,47,105,110,115,116,114,101,97,109,47,104,116,109,108,53,47],J
T=[94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,105,109,97,115,100,107,92,46,1
03,111,111,103,108,101,97,112,105,115,92,46,99,111,109,47,112,97,108,47,115,100,107
,108,111,97,100,101,114,47],KT=[[105,109,97,51,92,46,106,115],
[105,109,97,51,95,100,101,98,117,103,92,46,106,115],
[105,109,97,51,95,101,97,112,46,106,115]],LT=[[98,114,105,100,103,101,40,91,48,45,5
7,93,43,92,46,91,48,45,57,92,46,93,43,41,40,95,40,91,97,
45,122,48,45,57,93,41,123,50,44,51,125,41,123,48,44,50,125,92,46,104,116,109,108],
[98,114,105,100,103,101,40,91,48,45,57,93,43,92,46,91,48,45,57,92,46,93,43,41,95,10
0,101,98,117,103,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,125,41,123,48,44
,50,125,92,46,104,116,109,108],
[98,114,105,100,103,101,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,125,41,12
3,48,44,50,125,92,46,104,116,109,108]],MT=[[111,117,116,115,116,114,101,97,109,92,4
6,106,115],[111,117,116,115,116,114,101,97,109,95,100,101,
98,117,103,92,46,106,115]],NT=new FT(HT,KT,!1);new FT(HT,LT,!0);var OT=new
FT(IT,KT,!1);new FT(IT,LT,!0);
var PT=new
FT([94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,105,109,97,115,100,107,92,46,
103,111,111,103,108,101,97,112,105,115,92,46,99,111,109,47,112,114,101,114,101,108,
101,97,115,101,47,106,115,47,91,48,45,57,93,43,46,91,48,45,57,46,93,43,47],KT,!
1),QT=new
FT([94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,40,112,97,103,101,97,100,50,1
24,116,112,99,41,92,46,103,111,111,103,108,101,115,121,110,100,105,99,97,116,105,11
1,110,92,46,99,111,109,47,112,97,103,101,97,100,47,40,103,97,100,103,
101,116,115,124,106,115,41,47],[],!1);
new FT(HT,
[[100,97,105,95,105,102,114,97,109,101,40,91,48,45,57,93,43,92,46,91,48,45,57,92,46
,93,43,41,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,125,41,123,48,44,50,125
,92,46,104,116,109,108],
[100,97,105,95,105,102,114,97,109,101,40,91,48,45,57,93,43,92,46,91,48,45,57,92,46,
93,43,41,95,100,101,98,117,103,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,12
5,41,123,48,44,50,125,92,46,104,116,109,108],
[100,97,105,95,105,102,114,97,109,101,40,95,40,91,97,45,122,48,45,57,93,41,123,50,4
4,51,125,
41,123,48,44,50,125,92,46,104,116,109,108]],!0);var RT=new FT(HT,MT,!1),ST=new
FT(HT,MT,!1);new FT(JT,[[112,97,108,46,106,115]],!1);new FT(JT,
[[99,97,115,116,95,112,97,108,46,106,115]],!1);new FT(JT,
[[99,116,118,95,112,97,108,46,106,115]],!1);function TT(a,b){for(var
c={},d=0;d<b.length;c={pe:void 0},d++)if(c.pe=b[d],a.some(function(e){return
function(f){return GT(f,e.pe.src)}}(c)))return c.pe;return null};if(!function(a)
{if(a.some(function(c){return GT(c,Po().location.href)}))return!0;var
b=TT(a,document.querySelectorAll("SCRIPT"));b==null&&document.querySelectorAll&&(b=
TT(a,document.querySelectorAll("script")));return b!=null}
([NT,PT,OT,QT,RT,ST]))throw Error("IMA SDK is either not loaded from a google
domain or is not a supported version.");var MP=KP,RP={pageUrl:AJ()};try{var
NP=QP();if(!NP)throw Error("Could not generate config URL");PP()}catch(a)
{OP(MP,a)};})();

You might also like