rs=AA2YrTvgm6cFIKkew3wqtQ0j-fULdplNSA 166 KB
Newer Older
yhesper's avatar
yhesper committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
this.gbar_=this.gbar_||{};(function(_){var window=this;
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var Be=function(a,b){this.A=a;this.B=b;this.o=0;this.j=null};Be.prototype.get=function(){if(0<this.o){this.o--;var a=this.j;this.j=a.next;a.next=null}else a=this.A();return a};var Ce=function(a,b){a.B(b);100>a.o&&(a.o++,b.next=a.j,a.j=b)};
var De=function(a){_.p.setTimeout(function(){throw a;},0)},Ee,Fe=function(){var a=_.p.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!_.w("Presto")&&(a=function(){var e=_.ve("IFRAME");e.style.display="none";document.documentElement.appendChild(e);var f=e.contentWindow;e=f.document;e.open();e.close();var g="callImmediate"+Math.random(),k="file:"==f.location.protocol?"*":f.location.protocol+"//"+f.location.host;e=(0,_.q)(function(l){if(("*"==
k||l.origin==k)&&l.data==g)this.port1.onmessage()},this);f.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){f.postMessage(g,k)}}});if("undefined"!==typeof a&&!_.xb()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var e=c.Lf;c.Lf=null;e()}};return function(e){d.next={Lf:e};d=d.next;b.port2.postMessage(0)}}return function(e){_.p.setTimeout(e,0)}};
var Ge=function(){this.o=this.j=null},Ie=new Be(function(){return new He},function(a){a.reset()});Ge.prototype.add=function(a,b){var c=Ie.get();c.set(a,b);this.o?this.o.next=c:this.j=c;this.o=c};Ge.prototype.remove=function(){var a=null;this.j&&(a=this.j,this.j=this.j.next,this.j||(this.o=null),a.next=null);return a};var He=function(){this.next=this.scope=this.$b=null};He.prototype.set=function(a,b){this.$b=a;this.scope=b;this.next=null};
He.prototype.reset=function(){this.next=this.scope=this.$b=null};
var Je,Ke,Le,Me,Oe;_.Ne=function(a,b){Je||Ke();Le||(Je(),Le=!0);Me.add(a,b)};Ke=function(){if(_.p.Promise&&_.p.Promise.resolve){var a=_.p.Promise.resolve(void 0);Je=function(){a.then(Oe)}}else Je=function(){var b=Oe;!_.za(_.p.setImmediate)||_.p.Window&&_.p.Window.prototype&&!_.w("Edge")&&_.p.Window.prototype.setImmediate==_.p.setImmediate?(Ee||(Ee=Fe()),Ee(b)):_.p.setImmediate(b)}};Le=!1;Me=new Ge;Oe=function(){for(var a;a=Me.remove();){try{a.$b.call(a.scope)}catch(b){De(b)}Ce(Ie,a)}Le=!1};
_.Pe=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};
var Se,ef,af,Ze,$e,ff,df,gf;_.Re=function(a){this.j=0;this.F=void 0;this.B=this.o=this.A=null;this.C=this.D=!1;if(a!=_.va)try{var b=this;a.call(void 0,function(c){_.Qe(b,2,c)},function(c){_.Qe(b,3,c)})}catch(c){_.Qe(this,3,c)}};Se=function(){this.next=this.context=this.o=this.A=this.j=null;this.B=!1};Se.prototype.reset=function(){this.context=this.o=this.A=this.j=null;this.B=!1};
var Te=new Be(function(){return new Se},function(a){a.reset()}),Ue=function(a,b,c){var d=Te.get();d.A=a;d.o=b;d.context=c;return d};_.Re.prototype.then=function(a,b,c){return Ve(this,_.za(a)?a:null,_.za(b)?b:null,c)};_.Re.prototype.$goog_Thenable=!0;_.We=function(a,b){return Ve(a,null,b,void 0)};_.Re.prototype.cancel=function(a){if(0==this.j){var b=new _.Xe(a);_.Ne(function(){Ye(this,b)},this)}};
var Ye=function(a,b){if(0==a.j)if(a.A){var c=a.A;if(c.o){for(var d=0,e=null,f=null,g=c.o;g&&(g.B||(d++,g.j==a&&(e=g),!(e&&1<d)));g=g.next)e||(f=g);e&&(0==c.j&&1==d?Ye(c,b):(f?(d=f,d.next==c.B&&(c.B=d),d.next=d.next.next):Ze(c),$e(c,e,3,b)))}a.A=null}else _.Qe(a,3,b)},bf=function(a,b){a.o||2!=a.j&&3!=a.j||af(a);a.B?a.B.next=b:a.o=b;a.B=b},Ve=function(a,b,c,d){var e=Ue(null,null,null);e.j=new _.Re(function(f,g){e.A=b?function(k){try{var l=b.call(d,k);f(l)}catch(m){g(m)}}:f;e.o=c?function(k){try{var l=
c.call(d,k);void 0===l&&k instanceof _.Xe?g(k):f(l)}catch(m){g(m)}}:g});e.j.A=a;bf(a,e);return e.j};_.Re.prototype.K=function(a){this.j=0;_.Qe(this,2,a)};_.Re.prototype.J=function(a){this.j=0;_.Qe(this,3,a)};_.Qe=function(a,b,c){0==a.j&&(a===c&&(b=3,c=new TypeError("q")),a.j=1,_.cf(c,a.K,a.J,a)||(a.F=c,a.j=b,a.A=null,af(a),3!=b||c instanceof _.Xe||df(a,c)))};
_.cf=function(a,b,c,d){if(a instanceof _.Re)return bf(a,Ue(b||_.va,c||null,d)),!0;if(_.Pe(a))return a.then(b,c,d),!0;if(_.Aa(a))try{var e=a.then;if(_.za(e))return ef(a,e,b,c,d),!0}catch(f){return c.call(d,f),!0}return!1};ef=function(a,b,c,d,e){var f=!1,g=function(l){f||(f=!0,c.call(e,l))},k=function(l){f||(f=!0,d.call(e,l))};try{b.call(a,g,k)}catch(l){k(l)}};af=function(a){a.D||(a.D=!0,_.Ne(a.H,a))};Ze=function(a){var b=null;a.o&&(b=a.o,a.o=b.next,b.next=null);a.o||(a.B=null);return b};
_.Re.prototype.H=function(){for(var a;a=Ze(this);)$e(this,a,this.j,this.F);this.D=!1};$e=function(a,b,c,d){if(3==c&&b.o&&!b.B)for(;a&&a.C;a=a.A)a.C=!1;if(b.j)b.j.A=null,ff(b,c,d);else try{b.B?b.A.call(b.context):ff(b,c,d)}catch(e){gf.call(null,e)}Ce(Te,b)};ff=function(a,b,c){2==b?a.A.call(a.context,c):a.o&&a.o.call(a.context,c)};df=function(a,b){a.C=!0;_.Ne(function(){a.C&&gf.call(null,b)})};gf=De;_.Xe=function(a){_.Ha.call(this,a)};_.v(_.Xe,_.Ha);_.Xe.prototype.name="cancel";

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var kf;_.hf=function(a,b){a=a.split(".");b=b||_.p;for(var c=0;c<a.length;c++)if(b=b[a[c]],null==b)return null;return b};_.jf=function(a,b){b=(0,_.Ia)(a,b);var c;(c=0<=b)&&Array.prototype.splice.call(a,b,1);return c};kf=function(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1};_.lf=function(a,b){try{return _.Lb(a[b]),!0}catch(c){}return!1};
_.mf=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.j=!1};_.mf.prototype.stopPropagation=function(){this.j=!0};_.mf.prototype.preventDefault=function(){this.defaultPrevented=!0};
_.nf=function(a,b){_.mf.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.Ya=null;a&&this.init(a,b)};_.v(_.nf,_.mf);var of={2:"touch",3:"pen",4:"mouse"};
_.nf.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)?_.Rb&&(_.lf(b,"nodeName")||(b=null)):"mouseover"==c?b=a.fromElement:"mouseout"==c&&(b=a.toElement);this.relatedTarget=b;d?(this.clientX=void 0!==d.clientX?d.clientX:d.pageX,this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=_.Sb||void 0!==
a.offsetX?a.offsetX:a.layerX,this.offsetY=_.Sb||void 0!==a.offsetY?a.offsetY:a.layerY,this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||("keypress"==c?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType="string"===
typeof a.pointerType?a.pointerType:of[a.pointerType]||"";this.state=a.state;this.Ya=a;a.defaultPrevented&&this.preventDefault()};_.nf.prototype.stopPropagation=function(){_.nf.R.stopPropagation.call(this);this.Ya.stopPropagation?this.Ya.stopPropagation():this.Ya.cancelBubble=!0};_.nf.prototype.preventDefault=function(){_.nf.R.preventDefault.call(this);var a=this.Ya;if(a.preventDefault)a.preventDefault();else if(a.returnValue=!1,_.Md)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(b){}};
var rf;_.pf="closure_listenable_"+(1E6*Math.random()|0);_.qf=function(a){return!(!a||!a[_.pf])};rf=0;
var sf;sf=function(a,b,c,d,e){this.listener=a;this.j=null;this.src=b;this.type=c;this.capture=!!d;this.me=e;this.key=++rf;this.Yc=this.Td=!1};_.tf=function(a){a.Yc=!0;a.listener=null;a.j=null;a.src=null;a.me=null};
_.uf=function(a){this.src=a;this.j={};this.o=0};_.uf.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.j[f];a||(a=this.j[f]=[],this.o++);var g=vf(a,b,d,e);-1<g?(b=a[g],c||(b.Td=!1)):(b=new sf(b,this.src,f,!!d,e),b.Td=c,a.push(b));return b};_.uf.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.j))return!1;var e=this.j[a];b=vf(e,b,c,d);return-1<b?(_.tf(e[b]),Array.prototype.splice.call(e,b,1),0==e.length&&(delete this.j[a],this.o--),!0):!1};
_.wf=function(a,b){var c=b.type;if(!(c in a.j))return!1;var d=_.jf(a.j[c],b);d&&(_.tf(b),0==a.j[c].length&&(delete a.j[c],a.o--));return d};_.uf.prototype.$d=function(a,b){a=this.j[a.toString()];var c=[];if(a)for(var d=0;d<a.length;++d){var e=a[d];e.capture==b&&c.push(e)}return c};_.uf.prototype.Ad=function(a,b,c,d){a=this.j[a.toString()];var e=-1;a&&(e=vf(a,b,c,d));return-1<e?a[e]:null};
_.uf.prototype.hasListener=function(a,b){var c=void 0!==a,d=c?a.toString():"",e=void 0!==b;return kf(this.j,function(f){for(var g=0;g<f.length;++g)if(!(c&&f[g].type!=d||e&&f[g].capture!=b))return!0;return!1})};var vf=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.Yc&&f.listener==b&&f.capture==!!c&&f.me==d)return e}return-1};
var xf,yf,zf,Cf,Ef,Ff,Kf,Jf,Gf,Lf;xf="closure_lm_"+(1E6*Math.random()|0);yf={};zf=0;_.O=function(a,b,c,d,e){if(d&&d.once)return _.Af(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.O(a,b[f],c,d,e);return null}c=_.Bf(c);return _.qf(a)?a.L(b,c,_.Aa(d)?!!d.capture:!!d,e):Cf(a,b,c,!1,d,e)};
Cf=function(a,b,c,d,e,f){if(!b)throw Error("r");var g=_.Aa(e)?!!e.capture:!!e,k=_.Df(a);k||(a[xf]=k=new _.uf(a));c=k.add(b,c,d,g,f);if(c.j)return c;d=Ef();c.j=d;d.src=a;d.listener=c;if(a.addEventListener)_.Nd||(e=g),void 0===e&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Ff(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error("s");zf++;return c};
Ef=function(){var a=Gf,b=_.Ld?function(c){return a.call(b.src,b.listener,c)}:function(c){c=a.call(b.src,b.listener,c);if(!c)return c};return b};_.Af=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.Af(a,b[f],c,d,e);return null}c=_.Bf(c);return _.qf(a)?a.Ab(b,c,_.Aa(d)?!!d.capture:!!d,e):Cf(a,b,c,!0,d,e)};
_.Hf=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)_.Hf(a,b[f],c,d,e);else d=_.Aa(d)?!!d.capture:!!d,c=_.Bf(c),_.qf(a)?a.Ea(b,c,d,e):a&&(a=_.Df(a))&&(b=a.Ad(b,c,d,e))&&_.If(b)};
_.If=function(a){if("number"===typeof a||!a||a.Yc)return!1;var b=a.src;if(_.qf(b))return b.$g(a);var c=a.type,d=a.j;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Ff(c),d):b.addListener&&b.removeListener&&b.removeListener(d);zf--;(c=_.Df(b))?(_.wf(c,a),0==c.o&&(c.src=null,b[xf]=null)):_.tf(a);return!0};Ff=function(a){return a in yf?yf[a]:yf[a]="on"+a};
Kf=function(a,b,c,d){var e=!0;if(a=_.Df(a))if(b=a.j[b.toString()])for(b=b.concat(),a=0;a<b.length;a++){var f=b[a];f&&f.capture==c&&!f.Yc&&(f=Jf(f,d),e=e&&!1!==f)}return e};Jf=function(a,b){var c=a.listener,d=a.me||a.src;a.Td&&_.If(a);return c.call(d,b)};
Gf=function(a,b){if(a.Yc)return!0;if(!_.Ld){var c=b||_.hf("window.event");b=new _.nf(c,this);var d=!0;if(!(0>c.keyCode||void 0!=c.returnValue)){a:{var e=!1;if(0==c.keyCode)try{c.keyCode=-1;break a}catch(g){e=!0}if(e||void 0==c.returnValue)c.returnValue=!0}c=[];for(e=b.currentTarget;e;e=e.parentNode)c.push(e);a=a.type;for(e=c.length-1;!b.j&&0<=e;e--){b.currentTarget=c[e];var f=Kf(c[e],a,!0,b);d=d&&f}for(e=0;!b.j&&e<c.length;e++)b.currentTarget=c[e],f=Kf(c[e],a,!1,b),d=d&&f}return d}return Jf(a,new _.nf(b,
this))};_.Df=function(a){a=a[xf];return a instanceof _.uf?a:null};Lf="__closure_events_fn_"+(1E9*Math.random()>>>0);_.Bf=function(a){if(_.za(a))return a;a[Lf]||(a[Lf]=function(b){return a.handleEvent(b)});return a[Lf]};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var Rf,Zf;_.Mf=function(a){a&&"function"==typeof a.ua&&a.ua()};_.Nf=function(a,b){b=_.Sd(_.Mf,b);a.kb?b():(a.Xb||(a.Xb=[]),a.Xb.push(b))};_.Of=function(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b};_.Pf=function(a,b){if((0,_.Ib)())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=_.Eb(b)};_.Qf=function(a){var b=0,c;for(c in a.j){for(var d=a.j[c],e=0;e<d.length;e++)++b,_.tf(d[e]);delete a.j[c];a.o--}};_.Sf=function(a,b){return"string"===typeof b?a.getElementById(b):b};
_.Tf=function(a){return"CSS1Compat"==a.compatMode};_.Uf=function(a){a=(a||window).document;a=_.Tf(a)?a.documentElement:a.body;return new _.ne(a.clientWidth,a.clientHeight)};_.Vf=function(a){return a?a.parentWindow||a.defaultView:window};_.Wf=function(a){return _.ke&&void 0!=a.children?a.children:(0,_.Ka)(a.childNodes,function(b){return 1==b.nodeType})};
_.Xf=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};_.Yf=function(a){try{var b=a&&a.activeElement;return b&&b.nodeName?b:null}catch(c){return null}};Zf=function(a){this.j=a||_.p.document||document};_.h=Zf.prototype;_.h.G=function(a){return _.Sf(this.j,a)};_.h.Ca=function(a,b,c){return _.ue(this.j,arguments)};
_.h.createElement=function(a){return _.se(this.j,a)};_.h.de=function(a,b){a.appendChild(b)};_.h.fg=_.we;_.h.ee=_.xe;_.h.oi=_.Wf;_.h.eg=_.Xf;_.$f=function(a){return a?new Zf(_.ze(a)):Rf||(Rf=new Zf)};_.P=function(){_.I.call(this);this.Fb=new _.uf(this);this.mh=this;this.Ld=null};_.v(_.P,_.I);_.P.prototype[_.pf]=!0;_.h=_.P.prototype;_.h.fi=function(){return this.Ld};_.h.Jc=function(a){this.Ld=a};_.h.addEventListener=function(a,b,c,d){_.O(this,a,b,c,d)};
_.h.removeEventListener=function(a,b,c,d){_.Hf(this,a,b,c,d)};
_.h.dispatchEvent=function(a){var b,c=this.Ld;if(c)for(b=[];c;c=c.Ld)b.push(c);c=this.mh;var d=a.type||a;if("string"===typeof a)a=new _.mf(a,c);else if(a instanceof _.mf)a.target=a.target||c;else{var e=a;a=new _.mf(d,c);_.Qa(a,e)}e=!0;if(b)for(var f=b.length-1;!a.j&&0<=f;f--){var g=a.currentTarget=b[f];e=ag(g,d,!0,a)&&e}a.j||(g=a.currentTarget=c,e=ag(g,d,!0,a)&&e,a.j||(e=ag(g,d,!1,a)&&e));if(b)for(f=0;!a.j&&f<b.length;f++)g=a.currentTarget=b[f],e=ag(g,d,!1,a)&&e;return e};
_.h.T=function(){_.P.R.T.call(this);this.Fb&&_.Qf(this.Fb);this.Ld=null};_.h.L=function(a,b,c,d){return this.Fb.add(String(a),b,!1,c,d)};_.h.Ab=function(a,b,c,d){return this.Fb.add(String(a),b,!0,c,d)};_.h.Ea=function(a,b,c,d){return this.Fb.remove(String(a),b,c,d)};_.h.$g=function(a){return _.wf(this.Fb,a)};
var ag=function(a,b,c,d){b=a.Fb.j[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.Yc&&g.capture==c){var k=g.listener,l=g.me||g.src;g.Td&&a.$g(g);e=!1!==k.call(l,d)&&e}}return e&&!d.defaultPrevented};_.P.prototype.$d=function(a,b){return this.Fb.$d(String(a),b)};_.P.prototype.Ad=function(a,b,c,d){return this.Fb.Ad(String(a),b,c,d)};_.P.prototype.hasListener=function(a,b){return this.Fb.hasListener(void 0!==a?String(a):void 0,b)};
_.bg=function(a,b){_.P.call(this);this.o=a||1;this.j=b||_.p;this.A=(0,_.q)(this.Pk,this);this.B=(0,_.Ea)()};_.v(_.bg,_.P);_.h=_.bg.prototype;_.h.xc=!1;_.h.Lb=null;_.h.Pk=function(){if(this.xc){var a=(0,_.Ea)()-this.B;0<a&&a<.8*this.o?this.Lb=this.j.setTimeout(this.A,this.o-a):(this.Lb&&(this.j.clearTimeout(this.Lb),this.Lb=null),this.dispatchEvent("tick"),this.xc&&(this.stop(),this.start()))}};_.h.start=function(){this.xc=!0;this.Lb||(this.Lb=this.j.setTimeout(this.A,this.o),this.B=(0,_.Ea)())};
_.h.stop=function(){this.xc=!1;this.Lb&&(this.j.clearTimeout(this.Lb),this.Lb=null)};_.h.T=function(){_.bg.R.T.call(this);this.stop();delete this.j};_.cg=function(a,b,c){if(_.za(a))c&&(a=(0,_.q)(a,c));else if(a&&"function"==typeof a.handleEvent)a=(0,_.q)(a.handleEvent,a);else throw Error("t");return 2147483647<Number(b)?-1:_.p.setTimeout(a,b||0)};_.dg=function(a){_.p.clearTimeout(a)};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.eg=function(a){return/^[\s\xa0]*$/.test(a)};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var fg;fg=[1,4,2];_.gg=function(a){return(_.Kd?0==a.Ya.button:"click"==a.type?!0:!!(a.Ya.button&fg[0]))&&!(_.Tb&&a.ctrlKey)};_.ig=function(a){_.I.call(this);this.$=a;this.W={}};_.v(_.ig,_.I);var jg=[];_.ig.prototype.L=function(a,b,c,d){return kg(this,a,b,c,d)};_.ig.prototype.B=function(a,b,c,d,e){return kg(this,a,b,c,d,e)};
var kg=function(a,b,c,d,e,f){Array.isArray(c)||(c&&(jg[0]=c.toString()),c=jg);for(var g=0;g<c.length;g++){var k=_.O(b,c[g],d||a.handleEvent,e||!1,f||a.$||a);if(!k)break;a.W[k.key]=k}return a};_.ig.prototype.Ab=function(a,b,c,d){return lg(this,a,b,c,d)};var lg=function(a,b,c,d,e,f){if(Array.isArray(c))for(var g=0;g<c.length;g++)lg(a,b,c[g],d,e,f);else{b=_.Af(b,c,d||a.handleEvent,e,f||a.$||a);if(!b)return a;a.W[b.key]=b}return a};
_.ig.prototype.Ea=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)this.Ea(a,b[f],c,d,e);else c=c||this.handleEvent,d=_.Aa(d)?!!d.capture:!!d,e=e||this.$||this,c=_.Bf(c),d=!!d,b=_.qf(a)?a.Ad(b,c,d,e):a?(a=_.Df(a))?a.Ad(b,c,d,e):null:null,b&&(_.If(b),delete this.W[b.key]);return this};_.mg=function(a){_.Oa(a.W,function(b,c){this.W.hasOwnProperty(c)&&_.If(b)},a);a.W={}};_.ig.prototype.T=function(){_.ig.R.T.call(this);_.mg(this)};
_.ig.prototype.handleEvent=function(){throw Error("v");};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var og,pg,qg;_.ng=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};og=function(a){return"string"==typeof a.className?a.className:a.getAttribute&&a.getAttribute("class")||""};pg=function(a){return a.classList?a.classList:og(a).match(/\S+/g)||[]};qg=function(a,b){"string"==typeof a.className?a.className=b:a.setAttribute&&a.setAttribute("class",b)};_.Q=function(a,b){return a.classList?a.classList.contains(b):_.Na(pg(a),b)};
_.R=function(a,b){if(a.classList)a.classList.add(b);else if(!_.Q(a,b)){var c=og(a);qg(a,c+(0<c.length?" "+b:b))}};_.rg=function(a,b){if(a.classList)(0,_.Ja)(b,function(e){_.R(a,e)});else{var c={};(0,_.Ja)(pg(a),function(e){c[e]=!0});(0,_.Ja)(b,function(e){c[e]=!0});b="";for(var d in c)b+=0<b.length?" "+d:d;qg(a,b)}};_.T=function(a,b){a.classList?a.classList.remove(b):_.Q(a,b)&&qg(a,(0,_.Ka)(pg(a),function(c){return c!=b}).join(" "))};
_.sg=function(a,b){a.classList?(0,_.Ja)(b,function(c){_.T(a,c)}):qg(a,(0,_.Ka)(pg(a),function(c){return!_.Na(b,c)}).join(" "))};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var ug,zg,Dg,Eg;_.tg=function(a){return new _.ne(a.width,a.height)};ug=0;_.vg=function(a){return Object.prototype.hasOwnProperty.call(a,_.Ba)&&a[_.Ba]||(a[_.Ba]=++ug)};_.wg=function(a,b,c){return 2>=arguments.length?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};_.xg=function(a,b,c,d){Array.prototype.splice.apply(a,_.wg(arguments,1))};_.yg=function(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};
zg=function(a){return a.replace(/(^|[\s]+)([a-z])/g,function(b,c,d){return c+d.toUpperCase()})};_.Ag=function(a,b){return a==b?!0:a&&b?a.width==b.width&&a.height==b.height:!1};_.Bg=function(a,b,c){return _.ue(document,arguments)};_.Cg=function(a,b){if("textContent"in a)a.textContent=b;else if(3==a.nodeType)a.data=String(b);else if(a.firstChild&&3==a.firstChild.nodeType){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.we(a),a.appendChild(_.ze(a).createTextNode(String(b)))};
Dg={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1};Eg={IMG:" ",BR:"\n"};_.Fg=function(a,b,c){if(!(a.nodeName in Dg))if(3==a.nodeType)c?b.push(String(a.nodeValue).replace(/(\r\n|\r|\n)/g,"")):b.push(a.nodeValue);else if(a.nodeName in Eg)b.push(Eg[a.nodeName]);else for(a=a.firstChild;a;)_.Fg(a,b,c),a=a.nextSibling};
var Ig,Gg;_.Hg=function(a,b,c){if("string"===typeof b)(b=Gg(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var e=b[d],f=Gg(c,d);f&&(c.style[f]=e)}};Ig={};Gg=function(a,b){var c=Ig[b];if(!c){var d=_.yg(b);c=d;void 0===a.style[d]&&(d=(_.Sb?"Webkit":_.Rb?"Moz":_.x?"ms":_.Ob?"O":null)+zg(d),void 0!==a.style[d]&&(c=d));Ig[b]=c}return c};_.Jg=function(a,b){var c=a.style[_.yg(b)];return"undefined"!==typeof c?c:a.style[Gg(a,b)]||""};
_.Kg=function(a,b){var c=_.ze(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||"":""};_.Lg=function(a,b){return _.Kg(a,b)||(a.currentStyle?a.currentStyle[b]:null)||a.style&&a.style[b]};_.Mg=function(a){try{return a.getBoundingClientRect()}catch(b){return{left:0,top:0,right:0,bottom:0}}};_.Ng=function(a,b){"number"==typeof a&&(a=(b?Math.round(a):a)+"px");return a};
_.Pg=function(a){var b=_.Og;if("none"!=_.Lg(a,"display"))return b(a);var c=a.style,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};_.Og=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=_.Sb&&!b&&!c;return(void 0===b||d)&&a.getBoundingClientRect?(a=_.Mg(a),new _.ne(a.right-a.left,a.bottom-a.top)):new _.ne(b,c)};_.Qg=_.Rb?"MozUserSelect":_.Sb||_.Pb?"WebkitUserSelect":null;

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var Rg,Tg;Rg=function(a,b){return null!==a&&b in a?a[b]:void 0};_.Sg=function(a){if(48<=a&&57>=a||96<=a&&106>=a||65<=a&&90>=a||(_.Sb||_.Pb)&&0==a)return!0;switch(a){case 32:case 43:case 63:case 64:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:case 163:case 58:return!0;case 173:return _.Rb;default:return!1}};
Tg=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};_.Ug=function(a){if(_.Rb)a=Tg(a);else if(_.Tb&&_.Sb)switch(a){case 93:a=91}return a};
_.Vg=function(a,b,c,d,e,f){if(_.Sb&&!_.gc("525"))return!0;if(_.Tb&&e)return _.Sg(a);if(e&&!d)return!1;if(!_.Rb){"number"===typeof b&&(b=_.Ug(b));var g=17==b||18==b||_.Tb&&91==b;if((!c||_.Tb)&&g||_.Tb&&16==b&&(d||f))return!1}if((_.Sb||_.Pb)&&d&&c)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}if(_.x&&d&&b==a)return!1;switch(a){case 13:return _.Rb?f||e?!1:!(c&&d):!0;case 27:return!(_.Sb||_.Pb||_.Rb)}return _.Rb&&(d||e||
f)?!1:_.Sg(a)};_.Wg=function(){};_.wa(_.Wg);_.Wg.prototype.j=0;_.Xg=function(a){return":"+(a.j++).toString(36)};
var Yg,bh;_.Zg=function(a){_.P.call(this);this.j=a||_.$f();this.sa=Yg;this.$=null;this.Da=!1;this.o=null;this.M=void 0;this.K=this.C=this.A=this.D=null;this.Eb=!1};_.v(_.Zg,_.P);_.Zg.prototype.Sa=_.Wg.va();Yg=null;_.$g=function(a){return a.$||(a.$=_.Xg(a.Sa))};_.Zg.prototype.G=function(){return this.o};_.ah=function(a){a.M||(a.M=new _.ig(a));return a.M};
bh=function(a,b){if(a==b)throw Error("x");var c;if(c=b&&a.A&&a.$){c=a.A;var d=a.$;c=c.K&&d?Rg(c.K,d)||null:null}if(c&&a.A!=b)throw Error("x");a.A=b;_.Zg.R.Jc.call(a,b)};_.Zg.prototype.Jc=function(a){if(this.A&&this.A!=a)throw Error("y");_.Zg.R.Jc.call(this,a)};_.Zg.prototype.Mb=function(){this.o=this.j.createElement("DIV")};_.Zg.prototype.Ma=function(a){ch(this,a)};var ch=function(a,b,c){if(a.Da)throw Error("z");a.o||a.Mb();b?b.insertBefore(a.o,c||null):a.j.j.body.appendChild(a.o);a.A&&!a.A.Da||a.Ha()};
_.h=_.Zg.prototype;_.h.Kf=function(){return!0};_.h.Yb=function(a){this.o=a};_.h.Ha=function(){this.Da=!0;_.dh(this,function(a){!a.Da&&a.G()&&a.Ha()})};_.h.mb=function(){_.dh(this,function(a){a.Da&&a.mb()});this.M&&_.mg(this.M);this.Da=!1};_.h.T=function(){this.Da&&this.mb();this.M&&(this.M.ua(),delete this.M);_.dh(this,function(a){a.ua()});!this.Eb&&this.o&&_.xe(this.o);this.A=this.D=this.o=this.K=this.C=null;_.Zg.R.T.call(this)};
_.h.Cc=function(a,b,c){if(a.Da&&(c||!this.Da))throw Error("z");if(0>b||b>_.eh(this))throw Error("B");this.K&&this.C||(this.K={},this.C=[]);if(a.A==this){var d=_.$g(a);this.K[d]=a;_.jf(this.C,a)}else{d=this.K;var e=_.$g(a);if(null!==d&&e in d)throw Error("i`"+e);d[e]=a}bh(a,this);_.xg(this.C,b,0,a);a.Da&&this.Da&&a.A==this?(c=this.Sc(),(c.childNodes[b]||null)!=a.G()&&(a.G().parentElement==c&&c.removeChild(a.G()),b=c.childNodes[b]||null,c.insertBefore(a.G(),b))):c?(this.o||this.Mb(),b=_.fh(this,b+1),
ch(a,this.Sc(),b?b.o:null)):this.Da&&!a.Da&&a.o&&a.o.parentNode&&1==a.o.parentNode.nodeType&&a.Ha()};_.h.Sc=function(){return this.o};_.eh=function(a){return a.C?a.C.length:0};_.fh=function(a,b){return a.C?a.C[b]||null:null};_.dh=function(a,b,c){a.C&&(0,_.Ja)(a.C,b,c)};_.Zg.prototype.Cd=function(a,b){if(a){var c="string"===typeof a?a:_.$g(a);a=this.K&&c?Rg(this.K,c)||null:null;if(c&&a){var d=this.K;c in d&&delete d[c];_.jf(this.C,a);b&&(a.mb(),a.o&&_.xe(a.o));bh(a,null)}}if(!a)throw Error("C");return a};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var gh;
_.hh=function(a,b){b?a.setAttribute("role",b):a.removeAttribute("role")};_.U=function(a,b,c){Array.isArray(c)&&(c=c.join(" "));var d="aria-"+b;""===c||void 0==c?(gh||(gh={atomic:!1,autocomplete:"none",dropeffect:"none",haspopup:!1,live:"off",multiline:!1,multiselectable:!1,orientation:"vertical",readonly:!1,relevant:"additions text",required:!1,sort:"none",busy:!1,disabled:!1,hidden:!1,invalid:"false"}),c=gh,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d,c)};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.ih=!_.x&&!_.Ab();

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.kh=function(a,b,c){_.jh.L(b,c,void 0,a.$||a,a);return a};_.lh=function(a,b){b=b instanceof _.hb?b:_.ob(b);a.href=_.ib(b)};_.mh=function(a,b){var c=b||document;return c.querySelectorAll&&c.querySelector?c.querySelectorAll("."+a):_.pe(document,"*",a,b)};_.nh=function(a,b){b.parentNode&&b.parentNode.insertBefore(a,b.nextSibling)};_.oh=function(a,b){return b?_.Ae(a,function(c){return!b||"string"===typeof c.className&&_.Na(c.className.split(/\s+/),b)},void 0):null};
var ph,qh;ph=function(){};_.jh=new ph;qh=["click","keydown","keyup"];ph.prototype.L=function(a,b,c,d,e){var f=function(g){var k=_.Bf(b),l=_.ye(g.target)?g.target.getAttribute("role")||null:null;"click"==g.type&&_.gg(g)?k.call(d,g):13!=g.keyCode&&3!=g.keyCode||"keyup"==g.type?32!=g.keyCode||"keyup"!=g.type||"button"!=l&&"tab"!=l||(k.call(d,g),g.preventDefault()):(g.type="keypress",k.call(d,g))};f.Bb=b;f.Bk=d;e?e.L(a,qh,f,c):_.O(a,qh,f,c)};
ph.prototype.Ea=function(a,b,c,d,e){for(var f,g=0;f=qh[g];g++){var k=a;var l=f;var m=!!c;l=_.qf(k)?k.$d(l,m):k?(k=_.Df(k))?k.$d(l,m):[]:[];for(k=0;m=l[k];k++){var r=m.listener;if(r.Bb==b&&r.Bk==d){e?e.Ea(a,f,m.listener,c,d):_.Hf(a,f,m.listener,c,d);break}}}};

}catch(e){_._DumpException(e)}
try{
var rh;rh=function(a,b,c){if(a.o)return null;if(c instanceof Array){var d=null;c=_.ia(c);for(var e=c.next();!e.done;e=c.next())(e=rh(a,b,e.value))&&(d=e);return d}d=null;a.j&&a.j.type==c&&a.A==b&&(d=a.j,a.j=null);if(e=b.getAttribute("data-eqid"))b.removeAttribute("data-eqid"),(e=a.B[e])?b.removeEventListener?b.removeEventListener(c,e,!1):b.detachEvent&&b.detachEvent("on"+c,e):a.C.log(Error("o`"+b));return d};_.sh=function(a,b,c){return function(){try{return b.apply(c,arguments)}catch(d){a.log(d)}}};
_.uh=function(a,b,c,d,e,f){d=_.sh(a,d,f);a=_.O(b,c,d,e,f);_.th(b,c);return a};_.th=function(a,b){if(a instanceof Element&&(b=rh(_.Kc("eq"),a,b||[])))if(_.x&&b instanceof MouseEvent&&a.dispatchEvent){var c=document.createEvent("MouseEvent");c.initMouseEvent(b.type,!0,!0,b.view,b.detail,b.screenX,b.screenY,b.clientX,b.clientY,b.ctrlKey,b.altKey,b.shiftKey,b.metaKey,b.button,b.relatedTarget);a.dispatchEvent(c)}else a.dispatchEvent&&a.dispatchEvent(b)};

}catch(e){_._DumpException(e)}
try{
_.vh=function(a,b){_.ig.call(this,b);this.C=a;this.Eb=b||this};_.v(_.vh,_.ig);_.vh.prototype.L=function(a,b,c,d){if(c){if("function"!=typeof c)throw new TypeError("D");c=_.sh(this.C,c,this.Eb);c=_.vh.R.L.call(this,a,b,c,d);_.th(a,wh(b));return c}return _.vh.R.L.call(this,a,b,c,d)};_.vh.prototype.B=function(a,b,c,d,e){if(c){if("function"!=typeof c)throw new TypeError("D");c=_.sh(this.C,c,e||this.Eb);c=_.vh.R.B.call(this,a,b,c,d,e);_.th(a,wh(b));return c}return _.vh.R.B.call(this,a,b,c,d,e)};
_.vh.prototype.Ab=function(a,b,c,d){if(c){if("function"!=typeof c)throw new TypeError("D");c=_.sh(this.C,c,this.Eb);c=_.vh.R.Ab.call(this,a,b,c,d);_.th(a,wh(b));return c}return _.vh.R.Ab.call(this,a,b,c,d)};var wh=function(a){return Array.isArray(a)?(0,_.La)(a,wh):"string"===typeof a?a:a?a.toString():a};
_.xh=function(a,b){_.vh.call(this,b);this.o=a};_.v(_.xh,_.vh);_.xh.prototype.G=function(){return this.o};_.xh.prototype.T=function(){this.o=null;_.xh.R.T.call(this)};

}catch(e){_._DumpException(e)}
try{
_.yh=function(a,b,c){_.xh.call(this,a,b);this.A=c;(a=_.N("gb_yc",this.o))&&_.kh(this,a,this.j)};_.v(_.yh,_.xh);_.yh.prototype.j=function(a){var b;(a=a.currentTarget)&&(a=a.getAttributeNode("data-ved"))&&a.value&&(b={ved:a.value});this.A.log(39,b)};

}catch(e){_._DumpException(e)}
try{
var Ah,Bh,Ch,Fh;_.V=function(a,b,c){c?_.R(a,b):_.T(a,b)};_.zh=function(a,b,c,d){if(null!=a)for(a=a.firstChild;a;){if(b(a)&&(c.push(a),d)||_.zh(a,b,c,d))return!0;a=a.nextSibling}return!1};Ah=function(a,b){var c=[];_.zh(a,b,c,!1);return c};Bh=function(a){return _.x&&!_.gc("9")?(a=a.getAttributeNode("tabindex"),null!=a&&a.specified):a.hasAttribute("tabindex")};Ch=function(a){a=a.tabIndex;return"number"===typeof a&&0<=a&&32768>a};
_.Dh=function(a){var b;if((b="A"==a.tagName&&a.hasAttribute("href")||"INPUT"==a.tagName||"TEXTAREA"==a.tagName||"SELECT"==a.tagName||"BUTTON"==a.tagName?!a.disabled&&(!Bh(a)||Ch(a)):Bh(a)&&Ch(a))&&_.x){var c;!_.za(a.getBoundingClientRect)||_.x&&null==a.parentElement?c={height:a.offsetHeight,width:a.offsetWidth}:c=a.getBoundingClientRect();a=null!=c&&0<c.height&&0<c.width}else a=b;return a};_.Eh=function(a,b){a=a.getAttribute("aria-"+b);return null==a||void 0==a?"":String(a)};
Fh=function(a){return null!=_.Ae(a,function(b){return 1==b.nodeType&&"true"==_.Eh(b,"hidden")})};_.Gh=function(a){return a?Ah(a,function(b){return 1==b.nodeType&&_.Dh(b)&&!Fh(b)}):[]};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.Hh=function(a){return null==a?"":String(a)};

}catch(e){_._DumpException(e)}
try{
var Mh,Nh,Ph,Qh,Sh,Uh,Vh,$h,ai,di,ii,ji;_.Lh=function(a,b){b&&_.lh(a,a.href.replace(/([?&](continue|followup)=)[^&]*/g,"$1"+encodeURIComponent(b)))};Mh=function(a,b){if(void 0!==a.j||void 0!==a.o)throw Error("p");a.o=b;_.rd(a)};Nh=function(a){_.z(this,a,0,-1,null,null)};_.v(Nh,_.y);_.Oh=function(a,b){b.parentNode&&b.parentNode.insertBefore(a,b)};Ph=function(a){a=a.getAttribute("src");return null!=a&&""!=a};
Qh=function(a,b,c){a=_.N("gb_va",a.G());if(""!=b||""!=c)if(_.Q(a,"gb_sa"))""!=_.Jg(a,"background-image")&&(b=""!=c?c:b,_.Hg(a,"background-image","url('"+b+"')"),a=_.N("gb_Bc",a),null!=a&&Ph(a)&&a.setAttribute("src",b));else if("IMG"==a.tagName){var d=""!=b?b:c;null!=a&&Ph(a)&&a.setAttribute("src",d);b!=c&&(c=""!=c?c+" 2x ":"",""!=b&&(c=c+(""==c?"":",")+(b+" 1x")),a.setAttribute("srcset",c))}};_.Rh=function(a,b,c){_.I.call(this);this.Bb=a;this.o=b||0;this.j=c;this.Qa=(0,_.q)(this.ni,this)};
_.v(_.Rh,_.I);_.h=_.Rh.prototype;_.h.Qc=0;_.h.T=function(){_.Rh.R.T.call(this);this.stop();delete this.Bb;delete this.j};_.h.start=function(a){this.stop();this.Qc=_.cg(this.Qa,void 0!==a?a:this.o)};_.h.stop=function(){0!=this.Qc&&_.dg(this.Qc);this.Qc=0};_.h.ni=function(){this.Qc=0;this.Bb&&this.Bb.call(this.j)};Sh=function(a){return String(a).replace(/([A-Z])/g,"-$1").toLowerCase()};_.Th=function(a,b){return _.N(a,b)};Uh=function(a,b){var c=b.parentNode;c&&c.replaceChild(a,b)};
Vh=function(a,b){var c=[];return _.zh(a,b,c,!0)?c[0]:void 0};_.Wh=function(a,b){b?a.tabIndex=0:(a.tabIndex=-1,a.removeAttribute("tabIndex"))};_.Xh=function(a){if(_.le&&null!==a&&"innerText"in a)a=a.innerText.replace(/(\r\n|\r|\n)/g,"\n");else{var b=[];_.Fg(a,b,!0);a=b.join("")}a=a.replace(/ \xAD /g," ").replace(/\xAD/g,"");a=a.replace(/\u200B/g,"");_.le||(a=a.replace(/ +/g," "));" "!=a&&(a=a.replace(/^\s*/,""));return a};
_.Yh=function(a,b,c){if(_.ih&&a.dataset)a.dataset[b]=c;else{if(/-[a-z]/.test(b))throw Error("l");a.setAttribute("data-"+Sh(b),c)}};$h=function(a){if(/-[a-z]/.test("item"))return null;if(_.ih&&a.dataset){if(_.Bb()&&!("item"in a.dataset))return null;a=a.dataset.item;return void 0===a?null:a}return a.getAttribute("data-"+Sh("item"))};ai=function(a,b){return/-[a-z]/.test(b)?!1:_.ih&&a.dataset?b in a.dataset:a.hasAttribute?a.hasAttribute("data-"+Sh(b)):!!a.getAttribute("data-"+Sh(b))};
_.bi=function(a){this.o=a;this.j=null};_.ci=function(a){a.j||(a.j=_.O(a.o,"keydown",a.A,!1,a))};_.ei=function(a){di(a);_.V(a.o,"gb_u",!1)};_.bi.prototype.A=function(a){9!=a.keyCode||_.Q(this.o,"gb_u")||(_.V(this.o,"gb_u",!0),di(this))};di=function(a){a.j&&(_.If(a.j),a.j=null)};_.fi=function(a,b){_.P.call(this);this.D=a;b&&(this.D.id=b)};_.v(_.fi,_.P);_.h=_.fi.prototype;_.h.G=function(){return this.D};_.h.Xj=function(){return this.D.id};
_.h.ai=function(){var a=this.D.id;a||(a="gb$"+_.Xg(_.Wg.va()),this.D.id=a);return a};_.h.T=function(){_.xe(this.D);_.fi.R.T.call(this)};_.h.Jd=function(){return this.G()};_.gi=function(a){return Vh(a,function(b){return _.ye(b)&&_.Dh(b)})};_.hi=function(a){(a=_.gi(a))&&a.focus()};ii={El:"gb_ua",Tl:"gb_ae",jl:"gb_Pc"};ji=function(a,b){b||(b=this.createElement(),a.Jd().appendChild(b));_.fi.call(this,b);this.C=new _.ig(this);_.kh(this.C,this.G(),this.yi)};_.v(ji,_.fi);_.h=ji.prototype;
_.h.createElement=function(){var a=_.ve("LI");_.R(a,"gb_Wc");_.hh(a,"menuitem");return a};_.h.Qj=function(a){a?_.Yh(this.G(),"item",a):(a=this.G(),!/-[a-z]/.test("item")&&(_.ih&&a.dataset?ai(a,"item")&&delete a.dataset.item:a.removeAttribute("data-"+Sh("item"))));return this};_.h.Id=function(){return $h(this.G())};_.h.$c=function(a){_.V(this.G(),"gb_Da",a);return this};_.h.focus=function(){_.hi(this.G())};_.h.yi=function(){this.dispatchEvent("click")};
var ki=function(a,b){ji.call(this,a,b);this.A=_.Th("gb_Zc",this.G());this.B=_.N("gb_1c",this.A);this.j=null;this.o=_.N("gb_0c",this.A)};_.n(ki,ji);_.h=ki.prototype;_.h.createElement=function(){var a=ji.prototype.createElement.call(this);_.R(a,"gb_2c");var b=_.Bg("A","gb_Zc");_.Wh(b,!0);a.appendChild(b);var c=_.Bg("SPAN","gb_0c");b.appendChild(c);return a};_.h.Id=function(){return ji.prototype.Id.call(this)||this.Hg()};_.h.Hg=function(){return _.Xh(this.o)};_.h.Sj=function(a){_.Cg(this.o,a);return this};
_.h.Rj=function(a){this.B||(this.B=_.Bg("IMG","gb_1c"),this.B.setAttribute("alt",""),this.j?(Uh(this.B,this.j),this.j=null):_.Oh(this.B,this.o));this.B.setAttribute("src",a);return this};_.h.Gk=function(a){if(!(a instanceof Element&&"svg"==a.tagName.toLowerCase()))return this;this.B?(Uh(a,this.B),this.B=null):this.j?Uh(a,this.j):_.Oh(a,this.o);var b=a.getAttribute("class");b?a.setAttribute("class",b+" gb_1c"):a.setAttribute("class","gb_1c");this.j=a;return this};_.h.focus=function(){this.A.focus()};
_.li=function(a){_.fi.call(this,a);this.o=[];this.J={}};_.v(_.li,_.fi);_.li.prototype.sa=function(a){var b=this.J[a];if(b)return b;var c=document.getElementById(a);if(c)for(var d=0,e=this.o.length;d<e;++d)if(b=this.o[d],b.G()==c)return this.J[a]=b;return null};_.li.prototype.Ib=function(a){a.Jc(this);this.o.push(a);var b=a.D.id;b&&(this.J[b]=a)};_.li.prototype.$=function(){for(var a=0,b=this.o.length;a<b;a++)this.o[a].ua();this.J={};this.o=[]};
var mi=function(a,b){_.li.call(this,b||this.createElement());this.A=a;a=this.G().getElementsByClassName("gb_Wc");for(b=0;b<a.length;b++){var c=a[b];_.Q(c,"gb_2c")?this.Ib(new ki(this,c)):this.Ib(new ji(this,c))}this.j=_.N("gb_Xc",this.G())};_.v(mi,_.li);_.h=mi.prototype;_.h.createElement=function(){var a=_.ve("UL");_.R(a,"gb_Tc");var b=_.Bg("SPAN","gb_Xc");a.appendChild(b);return a};_.h.Ib=function(a){mi.R.Ib.call(this,a);var b=this.A,c=a.G();c=c.id||(c.id="gbm"+_.Xg(_.Wg.va()));b.P[c]=a};
_.h.Oj=function(){return null!=this.j?_.Xh(this.j):null};_.h.Pj=function(a){return null!=this.j?(_.Cg(this.j,a),this):null};_.h.uh=function(){var a=new ji(this);this.Ib(a);return a};_.h.vh=function(){var a=new ki(this);this.Ib(a);return a};
var ni=function(a){return a instanceof HTMLElement&&ai(a,"ogobm")},oi="click mousedown scroll touchstart wheel keydown".split(" "),pi=function(a,b){this.Qa=a;this.j=b},W=function(a,b,c,d,e,f,g){_.li.call(this,a);this.j=b;this.F=a;this.C=c;this.M=d;this.N=e;this.B=_.N("gb_Qc",this.j);this.O=new _.bi(this.B);this.H=_.N("gb_Rc",this.B);this.K=_.N("gb_Sc",this.B);this.P={};this.S=[];this.W=f||!1;this.U=g||!1;this.A=new _.ig(this);qi(this);a=this.B.getElementsByClassName("gb_Tc");for(b=0;b<a.length;b++)this.Ib(new mi(this,
a[b]))};_.n(W,_.li);_.h=W.prototype;_.h.T=function(){_.li.prototype.T.call(this);ri(this)};_.h.Jd=function(){return this.B};_.h.Tj=function(){return _.N("gb_Be",this.j)};_.h.sh=function(){si(this);return ti(this,this.H)};_.h.rh=function(){si(this);return ti(this,this.K)};var ti=function(a,b){var c=new mi(a),d=c.G();b.appendChild(d);a.Ib(c);return c},si=function(a){a.H||(a.H=_.ve("DIV"),_.R(a.H,"gb_Rc"),a.B.appendChild(a.H),a.K=_.ve("DIV"),_.R(a.K,"gb_Sc"),a.B.appendChild(a.K))};
W.prototype.ha=function(a){_.V(this.j,"gb_Oc",1==a);this.dispatchEvent("msc")};W.prototype.X=function(){return ui(this)?0:1};var vi=function(a,b){switch(b){case "menu":_.T(a.G(),"gb_Ja");break;case "back":_.T(a.C,"gb_Ja");break;case "close":_.T(a.M,"gb_Ja")}},wi=function(a){_.R(a.G(),"gb_Ja");_.R(a.C,"gb_Ja");_.R(a.M,"gb_Ja")},xi=function(a){return!_.Q(a,"gb_Ja")};_.h=W.prototype;_.h.isVisible=function(a){switch(a){case "menu":return xi(this.G());case "back":return xi(this.C);case "close":return xi(this.M)}return!1};
_.h.open=function(a){this.N||(a&&_.Hg(this.j,"transition","none"),this.dispatchEvent("beforeshow"),_.R(this.j,"gb_oa"),_.U(this.G(),"expanded",!0),_.hi(this.B),_.ci(this.O),this.dispatchEvent("open"),this.A.B(document.body,oi,this.sg,!0,this),this.A.L(document.body,"focusin",this.Ig),a&&_.cg(function(){_.Hg(this.j,"transition","")},0,this))};_.h.Dk=function(a){this.N&&_.U(this.G(),"expanded",a)};
_.h.close=function(a){this.N||(a&&_.Hg(this.j,"transition","none"),_.T(this.j,"gb_oa"),_.U(this.G(),"expanded",!1),document.activeElement==this.G()&&this.G().blur(),_.ei(this.O),this.dispatchEvent("close"),ri(this),a&&_.cg(function(){_.Hg(this.j,"transition","")},0,this))};_.h.Nk=function(a){xi(this.F)&&_.R(this.F,"gb_Ic");_.T(this.C,"gb_Ja");a&&_.Af(this.C,"click",a)};_.h.nj=function(){_.R(this.C,"gb_Ja");_.Q(this.F,"gb_Ic")&&_.T(this.F,"gb_Ic")};_.h.Ub=function(){return _.Q(this.j,"gb_oa")};
var qi=function(a){_.kh(a.A,a.G(),a.Z);a.G().addEventListener("keydown",function(b){32==b.keyCode&&b.preventDefault()});_.kh(a.A,a.B,a.Ui);a.A.L(a.j,"keydown",a.Uj);a.A.L(a.j,"keyup",a.Pi);_.kh(a.A,a.C,function(){this.dispatchEvent("bbc")});_.kh(a.A,a.M,function(){this.dispatchEvent("cbc")});if(_.Q(a.j,"gb_ua")||_.Q(a.j,"gb_ae"))a.A.L(window,"resize",a.V),a.V();_.Q(a.j,"gb_Kc")||a.A.Ab(window,"touchstart",function(){_.Hg(a.j,"overflow-y","auto")})};
W.prototype.V=function(){var a=window.visualViewport?window.visualViewport.height:window.innerHeight;a&&_.Hg(this.j,"height","calc("+a+"px - 100%)")};W.prototype.Z=function(){this.dispatchEvent("mbc");if(!this.N){if(this.Ub()){this.close();var a=!0}else this.open(),a=!1;a&&this.G().focus()}};var ui=function(a){return!_.Q(a.j,"gb_Oc")||_.Q(a.j,"gb_ua")||_.Q(a.j,"gb_ae")};_.h=W.prototype;_.h.Pi=function(a){9===a.keyCode&&this.Ub()&&(a=this.O,_.V(a.o,"gb_u",!0),di(a))};
_.h.Uj=function(a){a:{if(36==a.keyCode||35==a.keyCode){var b=_.Gh(this.j);if(0<b.length){var c=b[b.length-1];36==a.keyCode&&(c=!ui(this)&&1<b.length?b[1]:b[0]);c.focus();a.preventDefault();break a}}27!=a.keyCode||this.W&&!ui(this)||(this.close(),null!=this.F&&this.F.focus())}9===a.keyCode&&this.Ub()&&ui(this)&&(b=a.target,c=_.Gh(this.j),0<c.length&&(b==c[0]&&a.shiftKey?(c[c.length-1].focus(),a.preventDefault()):b!=c[c.length-1]||a.shiftKey||(c[0].focus(),a.preventDefault())))};
_.h.Ui=function(a){if(a.target instanceof Node){a:{a=a.target;for(var b=this.B;a&&a!==b;){var c=a.id;if(c in this.P){a=this.P[c];break a}a=a.parentNode}a=null}if(a){a=a.Id();b=0;for(c=this.S.length;b<c;++b){var d=this.S[b];d.Qa.call(d.j,a)}this.W&&!ui(this)||this.close()}}};
_.h.sg=function(a){this.Ub()&&a.target instanceof Node&&!(!ui(this)||this.U&&_.Ae(a.target,ni))&&("keydown"==a.type?27==a.keyCode&&(a.preventDefault(),a.stopPropagation(),this.close(),this.G().focus()):_.oh(a.target,"gb_F")||_.oh(a.target,"gb_Cc")||_.Xf(this.j,a.target)||("touchstart"==a.type&&(a.preventDefault(),a.stopPropagation()),this.close()))};
_.h.Ig=function(){this.Ub()&&(!ui(this)||"IFRAME"!=document.activeElement.tagName&&(this.U&&_.Ae(document.activeElement,ni)||_.oh(document.activeElement,"gb_Jc")||_.oh(document.activeElement,"gb_F")||_.hi(this.B)))};var ri=function(a){a.A.Ea(document.body,oi,a.sg,!1,a);a.A.Ea(document.body,"focusin",a.Ig)};W.prototype.Y=function(a,b){this.S.push(new pi(a,b))};_.yi=function(a){_.fi.call(this,a);_.jh.L(a,this.j,!1,this)};_.v(_.yi,_.fi);_.yi.prototype.j=function(a){this.dispatchEvent("click")||a.preventDefault()};
var zi=function(){this.j=null};zi.prototype.Pc=function(){return this.j};
var Ai=function(a,b,c){this.o=a;this.A=b;this.j=c||_.p};
var Bi=function(a){this.j=[];this.B=a||this};Bi.prototype.o=function(a,b,c){this.C(a,b,c);this.j.push(new Ai(a,b,c))};Bi.prototype.C=function(a,b,c){c=c||_.p;for(var d=0,e=this.j.length;d<e;d++){var f=this.j[d];if(f.o==a&&f.A==b&&f.j==c){this.j.splice(d,1);break}}};Bi.prototype.A=function(a){a.j=this.B;for(var b=0,c=this.j.length;b<c;b++){var d=this.j[b];"catc"==d.o&&d.A.call(d.j,a)}};
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.Di=function(a,b){_.P.call(this);this.j=a;this.A=Ci(this.j);this.F=b||100;this.B=_.O(a,"resize",this.C,!1,this)};_.v(_.Di,_.P);_.Di.prototype.T=function(){_.If(this.B);_.Di.R.T.call(this)};_.Di.prototype.C=function(){this.o||(this.o=new _.Rh(this.D,this.F,this),_.Nf(this,this.o));this.o.start()};
_.Di.prototype.D=function(){if(!this.j.kb){var a=this.A,b=Ci(this.j);this.A=b;if(a){var c=!1;a.width!=b.width&&(this.dispatchEvent("b"),c=!0);a.height!=b.height&&(this.dispatchEvent("a"),c=!0);c&&this.dispatchEvent("resize")}else this.dispatchEvent("a"),this.dispatchEvent("b"),this.dispatchEvent("resize")}};
var Ei=function(a){_.P.call(this);this.o=a||window;this.A=_.O(this.o,"resize",this.B,!1,this);this.j=_.Uf(this.o)},Fi,Ci;_.v(Ei,_.P);_.Gi=function(){var a=window,b=_.vg(a);return Fi[b]=Fi[b]||new Ei(a)};Fi={};Ci=function(a){return a.j?_.tg(a.j):null};Ei.prototype.T=function(){Ei.R.T.call(this);this.A&&(_.If(this.A),this.A=null);this.j=this.o=null};Ei.prototype.B=function(){var a=_.Uf(this.o);_.Ag(a,this.j)||(this.j=a,this.dispatchEvent("resize"))};
var Ii=function(a,b){this.B=new Bi(this);this.H=a;this.D=b;this.j=Hi(a.offsetWidth,this.D);this.K=new _.Di(_.Gi(),10);_.O(this.K,"b",function(){window.requestAnimationFrame?window.requestAnimationFrame((0,_.q)(this.F,this)):this.F()},!1,this)},Hi=function(a,b){for(var c=0,d=b.length-1,e=b[0];c<d;){if(a<=e.max)return e.id;e=b[++c]}return b[d].id};Ii.prototype.F=function(){var a=Hi(this.H.offsetWidth,this.D);a!=this.j&&(this.j=a,this.A(new zi))};Ii.prototype.o=function(a,b,c){this.B.o(a,b,c)};
Ii.prototype.C=function(a,b){this.B.C(a,b)};Ii.prototype.A=function(a){this.B.A(a)};
var Ji={id:"unlimitedProductControl",ve:Number.MAX_SAFE_INTEGER};
_.Ki=function(a){_.fi.call(this,a);_.O(a,"click",this.j,!1,this)};_.v(_.Ki,_.fi);_.Ki.prototype.o=function(){var a=this.G().getAttribute("aria-pressed");return(null==a?a:"boolean"===typeof a?a:"true"==a)||!1};_.Ki.prototype.j=function(a){a=a.currentTarget;var b=_.Eh(a,"pressed");_.eg(_.Hh(b))||"true"==b||"false"==b?_.U(a,"pressed","true"==b?"false":"true"):a.removeAttribute("aria-pressed");this.dispatchEvent("click")};
_.Li=function(){_.u("gbar.I",_.fi);_.fi.prototype.ia=_.fi.prototype.Xj;_.fi.prototype.ib=_.fi.prototype.G;_.fi.prototype.ic=_.fi.prototype.ai;_.u("gbar.J",_.li);_.li.prototype.ja=_.li.prototype.sa;_.li.prototype.jb=_.li.prototype.$;_.u("gbar.K",_.yi);_.u("gbar.L",_.Ki);_.Ki.prototype.la=_.Ki.prototype.o};
var X=function(a,b,c,d){_.P.call(this);this.A=a;_.T(this.A,"gb_2d");this.o=b;this.M=c;this.Eb="";this.Kb=d;this.H=this.j=null;this.Ga=this.P=this.X=!1;this.ta=_.J(_.C(this.o,16),!1);this.Y=new _.ig(this);this.Aa=_.N("gb_8c",this.A);this.V=_.J(_.C(b,6),!1);this.od=_.N("gb_cd",this.Aa);this.C=_.N("gb_3d",this.A);this.O=_.N("gb_de",this.A);(this.ka=_.J(_.C(this.o,21),!1))&&this.C&&(this.wa=_.N("gb_Qe",this.A),this.Kd=_.N("gb_Ue",this.A),this.S=_.N("gb_Re",this.A));this.J=_.N("gb_4c",this.A);this.U=_.N("gb_Vc",
this.A);this.kd=_.N("gb_5c",this.A);this.F=_.N("gb_ad",this.A);this.D=_.N("gb_fe",this.A);this.Z=Array.prototype.slice.call(_.mh("gb_le",this.A));this.W=!1;this.vc=_.J(_.C(this.o,19),!1);this.tc=_.J(_.C(this.o,20),!1);a=Mi(this,!0);b=Mi(this,!1);this.md=Math.max(a,b);this.$=_.C(this.o,15);c=_.Uc(_.A(this.o,30),0);0!=c&&Ni(this,c);a=Oi(this,a,b);this.K=new Ii(this.A,Pi);this.jc=_.L(_.A(this.o,37));this.hc=_.L(_.A(this.o,38));this.uc=_.Q(this.A,"gb_he");this.sd=_.J(_.C(this.o,39));this.ka&&this.C&&
(this.Oa=new Ii(this.A,Qi),this.Oa.o("catc",this.ma,this),this.ma(),_.kh(this.Y,this.wa,function(){var e=this.Kd,f=!_.Q(e,"gb_Ja");_.V(e,"gb_Ja",f)}));this.Kc=_.J(_.C(this.o,1),!1);this.wc=_.J(_.C(this.o,40),!1);this.kc=_.J(_.C(this.o,42),!1);Ri(this);Si(this,this.K.j);this.K.o("catc",this.mc,this);_.C(this.o,8)&&document.addEventListener("scroll",(0,_.q)(function(){_.V(this.A,"gb_5d",0<window.scrollY)},this));null!=this.D&&_.C(this.o,7)&&(this.ha=new Ii(this.D,a),this.ha.o("catc",this.Xe,this),this.Xe())};
_.v(X,_.P);var Ti="click mousedown scroll touchstart wheel keydown".split(" "),Pi=[{id:"gb_ua",max:599},{id:"gb_ae",max:1023},{id:"gb_Pc"}],Qi=[{id:{id:"oneProductControl",ve:1},max:320},{id:{id:"twoProductControl",ve:2},max:360},{id:{id:"threeProductControl",ve:3},max:410},{id:Ji}];_.h=X.prototype;_.h.G=function(){return this.A};_.h.Hk=function(a){this.H=a;Ui(this,this.X);a=Vi(this);0!=a&&Wi(this,a)};_.h.Ik=function(a,b){this.H&&Qh(this.H,a,b)};
_.h.$a=function(a){this.vb(a||this.sd?1:0);this.hb(a?this.jc:this.hc);var b=_.N("gb_4");null!=b&&_.V(b,"gb_ka",a);this.j&&this.wc&&_.V(this.j.j,"gb_Nc",a);_.td.va().j.then(function(c){this.kc&&c.Rk(a);c.$a(a)},void 0,this);_.Kc("dd").$a(a)};_.h.Jk=function(a){this.Aa&&(_.Cg(this.od,a||""),_.V(this.Aa,"gb_Ja",!a),this.V=!!a,Si(this,this.K.j))};_.h.Vj=function(){return _.N("gb_Be",this.C)};_.h.Xe=function(){if(null!=this.ha){var a=this.ha.j;3==a?Xi(this,!1):1==a?Xi(this,!0):Xi(this,"gb_Pc"==this.K.j)}};
var Xi=function(a,b){if(_.C(a.o,7)&&(!a.W||b)){if(a.$){var c=_.N("gb_Ie",a.A);if(c){var d=_.N("gb_Je",a.A),e="gb_Pc"!=a.K.j||b?"":a.md+"px";_.Hg(c,"min-width",e);_.Hg(d,"min-width",e)}}_.Q(a.D,"gb_We")!=b&&(_.V(a.D,"gb_We",b),b?a.dispatchEvent("sfi"):a.dispatchEvent("sfu"),_.V(_.N("gb_af",a.D),"gb_We",b),b&&a.ma())}},Ri=function(a){var b=_.td.va();a.C||Mh(b.o,Error("I"));_.J(_.C(a.o,11))||Mh(b.H,Error("J"));_.J(_.C(a.o,7))||Mh(b.F,Error("K"));_.J(_.C(a.o,12))||Mh(b.C,Error("L"));_.J(_.C(a.o,13))||
Mh(b.D,Error("M"));_.J(_.C(a.o,41))||Mh(b.A,Error("N"))},Si=function(a,b){if(!a.j&&a.C){var c=_.N("gb_Cc",a.A);if(c){var d=_.N("gb_Jc");if(d){var e=_.N("gb_Fc");if(e){var f=_.N("gb_Hc");if(f){a.j=new W(c,d,e,f,_.J(_.C(a.o,16),!1),_.J(_.C(a.o,9),!1),_.J(_.C(a.o,33),!1));a.j.L("open",a.qc,!1,a);a.j.L("close",a.nc,!1,a);a.j.L("msc",a.sc,!1,a);switch(_.A(a.o,32)){case 1:a.N("back");break;case 2:a.N("close");break;case 3:a.N("none");break;default:a.N("default")}_.Li();_.u("gbar.C",W);W.prototype.ca=W.prototype.Jd;
W.prototype.cb=W.prototype.sh;W.prototype.cc=W.prototype.Y;W.prototype.cd=W.prototype.ha;W.prototype.ce=W.prototype.rh;W.prototype.cf=W.prototype.open;W.prototype.cg=W.prototype.close;W.prototype.ch=W.prototype.X;W.prototype.ci=W.prototype.Nk;W.prototype.cj=W.prototype.nj;W.prototype.ck=W.prototype.Ub;W.prototype.cl=W.prototype.Dk;W.prototype.cm=W.prototype.Tj;_.u("gbar.D",mi);mi.prototype.da=mi.prototype.uh;mi.prototype.db=mi.prototype.vh;mi.prototype.dc=mi.prototype.Oj;mi.prototype.dd=mi.prototype.Pj;
_.u("gbar.E",ji);ji.prototype.ea=ji.prototype.G;ji.prototype.eb=ji.prototype.$c;ji.prototype.ec=ji.prototype.Qj;ji.prototype.ed=ji.prototype.Id;_.u("gbar.F",ki);ki.prototype.fa=ki.prototype.Sj;ki.prototype.fb=ki.prototype.Rj;ki.prototype.fc=ki.prototype.Gk;ki.prototype.fd=ki.prototype.Hg;ki.prototype.ed=ki.prototype.Id;_.sd(_.td.va().o,a.j)}else a.M.log(Error("E"))}else a.M.log(Error("F"))}else a.M.log(Error("G"))}else a.M.log(Error("H"))}a.j&&!a.P&&a.N("default");a.j&&a.tc&&a.N("none");Yi(a);a.vc||
a.ta?a.X=!0:(c="gb_ua"==b,d=_.J(_.C(a.o,5),!1),e=_.J(_.C(a.o,7),!1),a.X=!(a.V||c&&(d||e)));c=Zi(a,b);a.j&&c?_.$i(a)||null==a.U||(c=_.N("gb_Uc"),a.U.parentNode!=c&&c.insertBefore(a.U,c.childNodes[0]||null),_.R(a.J,"gb_ge"),a.sa(),a.dispatchEvent("upi")):_.$i(a)&&a.C&&null!=a.U&&(c=a.kd,c.insertBefore(a.U,c.childNodes[0]||null),_.T(a.J,"gb_ge"),a.sa(),a.dispatchEvent("upo"));c="gb_ua"==b;a.H&&!a.ta&&(d=a.H.G(),e=!a.V,_.V(d,"gb_Ja",!e),e&&Ui(a,a.X));a.j&&(a.j.isVisible("menu")||a.j.isVisible("back"))&&
!ui(a.j)&&(a.Ga=a.j.Ub());d=_.Of(ii);_.sg(a.A,d);_.R(a.A,b);_.C(a.o,7);a.$&&null!=a.F&&("gb_Pc"!=b?(_.Hg(a.F,"min-width",""),_.Hg(a.J,"min-width","")):(e=_.Pg(a.F).width,f=_.Pg(a.J).width,e=Math.max(e,f),_.Hg(a.F,"min-width",e+"px"),_.Hg(a.J,"min-width",e+"px")));c?a.W||(a.W=!0,Xi(a,a.W)):(a.W=!1,a.Xe());null!=a.D&&(e="gb_ae"==b,_.V(a.D,"gb_3e",!c&&!e),_.V(a.D,"gb_2e",c||e));a.j&&(c=a.j.j,_.sg(c,d),_.R(c,b),ui(a.j)?_.N("gb_pe",void 0).appendChild(c):a.A.appendChild(c),a.j.isVisible("menu")||a.j.isVisible("back"))&&
(b=!ui(a.j),c=a.j.Ub(),b&&!c&&a.Ga?a.j.open():!b&&c&&a.j.close());_.aj(a)},Ui=function(a,b){var c=_.N("gb_va",a.H.G());_.V(c,"gb_Ja",!b);a=_.N("gb_ne",a.H.G());null!=a&&_.V(a,"gb_Ae",!b)},Oi=function(a,b,c){var d=320,e=_.Uc(_.A(a.o,29),0);0<e&&(d=e);e=d+2*Math.max(b,c);b=d+b+c;return e!=b&&a.$?[{id:1,max:b},{id:2,max:e},{id:3}]:[{id:1,max:b},{id:3}]},Mi=function(a,b){if(a=_.N(b?"gb_Ie":"gb_Je",a.A)){var c=a.offsetWidth;(0,_.Ja)(a.children,function(d){_.Q(d,"gb_Ja")&&(c-=d.offsetWidth)});return c}return 0},
bj=function(a){return function(){a.click()}},cj=function(a){var b=_.N("gb_Ie",a.A),c=_.N("gb_Je",a.A),d=[];b&&(0,_.Ja)(b.children,function(e){d.push(e)});_.J(_.C(a.o,7),!1)&&(a=_.N("gb_We",a.D))&&(a=_.N("gb_Df",a),a.j=!0,d.push(a));c&&(0,_.Ja)(c.children,function(e){d.push(e)});return d};
X.prototype.ma=function(){if(this.ka&&this.C){var a=cj(this),b=!1;a=(0,_.Ka)(a,function(f){b=b||_.Q(f,"gb_Le");return _.Q(f,"gb_7c")||_.Q(f,"gb_Wf")||_.Q(f,"gb_Df")});var c=this.Oa.j.ve,d=!1;if(a.length>c||b)d=!0,c--;var e=a.length-c;if(d!=!_.Q(this.wa,"gb_Ja")||e!=this.S.children){_.V(this.wa,"gb_Ja",!d);if(d)for(;this.S.firstChild;)this.S.removeChild(this.S.firstChild);dj(this,a,c);d?this.Y.B(document.body,Ti,this.Fa,!0,this):this.Y.Ea(document.body,Ti,this.Fa,!1,this)}}};
var dj=function(a,b,c){b=(0,_.Ka)(b,function(f){return _.Q(f,"gb_Le")?(ej(this,f),!1):!0},a);for(var d=0;d<b.length;d++){var e=b[d];d>=c?ej(a,e):_.T(e,"gb_Ja")}},ej=function(a,b){_.R(b,"gb_Ja");var c=_.ve("LI");_.rg(c,["gb_Se","gb_Wc","gb_2c"]);_.Wh(c,!0);_.kh(a.Y,c,bj(b));var d=_.Bg("A","gb_Zc");c.appendChild(d);var e=_.Bg("SPAN","gb_0c");d.appendChild(e);d=b.j?b.getAttribute("aria-label"):b.title;_.Cg(e,d);d=!1;_.Q(b,"gb_Wf")&&(d=!0);var f,g=b.children[0];d?f=g.children[0].children[0].src:b.j?f=
"https://www.gstatic.com/images/icons/material/system/1x/search_black_24dp.png":f=g.src;a.B=_.Bg("IMG");_.rg(a.B,["gb_1c","gb_Te"]);a.B.setAttribute("src",f);_.Oh(a.B,e);a.S.appendChild(c)};X.prototype.Fa=function(a){!_.Q(this.Kd,"gb_Ja")&&a.target instanceof Node&&("keydown"==a.type?27==a.keyCode&&(a.preventDefault(),a.stopPropagation(),_.R(this.Kd,"gb_Ja"),this.G().focus()):_.Xf(this.Kd,a.target)||("touchstart"==a.type&&(a.preventDefault(),a.stopPropagation()),_.R(this.Kd,"gb_Ja")))};
X.prototype.mc=function(){Si(this,this.K.j);this.j&&_.fj(this,this.j.Ub(),!1);this.dispatchEvent("ffc")};_.fj=function(a,b,c){a.j&&(ui(a.j)&&(c=b=!1),a=document.body,_.V(a,"gb_Fe",b),_.V(a,"gb_Ee",c))};X.prototype.qc=function(){_.fj(this,!0,!0)};X.prototype.nc=function(){_.fj(this,!1,!0)};X.prototype.sc=function(){var a=ui(this.j),b=this.j.j;a?_.N("gb_pe",void 0).appendChild(b):this.A.appendChild(b)};_.$i=function(a){return!!a.j&&_.Q(a.J,"gb_ge")};
X.prototype.N=function(a){var b=!1;switch(a){case "back":this.P=!0;wi(this.j);vi(this.j,"back");b=!0;break;case "close":this.P=!0;wi(this.j);vi(this.j,"close");b=!0;break;case "default":this.P=!1;Zi(this,this.K.j)||this.Kc?(this.j&&!this.j.isVisible("menu")&&(wi(this.j),vi(this.j,"menu")),b=!0):(this.j&&this.j.isVisible("back")&&wi(this.j),this.j&&this.j.isVisible("menu")?(a=this.j,a.close(),_.R(a.G(),"gb_Ja"),xi(a.C)&&_.T(a.G(),"gb_Ic")):(a=_.N("gb_Cc",this.A))&&_.R(a,"gb_Ja"),b=!1);break;case "none":this.P=
!0,wi(this.j),b=!1}null!=this.F&&_.V(this.F,"gb_bd",b)};var Zi=function(a,b){var c="gb_ua"==b;b="gb_ae"==b;var d=_.J(_.C(a.o,5),!1),e=_.J(_.C(a.o,2),!1);return!(_.J(_.C(a.o,10),!1)||a.ta)&&e&&(c||b&&(d||a.V))};X.prototype.getHeight=function(){var a=this.A.offsetHeight;if(this.uc){var b=_.N("gb_Wd");b&&(a+=b.offsetHeight)}return a};_.aj=function(a){var b=a.getHeight()+"px";a.Eb!=b&&(a.Eb=b,a.Kb&&(a.Kb.style.height=b),a.dispatchEvent("resize"))};X.prototype.nd=function(){this.O&&_.aj(this)};
X.prototype.Ba=function(){if(!this.O){var a=_.ve("DIV");_.rg(a,["gb_de","gb_le"]);gj(a,Vi(this));a.style.backgroundColor=this.A.style.backgroundColor;this.Z.push(a);_.nh(a,this.C);this.O=a}return this.O};X.prototype.qd=function(){_.xe(this.O);this.O=null;_.aj(this)};_.hj=function(a,b){a.C?a.C.appendChild(b):a.J?a.J.appendChild(b):a.M.log(Error("O"))};X.prototype.vb=function(a){2==a&&(a=0);for(var b=0;b<this.Z.length;b++)gj(this.Z[b],a);Wi(this,a)};
var Wi=function(a,b){if(a.H){if(2==b){b=_.L(_.A(a.o,24),"");var c=_.L(_.A(a.o,27),"")}else 1==b?(b=_.L(_.A(a.o,23),""),c=_.L(_.A(a.o,26),"")):(b=_.L(_.A(a.o,22),""),c=_.L(_.A(a.o,25),""));""==b&&""==c||Qh(a.H,b,c)}},Vi=function(a){a=a.Z[0];return a.classList.contains("gb_Dc")?1:a.classList.contains("gb_me")?2:0},gj=function(a,b){_.sg(a,["gb_me","gb_Dc"]);1==b?_.R(a,"gb_Dc"):2==b&&_.R(a,"gb_me")};X.prototype.hb=function(a){this.A.style.backgroundColor=a};X.prototype.lc=function(){return this.A.style.backgroundColor};
X.prototype.sa=function(){var a=_.Kc("dd");_.Jh(a)&&_.Jh(a).xe(!1);a.xf(null)};X.prototype.ud=function(a){Ni(this,a-8-10);Yi(this)};var Ni=function(a,b){null==a.D?a.M.log(Error("P")):a.$?a.M.log(Error("Q")):a.Sa=0>b?0:b},Yi=function(a){null!=a.F&&("gb_ua"==a.K.j?_.Hg(a.F,"min-width",""):null!=a.Sa&&_.Hg(a.F,"min-width",a.Sa+"px"))};X.prototype.vd=function(a){_.V(_.N("gb_wc",this.C),"gb_Ja",!a)};X.prototype.rd=function(a){if(a){var b=_.N("gb_4");null!=b&&_.Lh(b,a);_.td.va().j.then(function(c){c.Tg(a)})}};
var ij=function(a,b){b.xa=b.type;b.xb=b.target;return a.call(this,b)};
var jj;_.P.prototype.za=_.Sd(function(a,b,c,d,e){return a.call(this,b,_.Sd(ij,c),d,e)},_.P.prototype.L);_.P.prototype.zb=_.P.prototype.fi;var kj=_.N("gb_ta");
if(null==kj)jj=null;else{var lj=_.G(_.vd,Nh,6)||new Nh,mj=new X(kj,lj,_.M,_.N("gb_6d"));_.u("gbar.P",X);X.prototype.pa=X.prototype.getHeight;X.prototype.pb=X.prototype.Jk;X.prototype.pc=X.prototype.vb;X.prototype.pd=X.prototype.hb;X.prototype.pe=X.prototype.Ba;X.prototype.pf=X.prototype.nd;X.prototype.pg=X.prototype.qd;X.prototype.ph=X.prototype.Vj;X.prototype.pi=X.prototype.sa;X.prototype.pj=X.prototype.ud;X.prototype.pk=X.prototype.vd;X.prototype.pl=X.prototype.rd;X.prototype.pm=X.prototype.N;X.prototype.pn=
X.prototype.lc;X.prototype.po=X.prototype.Ik;X.prototype.pp=X.prototype.$a;_.sd(_.td.va().B,mj);jj=mj}_.nj=jj;

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.Lj=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};
_.Mj=function(){};_.Mj.prototype.o=null;
var Oj;Oj=function(){};_.v(Oj,_.Mj);Oj.prototype.j=function(){var a=Pj(this);return a?new ActiveXObject(a):new XMLHttpRequest};Oj.prototype.B=function(){var a={};Pj(this)&&(a[0]=!0,a[1]=!0);return a};var Pj=function(a){if(!a.A&&"undefined"==typeof XMLHttpRequest&&"undefined"!=typeof ActiveXObject){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++){var d=b[c];try{return new ActiveXObject(d),a.A=d}catch(e){}}throw Error("U");}return a.A};
_.Nj=new Oj;

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.Qj=function(a,b,c){a.j||(a.j={});if(!a.j[c]){for(var d=_.A(a,c),e=[],f=0;f<d.length;f++)e[f]=new b(d[f]);a.j[c]=e}};_.Rj=function(a,b,c){_.Qj(a,b,c);b=a.j[c];b==_.vc&&(b=a.j[c]=[]);return b};_.Sj=function(a){return a.contentDocument||a.contentWindow.document};
_.Uj=function(a,b){this.o={};this.j=[];this.A=0;var c=arguments.length;if(1<c){if(c%2)throw Error("j");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else a&&_.Tj(this,a)};_.Uj.prototype.Ra=function(){Vj(this);for(var a=[],b=0;b<this.j.length;b++)a.push(this.o[this.j[b]]);return a};_.Uj.prototype.nb=function(){Vj(this);return this.j.concat()};_.Xj=function(a,b){return Wj(a.o,b)};_.Uj.prototype.Ac=function(){return 0==this.A};
_.Uj.prototype.clear=function(){this.o={};this.A=this.j.length=0};_.Uj.prototype.remove=function(a){return Wj(this.o,a)?(delete this.o[a],this.A--,this.j.length>2*this.A&&Vj(this),!0):!1};var Vj=function(a){if(a.A!=a.j.length){for(var b=0,c=0;b<a.j.length;){var d=a.j[b];Wj(a.o,d)&&(a.j[c++]=d);b++}a.j.length=c}if(a.A!=a.j.length){var e={};for(c=b=0;b<a.j.length;)d=a.j[b],Wj(e,d)||(a.j[c++]=d,e[d]=1),b++;a.j.length=c}};_.Uj.prototype.get=function(a,b){return Wj(this.o,a)?this.o[a]:b};
_.Uj.prototype.set=function(a,b){Wj(this.o,a)||(this.A++,this.j.push(a));this.o[a]=b};_.Tj=function(a,b){if(b instanceof _.Uj)for(var c=b.nb(),d=0;d<c.length;d++)a.set(c[d],b.get(c[d]));else for(c in b)a.set(c,b[c])};_.Uj.prototype.forEach=function(a,b){for(var c=this.nb(),d=0;d<c.length;d++){var e=c[d],f=this.get(e);a.call(b,f,e,this)}};var Wj=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var ek;_.Yj=function(a){return encodeURIComponent(String(a))};_.Zj=function(a,b,c,d,e,f){var g="";a&&(g+=a+":");c&&(g+="//",b&&(g+=b+"@"),g+=c,d&&(g+=":"+d));e&&(g+=e);f&&(g+="?"+f);return g};_.ak=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;_.bk=function(a){a=a.match(_.ak)[1]||null;!a&&_.p.self&&_.p.self.location&&(a=_.p.self.location.protocol,a=a.substr(0,a.length-1));return a?a.toLowerCase():""};
_.ck=function(a,b){if(!b)return a;var c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;return a[0]+(a[1]?"?"+a[1]:"")+a[2]};_.dk=function(a,b,c){if(Array.isArray(b))for(var d=0;d<b.length;d++)_.dk(a,String(b[d]),c);else null!=b&&c.push(a+(""===b?"":"="+_.Yj(b)))};ek=function(a,b){var c=[];for(b=b||0;b<a.length;b+=2)_.dk(a[b],a[b+1],c);return c.join("&")};
_.fk=function(a,b){var c=2==arguments.length?ek(arguments[1],0):ek(arguments,1);return _.ck(a,c)};

}catch(e){_._DumpException(e)}
try{
var gk,ik,kk,lk,nk,ok,qk,rk,wk;gk=function(a){if(Array.isArray(a)){for(var b=Array(a.length),c=0;c<a.length;c++){var d=a[c];null!=d&&(b[c]="object"==typeof d?gk(d):d)}return b}if(_.uc&&a instanceof Uint8Array)return new Uint8Array(a);b={};for(c in a)d=a[c],null!=d&&(b[c]="object"==typeof d?gk(d):d);return b};_.hk=function(a){return new a.constructor(gk(a.ub()))};ik=function(a,b){a.o=b;a.Lb&&a.xc?(a.stop(),a.start()):a.Lb&&a.stop()};
_.jk=function(a,b,c){a.j||(a.j={});c=c||[];for(var d=[],e=0;e<c.length;e++)d[e]=c[e].ub();a.j[b]=c;return _.F(a,b,d)};kk=function(a){return a.o||(a.o=a.B())};lk=function(a){if(a.Ra&&"function"==typeof a.Ra)return a.Ra();if("string"===typeof a)return a.split("");if(_.Wd(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return _.Of(a)};
nk=function(a){a:{var b=mk;for(var c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"===typeof a?a.charAt(b):a[b]};ok=function(a){var b=b||0;return function(){return a.apply(this,Array.prototype.slice.call(arguments,0,b))}};qk=function(){this.j=pk};qk.prototype.o=function(){return!!this.j};rk=function(a,b){return a+Math.random()*(b-a)};
_.sk=function(a,b){if(a.forEach&&"function"==typeof a.forEach)a.forEach(b,void 0);else if(_.Wd(a)||"string"===typeof a)(0,_.Ja)(a,b,void 0);else{if(a.nb&&"function"==typeof a.nb)var c=a.nb();else if(a.Ra&&"function"==typeof a.Ra)c=void 0;else if(_.Wd(a)||"string"===typeof a){c=[];for(var d=a.length,e=0;e<d;e++)c.push(e)}else for(e in c=[],d=0,a)c[d++]=e;d=lk(a);e=d.length;for(var f=0;f<e;f++)b.call(void 0,d[f],c&&c[f],a)}};_.tk=function(a,b,c){c=null!=c?"="+_.Yj(c):"";return _.ck(a,b+c)};
_.uk=function(a,b,c,d){for(var e=c.length;0<=(b=a.indexOf(c,b))&&b<d;){var f=a.charCodeAt(b-1);if(38==f||63==f)if(f=a.charCodeAt(b+e),!f||61==f||38==f||35==f)return b;b+=e+1}return-1};_.vk=/#|$/;wk=/[?&]($|#)/;_.xk=function(a,b){for(var c=a.search(_.vk),d=0,e,f=[];0<=(e=_.uk(a,d,b,c));)f.push(a.substring(d,e)),d=Math.min(a.indexOf("&",e)+1||c,c);f.push(a.substr(d));return f.join("").replace(wk,"$1")};
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.yk=function(a){a=String(a);if(/^\s*$/.test(a)?0:/^[\],:{}\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,"")))try{return eval("("+a+")")}catch(b){}throw Error("V`"+a);};_.zk=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g;
var Bk,Ck,Dk;_.Ak=function(a){_.P.call(this);this.headers=new _.Uj;this.M=a||null;this.o=!1;this.J=this.j=null;this.C="";this.A=0;this.B=this.O=this.F=this.N=!1;this.K=0;this.H=null;this.W="";this.P=this.D=!1};_.v(_.Ak,_.P);Bk=/^https?$/i;Ck=["POST","PUT"];Dk=[];_.Ek=function(a,b,c,d,e,f,g){var k=new _.Ak;Dk.push(k);b&&k.L("complete",b);k.Ab("ready",k.U);f&&(k.K=Math.max(0,f));g&&(k.D=g);k.send(a,c,d,e)};_.Ak.prototype.U=function(){this.ua();_.jf(Dk,this)};
_.Ak.prototype.send=function(a,b,c,d){if(this.j)throw Error("X`"+this.C+"`"+a);b=b?b.toUpperCase():"GET";this.C=a;this.A=0;this.N=!1;this.o=!0;this.j=this.M?this.M.j():_.Nj.j();this.J=this.M?kk(this.M):kk(_.Nj);this.j.onreadystatechange=(0,_.q)(this.S,this);try{this.O=!0,this.j.open(b,String(a),!0),this.O=!1}catch(f){Fk(this);return}a=c||"";var e=new _.Uj(this.headers);d&&_.sk(d,function(f,g){e.set(g,f)});d=nk(e.nb());c=_.p.FormData&&a instanceof _.p.FormData;!_.Na(Ck,b)||d||c||e.set("Content-Type",
"application/x-www-form-urlencoded;charset=utf-8");e.forEach(function(f,g){this.j.setRequestHeader(g,f)},this);this.W&&(this.j.responseType=this.W);"withCredentials"in this.j&&this.j.withCredentials!==this.D&&(this.j.withCredentials=this.D);try{Gk(this),0<this.K&&((this.P=Hk(this.j))?(this.j.timeout=this.K,this.j.ontimeout=(0,_.q)(this.Od,this)):this.H=_.cg(this.Od,this.K,this)),this.F=!0,this.j.send(a),this.F=!1}catch(f){Fk(this)}};
var Hk=function(a){return _.x&&_.gc(9)&&"number"===typeof a.timeout&&void 0!==a.ontimeout},mk=function(a){return"content-type"==a.toLowerCase()};_.Ak.prototype.Od=function(){"undefined"!=typeof _.ua&&this.j&&(this.A=8,this.dispatchEvent("timeout"),this.abort(8))};var Fk=function(a){a.o=!1;a.j&&(a.B=!0,a.j.abort(),a.B=!1);a.A=5;Ik(a);Jk(a)},Ik=function(a){a.N||(a.N=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
_.Ak.prototype.abort=function(a){this.j&&this.o&&(this.o=!1,this.B=!0,this.j.abort(),this.B=!1,this.A=a||7,this.dispatchEvent("complete"),this.dispatchEvent("abort"),Jk(this))};_.Ak.prototype.T=function(){this.j&&(this.o&&(this.o=!1,this.B=!0,this.j.abort(),this.B=!1),Jk(this,!0));_.Ak.R.T.call(this)};_.Ak.prototype.S=function(){this.kb||(this.O||this.F||this.B?Kk(this):this.V())};_.Ak.prototype.V=function(){Kk(this)};
var Kk=function(a){if(a.o&&"undefined"!=typeof _.ua&&(!a.J[1]||4!=_.Lk(a)||2!=a.Pb()))if(a.F&&4==_.Lk(a))_.cg(a.S,0,a);else if(a.dispatchEvent("readystatechange"),4==_.Lk(a)){a.o=!1;try{a.Vc()?(a.dispatchEvent("complete"),a.dispatchEvent("success")):(a.A=6,a.Pb(),Ik(a))}finally{Jk(a)}}},Jk=function(a,b){if(a.j){Gk(a);var c=a.j,d=a.J[0]?_.va:null;a.j=null;a.J=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){}}},Gk=function(a){a.j&&a.P&&(a.j.ontimeout=null);a.H&&(_.dg(a.H),a.H=null)};
_.Ak.prototype.Vc=function(){var a=this.Pb(),b;if(!(b=_.Lj(a))){if(a=0===a)a=_.bk(String(this.C)),a=!Bk.test(a);b=a}return b};_.Lk=function(a){return a.j?a.j.readyState:0};_.Ak.prototype.Pb=function(){try{return 2<_.Lk(this)?this.j.status:-1}catch(a){return-1}};_.Ak.prototype.ae=function(){try{return this.j?this.j.responseText:""}catch(a){return""}};_.Ak.prototype.dg=function(){if(this.j){a:{var a=this.j.responseText;if(_.p.JSON)try{var b=_.p.JSON.parse(a);break a}catch(c){}b=_.yk(a)}return b}};
var Mk=function(a){if(!a)return"";a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==a&&"chrome-search"!==a&&"chrome-untrusted"!==a&&"chrome"!==a&&"app"!==a&&"devtools"!==a)throw Error("Y`"+a);c="";var d=
b.indexOf(":");if(-1!=d){var e=b.substring(d+1);b=b.substring(0,d);if("http"===a&&"80"!==e||"https"===a&&"443"!==e)c=":"+e}return a+"://"+b+c};
var Nk=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;r=m=0}function b(t){for(var D=g,B=0;64>B;B+=4)D[B/4]=t[B]<<24|t[B+1]<<16|t[B+2]<<8|t[B+3];for(B=16;80>B;B++)t=D[B-3]^D[B-8]^D[B-14]^D[B-16],D[B]=(t<<1|t>>>31)&4294967295;t=e[0];var S=e[1],K=e[2],fa=e[3],Pc=e[4];for(B=0;80>B;B++){if(40>B)if(20>B){var xa=fa^S&(K^fa);var Qc=1518500249}else xa=S^K^fa,Qc=1859775393;else 60>B?(xa=S&K|fa&(S|K),Qc=2400959708):(xa=S^K^fa,Qc=3395469782);xa=((t<<5|t>>>
27)&4294967295)+xa+Pc+Qc+D[B]&4294967295;Pc=fa;fa=K;K=(S<<30|S>>>2)&4294967295;S=t;t=xa}e[0]=e[0]+t&4294967295;e[1]=e[1]+S&4294967295;e[2]=e[2]+K&4294967295;e[3]=e[3]+fa&4294967295;e[4]=e[4]+Pc&4294967295}function c(t,D){if("string"===typeof t){t=unescape(encodeURIComponent(t));for(var B=[],S=0,K=t.length;S<K;++S)B.push(t.charCodeAt(S));t=B}D||(D=t.length);B=0;if(0==m)for(;B+64<D;)b(t.slice(B,B+64)),B+=64,r+=64;for(;B<D;)if(f[m++]=t[B++],r++,64==m)for(m=0,b(f);B+64<D;)b(t.slice(B,B+64)),B+=64,r+=
64}function d(){var t=[],D=8*r;56>m?c(k,56-m):c(k,64-(m-56));for(var B=63;56<=B;B--)f[B]=D&255,D>>>=8;b(f);for(B=D=0;5>B;B++)for(var S=24;0<=S;S-=8)t[D++]=e[B]>>S&255;return t}for(var e=[],f=[],g=[],k=[128],l=1;64>l;++l)k[l]=0;var m,r;a();return{reset:a,update:c,digest:d,Kh:function(){for(var t=d(),D="",B=0;B<t.length;B++)D+="0123456789ABCDEF".charAt(Math.floor(t[B]/16))+"0123456789ABCDEF".charAt(t[B]%16);return D}}};
var Pk=function(a,b,c){var d=[],e=[];if(1==(Array.isArray(c)?2:1))return e=[b,a],(0,_.Ja)(d,function(k){e.push(k)}),Ok(e.join(" "));var f=[],g=[];(0,_.Ja)(c,function(k){g.push(k.key);f.push(k.value)});c=Math.floor((new Date).getTime()/1E3);e=0==f.length?[c,b,a]:[f.join(":"),c,b,a];(0,_.Ja)(d,function(k){e.push(k)});a=Ok(e.join(" "));a=[c,a];0==g.length||a.push(g.join(""));return a.join("_")},Ok=function(a){var b=Nk();b.update(a);return b.Kh().toLowerCase()};
var Qk=function(a){this.j=a||{cookie:""}},Rk;_.h=Qk.prototype;
_.h.set=function(a,b,c){var d=!1;if("object"===typeof c){var e=c.tm;d=c.Ck||!1;var f=c.domain||void 0;var g=c.path||void 0;var k=c.ue}if(/[;=\s]/.test(a))throw Error("Z`"+a);if(/[;\r\n]/.test(b))throw Error("$`"+b);void 0===k&&(k=-1);c=f?";domain="+f:"";g=g?";path="+g:"";d=d?";secure":"";k=0>k?"":0==k?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new Date((0,_.Ea)()+1E3*k)).toUTCString();this.j.cookie=a+"="+b+c+g+k+d+(null!=e?";samesite="+e:"")};
_.h.get=function(a,b){for(var c=a+"=",d=(this.j.cookie||"").split(";"),e=0,f;e<d.length;e++){f=(0,_.cb)(d[e]);if(0==f.lastIndexOf(c,0))return f.substr(c.length);if(f==a)return""}return b};_.h.remove=function(a,b,c){var d=void 0!==this.get(a);this.set(a,"",{ue:0,path:b,domain:c});return d};_.h.nb=function(){return Rk(this).keys};_.h.Ra=function(){return Rk(this).values};_.h.Ac=function(){return!this.j.cookie};_.h.clear=function(){for(var a=Rk(this).keys,b=a.length-1;0<=b;b--)this.remove(a[b])};
Rk=function(a){a=(a.j.cookie||"").split(";");for(var b=[],c=[],d,e,f=0;f<a.length;f++)e=(0,_.cb)(a[f]),d=e.indexOf("="),-1==d?(b.push(""),c.push(e)):(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};_.Sk=new Qk("undefined"==typeof document?null:document);
_.Tk=function(a){var b=Mk(String(_.p.location.href)),c;(c=_.p.__SAPISID||_.p.__APISID||_.p.__OVERRIDE_SID)?c=!0:(c=new Qk(document),c=c.get("SAPISID")||c.get("APISID")||c.get("__Secure-3PAPISID")||c.get("SID"),c=!!c);if(c&&(c=(b=0==b.indexOf("https:")||0==b.indexOf("chrome-extension:"))?_.p.__SAPISID:_.p.__APISID,c||(c=new Qk(document),c=c.get(b?"SAPISID":"APISID")||c.get("__Secure-3PAPISID")),c)){b=b?"SAPISIDHASH":"APISIDHASH";var d=String(_.p.location.href);return d&&c&&b?[b,Pk(Mk(d),c,a||null)].join(" "):
null}return null};
var Uk=function(a){this.o=this.j=this.A=a};Uk.prototype.reset=function(){this.o=this.j=this.A};
var Vk=function(a,b,c){_.Ek(a.url,function(d){d=d.target;d.Vc()?b(d.ae()):c(d.Pb())},a.Ug,a.body,a.zk,a.Qk,a.withCredentials)};
var Wk=function(a){_.z(this,a,0,-1,null,null)};_.v(Wk,_.y);Wk.prototype.Zc=function(a){return _.F(this,5,a)};
var Xk=function(a){_.z(this,a,0,-1,null,null)};_.v(Xk,_.y);
var Yk;_.Zk=function(a){_.z(this,a,0,30,Yk,null)};_.v(_.Zk,_.y);Yk=[3,20,27];_.$k=function(a){var b=(0,_.Ea)().toString();_.F(a,1,b)};_.al=function(a,b){return _.F(a,8,b)};
var cl=function(a){_.z(this,a,0,17,bl,null)};_.v(cl,_.y);var bl=[3,5],dl=function(a){var b=(0,_.Ea)().toString();return _.F(a,4,b)},el=function(a,b){return _.jk(a,3,b)},fl=function(a,b){return _.F(a,14,b)};
var hl=function(a){_.z(this,a,0,6,gl,null)};_.v(hl,_.y);var gl=[5];
var pk=function(a){_.z(this,a,0,-1,null,null)};_.v(pk,_.y);
var il=new qk;
var kl=function(a,b,c,d,e,f,g,k,l,m,r){_.P.call(this);this.Z=a;this.S=b||_.va;this.C=new cl;this.ha=d;this.V=r;this.j=[];this.U="";this.ma=_.Sd(rk,0,1);this.K=e||null;this.F=c||null;this.J=g||!1;this.N=l||null;this.Y=!1;this.$=this.O=-1;this.P=!1;this.A=null;this.sa=!k;this.M=0;this.ka=1;this.W=f||!1;this.X=!this.W&&(_.pc||_.lc&&_.gc(45))&&!!_.Vf()&&!!_.Vf().navigator&&!!_.Vf().navigator.sendBeacon;a=new Xk;a=_.F(a,1,1);f||(f=(new Wk).Zc(document.documentElement.getAttribute("lang")),_.H(a,11,f));
_.H(this.C,1,a);_.F(this.C,2,this.Z);this.B=new Uk(1E4);this.o=new _.bg(this.B.j);_.Nf(this,this.o);_.O(this.o,"tick",ok(jl(this,m)),!1,this);this.H=new _.bg(6E5);_.Nf(this,this.H);_.O(this.H,"tick",ok(jl(this,m)),!1,this);this.J||this.H.start();this.W||(_.O(_.Vf(),"beforeunload",this.D,!1,this),_.O(_.Vf(),"unload",this.D,!1,this),_.O(document,"pagehide",this.D,!1,this))};_.v(kl,_.P);var jl=function(a,b){return b?function(){b().then(a.flush.bind(a))}:a.flush};kl.prototype.T=function(){this.D();kl.R.T.call(this)};
var ll=function(a){a.K||(a.K=.01>a.ma()?"https://www.google.com/log?format=json&hasfast=true":"https://play.google.com/log?format=json&hasfast=true");return a.K};kl.prototype.xd=function(a){a instanceof _.Zk?this.log(a):(a=_.al(new _.Zk,a.o()),this.log(a))};_.ml=function(a,b){a.B=new Uk(1>b?1:b);ik(a.o,a.B.j)};
kl.prototype.log=function(a){a=_.hk(a);var b=this.ka++;_.F(a,21,b);_.A(a,1)||_.$k(a);this.A&&(b=_.hk(this.A),_.H(a,16,b));for(;1E3<=this.j.length;)this.j.shift(),++this.M;this.j.push(a);this.dispatchEvent(new nl(a));this.J||this.o.xc||this.o.start()};
kl.prototype.flush=function(a,b){if(0==this.j.length)a&&a();else{var c=(0,_.Ea)();if(this.$>c&&this.O<c)b&&b("throttled");else{var d=fl(el(dl(_.hk(this.C)),this.j),this.M);c={};var e=this.S();e&&(c.Authorization=e);var f=ll(this);this.F&&(c["X-Goog-AuthUser"]=this.F,f=_.tk(f,"authuser",this.F));this.N&&(c["X-Goog-PageId"]=this.N,f=_.tk(f,"pageId",this.N));if(e&&this.U==e)b&&b("stale-auth-token");else{this.j=[];this.o.xc&&this.o.stop();this.M=0;var g=d.o();c={url:f,body:g,Zl:1,zk:c,Ug:"POST",withCredentials:this.sa,
Qk:0};f=(0,_.q)(function(k){this.B.reset();ik(this.o,this.B.j);if(k){try{var l=JSON.parse(k.replace(")]}'\n",""));var m=new hl(l)}catch(r){}m&&(k=_.E(m,1,"-1"),k=Number(k),0<k&&(this.O=(0,_.Ea)(),this.$=this.O+k),_.wc(m),m.j||(m.j={}),il.o()?(!m.j[175237375]&&m.B[175237375]&&(m.j[175237375]=new il.j(m.B[175237375])),m=m.j[175237375]):m=m.B[175237375],m&&(m=_.E(m,1,-1),-1!=m&&(this.P||_.ml(this,m))))}a&&a()},this);g=(0,_.q)(function(k){var l=_.Rj(d,_.Zk,3),m=this.B;m.o=Math.min(3E5,2*m.o);m.j=Math.min(3E5,
m.o+Math.round(.2*(Math.random()-.5)*m.o));ik(this.o,this.B.j);401==k&&e&&(this.U=e);if(500<=k&&600>k||401==k||0==k)this.j=l.concat(this.j),this.J||this.o.xc||this.o.start();b&&b("net-send-failed",k)},this);this.V?this.V.send(c,f,g):this.ha(c,f,g)}}}};kl.prototype.D=function(){this.Y&&ol(this);this.flush()};
var ol=function(a){pl(a,function(b,c){b=_.tk(b,"format","json");return _.Vf().navigator.sendBeacon(b,c.o())})},pl=function(a,b){if(0!=a.j.length){var c=_.xk(ll(a),"format");c=_.fk(c,"auth",a.S(),"authuser",a.F||"0");for(var d=0;10>d&&a.j.length;++d){var e=a.j.slice(0,32),f=el(dl(_.hk(a.C)),e);if(!b(c,f))break;a.j=a.j.slice(e.length)}}},nl=function(){this.type="event-logged"};_.v(nl,_.mf);
_.ql=function(a,b,c,d,e,f,g){kl.call(this,a,_.Tk,b,Vk,c,d,e,void 0,f,g)};_.n(_.ql,kl);

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var sl,ul,Dl,Fl,Ol,Gl,Il,Hl,Ll,Jl,El,Pl,Ql,Kl;_.rl=function(a){return new _.Va(_.Ta,a)};sl=function(a){return Array.prototype.concat.apply([],arguments)};_.tl=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^(0,_.Ea)()).toString(36)};
ul=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(0<=d){var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?decodeURIComponent(e.replace(/\+/g," ")):"")}}};
_.vl=function(a,b){this.o=this.H=this.A="";this.F=null;this.C=this.B="";this.D=!1;var c;a instanceof _.vl?(this.D=void 0!==b?b:a.D,_.wl(this,a.A),this.H=a.H,_.xl(this,a.o),_.yl(this,a.F),_.zl(this,a.B),_.Al(this,_.Bl(a.j)),_.Cl(this,a.C)):a&&(c=String(a).match(_.ak))?(this.D=!!b,_.wl(this,c[1]||"",!0),this.H=Dl(c[2]||""),_.xl(this,c[3]||"",!0),_.yl(this,c[4]),_.zl(this,c[5]||"",!0),_.Al(this,c[6]||"",!0),_.Cl(this,c[7]||"",!0)):(this.D=!!b,this.j=new El(null,this.D))};
_.vl.prototype.toString=function(){var a=[],b=this.A;b&&a.push(Fl(b,Gl,!0),":");var c=this.o;if(c||"file"==b)a.push("//"),(b=this.H)&&a.push(Fl(b,Gl,!0),"@"),a.push(_.Yj(c).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.F,null!=c&&a.push(":",String(c));if(c=this.B)this.o&&"/"!=c.charAt(0)&&a.push("/"),a.push(Fl(c,"/"==c.charAt(0)?Hl:Il,!0));(c=this.j.toString())&&a.push("?",c);(c=this.C)&&a.push("#",Fl(c,Jl));return a.join("")};
_.wl=function(a,b,c){a.A=c?Dl(b,!0):b;a.A&&(a.A=a.A.replace(/:$/,""));return a};_.xl=function(a,b,c){a.o=c?Dl(b,!0):b;return a};_.yl=function(a,b){if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("aa`"+b);a.F=b}else a.F=null;return a};_.zl=function(a,b,c){a.B=c?Dl(b,!0):b;return a};_.Al=function(a,b,c){b instanceof El?(a.j=b,Kl(a.j,a.D)):(c||(b=Fl(b,Ll)),a.j=new El(b,a.D));return a};_.Ml=function(a,b,c){a.j.set(b,c);return a};_.Nl=function(a,b){return a.j.get(b)};
_.Cl=function(a,b,c){a.C=c?Dl(b):b;return a};Dl=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""};Fl=function(a,b,c){return"string"===typeof a?(a=encodeURI(a).replace(b,Ol),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null};Ol=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)};Gl=/[#\/\?@]/g;Il=/[#\?:]/g;Hl=/[#\?]/g;Ll=/[#\?@]/g;Jl=/#/g;El=function(a,b){this.o=this.j=null;this.A=a||null;this.B=!!b};
Pl=function(a){a.j||(a.j=new _.Uj,a.o=0,a.A&&ul(a.A,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};El.prototype.add=function(a,b){Pl(this);this.A=null;a=Ql(this,a);var c=this.j.get(a);c||this.j.set(a,c=[]);c.push(b);this.o+=1;return this};El.prototype.remove=function(a){Pl(this);a=Ql(this,a);return _.Xj(this.j,a)?(this.A=null,this.o-=this.j.get(a).length,this.j.remove(a)):!1};El.prototype.clear=function(){this.j=this.A=null;this.o=0};
El.prototype.Ac=function(){Pl(this);return 0==this.o};_.Rl=function(a,b){Pl(a);b=Ql(a,b);return _.Xj(a.j,b)};_.h=El.prototype;_.h.forEach=function(a,b){Pl(this);this.j.forEach(function(c,d){(0,_.Ja)(c,function(e){a.call(b,e,d,this)},this)},this)};_.h.nb=function(){Pl(this);for(var a=this.j.Ra(),b=this.j.nb(),c=[],d=0;d<b.length;d++)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};
_.h.Ra=function(a){Pl(this);var b=[];if("string"===typeof a)_.Rl(this,a)&&(b=sl(b,this.j.get(Ql(this,a))));else{a=this.j.Ra();for(var c=0;c<a.length;c++)b=sl(b,a[c])}return b};_.h.set=function(a,b){Pl(this);this.A=null;a=Ql(this,a);_.Rl(this,a)&&(this.o-=this.j.get(a).length);this.j.set(a,[b]);this.o+=1;return this};_.h.get=function(a,b){if(!a)return b;a=this.Ra(a);return 0<a.length?String(a[0]):b};_.Sl=function(a,b,c){a.remove(b);0<c.length&&(a.A=null,a.j.set(Ql(a,b),_.Xd(c)),a.o+=c.length)};
El.prototype.toString=function(){if(this.A)return this.A;if(!this.j)return"";for(var a=[],b=this.j.nb(),c=0;c<b.length;c++){var d=b[c],e=_.Yj(d);d=this.Ra(d);for(var f=0;f<d.length;f++){var g=e;""!==d[f]&&(g+="="+_.Yj(d[f]));a.push(g)}}return this.A=a.join("&")};_.Bl=function(a){var b=new El;b.A=a.A;a.j&&(b.j=new _.Uj(a.j),b.o=a.o);return b};Ql=function(a,b){b=String(b);a.B&&(b=b.toLowerCase());return b};
Kl=function(a,b){b&&!a.B&&(Pl(a),a.A=null,a.j.forEach(function(c,d){var e=d.toLowerCase();d!=e&&(this.remove(d),_.Sl(this,e,c))},a));a.B=b};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.Ul=function(a){(0,_.Tl)();return _.bb(a)};_.Tl=_.va;

}catch(e){_._DumpException(e)}
try{
/*
 gapi.loader.OBJECT_CREATE_TEST_OVERRIDE &&*/
var Vl=window,Wl=document,Xl=Vl.location,Yl=function(){},Zl=/\[native code\]/,$l=function(a,b,c){return a[b]=a[b]||c},am=function(a){a=a.sort();for(var b=[],c=void 0,d=0;d<a.length;d++){var e=a[d];e!=c&&b.push(e);c=e}return b},bm=function(){var a;if((a=Object.create)&&Zl.test(a))a=a(null);else{a={};for(var b in a)a[b]=void 0}return a},cm=$l(Vl,"gapi",{});
var dm;dm=$l(Vl,"___jsl",bm());$l(dm,"I",0);$l(dm,"hel",10);var em=function(){var a=Xl.href;if(dm.dpo)var b=dm.h;else{b=dm.h;var c=/([#].*&|[#])jsh=([^&#]*)/g,d=/([?#].*&|[?#])jsh=([^&#]*)/g;if(a=a&&(c.exec(a)||d.exec(a)))try{b=decodeURIComponent(a[2])}catch(e){}}return b},fm=function(a){var b=$l(dm,"PQ",[]);dm.PQ=[];var c=b.length;if(0===c)a();else for(var d=0,e=function(){++d===c&&a()},f=0;f<c;f++)b[f](e)},gm=function(a){return $l($l(dm,"H",bm()),a,bm())};
var hm=$l(dm,"perf",bm());$l(hm,"g",bm());var im=$l(hm,"i",bm());$l(hm,"r",[]);bm();bm();var km=function(a,b,c){b&&0<b.length&&(b=jm(b),c&&0<c.length&&(b+="___"+jm(c)),28<b.length&&(b=b.substr(0,28)+(b.length-28)),c=b,b=$l(im,"_p",bm()),$l(b,c,bm())[a]=(new Date).getTime(),b=hm.r,"function"===typeof b?b(a,"_p",c):b.push([a,"_p",c]))},jm=function(a){return a.join("__").replace(/\./g,"_").replace(/\-/g,"_").replace(/,/g,"_")};
var lm=bm(),mm=[],nm=function(a){throw Error("ca`"+(a?": "+a:""));};mm.push(["jsl",function(a){for(var b in a)if(Object.prototype.hasOwnProperty.call(a,b)){var c=a[b];"object"==typeof c?dm[b]=$l(dm,b,[]).concat(c):$l(dm,b,c)}if(b=a.u)a=$l(dm,"us",[]),a.push(b),(b=/^https:(.*)$/.exec(b))&&a.push("http:"+b[1])}]);
var om=/^(\/[a-zA-Z0-9_\-]+)+$/,pm=[/\/amp\//,/\/amp$/,/^\/amp$/],qm=/^[a-zA-Z0-9\-_\.,!]+$/,rm=/^gapi\.loaded_[0-9]+$/,sm=/^[a-zA-Z0-9,._-]+$/,wm=function(a,b,c,d){var e=a.split(";"),f=e.shift(),g=lm[f],k=null;g?k=g(e,b,c,d):nm("no hint processor for: "+f);k||nm("failed to generate load url");b=k;c=b.match(tm);(d=b.match(um))&&1===d.length&&vm.test(b)&&c&&1===c.length||nm("failed sanity: "+a);return k},zm=function(a,b,c,d){a=xm(a);rm.test(c)||nm("invalid_callback");b=ym(b);d=d&&d.length?ym(d):null;
var e=function(f){return encodeURIComponent(f).replace(/%2C/g,",")};return[encodeURIComponent(a.pathPrefix).replace(/%2C/g,",").replace(/%2F/g,"/"),"/k=",e(a.version),"/m=",e(b),d?"/exm="+e(d):"","/rt=j/sv=1/d=1/ed=1",a.Ff?"/am="+e(a.Ff):"",a.Wg?"/rs="+e(a.Wg):"",a.dh?"/t="+e(a.dh):"","/cb=",e(c)].join("")},xm=function(a){"/"!==a.charAt(0)&&nm("relative path");for(var b=a.substring(1).split("/"),c=[];b.length;){a=b.shift();if(!a.length||0==a.indexOf("."))nm("empty/relative directory");else if(0<a.indexOf("=")){b.unshift(a);
break}c.push(a)}a={};for(var d=0,e=b.length;d<e;++d){var f=b[d].split("="),g=decodeURIComponent(f[0]),k=decodeURIComponent(f[1]);2==f.length&&g&&k&&(a[g]=a[g]||k)}b="/"+c.join("/");om.test(b)||nm("invalid_prefix");c=0;for(d=pm.length;c<d;++c)pm[c].test(b)&&nm("invalid_prefix");c=Am(a,"k",!0);d=Am(a,"am");e=Am(a,"rs");a=Am(a,"t");return{pathPrefix:b,version:c,Ff:d,Wg:e,dh:a}},ym=function(a){for(var b=[],c=0,d=a.length;c<d;++c){var e=a[c].replace(/\./g,"_").replace(/-/g,"_");sm.test(e)&&b.push(e)}return b.join(",")},
Am=function(a,b,c){a=a[b];!a&&c&&nm("missing: "+b);if(a){if(qm.test(a))return a;nm("invalid: "+b)}return null},vm=/^https?:\/\/[a-z0-9_.-]+\.google(rs)?\.com(:\d+)?\/[a-zA-Z0-9_.,!=\-\/]+$/,um=/\/cb=/g,tm=/\/\//g,Bm=function(){var a=em();if(!a)throw Error("da");return a};lm.m=function(a,b,c,d){(a=a[0])||nm("missing_hint");return"https://apis.google.com"+zm(a,b,c,d)};
var Cm=decodeURI("%73cript"),Dm=/^[-+_0-9\/A-Za-z]+={0,2}$/,Em=function(a,b){for(var c=[],d=0;d<a.length;++d){var e=a[d],f;if(f=e){a:{for(f=0;f<b.length;f++)if(b[f]===e)break a;f=-1}f=0>f}f&&c.push(e)}return c},Fm=function(){var a=dm.nonce;return void 0!==a?a&&a===String(a)&&a.match(Dm)?a:dm.nonce=null:Wl.querySelector?(a=Wl.querySelector("script[nonce]"))?(a=a.nonce||a.getAttribute("nonce")||"",a&&a===String(a)&&a.match(Dm)?dm.nonce=a:dm.nonce=null):null:null},Im=function(a){if("loading"!=Wl.readyState)Gm(a);
else{var b=Fm(),c="";null!==b&&(c=' nonce="'+b+'"');a="<"+Cm+' src="'+encodeURI(a)+'"'+c+"></"+Cm+">";Wl.write(Hm?Hm.createHTML(a):a)}},Gm=function(a){var b=Wl.createElement(Cm);b.setAttribute("src",Hm?Hm.createScriptURL(a):a);a=Fm();null!==a&&b.setAttribute("nonce",a);b.async="true";(a=Wl.getElementsByTagName(Cm)[0])?a.parentNode.insertBefore(b,a):(Wl.head||Wl.body||Wl.documentElement).appendChild(b)},Jm=function(a,b){var c=b&&b._c;if(c)for(var d=0;d<mm.length;d++){var e=mm[d][0],f=mm[d][1];f&&Object.prototype.hasOwnProperty.call(c,
e)&&f(c[e],a,b)}},Lm=function(a,b,c){Km(function(){var d=b===em()?$l(cm,"_",bm()):bm();d=$l(gm(b),"_",d);a(d)},c)},Nm=function(a,b){var c=b||{};"function"==typeof b&&(c={},c.callback=b);Jm(a,c);b=a?a.split(":"):[];var d=c.h||Bm(),e=$l(dm,"ah",bm());if(e["::"]&&b.length){a=[];for(var f=null;f=b.shift();){var g=f.split(".");g=e[f]||e[g[1]&&"ns:"+g[0]||""]||d;var k=a.length&&a[a.length-1]||null,l=k;k&&k.hint==g||(l={hint:g,Wd:[]},a.push(l));l.Wd.push(f)}var m=a.length;if(1<m){var r=c.callback;r&&(c.callback=
function(){0==--m&&r()})}for(;b=a.shift();)Mm(b.Wd,c,b.hint)}else Mm(b||[],c,d)},Mm=function(a,b,c){a=am(a)||[];var d=b.callback,e=b.config,f=b.timeout,g=b.ontimeout,k=b.onerror,l=void 0;"function"==typeof k&&(l=k);var m=null,r=!1;if(f&&!g||!f&&g)throw"Timeout requires both the timeout parameter and ontimeout parameter to be set";k=$l(gm(c),"r",[]).sort();var t=$l(gm(c),"L",[]).sort(),D=k.concat(),B=function(xa,Qc){if(r)return 0;Vl.clearTimeout(m);t.push.apply(t,S);var hg=((cm||{}).config||{}).update;
hg?hg(e):e&&$l(dm,"cu",[]).push(e);if(Qc){km("me0",xa,D);try{Lm(Qc,c,l)}finally{km("me1",xa,D)}}return 1};0<f&&(m=Vl.setTimeout(function(){r=!0;g()},f));var S=Em(a,t);if(S.length){S=Em(a,k);var K=$l(dm,"CP",[]),fa=K.length;K[fa]=function(xa){if(!xa)return 0;km("ml1",S,D);var Qc=function(Zh){K[fa]=null;B(S,xa)&&fm(function(){d&&d();Zh()})},hg=function(){var Zh=K[fa+1];Zh&&Zh()};0<fa&&K[fa-1]?K[fa]=function(){Qc(hg)}:Qc(hg)};if(S.length){var Pc="loaded_"+dm.I++;cm[Pc]=function(xa){K[fa](xa);cm[Pc]=
null};a=wm(c,S,"gapi."+Pc,k);k.push.apply(k,S);km("ml0",S,D);b.sync||Vl.___gapisync?Im(a):Gm(a)}else K[fa](Yl)}else B(S)&&d&&d()},Hm=_.Ga("ogb-qtm#gapi"),Km=function(a,b){if(dm.hee&&0<dm.hel)try{return a()}catch(c){b&&b(c),dm.hel--,Nm("debug_error",function(){try{window.___jsl.hefn(c)}catch(d){throw c;}})}else try{return a()}catch(c){throw b&&b(c),c;}};cm.load=function(a,b){return Km(function(){return Nm(a,b)})};

}catch(e){_._DumpException(e)}
try{
/*
 Portions of this code are from MochiKit, received by
 The Closure Authors under the MIT license. All other code is Copyright
 2005-2009 The Closure Authors. All Rights Reserved.
*/
var Ym,Sm,Tm;_.Om=function(a){return a};_.Pm=function(a,b){this.F=[];this.O=a;this.N=b||null;this.D=this.A=!1;this.C=void 0;this.M=this.P=this.K=!1;this.H=0;this.B=null;this.J=0};_.Pm.prototype.cancel=function(a){if(this.A)this.C instanceof _.Pm&&this.C.cancel();else{if(this.B){var b=this.B;delete this.B;a?b.cancel(a):(b.J--,0>=b.J&&b.cancel())}this.O?this.O.call(this.N,this):this.M=!0;this.A||this.j(new Qm(this))}};_.Pm.prototype.kb=function(a,b){this.K=!1;Rm(this,a,b)};
var Rm=function(a,b,c){a.A=!0;a.C=c;a.D=!b;Sm(a)},Um=function(a){if(a.A){if(!a.M)throw new Tm(a);a.M=!1}};_.Pm.prototype.o=function(a){Um(this);Rm(this,!0,a)};_.Pm.prototype.j=function(a){Um(this);Rm(this,!1,a)};_.Wm=function(a,b,c){return _.Vm(a,b,null,c)};_.Vm=function(a,b,c,d){a.F.push([b,c,d]);a.A&&Sm(a);return a};_.Pm.prototype.then=function(a,b,c){var d,e,f=new _.Re(function(g,k){d=g;e=k});_.Vm(this,d,function(g){g instanceof Qm?f.cancel():e(g)});return f.then(a,b,c)};
_.Pm.prototype.$goog_Thenable=!0;_.Xm=function(a){var b=new _.Pm;_.Vm(a,b.o,b.j,b);return b};_.Pm.prototype.isError=function(a){return a instanceof Error};Ym=function(a){return(0,_.Ma)(a.F,function(b){return _.za(b[1])})};
Sm=function(a){if(a.H&&a.A&&Ym(a)){var b=a.H,c=Zm[b];c&&(_.p.clearTimeout(c.j),delete Zm[b]);a.H=0}a.B&&(a.B.J--,delete a.B);b=a.C;for(var d=c=!1;a.F.length&&!a.K;){var e=a.F.shift(),f=e[0],g=e[1];e=e[2];if(f=a.D?g:f)try{var k=f.call(e||a.N,b);void 0!==k&&(a.D=a.D&&(k==b||a.isError(k)),a.C=b=k);if(_.Pe(b)||"function"===typeof _.p.Promise&&b instanceof _.p.Promise)d=!0,a.K=!0}catch(l){b=l,a.D=!0,Ym(a)||(c=!0)}}a.C=b;d&&(k=(0,_.q)(a.kb,a,!0),d=(0,_.q)(a.kb,a,!1),b instanceof _.Pm?(_.Vm(b,k,d),b.P=!0):
b.then(k,d));c&&(b=new $m(b),Zm[b.j]=b,a.H=b.j)};_.an=function(a){var b=new _.Pm;b.o(a);return b};_.bn=function(a){var b=new _.Pm;a.then(function(c){b.o(c)},function(c){b.j(c)});return b};_.cn=function(a){var b=new _.Pm;b.j(a);return b};Tm=function(){_.Ha.call(this)};_.v(Tm,_.Ha);Tm.prototype.message="Deferred has already fired";Tm.prototype.name="AlreadyCalledError";var Qm=function(){_.Ha.call(this)};_.v(Qm,_.Ha);Qm.prototype.message="Deferred was canceled";Qm.prototype.name="CanceledError";
var $m=function(a){this.j=_.p.setTimeout((0,_.q)(this.A,this),0);this.o=a};$m.prototype.A=function(){delete Zm[this.j];throw this.o;};var Zm={};

}catch(e){_._DumpException(e)}
try{
_.dn=function(a){return _.bb(_.Wa(a))};_.en=function(a,b){a.src=_.ab(b)};

}catch(e){_._DumpException(e)}
try{
/*

Math.uuid.js (v1.4)
http://www.broofa.com
mailto:robert@broofa.com
Copyright (c) 2010 Robert Kieffer
Dual licensed under the MIT and GPL licenses.
*/
var fn=function(a){_.z(this,a,0,-1,null,null)},ln,mn,nn,on,pn,qn;_.v(fn,_.y);var gn=[2],hn=function(a){_.z(this,a,0,-1,gn,null)};_.v(hn,_.y);_.jn=function(a){var b=Number(a);return 0==b&&_.eg(a)?NaN:b};_.kn=function(a,b,c){_.A(a,b).push(c);return a};ln=/^(?:(.*?)\.)?([a-zA-Z_$][\w$]*(?:\/.?<)?)?(\(.*\))?@(?::0|((?:http|https|file):\/\/[^\s)]+|javascript:.*))$/;mn=/^\s{3,4}at(?: (?:(.*?)\.)?((?:new )?(?:[a-zA-Z_$][\w$]*|<anonymous>))(?: \[as ([a-zA-Z_$][\w$]*)\])?)? (?:\(unknown source\)|\(native\)|\((?:eval at )?((?:http|https|file):\/\/[^\s)]+|javascript:.*)\)|((?:http|https|file):\/\/[^\s)]+|javascript:.*))$/;
nn=function(a,b,c,d,e){this.o=a;this.name=b;this.j=c;this.B=d;this.A=e};on=function(a){this.j=[];if(a.stack){a=a.stack.replace(/\s*$/,"").split("\n");for(var b=0;b<a.length;b++){var c,d=ln;if(c=a[b].match(mn))c=new nn(c[1]||"",c[2]||"",c[3]||"","",c[4]||c[5]||""),this.j.push(c);else if(c=a[b].match(d))c=new nn(c[1]||"",c[2]||"","",c[3]||"",c[4]||""),this.j.push(c)}}};
pn=function(a){return(0,_.La)(a.j,function(b){var c=[b.o?b.o+".":"",b.name?b.name:"anonymous",b.B,b.j?" [as "+b.j+"]":""];if(b.A){c.push(" at ");b=b.A;var d="",e=b.match(/(.*?)(:\d+(:\d+)?)$/);e&&(b=e[1],d=e[2]);c.push(b.replace(window.location.href.replace(/#.*/,""),"[page]").replace(/http.*?extern_js.*?\.js/,"[xjs]"));c.push(d)}return c.join("")})};qn=function(a,b,c,d,e){_.jd.call(this,a,b,c,d,e);this.A=new on(c)};_.v(qn,_.jd);
qn.prototype.j=function(){qn.R.j.call(this);window.console&&window.console.log&&window.console.log("Stack: ",this.A)};qn.prototype.o=function(a){var b=qn.R.o.call(this,a)+"&jsst=";var c=this.A;a-=b.length;if(4>a)a="";else if(0==c.j.length)a="none";else{c=pn(c);var d;var e=c.length-2;for(d=_.Yj(c.join("\n"));0<e&&d.length>a;e--,d=_.Yj(c.join("\n")))e==c.length-2?c[e]="[...]":c.splice(e,1);a=d.substr(0,a)}return b+a};var rn=function(a,b,c){_.I.call(this);this.o=a;this.A=b;this.B=c};_.n(rn,_.I);
rn.prototype.j=function(a,b){return new qn(this.o,this.A,a,this.B,b)};var sn=[1,2,3,4],tn=function(a){_.z(this,a,0,-1,sn,null)};_.v(tn,_.y);var un=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0;return("x"==a?b:b&3|8).toString(16)})};
var vn=function(a,b){_.I.call(this);this.F=b;this.Y=0;this.C=_.Uc(_.zc(a,2,1E-4),.001);this.B=_.Uc(_.zc(a,10,0),0);this.U=_.L(_.A(a,21),"");this.$=_.Uc(_.A(a,4),0);this.W=_.Uc(_.A(a,5),-1);this.S=_.L(_.A(a,7),"");this.O=_.L(_.A(a,6),"");this.N=_.L(_.A(a,8),"");this.J=_.A(a,9);this.V=!!_.C(a,11);this.P=!!_.C(a,12);this.K=!!_.C(a,15);this.X=_.C(a,22);this.Z=_.C(a,23);this.H=!!_.C(a,16);this.o=null!=_.A(a,17)?_.A(a,17).split(","):[];var c=Math.random();this.D=_.J(_.C(a,1))&&c<this.C;this.A=_.J(_.C(a,
1))&&c<this.B;this.M="og-"+un();if(this.D||this.A){a=this.j=new _.ql(373,_.L(_.A(b,5)));a.P=!0;_.ml(a,1E3);a=this.j;a.Y=a.X;if(0!=this.o.length){a=new tn;for(b=0;b<this.o.length;b++)c=Number(this.o[b]),isNaN(c)||0==c||_.kn(a,3,c);b=this.j;a?(b.A||(b.A=new hn),a=a.o(),_.F(b.A,4,a)):b.A&&_.F(b.A,4,void 0)}_.Nf(this,this.j)}};_.v(vn,_.I);var wn=[1,61];
vn.prototype.log=function(a,b){var c=!_.Na(wn,a);if(c?this.D:this.A){b=(void 0===b?null:b)||new _.Dc;_.F(b,1,a);var d=++this.Y;_.F(b,38,d);_.F(b,2,this.$);_.F(b,4,c?this.C:this.B);_.F(b,6,this.U);_.F(b,3,this.W);this.Z&&_.F(b,52,!0);_.F(b,11,this.O);_.F(b,10,this.S);_.F(b,5,this.N);window.performance&&window.performance.timing&&_.F(b,14,(new Date).getTime()-window.performance.timing.navigationStart);_.F(b,13,this.J);_.F(b,16,this.V);_.F(b,17,this.P);_.F(b,19,this.M);c=0;_.C(this.F,1)&&(c|=1);_.C(this.F,
3)&&(c|=4);_.F(b,12,c);_.F(b,25,this.K);_.F(b,26,this.H);1===a&&_.F(b,51,this.X);a=new _.Zk;_.al(a,b.o());this.j.log(a)}};
var xn,yn,An,Bn,Cn;xn=_.G(_.vd,fn,16)||new fn;yn=_.xd()||new _.Gc;_.zn=new vn(xn,yn);An=_.wd()||new _.Fc;Cn=_.G(_.vd,_.Sc,14)||new _.Sc;Bn=_.A(Cn,9);var Dn=_.zc(_.G(_.vd,_.kd,3)||new _.kd,2,.001);_.M.o=new rn(An,Bn,Dn);_.M.j=_.zn;

}catch(e){_._DumpException(e)}
try{
var Hn;_.En=function(a,b,c,d,e,f){c.L(b,d,e,f||a.$||a,a)};_.Fn=function(a){_.z(this,a,0,-1,null,null)};_.v(_.Fn,_.y);_.Gn=function(a,b,c){if(b instanceof _.ne)c=b.height,b=b.width;else if(void 0==c)throw Error("w");a.style.width=_.Ng(b,!0);a.style.height=_.Ng(c,!0)};Hn=function(){_.I.call(this);this.j=new _.ig};_.n(Hn,_.I);Hn.prototype.L=function(a,b,c,d,e){(e||this.j).B(a,In,b,c,d)};Hn.prototype.Ea=function(a,b,c,d,e){(e||this.j).Ea(a,In,b,c,d)};Hn.prototype.T=function(){this.j.ua();_.I.prototype.T.call(this)};
var Jn=new Hn,In=["click","keydown","mousedown","touchstart"];
var Kn=function(){this.j=0};Kn.prototype.reset=function(){this.j=0};
var Pn;_.Mn=function(a,b,c,d,e,f,g){f=void 0===f?!1:f;g=void 0===g?null:g;_.xh.call(this,a,c);this.counter=new Kn;this.F=e;this.H=d;this.Oa=this.sa=this.ma=this.Aa=this.U=null;this.Tk=b;this.Z=null;this.ka=!1;(this.A=g||_.N("gb_D",this.o))&&this.A.setAttribute("aria-expanded","false");this.P=_.Kc("dd");this.P.sf(this);this.j=null;(a=_.N("gb_F",this.o))&&_.Ln(this,a,!1);f||this.Uc()};_.v(_.Mn,_.xh);_.h=_.Mn.prototype;
_.h.Uc=function(){_.En(this,document,Jn,this.og,!0,this);this.B(document,_.Vg(27)?"keypress":"keyup",this.sd,!1,this);this.B(this.o,"mouseover",this.mc,!1,this);this.B(this.o,"mouseout",this.lc,!1,this);this.B(this.o,["keyup","keydown"],this.ej,!1,this);this.B(document.body,"focusin",this.Yj,!1,this)};_.h.ej=function(a){var b=a.target;b instanceof Element&&Nn(this,b)&&32==a.keyCode&&(a.preventDefault(),a.stopPropagation())};_.h.Yj=function(){this.Tb()&&(Nn(this,document.activeElement)||this.Pe())};
_.h.Ze=function(){_.En(this,this.j,_.jh,this.od,!1,this);_.Xf(this.o,this.j)||(this.B(this.j,"mouseover",this.mc,!1,this),this.B(this.j,"mouseout",this.lc,!1,this));"pc"!==this.Xc()&&this.L(this.j,"keydown",this.rd,!0)};_.h.Xc=function(){return this.Tk};_.On=function(a,b){a.Z&&a.Z.ua();a.Z=b};_.Mn.prototype.le=function(a){if(null==this.o.getAttribute("data-ogsr-fb")){var b="click"!=a.type;b=void 0===b?!1:b;this.Tb()?this.close(void 0,!0,1):this.open(b);a.preventDefault();a.stopPropagation()}};
_.Mn.prototype.od=function(a){for(a=a.target;a&&a!=this.j;){if("A"==a.tagName&&!_.Q(a,"gb_pg")){this.close(!0,!0,3);break}a=a.parentNode}};var Nn=function(a,b){if(!b)return!1;var c=!!a.j&&_.Xf(a.j,b);return _.Xf(a.o,b)||c};
_.Mn.prototype.og=function(a){if(!_.$b||a.Ya.isTrusted){var b=a.target;if(Pn(this)){a:{var c=a.Ya;if(null!=c&&(c="function"===typeof c.composedPath?c.composedPath():void 0,null!=c&&0<c.length&&(c=c[0],!(c instanceof Window))))break a;c=null}null!=c&&(b=c)}Nn(this,b)||27==a.keyCode||this.close(void 0,!0,2)}};
_.Mn.prototype.rd=function(a){if(9===a.keyCode&&this.Tb()){var b=a.target,c=_.Gh(this.j);0<c.length&&(b==c[0]&&a.shiftKey?(c[c.length-1].focus(),a.preventDefault()):b!=c[c.length-1]||a.shiftKey||(c[0].focus(),a.preventDefault()))}};_.Mn.prototype.mc=function(a){Qn(this,(0,_.q)(this.Ve,this),a)};_.Mn.prototype.lc=function(a){Qn(this,(0,_.q)(this.qd,this),a)};
var Qn=function(a,b,c){var d=c.relatedTarget,e=d&&(_.Xf(a.o,d)||_.Xf(a.j,d));d=d&&Rn(a,d);a=Rn(a,c.target);e||b(0,c);e&&!d||a||b(1,c);!d&&a&&b(2,c)};_.Mn.prototype.sd=function(a){if(27==a.keyCode){a=_.Yf(document);var b=Nn(this,a),c=this.Tb();this.close(void 0,!1,1);c&&b?this.A.focus():a&&a.focus()}};_.Mn.prototype.Ve=_.va;_.Mn.prototype.qd=_.va;var Rn=function(a,b){return b&&a.j?_.Q(b,"gb_7a")||_.Q(b,"gb_8a")||!!a.j&&_.Xf(a.j,b):!1};_.Mn.prototype.T=function(){_.Mn.R.T.call(this);this.j=null};
_.Mn.prototype.$a=function(a){this.ka=a};_.Sn=function(a){if(a.A&&(a=a.A.getAttribute("data-ved")))return{ved:a}};_.h=_.Mn.prototype;_.h.xe=function(a){a?this.open():this.close()};_.h.af=function(){return!1};
_.h.open=function(a){a=void 0===a?!1:a;if(!this.Tb()){this.counter.reset();this.P.Le(0,this);this.P.xf(this);_.R(this.o,"gb_oa");_.R(this.j,"gb_oa");this.j.setAttribute("aria-hidden","false");this.A&&this.A.setAttribute("aria-expanded","true");if(_.x&&this.j){var b=_.N("gb_2f");if(!b){b=_.Bg("IFRAME",{"class":"gb_2f",src:'javascript:""',frameBorder:0});var c=_.N("gb_5c");c&&c.appendChild(b)}_.T(b,"gb_Ja");this.we()}this.U&&this.H.log(this.U,_.Sn(this));this.ma&&(b=this.Oa?this.Oa:new _.Dc,_.F(b,36,
this.ka),_.Tn(this,this.ma,b,!1));this.P.Le(1,this);this.Z&&this.Z.Nb(!1);a&&this.Pe()}};_.h.Pe=function(){var a=_.Gh(this.j);a[0]?a[0].focus():this.j.focus()};_.h.we=function(){if(_.x&&this.j){var a=_.N("gb_2f");a&&_.Gn(a,_.Pg(this.j))}};
_.h.close=function(a,b,c){a=void 0===a?!1:a;b=void 0===b?!1:b;c=void 0===c?0:c;return this.Tb()&&this.P.qh(this)?(this.P.zg(this)&&this.P.xf(null),_.T(this.o,"gb_oa"),_.T(this.j,"gb_oa"),this.j.setAttribute("aria-hidden","true"),this.A&&(this.A.setAttribute("aria-expanded","false"),!b&&Nn(this,document.activeElement)&&setTimeout((0,_.q)(this.A.focus,this.A),0)),_.x&&(b=_.N("gb_2f"))&&_.R(b,"gb_Ja"),!a&&this.Aa&&this.H.log(this.Aa,_.Sn(this)),a||this.sa&&_.Tn(this,this.sa,void 0,!0,c),this.P.Le(2,
this),!0):!1};_.h.Tb=function(){return _.Q(this.o,"gb_oa")};_.Ln=function(a,b,c){a.j||(a.j=b,c&&(b=a.j,c=a.o,b&&c&&b.parentNode!=c&&c.appendChild(b)),a.j.setAttribute("aria-hidden","true"),a.A&&_.En(a,a.A,_.jh,a.le,!1,a),a.Ze())};_.Mn.prototype.mf=function(a){this.j&&_.V(this.j,"gb_ef",a)};Pn=function(a){a=[a.o,a.j].filter(function(d){return null!=d});for(var b,c=0;c<a.length;c++){b=a[c];if("function"!==typeof b.getRootNode)break;if(11===b.getRootNode().nodeType)return!0}return!1};
_.Tn=function(a,b,c,d,e){c=void 0===c?new _.Dc:c;d=void 0===d?!1:d;var f=new _.Fn,g=++a.counter.j;_.F(f,1,g);d&&_.F(f,2,d);void 0!=e&&_.F(f,3,e);_.H(c,37,f);a.F.log(b,c)};

}catch(e){_._DumpException(e)}
try{
var Un=function(a,b){_.jh.L(a,b,void 0,void 0)},Vn=function(a,b){_.I.call(this);this.o=a;this.C=b;this.A=new _.Pm};_.n(Vn,_.I);Vn.prototype.B=function(a){try{var b=_.hf("gadgets.config.update");b({"googleapis.config":{gcv:_.L(_.A(a,2)),sessionIndex:_.L(_.A(a,4)),elog:this.o.log,ilog:_.Sd(this.C.log,16)}});b({gwidget:{lang:_.L(_.A(a,5))}});this.A.o()}catch(c){this.o.log(c)}};Vn.prototype.j=function(a){a&&_.Wm(this.A,a)};
Vn.prototype.init=function(a,b){try{_.A(a,1)?_.Wm(b.o,(0,_.q)(this.B,this,a)):this.A.o(),_.u("gbar.lGC",(0,_.q)(this.j,this)),_.u("gbar.lPWF",(0,_.q)(this.j,this)),_.Jc(_.Ic.va(),"api").xd()}catch(c){this.o.log(c)}return this};
var Wn=function(){_.Ha.call(this)};_.n(Wn,_.Ha);var Xn=function(a,b){_.I.call(this);this.A=a;this.j=b;this.o=new _.Pm};_.n(Xn,_.I);
Xn.prototype.init=function(a){try{if(!this.j)throw new Wn("gapi-lm");var b={isPlusUser:_.L(_.A(a,4)),"googleapis.config":{signedIn:_.L(_.A(a,5))},lang:_.L(_.A(a,10))},c=_.L(_.A(a,6));c&&(b.iframes={":socialhost:":c});this.j("",{config:b});try{var d=_.Kc("gs");if(!d)throw new Wn("gapi-ss");this.j(d.j.join(":"),(0,_.q)(this.o.o,this.o));var e=_.Xd(d.o);for(a=0;a<e.length;a++)this.j(e[a].Wd,e[a].options)}catch(f){this.A.log(f)}}catch(f){this.A.log(f)}return this};
(function(){var a=_.G(_.vd,_.Sc,14)||new _.Sc,b=new Xn(_.M,_.hf("gapi.load"));b.init(a);a=_.G(_.vd,_.Tc,9)||new _.Tc;var c=new Vn(_.M,_.zd);c.init(a,b);c.j(function(){_.sd(_.td.va().K,!0)});return c})();
(function(){_.zn.log(1);var a=document.querySelector(".gb_5");a&&Un(a,function(){_.zn.log(62);_.hf("silk.s.sis.ca")&&_.zn.log(106)});a=document.querySelector(".gb_Ua");var b=document.querySelector("#gb.gb_Mc");a&&b&&Un(a,function(){_.zn.log(79)})})();
var Yn=_.N("gb_Jc");if(Yn){var Zn=_.N("gb_wc",Yn);Zn&&new _.yh(Zn,_.M,_.zd)}
;
}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.$n=function(a,b){b=b instanceof _.hb?b:_.ob(b);a.href=_.ib(b)};

}catch(e){_._DumpException(e)}
try{
var bo;_.ao=function(a,b){return _.F(a,27,b)};bo=function(a,b){b=b instanceof _.hb?b:_.ob(b);a.action=_.ib(b)};_.co=function(a){_.z(this,a,0,-1,null,null)};_.v(_.co,_.y);_.eo=function(a,b){return _.F(a,2,b)};_.fo=function(a,b){return _.F(a,3,b)};
var go=function(a,b,c){this.groupId=a;this.D="dp_"+a;this.F="count_"+a;this.B=b;this.j=!!c},io=function(){var a=_.p.location.hostname.match(ho);return a&&a[0]?a[0]:null};go.prototype.Ee=function(){return!!navigator.cookieEnabled};go.prototype.Na=function(a){this.Ee()&&this.Nc(!1,a)};go.prototype.accept=function(a){this.Ee()&&this.Nc(!0,a)};go.prototype.Nc=function(){throw Error("ea");};_.jo=function(a){0<a.B&&a.Ee()&&a.Gd(void 0,void 0)};go.prototype.Gd=function(){throw Error("ea");};
go.prototype.Vb=function(){return 0};go.prototype.ef=function(){return!1};var ho=/google(?:.[a-z]{2,3}){1,2}$/i;
_.ko=function(a,b,c,d,e){go.call(this,b,c);this.o=e;this.A=!d||-2==d||31536E3<d?31536E3:d;this.C=new RegExp("\\b"+this.groupId+"-([0-9]+):")};_.n(_.ko,go);_.h=_.ko.prototype;_.h.Ee=function(){navigator.cookieEnabled||(this.A=-1);return!0};_.h.Nc=function(a,b){var c=_.Sk.get("OGP",""),d="-"+this.groupId+":";(new RegExp(d)).test(c)||(c+=d);(d=io())&&_.Sk.set("OGP",c,{ue:this.A,path:"/",domain:d});this.o&&this.o.Nc(a,b)};
_.h.Gd=function(a){var b=_.Sk.get("OGPC",""),c=this.Vb(b),d=!0;-1==c&&(d=!1,c=0);a=this.groupId+"-"+(c+(a||1))+":";b=d?b.replace(this.C,a):(b?b:"")+a;(d=io())&&_.Sk.set("OGPC",b,{ue:this.A,path:"/",domain:d});this.o&&this.o.Gd()};_.h.Vb=function(a){var b=a||_.Sk.get("OGPC","");a=-1;b&&(b=b.match(this.C))&&1<b.length&&(a=parseInt(b[1],10)||0);return a};_.h.ef=function(){return-1!=_.Sk.get("OGP","").indexOf("-"+this.groupId+":")};
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.lo=function(){};_.v(_.lo,_.Mj);_.lo.prototype.j=function(){var a=new XMLHttpRequest;if("withCredentials"in a)return a;if("undefined"!=typeof XDomainRequest)return new mo;throw Error("fa");};_.lo.prototype.B=function(){return{}};
var mo=function(){this.j=new XDomainRequest;this.readyState=0;this.onreadystatechange=null;this.responseType=this.responseText="";this.status=-1;this.statusText="";this.j.onload=(0,_.q)(this.ri,this);this.j.onerror=(0,_.q)(this.hg,this);this.j.onprogress=(0,_.q)(this.Yi,this);this.j.ontimeout=(0,_.q)(this.hj,this)};_.h=mo.prototype;_.h.open=function(a,b,c){if(null!=c&&!c)throw Error("ga");this.j.open(a,b)};_.h.send=function(a){if(a)if("string"==typeof a)this.j.send(a);else throw Error("ha");else this.j.send()};
_.h.abort=function(){this.j.abort()};_.h.setRequestHeader=function(){};_.h.getResponseHeader=function(a){return"content-type"==a.toLowerCase()?this.j.contentType:""};_.h.ri=function(){this.status=200;this.responseText=this.j.responseText;no(this,4)};_.h.hg=function(){this.status=500;this.responseText="";no(this,4)};_.h.hj=function(){this.hg()};_.h.Yi=function(){this.status=200;no(this,1)};var no=function(a,b){a.readyState=b;if(a.onreadystatechange)a.onreadystatechange()};
mo.prototype.getAllResponseHeaders=function(){return"content-type: "+this.j.contentType};
var qo=function(){_.P.call(this);this.o="closure_frame"+oo++;this.A=[];po[this.o]=this},ro;_.v(qo,_.P);var po={},oo=0,so=function(a,b){var c=_.$f(a);_.sk(b,function(d,e){Array.isArray(d)||(d=[d]);(0,_.Ja)(d,function(f){f=c.Ca("INPUT",{type:"hidden",name:e,value:f});a.appendChild(f)})})};_.h=qo.prototype;_.h.Ia=null;_.h.La=null;_.h.Hc=null;_.h.Ij=0;_.h.yc=!1;_.h.Fe=!1;_.h.te=null;_.h.Gc=null;
_.h.send=function(a,b,c,d){if(this.yc)throw Error("ia");a=new _.vl(a);b=b?b.toUpperCase():"GET";c&&_.Ml(a,"zx",_.tl());ro||(ro=_.Bg("FORM"),ro.acceptCharset="utf-8",c=ro.style,c.position="absolute",c.visibility="hidden",c.top=c.left="-10px",c.width=c.height="10px",c.overflow="hidden",document.body.appendChild(ro));this.Ia=ro;"GET"==b&&so(this.Ia,a.j);d&&so(this.Ia,d);d=this.Ia;a=a.toString();(0,_.Tl)();bo(d,_.mb(a));this.Ia.method=b;this.yc=!0;this.Hc=this.o+"_"+(this.Ij++).toString(36);this.La=_.$f(this.Ia).Ca("IFRAME",
{name:this.Hc,id:this.Hc});_.x&&7>Number(_.fc)&&bo(this.La,_.mb(_.Wa(_.rl('javascript:""'))));d=this.La.style;d.visibility="hidden";d.width=d.height="10px";d.display="none";_.Sb?d.marginTop=d.marginLeft="-10px":(d.position="absolute",d.top=d.left="-10px");if(_.x&&!_.gc("11")){this.Ia.target=this.Hc||"";_.$f(this.Ia).j.body.appendChild(this.La);_.O(this.La,"readystatechange",this.rf,!1,this);try{this.j=!1,this.Ia.submit()}catch(t){_.Hf(this.La,"readystatechange",this.rf,!1,this),to(this)}}else{_.$f(this.Ia).j.body.appendChild(this.La);
d=this.Hc+"_inner";a=_.Sj(this.La);document.baseURI?(b=_.ie(d),b=_.Fb('<head><base href="'+_.ie(document.baseURI)+'"></head><body><iframe id="'+b+'" name="'+b+'"></iframe>',null)):(b=_.ie(d),b=_.Fb('<body><iframe id="'+b+'" name="'+b+'"></iframe>',null));_.Ob&&!_.Sb?_.Pf(a.documentElement,b):a.write(_.Eb(b));_.O(a.getElementById(d),"load",this.ze,!1,this);var e=_.oe("TEXTAREA",this.Ia);b=0;for(c=e.length;b<c;b++){var f=e[b].value,g=[];_.Fg(e[b],g,!1);g.join("")!=f&&(_.Cg(e[b],f),e[b].value=f)}e=a.importNode(this.Ia,
!0);e.target=d;e.action=this.Ia.action;a.body.appendChild(e);f=_.oe("SELECT",this.Ia);g=_.oe("SELECT",e);b=0;for(c=f.length;b<c;b++)for(var k=_.oe("OPTION",f[b]),l=_.oe("OPTION",g[b]),m=0,r=k.length;m<r;m++)l[m].selected=k[m].selected;f=_.oe("INPUT",this.Ia);g=_.oe("INPUT",e);b=0;for(c=f.length;b<c;b++)if("file"==f[b].type&&f[b].value!=g[b].value){this.Ia.target=d;e=this.Ia;break}try{this.j=!1,e.submit(),a.close(),_.Rb&&_.cg(this.D,250,this)}catch(t){_.Hf(a.getElementById(d),"load",this.ze,!1,this),
a.close(),to(this)}}uo(this)};_.h.abort=function(){if(this.yc){var a=vo(this);if(a)if(_.qf(a))a.Fb&&_.Qf(a.Fb);else if(a=_.Df(a)){var b=0,c;for(c in a.j)for(var d=a.j[c].concat(),e=0;e<d.length;++e)_.If(d[e])&&++b}this.Fe=this.yc=!1;this.dispatchEvent("abort");wo(this)}};_.h.T=function(){this.yc&&this.abort();qo.R.T.call(this);this.La&&xo(this);uo(this);delete this.C;this.te=this.Ia=null;delete po[this.o]};_.h.Vc=function(){return this.Fe};_.h.ae=function(){return this.te};_.h.dg=function(){return _.yk(this.te)};
_.h.rf=function(){if("complete"==this.La.readyState){_.Hf(this.La,"readystatechange",this.rf,!1,this);try{var a=_.Sj(this.La);if(_.x&&"about:blank"==a.location&&!navigator.onLine){to(this);return}}catch(b){to(this);return}yo(this,a)}};_.h.ze=function(){if(!_.Ob||_.Sb||"about:blank"!=(this.La?_.Sj(vo(this)):null).location){_.Hf(vo(this),"load",this.ze,!1,this);try{yo(this,this.La?_.Sj(vo(this)):null)}catch(a){to(this)}}};
var yo=function(a,b){a.yc=!1;try{var c=b.body;a.te=c.textContent||c.innerText}catch(e){var d=1}d||"function"!=typeof a.C||(b=a.C(b))&&(d=4);d?to(a):(a.Fe=!0,a.dispatchEvent("complete"),a.dispatchEvent("success"),wo(a))},to=function(a){a.j||(a.Fe=!1,a.yc=!1,a.dispatchEvent("complete"),a.dispatchEvent("error"),wo(a),a.j=!0)},wo=function(a){xo(a);uo(a);a.Ia=null;a.dispatchEvent("ready")},xo=function(a){var b=a.La;b&&(b.onreadystatechange=null,b.onload=null,b.onerror=null,a.A.push(b));a.Gc&&(_.dg(a.Gc),
a.Gc=null);_.Rb||_.Ob&&!_.Sb?a.Gc=_.cg(a.B,2E3,a):a.B();a.La=null;a.Hc=null};qo.prototype.B=function(){this.Gc&&(_.dg(this.Gc),this.Gc=null);for(;0!=this.A.length;){var a=this.A.pop();_.xe(a)}};var uo=function(a){a.Ia&&a.Ia==ro&&_.we(a.Ia)},vo=function(a){return a.La?_.x&&!_.gc("11")?a.La:_.Sj(a.La).getElementById(a.Hc+"_inner"):null};qo.prototype.D=function(){if(this.yc){var a=this.La?_.Sj(vo(this)):null;a&&!_.lf(a,"documentUri")?(_.Hf(vo(this),"load",this.ze,!1,this),to(this)):_.cg(this.D,250,this)}};
var zo;zo=window.location.protocol+"//www.google.com/_/og/promos/";_.Ao=function(a,b,c,d,e,f,g){var k={};k.p=c;k.g=b;k.a=d;k.at=e;k.eid=f;k.pid=1;if(g)k.t=g;else return a.log(Error("ja")),null;return k};_.Bo=function(a,b,c){if(a){var d=[zo,c?"g":"z"];c&&b&&d.push(["?authuser=",b].join(""));b=d.join("");try{_.Nj=new _.lo;c=[];for(var e in a)a.hasOwnProperty(e)&&c.push(e+"="+a[e]);_.Ek(b,null,"POST",c.join("&"),null,void 0,!0)}catch(f){e=new qo,_.O(e,"ready",e.ua,!1,e),e.send(b,"POST",!1,a)}}};
var Co=function(a,b,c,d,e,f,g,k){go.call(this,b,c);this.o=a;g||k?(this.A=d,this.H=e,this.C=g||k||"",this.K=!!k,this.J=f):a.log(Error("ka"))};_.n(Co,go);Co.prototype.Nc=function(a,b){a?(a=this.H,(b=_.Ao(this.o,this.groupId,this.A,"a",3,b||"",this.C))&&(b.u=a)):(a=this.H,(b=_.Ao(this.o,this.groupId,this.A,"d",2,b||"",this.C))&&(b.u=a));_.Bo(b,this.J,this.K)};Co.prototype.Gd=function(a,b){a=a||1;(b=_.Ao(this.o,this.groupId,this.A,"i",1,b||"",this.C))&&(b.c=a);_.Bo(b,this.J,this.K)};
var Do=function(a,b,c,d,e){go.call(this,b,c,e);this.A=a;this.o=d};_.n(Do,go);Do.prototype.Nc=function(){this.A.yf(this.o,this.D,"1",this.j)};Do.prototype.Gd=function(a){a=this.Vb()+(a||1);this.A.yf(this.o,this.F,a.toString(),this.j)};Do.prototype.ef=function(){return!!this.A.Re(this.o,this.D,this.j)};Do.prototype.Vb=function(){var a=this.A.Re(this.o,this.F,this.j);return parseInt(a||0,10)};
_.Eo=function(a,b,c,d,e,f,g,k,l,m,r){if(m||r)try{var t=new Co(a,e,f,g,k,c,m,r)}catch(D){t=null}else t=null;switch(d){case 2:case 6:return t;case 1:return new Do(b,e,f,l,void 0);default:return new _.ko(a,e,f,k)}};
var Fo,Go;Fo=function(a){switch(a){case "i":return 36;case "x":return 37;case "n":return 37;case "a":return 38;case "d":return 37;case "ed":return 37;case "end":return 38;case "ec":return 38;case "er_em":return 72;case "rl":return 77;case "lc":return 111;case "hc":return 112;default:return 0}};
Go=function(a){var b=new _.Dc;switch(a){case "x":_.F(b,28,1);break;case "n":_.F(b,28,2);break;case "a":_.F(b,29,1);break;case "er_em":_.F(b,30,1);break;case "ed":_.F(b,28,3);break;case "end":_.F(b,29,3);break;case "ec":_.F(b,29,3)}return b};
_.Ho=function(a,b,c,d,e,f,g,k,l,m,r){var t=Fo(b);if(0!==t){b=Go(b);_.F(b,34,k);_.F(b,48,l);_.F(b,31,c);_.F(b,39,f);c=_.fo(_.eo(new _.co,d),e);36===t&&_.F(c,1,m);_.H(b,50,c);if(g){m=!1;try{var D=g.getBoundingClientRect()}catch(B){_.F(b,49,1),m=!0}null!=D&&(_.F(b,43,D.top),_.F(b,44,D.bottom),_.F(b,45,D.left),_.F(b,46,D.right));null!=D&&0!==D.top-D.bottom||m||(document.body.contains(g)?_.Ae(g,function(B){return _.ye(B)&&"none"==B.style.display})&&_.F(b,49,3):_.F(b,49,2))}null!=r&&_.ao(b,r);a.log(t,b)}};
_.Io=function(){this.Bb=null;this.j=!1};_.wa(_.Io);

}catch(e){_._DumpException(e)}
try{
var Jo=function(a){_.z(this,a,0,-1,null,null)};_.v(Jo,_.y);var Ko=function(a){_.z(this,a,0,-1,null,null)};_.v(Ko,_.y);Ko.prototype.F=function(){return _.A(this,7)};Ko.prototype.H=function(){return _.A(this,8)};var Lo=function(a){_.z(this,a,0,-1,null,null)};_.v(Lo,_.y);var Mo=function(a){_.z(this,a,0,-1,null,null)};_.v(Mo,_.y);var No=function(a){_.z(this,a,0,-1,null,null)};_.v(No,_.y);
var Oo=function(a){var b;(b=a.ef())||(b=0<a.B&&a.Vb()>=a.B);return b},Po=function(a,b,c,d,e,f,g,k){this.data={};_.Qa(this.data,{ogsr:Math.round(1/a),ei:b,ct:d,cad:e,id:c,loc:window.google?window.google.sn:"",prid:f,ogd:g,ogprm:"up"});if(k)for(a=k.split("&"),b=0;b<a.length;b++)c=a[b].split("="),2==c.length&&(this.data[c[0]]=c[1])};_.n(Po,_.Vc);var Qo=function(a,b,c,d,e,f,g){_.I.call(this);this.j=a;this.D=b;this.A=c;this.F=d;this.C=e;this.B=f;this.o=g;_.u("gbar.up.sl",(0,_.q)(this.log,this))};
_.n(Qo,_.I);Qo.prototype.log=function(a,b,c,d,e){try{var f=this.D;if(void 0!=e&&null!=e)if(0<=e&&1>=e)f=e;else{this.j.log(Error("la`"+b+"`"+c+"`"+e));return}if(Math.random()<=f){var g=new Po(f,this.A,a,b,c,this.C,this.F,d);this.o?g.j():_.cd(g)}}catch(k){this.j.log(Error("la`"+b+"`"+c+"`"+e))}};
var Ro=function(a){_.I.call(this);this.j=a;_.u("gbar.up.spd",(0,_.q)(this.yf,this));_.u("gbar.up.gpd",(0,_.q)(this.Re,this));_.u("gbar.up.dpc",(0,_.q)(this.wj,this));_.u("gbar.up.iic",(0,_.q)(this.rj,this));_.u("gbar.up.gcc",(0,_.q)(this.Yh,this))};_.n(Ro,_.I);var So=function(){try{return!!_.p.localStorage&&"object"==typeof _.p.localStorage}catch(a){return!1}},To=function(a){return a&&a.style&&a.style.behavior&&"undefined"!=typeof a.load};_.h=Ro.prototype;
_.h.yf=function(a,b,c,d){try{navigator.cookieEnabled&&(d||(b="og-up-"+b),So()?_.p.localStorage.setItem(b,c):To(a)&&(a.setAttribute(b,c),a.save(a.id)))}catch(e){e.code!=DOMException.QUOTA_EXCEEDED_ERR&&this.j.log(e)}};_.h.Re=function(a,b,c){try{if(!navigator.cookieEnabled)return"";c||(b="og-up-"+b);if(So())return _.p.localStorage.getItem(b);if(To(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR&&this.j.log(d)}return""};
_.h.wj=function(a,b){(new _.ko(this.j,a,1,b)).Na()};_.h.rj=function(a,b){_.jo(new _.ko(this.j,a,1,b))};_.h.Yh=function(a,b){return(new _.ko(this.j,a,1)).Vb(b)};
var Uo=function(a){_.z(this,a,0,-1,null,null)};_.v(Uo,_.y);
var Wo=function(a,b,c,d,e,f){_.xh.call(this,a,d);this.o=a;this.H=_.L(_.A(b,1));this.ha=_.L(_.A(b,2));this.X=_.L(_.A(b,3));_.E(b,4,25);this.U=_.Uc(_.A(b,5));this.sa=_.Uc(_.E(b,6,-1));this.P=_.J(_.C(b,9));this.F={em:"i",accept:"a",Na:"d",Pd:"x"};this.j=Vo;this.ta=this.o?_.Q(this.o,this.j.ih):!1;this.V=!1;this.S=e;this.Ba=f;this.J=_.N(this.j.eh,this.o);this.Pd=_.N(this.j.lh,this.o);this.M=_.N(this.j.kh,this.o);this.Z="";this.Y=!1;var g,k;b.H&&(g=_.L(b.H()));b.F&&(k=_.L(b.F()));if(k||g)this.Z=k||g||"",
this.Y=!!k;this.A=_.Eo(d,this.Ba,c,this.U,this.ha,_.Uc(_.E(b,4,25)),this.H,this.sa,this.o,g,k)};_.v(Wo,_.xh);Wo.prototype.T=function(){Wo.R.T.call(this);this.M=this.Pd=this.J=null};var Vo={eh:"gb_zd",lh:"gb_Xd",kh:"gb_xd",Qd:"gb_oa",ih:"gb_7d"};Wo.prototype.open=function(){_.Q(this.o,this.j.Qd)||(_.R(this.o,this.j.Qd),this.o.removeAttribute("aria-hidden"))};Wo.prototype.close=function(){_.Q(this.o,this.j.Qd)&&(_.T(this.o,this.j.Qd),this.o.setAttribute("aria-hidden","true"))};
var Xo=function(a,b,c){var d=_.jh;b&&_.En(a,b,d,c,!1,a)};Wo.prototype.N=function(){return""};
var Yo=function(a){var b="";a&&(a=a.getAttributeNode("data-ved"))&&a.value&&(b=["&ved=",a.value].join(""));return b},Zo=function(a){var b=a.N();a.P&&(b+="&vis=0");a.S.log(a.H,a.X,"i",b,1)},$o=function(a,b,c,d,e,f){var g=b==a.F.accept;a.V||(g&&!f||a.S.log(a.H,a.X,b,a.N()+Yo(c),1),e||0==a.U?2==a.U&&(b=a.S,c=a.Y,d=_.Ao(b.j,a.ha,a.H,"l",3,d,a.Z),_.Bo(d,b.B,c)):(g?a.A.accept(d):a.A.Na(d),a.V=!0));e&&g&&!a.ta||a.close()};Wo.prototype.O=function(a,b,c){$o(this,this.F.accept,a.target,"2",b,c)};
Wo.prototype.ma=function(a,b){$o(this,this.F.Pd,a.target,"1",b);a.preventDefault();a.stopPropagation()};Wo.prototype.ka=function(a,b){$o(this,this.F.Na,a.target,"3",b);a.preventDefault();a.stopPropagation()};
var ap=function(a,b,c,d,e){this.C=new _.vh(e,this);this.j=e;this.B=c;this.F=d;this.A=a;this.o=b;a=_.Gi();this.C.B(a,"resize",this.D,!1,this)};ap.prototype.D=function(){try{var a=276,b=document.getElementById("hplogo");b&&(a=Math.max(a,b.offsetWidth));2*(this.A+this.o)+a>document.body.clientWidth?this.B():this.F()}catch(c){this.j&&this.j.log(c)}};
var bp=function(a,b){this.o=b;this.j={};this.j.mouseout=_.L(_.A(a,1));this.j.mouseover=_.L(_.A(a,2));this.j.mousedown=_.L(_.A(a,3))},cp=function(a,b){if(b)for(var c in a.j){var d=a.j[c];d&&_.uh(a.o,b,c,(0,_.q)(function(e){b.style.color=e},a,d))}},dp=function(a,b){for(var c=0;c<b.length;c++)cp(a,b[c])};
var hp=function(a,b,c,d,e,f){_.Mn.call(this,a,"pc",d,e,f,!0);e=_.G(b,Ko,1)||new Ko;this.Ak=c;this.V=_.L(_.A(e,1));this.S=/[^0-9]/.test(this.V)?0:_.jn(this.V);this.N=_.A(e,11)||0;this.uc=_.L(_.A(e,3));this.wc=_.L(_.A(e,2));this.Yk=_.L(e.F());this.md=_.Uc(_.A(b,6));this.K=_.Uc(_.E(e,4,25),25);this.zj=_.J(_.C(b,21))||_.J(_.C(b,22));this.qc=_.J(_.C(b,16));a=this.zj&&this.qc;this.sc=_.J(_.C(e,9));this.vc=!this.sc&&!a;this.nc=!1;this.J=_.N("gb_zd",this.o);this.uj=_.J(_.C(b,10));this.tj=_.J(_.C(b,14));this.M=
_.J(_.C(b,19));this.Ga=this.uj||this.tj;this.Sa=_.N("gb_eg");this.jh=_.N("gb_fg");this.fh=_.N("gb_cg");this.hh=_.N("gb_dg");this.kc=_.L(_.A(b,12));this.D=_.N("gb_bg");this.ta=_.N("gb_Sd");this.ha=document.getElementById("gb");f=_.Ic.va();this.tc=_.Jc(f,"p_log");this.Ok=_.Jc(f,"p_st");this.Hj=_.Uc(_.A(e,5));this.wk=_.J(_.C(b,20));this.vb=_.J(_.C(b,18));this.vd=_.J(_.C(b,23));this.kd=_.J(_.C(b,24));this.Ef=_.J(_.C(b,25));this.mj=_.J(_.C(b,26));this.Y=_.Eo(d,this.Ok,c,this.Hj,this.wc,this.K,this.V,this.md,
this.o,_.L(e.H()),_.L(e.F()));this.O=this.Y.Vb();this.ha&&(this.wa=_.N("gb_1a",this.ha));this.X=!1;if(this.wa&&!Oo(this.Y)&&!this.X){c=_.L(_.A(b,2));if("n"!=c&&(this.Kc=(e=ep[c])?_.N(e,this.wa):null,!this.Kc)){this.C.log(Error("ma"),{target:c});return}this.J&&1==_.A(b,3)&&_.R(this.J,"gb_Ld");fp(this);(b=_.G(b,Lo,4)||new Lo,this.J)&&dp(new bp(b,this.C),[this.J]);this.jc=0;this.vc?(this.open(),new ap(this.jc,parseInt(this.j.style.right,10)||0,(0,_.q)(this.oj,this),(0,_.q)(this.Uk,this),d)):this.U&&
this.H.log(this.U,_.Sn(this));this.tc.log(this.V,this.uc,"i","&vis="+(this.vc?"1":"0")+(this.vb?"&ap=0":""),1);a?gp(this):_.Ho(this.F,"i",this.S,this.N,this.K,this.O,this.j,!1,this.M,this.sc);_.jo(this.Y)}this.Uc()};_.v(hp,_.Mn);var ep={p:"gb_Va",s:"shareboxWidget",i:"gb_zg",v:"gb_C"};hp.prototype.T=function(){hp.R.T.call(this);this.ha=this.wa=this.Kc=this.button=this.hb=null};hp.prototype.Pe=function(){};
var ip=function(a){var b=_.N("gb_Kd",a.o);if(b)return b;b=_.ve("IFRAME");b.frameBorder="0";b.tabIndex=-1;_.R(b,"gb_Kd");var c=_.dn(_.rl("about:blank"));_.en(b,c);a.ha.appendChild(b);return b};_.h=hp.prototype;_.h.open=function(){hp.R.open.call(this);var a=ip(this);if(a){var b=_.N("gb_F",this.o);b.appendChild(a);a=a.style;a.width=b.offsetWidth+"px";a.height=b.offsetHeight+"px";a.visibility="visible";a.top="-1px";a.left="-1px"}this.jc=this.j.offsetWidth};_.h.oj=function(){this.close();gp(this)};
_.h.Uk=function(){Oo(this.Y)||this.X||this.open()};_.h.close=function(){if(hp.R.close.call(this)){var a=ip(this);a&&(a=a.style,a.width="",a.height="",a.visibility="",a.top="",a.left="");return!0}return!1};_.h.og=function(){};_.h.le=function(){};
var fp=function(a){a.hb=_.N("gb_rd",a.o);a.hb&&_.En(a,a.hb,_.jh,a.lj,!0,a);a.hc=_.N("gb_xd",a.o);a.hc&&_.En(a,a.hc,_.jh,a.Fi,!0,a);for(var b=_.mh("gb_vd",a.o),c=0;c<b.length;c++)_.En(a,b[c],_.jh,a.Ji,!0,a);a.J&&_.En(a,a.J,_.jh,a.nd,!0,a);a.Kb=_.N("gb_Jd",a.o);a.Kb&&_.En(a,a.Kb,_.jh,a.Ri,!0,a);b=_.mh("gb_D",a.wa);for(c=0;c<b.length;c++)_.En(a,b[c],_.jh,a.ij,!0,a);a.D&&(a.B(a.D,"focus",a.Wk,!1,a),a.B(a.D,"blur",a.Vk,!1,a),a.B(a.D,"keyup",function(d){13==d.keyCode&&this.J&&(d.preventDefault(),this.J.click())},
!1,a),a.D.pattern="^\\+?1?[-()\\s]*([\\d][-()\\s]*){0,10}")};hp.prototype.Wk=function(){this.ta&&_.R(this.ta,"gb_Td")};hp.prototype.Vk=function(){this.ta&&_.T(this.ta,"gb_Td")};var jp=function(a,b){a.X||(a.Y.Na(),("a"!=b||a.Ga)&&a.tc.log(a.V,a.uc,b,a.vb?"&ap=0":void 0,1),a.close(),a.X=!0)};_.h=hp.prototype;_.h.ij=function(){this.Ga?(this.X=!0,this.close()):jp(this,"a")};_.h.lj=function(a){jp(this,"x");_.Ho(this.F,"x",this.S,this.N,this.K,this.O,this.G(),!1,this.M);a.preventDefault();a.stopPropagation()};
_.h.Fi=function(a){jp(this,"n");_.Ho(this.F,"n",this.S,this.N,this.K,this.O,this.G(),!1,this.M);a.preventDefault();a.stopPropagation()};_.h.Ri=function(){_.Ho(this.F,"lc",this.S,this.N,this.K,this.O,this.G(),!1,this.M)};_.h.Ji=function(a){(a=_.Q(a.target,"gb_Ad"))&&this.kd||!a&&this.vd?(kp(this),_.Ho(this.F,"ec",this.S,this.N,this.K,this.O,this.G(),!1,this.M)):a&&this.mj||!a&&this.Ef?jp(this,"ed"):(_.Ho(this.F,"end",this.S,this.N,this.K,this.O,this.G(),!1,this.M),this.close())};
var kp=function(a){var b=_.hf("window.launchConsentDialog");b?b():a.C.log(Error("na"));a.close()};
hp.prototype.nd=function(a){_.Ho(this.F,"a",this.S,this.N,this.K,this.O,this.G(),!1,this.M);this.D&&11!=lp(this.D.value).length?(this.D.pattern&&(this.D.pattern="^\\+?1?[-()\\s]*([0,2-9][-()\\s]*)([\\d][-()\\s]*){9}$",this.D.dispatchEvent(new Event("input"))),a.preventDefault(),a.stopPropagation()):this.qc?(kp(this),a.preventDefault(),a.stopPropagation()):(this.wk?this.close():jp(this,"a"),this.Ga&&(a.preventDefault(),a.stopPropagation(),mp(this)))};
var mp=function(a){if(a.D&&11!=lp(a.D.value).length)a.Ba();else{np(a,a.Sa);var b=(0,_.q)(a.ud,a),c=(0,_.q)(a.Ba,a);_.Nj=new _.lo;_.Ek("//www.google.com/_/og/promos/g?authuser="+a.Ak,function(){this.Vc()?b(this.dg()):c()},"POST",op(a),null,void 0,!0)}},op=function(a){var b="d2m=igs&g="+a.wc+"&p="+a.V+"&t="+a.Yk;a.D&&(b+="&pn="+lp(a.D.value));a.kc&&(b+="&s="+a.kc);return b},np=function(a,b,c){c=void 0===c?0:c;_.T(b,"gb_Ja");0<c&&setTimeout((0,_.q)(a.Fa,a,b),c)};
hp.prototype.Fa=function(a){_.V(a,"gb_Ja",!0)};hp.prototype.ud=function(a){var b=new Uo(a.PromoAsyncResponse);a=_.C(b,1);b=_.A(b,2);a&&b&&0!=b.length?(_.Cg(this.hh," "+b+" "),this.Fa(this.Sa),np(this,this.jh,15E3)):this.Ba()};hp.prototype.Ba=function(){this.Fa(this.Sa);np(this,this.fh,15E3)};var gp=function(a){a.nc||(_.Ho(a.F,"hc",a.S,a.N,a.K,a.O,a.G(),!1,a.M),a.nc=!0)},lp=function(a){a=a.replace(/[^0-9]/g,"");a.startsWith("1")||(a="1"+a);return a};
var qp=function(a,b,c,d,e,f,g){Wo.call(this,a,b,d,e,f,g);this.D=[];c&&dp(new bp(c,e),[this.J,this.Pd,this.M]);pp(this)};_.v(qp,Wo);var pp=function(a){_.uh(a.C,a.o,"mouseover",function(b){b.stopPropagation()})};qp.prototype.N=function(){return"ic="+this.A.Vb()};qp.prototype.open=function(){qp.R.open.call(this);for(var a=0;a<this.D.length;a++)this.D[a]("o")};qp.prototype.close=function(){qp.R.close.call(this);for(var a=0;a<this.D.length;a++)this.D[a]("c")};
var rp={consent:function(){return window.launchConsentDialog}},sp=function(a){return _.Yd(a,"js:")?null!=rp[a.slice(3)]:!1};
var tp=function(a,b,c,d,e,f){qp.call(this,a,_.G(b,Ko,1),_.G(b,Lo,3),c,d,e,f);this.wa=_.J(_.yc(b,5,!1));this.K=_.L(_.A(b,2));this.Aa=_.J(_.yc(b,4,!1))};_.v(tp,qp);
tp.prototype.O=function(a){tp.R.O.call(this,a,this.wa,"string"===typeof this.K?sp(this.K):!1);a=this.C;var b=this.K,c=this.Aa;c=void 0===c?!1:c;b&&("function"==typeof b?b.call():"string"==typeof b&&(_.Yd(b,"js:")?(b=b.slice(3),c=rp[b],!c&&a?a.log(Error("oa`"+b)):(c=c(),!c&&a?a.log(Error("pa`"+b)):c())):c?(a=_.nb(b)||_.pb,_.p.open(_.ib(a))):null!=_.p.location&&_.$n(_.p.top.location,b)))};
var up=function(a,b,c,d,e,f){var g=_.N("gb_dd"),k=_.G(a,No,5);k&&g&&(c.Oe("up","up",["2","9","6"]),c.register("up",function(l){l&&(l=_.Uc(_.A(a,8)),l=new tp(g,k,l,b,e,d),l.D.push(f),l.P||Oo(l.A)?l.P&&!Oo(l.A)&&Zo(l):(Xo(l,l.J,l.O),Xo(l,l.Pd,l.ma),Xo(l,l.M,l.ka),l.open(),_.jo(l.A),Zo(l)))}))};
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.$f();
var vp=function(){_.I.call(this);this.Qa=null};_.n(vp,_.I);
var wp=function(){_.I.call(this)};_.n(wp,_.I);
var xp=function(a,b){_.I.call(this);this.B=b;this.o={};this.D={};this.j=null;this.A=1;this.C=!1;this.F=a;_.u("gbar.up.r",(0,_.q)(this.register,this));_.u("gbar.up.nap",(0,_.q)(this.Oe,this));_.u("gbar.up.aop",(0,_.q)(this.nh,this));_.u("gbar.up.tp",(0,_.q)(this.Dg,this));_.u("gbar.up.ssp",(0,_.q)(this.Af,this))};_.n(xp,_.I);var yp=function(a,b,c){return-1==(0,_.Ia)(b,a.A)?(a.B.log(Error("qa`"+a.A+"`"+c)),!1):!0};_.h=xp.prototype;
_.h.register=function(a,b){yp(this,[1,2],"r")&&(this.o[a]=this.o[a]||[],this.o[a].push(b),2==this.A&&_.p.setTimeout((0,_.q)(function(){b(this.Af(a))},this),0))};_.h.Oe=function(a,b,c){if(yp(this,[1],"nap")&&c){for(var d=0;d<c.length;d++)this.D[c[d]]=!0;this.F.log(a,b,"nap","tpt="+c.join(","))}};_.h.nh=function(a,b,c){if(yp(this,[1],"aop")&&c){if(this.j)for(var d in this.j)this.j[d]=this.j[d]&&-1!=(0,_.Ia)(c,d);else for(this.j={},d=0;d<c.length;d++)this.j[c[d]]=!0;this.F.log(a,b,"aop","tpt="+c.join(","))}};
_.h.Dg=function(){try{if(this.A=2,!this.C){this.C=!0;for(var a in this.o)for(var b=this.o[a],c=0;c<b.length;c++)try{var d=b[c],e=this.Af(a);d.apply(null,[e])}catch(f){this.B.log(f)}}}catch(f){this.B.log(f)}};_.h.Af=function(a){if(yp(this,[2],"ssp")){var b=!this.D[a];this.j&&(b=b&&!!this.j[a]);return b}return!1};
var Ep=function(){var a=zp,b=Ap,c=Bp,d=Cp,e=Dp;this.B=_.nj;this.o=_.M;this.A=e;this.j=a;this.J=b;this.K=c;this.H=_.zd;this.C=d},Fp,Gp=function(a){a&&(a=_.Io.va(),a.j=!0,a.Bb&&a.Bb.notify())};Ep.prototype.D=function(){var a=_.G(this.A,Mo,4);if(a){if(_.C(a,15))this.j.register("7",Gp);else{var b=_.N("gb_od"),c=_.N("gb_se");if(!b||!c)return;var d=this.A,e=this.o,f=this.H,g=this.B;this.j.register("7",function(k){k&&(_.hj(g,c),k=_.Uc(_.A(d,8)),new hp(b,a,k,e,f,_.zn))})}this.j.Oe("7","7",["5"])}};
Ep.prototype.F=function(){var a=this.B;up(this.A,this.o,this.j,this.J,this.K,function(){_.aj(a)})};
var Dp=_.G(_.vd,Jo,15);
if(Dp&&_.nj){var Hp=_.L(_.A(_.wd(),10)),Ip=_.Ic.va(),Jp=_.Uc(_.A(Dp,8)),Kp;Kp=_.zc(Dp,1,1E-4);var Lp=_.Uc(Kp,1E-4),Mp;Mp=_.A(Dp,2);var Np=_.L(Mp),Op;Op=_.A(Dp,3);var Pp=new Qo(_.M,Lp,Hp,Np,_.L(Op),Jp,!1),Qp=new Ro(_.M);_.Mc("p_log",Pp);_.Mc("p_st",Qp);_.Mc("p_tr",new xp(Pp,_.M));_.Mc("p_mgmhp",new wp(_.M,Qp));_.Mc("p_dse",new vp(_.M));var zp=_.Jc(Ip,"p_tr"),Ap=_.Jc(Ip,"p_st"),Bp=_.Jc(Ip,"p_log"),Rp,Cp=_.Kc("api");Fp||(Fp=new Ep);Rp=Fp;var Sp={};Sp.up=Rp.F;Sp["7"]=Rp.D;for(var Tp in Sp)try{Sp[Tp].apply(Rp)}catch(a){Rp.o.log(Error(Tp))}Rp.C.xd();Rp.j.Dg()}
;
}catch(e){_._DumpException(e)}
try{
var Vp=function(a){_.z(this,a,0,-1,null,null)},Xp;_.v(Vp,_.y);_.Wp=function(a,b){this.o=a;this.j=b};_.Wp.prototype.log=function(a,b){b=void 0===b?new _.Dc:b;Xp(this,a,b)};_.Yp=function(a,b,c){c=void 0===c?new _.Dc:c;var d=a.j?103:14;_.F(c,18,b);Xp(a,d,c)};_.Zp=function(a,b,c){c=void 0===c?new _.Dc:c;var d=a.j?94:8,e=new Vp;_.F(e,1,b);_.H(c,47,e);Xp(a,d,c)};Xp=function(a,b,c){var d=_.G(c,Vp,47)||new Vp;_.H(c,47,d);a.o.log(b,c)};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var iq,sq,xq,Cq,Dq,Fq,Gq,Iq;_.hq=function(a){if(a instanceof _.Db)return a;var b="object"==typeof a,c=null;b&&a.Ye&&(c=a.j());a=_.fe(b&&a.Qb?a.Gb():String(a));return _.Fb(a,c)};iq=function(a){var b=_.hq(_.Gb),c=b.j(),d=[],e=function(f){Array.isArray(f)?(0,_.Ja)(f,e):(f=_.hq(f),d.push(_.Eb(f).toString()),f=f.j(),0==c?c=f:0!=f&&c!=f&&(c=null))};(0,_.Ja)(a,e);return _.Fb(d.join(_.Eb(b).toString()),c)};_.jq=function(a){return iq(Array.prototype.slice.call(arguments))};
_.kq=function(a,b){var c=_.se(a,"DIV");_.x?(b=_.jq(_.Hb,b),_.Pf(c,b),c.removeChild(c.firstChild)):_.Pf(c,b);if(1==c.childNodes.length)c=c.removeChild(c.firstChild);else{for(a=a.createDocumentFragment();c.firstChild;)a.appendChild(c.firstChild);c=a}return c};_.lq=function(a,b){this.x=void 0!==a?a:0;this.y=void 0!==b?b:0};_.lq.prototype.ceil=function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};_.lq.prototype.floor=function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this};
_.lq.prototype.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this};_.mq=function(a){return new _.lq(a.x,a.y)};_.nq=function(a){return a.scrollingElement?a.scrollingElement:!_.Sb&&_.Tf(a)?a.documentElement:a.body||a.documentElement};_.oq=function(a){var b=_.nq(a);a=a.parentWindow||a.defaultView;return _.x&&_.gc("10")&&a.pageYOffset!=b.scrollTop?new _.lq(b.scrollLeft,b.scrollTop):new _.lq(a.pageXOffset||b.scrollLeft,a.pageYOffset||b.scrollTop)};
_.pq=function(a){a=a.j;return a.parentWindow||a.defaultView};_.qq=function(a){return"rtl"==_.Lg(a,"direction")};_.rq=function(a){for(var b in a)return!1;return!0};sq=function(a,b){return new _.lq(a.x-b.x,a.y-b.y)};_.tq=function(a,b,c,d){this.top=a;this.right=b;this.bottom=c;this.left=d};_.h=_.tq.prototype;_.h.getHeight=function(){return this.bottom-this.top};
_.h.expand=function(a,b,c,d){_.Aa(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};_.h.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this};
_.h.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};_.h.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this};_.uq=function(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d};
_.uq.prototype.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.uq.prototype.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
_.uq.prototype.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};_.vq=function(a,b,c){if(b instanceof _.lq){var d=b.x;b=b.y}else d=b,b=c;a.style.left=_.Ng(d,!1);a.style.top=_.Ng(b,!1)};_.wq=function(a){a=a?_.ze(a):document;return!_.x||_.ic(9)||_.Tf(_.$f(a).j)?a.documentElement:a.body};
xq=function(a){if(_.x&&!_.ic(8))return a.offsetParent;var b=_.ze(a),c=_.Lg(a,"position"),d="fixed"==c||"absolute"==c;for(a=a.parentNode;a&&a!=b;a=a.parentNode)if(11==a.nodeType&&a.host&&(a=a.host),c=_.Lg(a,"position"),d=d&&"static"==c&&a!=b.documentElement&&a!=b.body,!d&&(a.scrollWidth>a.clientWidth||a.scrollHeight>a.clientHeight||"fixed"==c||"absolute"==c||"relative"==c))return a;return null};
_.yq=function(a){var b=_.ze(a),c=new _.lq(0,0),d=_.wq(b);if(a==d)return c;a=_.Mg(a);b=_.oq(_.$f(b).j);c.x=a.left+b.x;c.y=a.top+b.y;return c};
_.zq=function(a){for(var b=new _.tq(0,Infinity,Infinity,0),c=_.$f(a),d=c.j.body,e=c.j.documentElement,f=_.nq(c.j);a=xq(a);)if(!(_.x&&0==a.clientWidth||_.Sb&&0==a.clientHeight&&a==d)&&a!=d&&a!=e&&"visible"!=_.Lg(a,"overflow")){var g=_.yq(a),k=new _.lq(a.clientLeft,a.clientTop);g.x+=k.x;g.y+=k.y;b.top=Math.max(b.top,g.y);b.right=Math.min(b.right,g.x+a.clientWidth);b.bottom=Math.min(b.bottom,g.y+a.clientHeight);b.left=Math.max(b.left,g.x)}d=f.scrollLeft;f=f.scrollTop;b.left=Math.max(b.left,d);b.top=
Math.max(b.top,f);c=_.Uf(_.pq(c));b.right=Math.min(b.right,d+c.width);b.bottom=Math.min(b.bottom,f+c.height);return 0<=b.top&&0<=b.left&&b.bottom>b.top&&b.right>b.left?b:null};_.Aq=function(a){a=_.Mg(a);return new _.lq(a.left,a.top)};_.Bq=function(a,b){a.style.display=b?"":"none"};Cq=function(a,b){if(/^\d+px?$/.test(b))return parseInt(b,10);var c=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b;b=a.style.pixelLeft;a.style.left=c;a.runtimeStyle.left=d;return+b};
Dq=function(a,b){return(b=a.currentStyle?a.currentStyle[b]:null)?Cq(a,b):0};_.Eq=function(a,b){if(_.x){var c=Dq(a,b+"Left"),d=Dq(a,b+"Right"),e=Dq(a,b+"Top");a=Dq(a,b+"Bottom");return new _.tq(e,d,a,c)}c=_.Kg(a,b+"Left");d=_.Kg(a,b+"Right");e=_.Kg(a,b+"Top");a=_.Kg(a,b+"Bottom");return new _.tq(parseFloat(e),parseFloat(d),parseFloat(a),parseFloat(c))};Fq={thin:2,medium:4,thick:6};
Gq=function(a,b){if("none"==(a.currentStyle?a.currentStyle[b+"Style"]:null))return 0;b=a.currentStyle?a.currentStyle[b+"Width"]:null;return b in Fq?Fq[b]:Cq(a,b)};_.Hq=function(a){if(_.x&&!_.ic(9)){var b=Gq(a,"borderLeft"),c=Gq(a,"borderRight"),d=Gq(a,"borderTop");a=Gq(a,"borderBottom");return new _.tq(d,c,a,b)}b=_.Kg(a,"borderLeftWidth");c=_.Kg(a,"borderRightWidth");d=_.Kg(a,"borderTopWidth");a=_.Kg(a,"borderBottomWidth");return new _.tq(parseFloat(d),parseFloat(c),parseFloat(a),parseFloat(b))};
Iq=function(){if(_.Ub){var a=/Windows NT ([0-9.]+)/;return(a=a.exec(_.ub))?a[1]:"0"}return _.Tb?(a=/10[_.][0-9_.]+/,(a=a.exec(_.ub))?a[0].replace(/_/g,"."):"10"):_.Wb?(a=/Android\s+([^\);]+)(\)|;)/,(a=a.exec(_.ub))?a[1]:""):_.Xb||_.Yb||_.Zb?(a=/(?:iPhone|CPU)\s+OS\s+(\S+)/,(a=a.exec(_.ub))?a[1].replace(/_/g,"."):""):""}();
var Jq=function(a){return(a=a.exec(_.ub))?a[1]:""},Kq=function(){if(_.lc)return Jq(/Firefox\/([0-9.]+)/);if(_.x||_.Pb||_.Ob)return _.fc;if(_.pc)return _.Kb()?Jq(/CriOS\/([0-9.]+)/):Jq(/Chrome\/([0-9.]+)/);if(_.qc&&!_.Kb())return Jq(/Version\/([0-9.]+)/);if(_.mc||_.nc){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(_.ub);if(a)return a[1]+"."+a[2]}else if(_.oc)return(a=Jq(/Android\s+([0-9.]+)/))?a:Jq(/Version\/([0-9.]+)/);return""}();
var Lq;
_.Nq=function(a,b,c,d,e,f,g,k,l){var m;if(m=c.offsetParent){var r="HTML"==m.tagName||"BODY"==m.tagName;if(!r||"static"!=_.Lg(m,"position")){var t=_.yq(m);if(!r){r=_.qq(m);var D;if(D=r){if(D=_.qc)D=0<=_.eb(Kq,10);var B;if(B=_.$b)B=0<=_.eb(Iq,10);D=_.Rb||D||B}r=D?-m.scrollLeft:!r||_.Qb&&_.gc("8")||"visible"==_.Lg(m,"overflowX")?m.scrollLeft:m.scrollWidth-m.clientWidth-m.scrollLeft;t=sq(t,new _.lq(r,m.scrollTop))}}}m=t||new _.lq;t=_.yq(a);r=_.Pg(a);t=new _.uq(t.x,t.y,r.width,r.height);if(r=_.zq(a)){var S=new _.uq(r.left,
r.top,r.right-r.left,r.bottom-r.top);r=Math.max(t.left,S.left);D=Math.min(t.left+t.width,S.left+S.width);r<=D&&(B=Math.max(t.top,S.top),S=Math.min(t.top+t.height,S.top+S.height),B<=S&&(t.left=r,t.top=B,t.width=D-r,t.height=S-B))}r=_.$f(a);B=_.$f(c);if(r.j!=B.j){D=r.j.body;B=_.pq(B);S=new _.lq(0,0);var K=_.Vf(_.ze(D));if(_.lf(K,"parent")){var fa=D;do{var Pc=K==B?_.yq(fa):_.Aq(fa);S.x+=Pc.x;S.y+=Pc.y}while(K&&K!=B&&K!=K.parent&&(fa=K.frameElement)&&(K=K.parent))}D=sq(S,_.yq(D));!_.x||_.ic(9)||_.Tf(r.j)||
(D=sq(D,_.oq(r.j)));t.left+=D.x;t.top+=D.y}a=Lq(a,b);b=t.left;a&4?b+=t.width:a&2&&(b+=t.width/2);b=new _.lq(b,t.top+(a&1?t.height:0));b=sq(b,m);e&&(b.x+=(a&4?-1:1)*e.x,b.y+=(a&1?-1:1)*e.y);if(g)if(l)var xa=l;else if(xa=_.zq(c))xa.top-=m.y,xa.right-=m.x,xa.bottom-=m.y,xa.left-=m.x;return _.Mq(b,c,d,f,xa,g,k)};
_.Mq=function(a,b,c,d,e,f,g){a=_.mq(a);var k=Lq(b,c);c=_.Pg(b);g=g?_.tg(g):_.tg(c);a=_.mq(a);g=_.tg(g);var l=0;if(d||0!=k)k&4?a.x-=g.width+(d?d.right:0):k&2?a.x-=g.width/2:d&&(a.x+=d.left),k&1?a.y-=g.height+(d?d.bottom:0):d&&(a.y+=d.top);if(f){if(e){d=a;k=g;l=0;65==(f&65)&&(d.x<e.left||d.x>=e.right)&&(f&=-2);132==(f&132)&&(d.y<e.top||d.y>=e.bottom)&&(f&=-5);d.x<e.left&&f&1&&(d.x=e.left,l|=1);if(f&16){var m=d.x;d.x<e.left&&(d.x=e.left,l|=4);d.x+k.width>e.right&&(k.width=Math.min(e.right-d.x,m+k.width-
e.left),k.width=Math.max(k.width,0),l|=4)}d.x+k.width>e.right&&f&1&&(d.x=Math.max(e.right-k.width,e.left),l|=1);f&2&&(l|=(d.x<e.left?16:0)|(d.x+k.width>e.right?32:0));d.y<e.top&&f&4&&(d.y=e.top,l|=2);f&32&&(m=d.y,d.y<e.top&&(d.y=e.top,l|=8),d.y+k.height>e.bottom&&(k.height=Math.min(e.bottom-d.y,m+k.height-e.top),k.height=Math.max(k.height,0),l|=8));d.y+k.height>e.bottom&&f&4&&(d.y=Math.max(e.bottom-k.height,e.top),l|=2);f&8&&(l|=(d.y<e.top?64:0)|(d.y+k.height>e.bottom?128:0));e=l}else e=256;l=e}f=
new _.uq(0,0,0,0);f.left=a.x;f.top=a.y;f.width=g.width;f.height=g.height;e=l;if(e&496)return e;_.vq(b,new _.lq(f.left,f.top));g=new _.ne(f.width,f.height);_.Ag(c,g)||(c=g,g=_.Tf(_.$f(_.ze(b)).j),!_.x||_.gc("10")||g&&_.gc("8")?(b=b.style,_.Rb?b.MozBoxSizing="border-box":_.Sb?b.WebkitBoxSizing="border-box":b.boxSizing="border-box",b.width=Math.max(c.width,0)+"px",b.height=Math.max(c.height,0)+"px"):(a=b.style,g?(g=_.Eq(b,"padding"),b=_.Hq(b),a.pixelWidth=c.width-b.left-g.left-g.right-b.right,a.pixelHeight=
c.height-b.top-g.top-g.bottom-b.bottom):(a.pixelWidth=c.width,a.pixelHeight=c.height)));return e};Lq=function(a,b){return(b&8&&_.qq(a)?b^4:b)&-9};
_.Oq=function(a){_.P.call(this);this.j=a;a=_.x?"focusout":"blur";this.o=_.O(this.j,_.x?"focusin":"focus",this,!_.x);this.A=_.O(this.j,a,this,!_.x)};_.v(_.Oq,_.P);_.Oq.prototype.handleEvent=function(a){var b=new _.nf(a.Ya);b.type="focusin"==a.type||"focus"==a.type?"focusin":"focusout";this.dispatchEvent(b)};_.Oq.prototype.T=function(){_.Oq.R.T.call(this);_.If(this.o);_.If(this.A);delete this.j};

}catch(e){_._DumpException(e)}
try{
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var Zq=function(a,b){_.P.call(this);this.A=new _.ig(this);this.De(a||null);b&&(this.Tc=b)};_.v(Zq,_.P);_.h=Zq.prototype;_.h.yb=null;_.h.If=null;_.h.Wc=!1;_.h.jf=-1;_.h.Tc="toggle_display";_.h.G=function(){return this.yb};_.h.De=function(a){if(this.Wc)throw Error("sa");this.yb=a};_.h.isVisible=function(){return this.Wc};
_.h.Nb=function(a){this.M&&this.M.stop();this.J&&this.J.stop();if(a){if(!this.Wc&&this.qf()){if(!this.yb)throw Error("ta");this.Dd();a=_.ze(this.yb);this.A.L(a,"mousedown",this.Lg,!0);if(_.x){try{var b=a.activeElement}catch(d){}for(;b&&"IFRAME"==b.nodeName;){try{var c=_.Sj(b)}catch(d){break}a=c;b=a.activeElement}this.A.L(a,"mousedown",this.Lg,!0);this.A.L(a,"deactivate",this.Kg)}else this.A.L(a,"blur",this.Kg);"toggle_display"==this.Tc?(this.yb.style.visibility="visible",_.Bq(this.yb,!0)):"move_offscreen"==
this.Tc&&this.Dd();this.Wc=!0;this.jf=(0,_.Ea)();this.M?(_.Af(this.M,"end",this.lg,!1,this),this.M.play()):this.lg()}}else $q(this)};_.h.Dd=_.va;var $q=function(a,b){a.Wc&&a.dispatchEvent({type:"beforehide",target:b})&&(a.A&&_.mg(a.A),a.Wc=!1,(0,_.Ea)(),a.J?(_.Af(a.J,"end",_.Sd(a.Mf,b),!1,a),a.J.play()):a.Mf(b))};_.h=Zq.prototype;_.h.Mf=function(a){"toggle_display"==this.Tc?this.qj():"move_offscreen"==this.Tc&&(this.yb.style.top="-10000px");this.Te(a)};
_.h.qj=function(){this.yb.style.visibility="hidden";_.Bq(this.yb,!1)};_.h.qf=function(){return this.dispatchEvent("beforeshow")};_.h.lg=function(){this.dispatchEvent("show")};_.h.Te=function(a){this.dispatchEvent({type:"hide",target:a})};_.h.Lg=function(a){a=a.target;_.Xf(this.yb,a)||ar(this,a)||150>(0,_.Ea)()-this.jf||$q(this,a)};
_.h.Kg=function(a){var b=_.ze(this.yb);if("undefined"!=typeof document.activeElement){if(a=b.activeElement,!a||_.Xf(this.yb,a)||"BODY"==a.tagName||ar(this,a))return}else if(a.target!=b)return;150>(0,_.Ea)()-this.jf||$q(this)};var ar=function(a,b){return(0,_.Ma)(a.If||[],function(c){return b===c||_.Xf(c,b)})};Zq.prototype.T=function(){Zq.R.T.call(this);this.A.ua();_.Mf(this.M);_.Mf(this.J);delete this.yb;delete this.A;delete this.If};
var br=function(){};br.prototype.j=function(){};
var cr=function(a,b,c){this.o=a;this.A=b;this.B=c};_.v(cr,br);cr.prototype.j=function(a,b,c){_.Nq(this.o,this.A,a,b,void 0,c,this.B)};
var dr=function(a,b){this.ma=8;this.U=b||void 0;Zq.call(this,a)};_.v(dr,Zq);dr.prototype.Dd=function(){if(this.U){var a=!this.isVisible()&&"move_offscreen"!=this.Tc,b=this.G();a&&(b.style.visibility="hidden",_.Bq(b,!0));this.U.j(b,this.ma,this.wa);a&&_.Bq(b,!1)}};
var er=function(a,b){this.o=a instanceof _.lq?a:new _.lq(a,b)};_.v(er,br);er.prototype.j=function(a,b,c){_.Nq(_.wq(a),0,a,b,this.o,c,null,void 0)};
var fr=function(){this.j=new _.Uj},gr=function(a){var b=typeof a;return"object"==b&&a||"function"==b?"o"+_.vg(a):b.charAt(0)+a};_.h=fr.prototype;_.h.add=function(a){this.j.set(gr(a),a)};_.h.remove=function(a){return this.j.remove(gr(a))};_.h.clear=function(){this.j.clear()};_.h.Ac=function(){return this.j.Ac()};_.h.Ra=function(){return this.j.Ra()};
var hr=function(a,b,c){this.H=c||(a?_.$f(_.Sf(document,a)):_.$f());dr.call(this,this.H.Ca("DIV",{style:"position:absolute;display:none;"}));this.S=new _.lq(1,1);this.D=new fr;this.C=null;a&&(a=_.Sf(document,a),this.D.add(a),_.O(a,"mouseover",this.Z,!1,this),_.O(a,"mouseout",this.N,!1,this),_.O(a,"mousemove",this.X,!1,this),_.O(a,"focus",this.$,!1,this),_.O(a,"blur",this.N,!1,this));null!=b&&_.Cg(this.G(),b)};_.v(hr,dr);var ir=[];hr.prototype.o=null;hr.prototype.className="gb_Ba-gb_8e";
hr.prototype.De=function(a){var b=this.G();b&&_.xe(b);hr.R.De.call(this,a);a?(b=this.H.j.body,b.insertBefore(a,b.lastChild),_.Mf(this.C),this.C=new _.Oq(this.G()),_.Nf(this,this.C),_.O(this.C,"focusin",this.F,void 0,this),_.O(this.C,"focusout",this.P,void 0,this)):(_.Mf(this.C),this.C=null)};var jr=function(a){return a.B?a.isVisible()?4:1:a.K?3:a.isVisible()?2:0};
hr.prototype.qf=function(){if(!Zq.prototype.qf.call(this))return!1;if(this.j)for(var a,b=0;a=ir[b];b++)_.Xf(a.G(),this.j)||a.Nb(!1);_.Na(ir,this)||ir.push(this);a=this.G();a.className=this.className;this.F();_.O(a,"mouseover",this.sa,!1,this);_.O(a,"mouseout",this.ha,!1,this);kr(this);return!0};
hr.prototype.Te=function(){_.jf(ir,this);for(var a=this.G(),b,c=0;b=ir[c];c++)b.j&&_.Xf(a,b.j)&&b.Nb(!1);this.ka&&this.ka.P();_.Hf(a,"mouseover",this.sa,!1,this);_.Hf(a,"mouseout",this.ha,!1,this);this.j=void 0;0==jr(this)&&(this.O=!1);Zq.prototype.Te.call(this)};hr.prototype.Y=function(a,b){this.j==a&&_.Xj(this.D.j,gr(this.j))&&(this.O||!this.Aa?(this.Nb(!1),this.isVisible()||(this.j=a,this.U=b||this.W(0)||void 0,this.isVisible()&&this.Dd(),this.Nb(!0))):this.j=void 0);this.B=void 0};
hr.prototype.ta=function(a){this.K=void 0;if(a==this.j){a=this.H;var b;a=(b=_.Yf(a.j))&&this.G()&&a.eg(this.G(),b);null!=this.o&&(this.o==this.G()||_.Xj(this.D.j,gr(this.o)))||a||this.V&&this.V.o||this.Nb(!1)}};var lr=function(a,b){var c=_.oq(a.H.j);a.S.x=b.clientX+c.x;a.S.y=b.clientY+c.y};hr.prototype.Z=function(a){var b=mr(this,a.target);this.o=b;this.F();b!=this.j&&(this.j=b,this.B||(this.B=_.cg((0,_.q)(this.Y,this,b,void 0),500)),nr(this),lr(this,a))};
var mr=function(a,b){try{for(;b&&!_.Xj(a.D.j,gr(b));)b=b.parentNode;return b}catch(c){return null}};hr.prototype.X=function(a){lr(this,a);this.O=!0};hr.prototype.$=function(a){this.o=a=mr(this,a.target);this.O=!0;if(this.j!=a){this.j=a;var b=this.W(1);this.F();this.B||(this.B=_.cg((0,_.q)(this.Y,this,a,b),500));nr(this)}};hr.prototype.W=function(a){return 0==a?new or(_.mq(this.S)):new pr(this.o)};var nr=function(a){if(a.j)for(var b,c=0;b=ir[c];c++)_.Xf(b.G(),a.j)&&(b.V=a,a.ka=b)};
hr.prototype.N=function(a){var b=mr(this,a.target),c=mr(this,a.relatedTarget);b!=c&&(b==this.o&&(this.o=null),kr(this),this.O=!1,!this.isVisible()||a.relatedTarget&&_.Xf(this.G(),a.relatedTarget)?this.j=void 0:this.P())};hr.prototype.sa=function(){var a=this.G();this.o!=a&&(this.F(),this.o=a)};hr.prototype.ha=function(a){var b=this.G();this.o!=b||a.relatedTarget&&_.Xf(b,a.relatedTarget)||(this.o=null,this.P())};var kr=function(a){a.B&&(_.dg(a.B),a.B=void 0)};
hr.prototype.P=function(){2==jr(this)&&(this.K=_.cg((0,_.q)(this.ta,this,this.j),0))};hr.prototype.F=function(){this.K&&(_.dg(this.K),this.K=void 0)};hr.prototype.T=function(){var a;this.Nb(!1);kr(this);for(var b=this.D.Ra(),c=0;a=b[c];c++)_.Hf(a,"mouseover",this.Z,!1,this),_.Hf(a,"mouseout",this.N,!1,this),_.Hf(a,"mousemove",this.X,!1,this),_.Hf(a,"focus",this.$,!1,this),_.Hf(a,"blur",this.N,!1,this);this.D.clear();this.G()&&_.xe(this.G());this.o=null;delete this.H;hr.R.T.call(this)};
var or=function(a,b){er.call(this,a,b)};_.v(or,er);or.prototype.j=function(a,b,c){b=_.wq(a);b=_.zq(b);c=c?new _.tq(c.top+10,c.right,c.bottom,c.left+10):new _.tq(10,0,0,10);_.Mq(this.o,a,8,c,b,9)&496&&_.Mq(this.o,a,8,c,b,5)};var pr=function(a){cr.call(this,a,5)};_.v(pr,cr);pr.prototype.j=function(a,b,c){var d=new _.lq(10,0);_.Nq(this.o,this.A,a,b,d,c,9)&496&&_.Nq(this.o,4,a,1,d,c,5)};
_.qr=function(a,b){hr.call(this,a);this.className="gb_8e";this.De(b);this.ma=2;this.isVisible()&&this.Dd()};_.n(_.qr,hr);_.qr.prototype.W=function(){return new rr(this.o)};_.qr.prototype.Nb=function(a){a||kr(this);return hr.prototype.Nb.call(this,a)};var rr=function(a){cr.call(this,a,3)};_.n(rr,cr);rr.prototype.j=function(a,b,c){var d=new _.lq(0,0),e=_.Uf();_.Nq(this.o,this.A,a,b,d,c,9,void 0,new _.tq(0,e.width-8,e.height,8))&496&&_.Nq(this.o,4,a,1,d,c,5)};

}catch(e){_._DumpException(e)}
try{
var Kt,Lt;Kt=/^([^?#]*)(\?[^#]*)?(#[\s\S]*)?/;Lt=function(a,b,c){if(null==c)return b;if("string"===typeof c)return c?a+encodeURIComponent(c):"";for(var d in c)if(Object.prototype.hasOwnProperty.call(c,d)){var e=c[d];e=Array.isArray(e)?e:[e];for(var f=0;f<e.length;f++){var g=e[f];null!=g&&(b||(b=a),b+=(b.length>a.length?"&":"")+encodeURIComponent(d)+"="+encodeURIComponent(String(g)))}}return b};_.Mt=function(a,b){a=Kt.exec(_.ab(a));var c=a[3]||"";return _.bb(a[1]+Lt("?",a[2]||"",b)+Lt("#",c,void 0))};
_.Nt=function(a){return a instanceof _.vl?new _.vl(a):new _.vl(a,void 0)};
var Ot=function(){};
var Pt=function(a){this.j=a||{}};_.v(Pt,Ot);var St=function(){Qt||(Qt=new Pt,-1==_.ub.toLowerCase().indexOf("webkit")||_.w("Edge")?_.yb()?Rt("-moz-"):_.xb()?Rt("-ms-"):_.w("Opera")&&Rt("-o-"):Rt("-webkit-"),Qt.j.is_rtl=!1);var a=Qt.j.is_rtl;return!(null==a||!a)},Rt=function(a){Qt.j.css3_prefix=a};
var Qt=null;
var Ut,Vt,Wt,Xt,Tt;_.Yt=function(a){if(null==a)return"";if(!Tt.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(Ut,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(Vt,"&lt;"));-1!=a.indexOf(">")&&(a=a.replace(Wt,"&gt;"));-1!=a.indexOf('"')&&(a=a.replace(Xt,"&quot;"));return a};Ut=/&/g;Vt=/</g;Wt=/>/g;Xt=/"/g;Tt=/[&<>"]/;
/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
_.Zt=function(a){var b=a.match(/\bhref="/g);if(!b||1>=b.length)return a;var c=new _.vl;a=a.replace(/\bhref="(.*?)"/g,function(d,e){d=_.Nt(e);c.A||_.wl(c,d.A);c.o||_.xl(c,d.o);c.B||_.zl(c,d.B);c.C||_.Cl(c,d.C);e=_.ia(d.j.nb());for(var f=e.next();!f.done;f=e.next())f=f.value,_.Rl(c.j,f)||_.Sl(c.j,f,d.j.Ra(f));return""});a=a.replace(/\s\s+/g," ").replace(/\s+$/g,"");return a+' href="'+c.toString()+'"'};_.$t=function(a){return""===a?"":' class="'+(" "===a.charAt(a.length-1)?a.slice(0,-1):a)+'"'};
_.au=function(a){return""!==a?' style="'+a+'"':""};
var bu=function(a){this.j=a=void 0===a?document:a;this.A=null;this.o=[]},cu;bu.prototype.document=function(){return this.j};cu=function(a){var b=a.j.createElement("STYLE");a.j.head?a.j.head.appendChild(b):a.j.body.appendChild(b);return b};_.du=function(a){if(!a.j||0==a.o.length)return"";var b=a.o.join("");if(_.x){a.A||(a.A=cu(a));var c=a.A}else c=cu(a);c.styleSheet&&!c.sheet?c.styleSheet.cssText+=b:c.textContent+=b;a.o.length=0;return""};
_.eu=function(){var a=void 0===a?document:a;var b=void 0===b?new bu(a):b;this.C=a;this.A=b;new function(){};this.o={};this.j=[St()]};_.eu.prototype.document=function(){return this.C};_.fu=function(a,b,c,d,e,f,g,k,l,m,r){if(!Array.isArray(c)){var t=[],D;for(D in c)t[c[D]]=D;c=t}a.o[b]={lb:c,fm:d,hm:e,om:void 0===f?null:f,jm:void 0===g?null:g,qm:void 0===k?"":k,km:void 0===l?null:l,rm:"",mm:void 0===m?null:m,sm:"",nm:void 0===r?null:r,im:!0}};
_.gu=function(a,b){a=a.j;a:{if(b)for(b=b.parentNode;_.ye(b);b=b.parentNode){var c=b.getAttribute("dir");if(c&&(c=c.toLowerCase(),"ltr"==c||"rtl"==c)){b=c;break a}}b=St()?"rtl":"ltr"}a[0]="rtl"==b};_.hu=function(a){a.B&&a.B.xd()};

}catch(e){_._DumpException(e)}
try{
var EA=function(a,b){if(zA.test(b))return b;b=0<=b.indexOf("left")?b.replace(AA,"right"):b.replace(BA,"left");_.Na(CA,a)&&(a=b.split(DA),4<=a.length&&(b=[a[0],a[3],a[2],a[1]].join(" ")));return b},GA=function(a,b,c){var d=_.FA("p_st");return _.Eo(_.M,d,_.A(a,8)||0,_.E(a,5,0),c.toString(),_.E(a,4,25),b.toString(),_.A(a,9)||0,null,_.A(a,6)||void 0,_.A(a,7)||void 0)},HA=function(a){_.z(this,a,0,-1,null,null)},IA,LA,MA,zA,CA,AA,BA,DA;_.v(HA,_.y);IA=[1];_.JA=function(a){_.z(this,a,0,-1,IA,null)};
_.v(_.JA,_.y);_.JA.prototype.$a=function(a){return _.F(this,10,a)};var KA=function(a){_.z(this,a,0,-1,null,null)};_.v(KA,_.y);KA.prototype.getHeight=function(){return _.A(this,5)};LA=function(a,b){a.Bb=b;a.j&&(a.j=!0,a.Bb&&a.Bb.notify())};MA=function(a){return a[a.length-1]};_.FA=function(a){return _.Ic.va().j[a]||null};zA=/['"\(]/;CA=["border-color","border-style","border-width","margin","padding"];AA=/left/g;BA=/right/g;DA=/\s+/;
var NA=function(a){this.j=a};NA.prototype.send=function(a,b,c){this.j.then(function(d){d.send(a,b,c)})};
var OA=function(a){this.data=a};
var PA=function(a){this.j=a};PA.prototype.send=function(a,b,c){c=void 0===c?[]:c;var d=new MessageChannel;QA(d.port1,b);this.j.postMessage(a,[d.port2].concat(c))};var RA=function(a,b){QA(a,b);return new PA(a)},QA=function(a,b){b&&(a.onmessage=function(c){b(new OA(c.data,RA(c.ports[0],void 0)))})};
var UA=function(a){var b=a.ug,c=void 0===a.wd?"ZNWN1d":a.wd,d=void 0===a.onMessage?void 0:a.onMessage;return SA({destination:a.destination,Pc:function(){return b.contentWindow},vk:TA(a.origin),wd:c,onMessage:d})},SA=function(a){var b=a.destination,c=a.Pc,d=a.vk,e=void 0===a.Sk?void 0:a.Sk,f=a.wd,g=void 0===a.onMessage?void 0:a.onMessage,k=Object.create(null);d.forEach(function(l){k[l]=!0});return new NA(new _.Re(function(l,m){var r=function(t){if(t.source===c())if(!0!==k[t.origin]){b.removeEventListener("message",
r,!1);var D=d.join(", ");m(Error("Ya`"+(1===d.length?D:"one of ["+D+"]")+"`"+t.origin))}else(t.data.n||t.data)===f&&(b.removeEventListener("message",r,!1),e&&t.data.t!==e?m(Error("Za`"+e+"`"+t.data.t)):l(RA(t.ports[0],g)))};b.addEventListener("message",r,!1)}))},TA=function(a){a="string"===typeof a?[a]:a;var b=Object.create(null);a.forEach(function(c){if("null"===c)throw Error("$a");b[c]=!0});return a};
var VA=function(){window.addEventListener("message",function(a){"verify-origin"===a.data&&a.source.parent===window&&a.source.postMessage("verify-origin-reply",a.origin)})};
var YA=function(a,b,c,d,e){this.parent=a;this.C=b;this.F=c;this.J=void 0===e?!1:e;this.H=d?d:0;a=_.ab(this.C).match(_.ak);this.D=_.Zj(a[1],null,a[3],a[4]);this.o=(a=WA.exec(_.ab(XA(this,void 0))))?a[1]:""},XA=function(a,b){var c=document.location;c=c.protocol+"//"+c.host;"chrome-untrusted://new-tab-page"===c&&(c=["chrome-untrusted://new-tab-page","chrome://new-tab-page"]);c={origin:c};a.o&&(c.cn=a.o);0!==a.F&&(c.pid=a.F);0!==a.H&&(c.spid=a.H);a=_.Mt(a.C,c);b&&(a=_.Mt(a,b));return a},ZA=function(a,
b,c){if(a.j)return a.j;a.j=_.hf("gapi.iframes.getContext")().openChild({attributes:{role:"presentation",style:{height:"100%",visibility:"hidden"},onload:b},where:a.parent,url:_.ab(XA(a,c)),dontclear:!0,hintInFragment:!0});return a.j},$A=function(a,b,c,d){if(!a.K){var e=_.ve("IFRAME");_.re(e,{role:"presentation",style:"height: 100%; width: 100%; visibility: hidden;",frameborder:0,scrolling:"no"});e.addEventListener("load",b);_.en(e,XA(a,d));a.parent.appendChild(e);a.K=UA({destination:window,ug:e,origin:a.D,
wd:"ogi_"+a.o,onMessage:c});a.B=e}},aB=function(a,b){if(a.A)return a.A;a.A=UA({destination:window,ug:a.B,origin:a.D,wd:"ogd_"+a.o,onMessage:b});return a.A};YA.prototype.getIframeEl=function(){return this.J?this.B?this.B:null:this.j?this.j.getIframeEl():null};var WA=/\/widget\/(.+?)(\/|\?|$)/;
var bB=function(a,b){_.mf.call(this,a,b)};_.n(bB,_.mf);
var cB=function(a,b,c,d,e,f){e=void 0===e?{}:e;f=void 0===f?!1:f;_.P.call(this);this.D=!1;this.M=a;this.A=null;this.o=f;this.B=void 0;this.j=new YA(this.M,_.vj(b),/^\d+$/.test(c)?parseInt(c,10):0,/^\d+$/.test(d)?parseInt(d,10):0,this.o);this.C=e;this.K=this.J=!1};_.n(cB,_.P);var dB=function(a){if(a.D)return 3;a.D=!0;if(!_.hf("gapi.iframes.getContext")&&!a.o){var b=_.hf("gapi.load");if(!b)return 2;b("gapi.iframes",(0,_.q)(a.H,a));return 1}a.H();return 0};cB.prototype.getIframeEl=function(){return this.j.getIframeEl()};
var eB=function(a){var b=_.ve("LINK"),c=_.ab(XA(a.j,a.C))+(a.o?"":"&usegapi=1");b.crossOrigin="use-credentials";_.pc&&(b.addEventListener("load",function(){a.J=!0}),b.addEventListener("error",function(){a.K=!0}));_.uj(b,c,"prefetch");document.head.appendChild(b)};cB.prototype.focus=function(){this.getIframeEl().focus()};
var fB=function(a,b){a.getIframeEl()&&_.Hg(a.getIframeEl(),{visibility:b?"":"hidden"})},gB=function(a,b,c){a.o?a.B&&(b={event:b},c&&(b.data=c),a.B.send(b)):a.A&&a.A.send(b,c,void 0,_.hf("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER"))};cB.prototype.H=function(){var a=this,b=function(){return void a.dispatchEvent("loaded")};this.o?($A(this.j,b,this.F.bind(this),this.C),this.B=aB(this.j,this.F.bind(this))):_.hf("gapi.iframes.getContext")&&(this.A=ZA(this.j,b,this.C),hB(this,this.A))};
cB.prototype.F=function(a){var b=new bB(a.data.event,this);b.data=a.data.data;this.dispatchEvent(b)};var hB=function(a,b){_.Oa(iB,function(c){b.register(c,function(d){var e=new bB(c,a);e.data=d;a.dispatchEvent(e)},_.hf("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER"))})};cB.prototype.remove=function(){var a=this.getIframeEl();a&&a.parentNode.removeChild(a)};
var iB={al:"blur",bl:"caev",fl:"close",kl:"dismiss",wl:"_ready",xl:"alogc",yl:"alogn",zl:"alogma",Bl:"alogmm",Al:"alogm",Cl:"omenu",Dl:"plog",Ll:"_renderfailed",Ml:"_renderstart",Ol:"restyle",Ql:"savec",Rl:"savek",Sl:"_startuploaded",Wl:"unload"};
var jB=["a","er_em","lc"],kB=function(a,b,c,d,e){this.C=_.zn;this.F=a;this.j=b;this.B=c;this.D=e;this.H=d;this.A=this.o=!1};kB.prototype.log=function(a,b,c,d,e){jB.includes(a)||this.F.log(this.j.toString(),"7",a,"&ap=1"+b,c);if("i"===a){if(this.A)return;this.o&&(a="rl",this.A=!0);this.o=!0}_.Ho(this.C,a,this.j,this.B,this.H,this.D,d,!0,!0,!1,e)};
var lB=function(a){this.o=a;this.j=!1};lB.prototype.Na=function(){this.o.Na()};
var nB=function(a,b,c,d){d=void 0===d?!1:d;_.P.call(this);this.A=new _.ig(this);_.Nf(this,this.A);this.j=a;this.Ba=b;this.sa=new _.Wp(b,!0);this.B=_.ve("DIV");this.o=null;this.H=this.P=this.ka=this.ta=this.V=this.ma=this.K=this.J=!1;this.Ga=_.A(a,33)||"_renderstart";this.C=this.O=null;this.$=this.Y=!1;this.D=d;this.ha=!1;this.Z=c;this.U=null;this.S=this.W="";a=this.B;b=Object.assign({},mB);if(this.j.getHeight()){c=this.j.getHeight()+"px";d=1===_.A(this.j,17);var e=2===_.A(this.j,17);d?(this.W=c,b.height=
"0px"):e?(this.S=c,b.height="0px"):b.height=c}else b.bottom="0px";_.A(this.j,6)&&(b.width=_.A(this.j,6)+"px");(c=_.A(this.j,7))&&(b["margin-top"]=c+"px");(c=_.C(this.j,11))?b.left=0:b.right=0;_.A(this.j,8)&&(c?b["margin-left"]=_.A(this.j,8)+"px":b["margin-right"]=_.A(this.j,8)+"px");_.Hg(a,b);this.Z.appendChild(this.B)};_.n(nB,_.P);nB.prototype.G=function(){return this.B};
var sB=function(a,b){oB(a);if(a.H=b){if(3!==_.A(a.j,17)){b=_.A(a.j,7);var c="100vh";b&&(c="calc("+-1*(Math.max(0,_.yq(a.Z).y-_.oq(document).y)+b)+"px + "+c+")");_.Hg(a.B,"max-height",c)}a.J?(pB(a,!0),fB(a.o,!0),a.dispatchEvent("rav"),null!=_.A(a.j,18)&&a.wa&&(b=a.M?_.hk(a.M):new _.Dc,c=Date.now()-a.wa,_.F(b,24,c),null!=a.Aa&&_.F(b,41,a.Aa),qB(a,_.A(a.j,18),b))):a.$?rB(a):a.dispatchEvent("sorp")}else pB(a,!1),fB(a.o,!1),a.dispatchEvent("h")};
nB.prototype.$a=function(a){this.D=a;if(this.K){var b=this.o,c={};c.enabled=a;gB(b,"dm",c)}this.dispatchEvent("sdm")};nB.prototype.isVisible=function(){var a="hidden"!=this.B.style.visibility;return"none"!=this.B.style.display&&a};
var pB=function(a,b){_.Hg(a.B,{visibility:b?"":"hidden"});var c=_.A(a.j,17),d=2===c;if(1===c||d)c=_.Jg(a.B,"transition"),_.Hg(a.B,{transition:"none"}),d=d?a.S:a.W,_.Hg(a.B,{height:b?d:"0"}),a.B.scrollTop=0,_.Hg(a.B,{transition:c})},uB=function(a,b,c,d){a.o=b;_.ye(c)?a.C=c:a.O=c;tB(a,d);if((b=_.C(a.j,10)||_.E(a.j,27,0))||null!=a.O)c=_.E(a.j,27,0),null==a.F&&0<c?a.F=_.cg(a.X,c,a):a.X();!b&&_.C(a.j,24)&&eB(a.o)},vB=function(a){_.mg(a.A);a.C.removeAttribute("data-ogsr-fb")};
nB.prototype.notify=function(){null!=_.A(this.j,31)&&qB(this,_.A(this.j,31));sB(this,!0)};
var tB=function(a,b){a.A.L(a.o,"_ready",a.ik);a.A.L(a.o,"_startuploaded",function(){a.ta=!0});a.A.L(a.o,"_renderfailed",a.mk);a.A.L(a.o,"_renderstart",a.nk);a.A.L(a.o,"loaded",function(){a.ka=!0});a.A.L(a.o,a.Ga,a.Lk);_.C(a.j,9)&&a.A.L(a.o,"blur",a.dk);a.A.L(a.o,"restyle",a.qk);a.A.L(a.o,"unload",a.fk);a.A.L(a.o,"close",a.Fg);b&&0<b.length&&(0,_.Ja)(b,function(c){return _.kh(a.A,c,a.Fg)});null!=a.C?(a.A.L(a.C,["mouseover","focus"],a.uk),_.kh(a.A,a.C,a.Pg),a.A.L(a.C,"keydown",function(c){27==c.keyCode&&
a.isVisible()&&(a.ha=!0,a.Pg(c))}),1==_.A(a.j,17)&&(a.A.L(a.o,"alogn",a.$j),a.A.L(a.o,"alogm",a.kk),a.A.L(a.o,"alogmm",a.lk),a.A.L(a.o,"alogma",a.jk),a.A.L(a.o,"alogc",a.Zj),a.A.L(a.o,"omenu",a.ak)),a.A.L(window,["keyup","keydown"],a.rk),_.x&&a.A.L(a.C,"focusin",function(){a.Y=!0}),_.th(a.C,"click"),(b=a.C.querySelector("[data-eqid]"))&&_.th(b,"click")):null!=a.O&&(LA(a.O,a),a.A.L(a.o,"plog",a.oh));a.A.L(window,"beforeunload",a.bk)};_.h=nB.prototype;
_.h.nk=function(a){this.ma=!0;null!=_.A(this.j,32)&&qB(this,_.A(this.j,32));a.data&&("null"!==a.data.ttf&&(this.Aa=Number(a.data.ttf)||null),(a.data.height||a.data.width)&&wB(this,a.data.height,a.data.width))};_.h.ik=function(){this.K=!0};_.h.oh=function(a){"i"===a.data.ld.apatk&&qB(this,110)};_.h.bk=function(){this.P=!0;null!=this.F&&(_.dg(this.F),this.F=null);this.isVisible()||this.K||this.o.remove()};_.h.Lk=function(){this.J=!0;null!=this.N&&_.dg(this.N);sB(this,this.H)};
var oB=function(a){null!=a.F&&(_.dg(a.F),a.F=null);var b=dB(a.o);null==a.U&&(a.U=b);if(3!=b){if(b=_.A(a.j,14))a.N=_.cg(a.Fa,b,a);null!=_.A(a.j,30)&&qB(a,_.A(a.j,30))}};nB.prototype.X=function(){var a=this;"complete"==document.readyState?oB(this):window.addEventListener("load",function(){return oB(a)})};nB.prototype.Fa=function(){this.J||this.V||(this.$=!0,this.H&&rB(this))};var rB=function(a){null!=_.A(a.j,16)&&qB(a,_.A(a.j,16));a.dispatchEvent("sort")};_.h=nB.prototype;
_.h.mk=function(){this.V=!0;null!=this.N&&_.dg(this.N);var a=3===_.A(this.j,17)||this.H;null!=_.A(this.j,26)&&a&&qB(this,_.A(this.j,26))};
_.h.Pg=function(a){this.wa=Date.now();var b=!_.gg(a);b=void 0===b?!1:b;var c=!this.isVisible();sB(this,c);var d=this.o,e={};e.keyboardAction=void 0===b?!1:b;gB(d,c?"open":"close",e);if(c?null!=_.A(this.j,12):null!=_.A(this.j,13))if(b=c?_.A(this.j,12):_.A(this.j,13),qB(this,b),c){var f;1!=_.A(this.j,17)?f=0:f=null!==_.oh(this.B,"gb_ge");f&&qB(this,115)}this.Y=!1;a.preventDefault();a.stopPropagation()};
_.h.rk=function(a){32==a.keyCode&&a.target instanceof Element&&_.Xf(this.C,a.target)&&(a.stopPropagation(),a.preventDefault())};_.h.uk=function(){oB(this)};_.h.qk=function(a){a.data&&wB(this,a.data.height,a.data.width)};var wB=function(a,b,c){b=void 0===b?"":b;c=void 0===c?"":c;var d={};if(b){var e=1===_.A(a.j,17),f=2===_.A(a.j,17);e?a.W=b:f&&(a.S=b);if(!e&&!f||a.isVisible())d.height=b}c&&(d.width=c);_.Hg(a.B,d)};_.h=nB.prototype;
_.h.dk=function(){document.activeElement==this.C||_.Xf(this.C,document.activeElement)||this.Y||sB(this,!1)};_.h.fk=function(){this.J=!1;sB(this,!1)};_.h.Fg=function(){sB(this,!1)};_.h.$j=function(a){var b=Number(a.data.pid)||-1,c=a=a.data.vis;if(4<a||0>=a)c=0;a=c;c=new _.Dc;b=_.F(c,15,b);b=_.ao(b,xB(this));b=_.F(b,36,this.D);_.Zp(this.sa,a,b)};_.h.kk=function(){qB(this,104)};_.h.lk=function(){qB(this,105)};_.h.ak=function(){qB(this,115)};
_.h.jk=function(a){a=a.data.an;var b=_.ao(new _.Dc,xB(this));_.Yp(this.sa,a,b)};_.h.Zj=function(a){qB(this,a.data.mouseSession?99:100)};
var xB=function(a){var b=a.o&&a.o.getIframeEl(),c=0;a.K&&(c|=1);a.ta&&(c|=128);a.ma&&(c|=32);a.V&&(c|=64);a.isVisible()&&(c|=2);a.$&&(c|=4);b&&(c|=8);a.ka&&(c|=16);_.hf("gapi.iframes")&&(c|=256);a.o.J&&(c|=512);a.o.K&&(c|=1024);a.ha&&(c|=2048);switch(a.U){case 2:c|=4096;break;case 1:c|=8192}a.P&&(c|=16384);a.H&&(c|=32768);return c},qB=function(a,b,c){c=c||(a.M?_.hk(a.M):new _.Dc);_.ao(c,xB(a));_.F(c,36,a.D);if(null!=_.A(a.j,19)){var d=_.G(a.j,HA,19);d=_.A(d,1);_.F(c,31,d);_.F(c,34,!0)}a.Ba.log(b,
c)},mB={overflow:"hidden",position:"absolute",top:"0",visibility:"hidden",width:"350px","z-index":991};
var yB=function(a,b,c,d){_.P.call(this);this.A=a;this.j=b;this.C=d;this.o=new _.ig(this);_.Nf(this,this.o);this.B=c;this.F=!1;this.o.L(this.A,"plog",this.H);this.o.L(this.A,"savec",this.D);this.o.L(this.A,"savek",this.D);this.o.L(this.A,"caev",this.D);this.o.Ab(this.j,"rav",this.M);this.o.Ab(this.j,"h",this.J);this.o.Ab(this.A,"dismiss",this.K)};_.n(yB,_.P);yB.prototype.M=function(){this.F=!0;var a=this.C;a.j||(_.jo(a.o),a.j=!0);this.B.log("i","&vis=1",1,this.j.G(),xB(this.j))};
yB.prototype.J=function(){if(!this.F){var a=this.j;a.P||qB(a,114)}};yB.prototype.K=function(a){a=a.data&&a.data.type?a.data.type:"d";"ec"===a?zB():"end"!==a&&this.C.Na();sB(this.j,!1);this.B.log(a,"",1,this.j.G(),xB(this.j))};yB.prototype.D=function(a){switch(a.data.apatk){case "c":zB();break;case "d":this.C.Na()}};var zB=function(){var a=_.hf("window.launchConsentDialog");a&&a()};
yB.prototype.H=function(a){var b=a.data.ld;a=b.apatk;if("i"!=a){var c=b.sp;b=b.ad;var d=this.j.G(),e=xB(this.j);this.B.log(a,b,c,d,e)}};
var AB=function(a){this.o=a;this.j=null};AB.prototype.Ma=function(){var a=this.o,b=this.B,c=this.A;BB(a);b="<div"+_.$t("")+_.au(CB(a,b,c)+"")+_.Zt(DB(a,b,c)+"")+">";c=EB(c);var d=_.du(a.A);""!==d&&(b+=" <style>"+d+"</style>");b+=c+"</div>";_.hu(a);a=_.kq(document,_.Fb(b,null));this.j&&this.j.appendChild(a);return a};AB.prototype.fill=function(a,b){this.B=a;this.A=b};AB.prototype.instantiate=function(a){this.j=a;_.gu(this.o,a)};
var DB=function(){return' dir="'+_.Yt("ltr")+'"'},FB=function(){return""},CB=function(a,b,c){return"padding:"+_.Yt(MA(a.j)?EA("padding",b?"12px":"3px"):b?"12px":"3px")+";"+(c?"":"display:"+_.Yt(MA(a.j)?EA("display","inline-block"):"inline-block")+";")+"vertical-align:"+_.Yt(MA(a.j)?EA("vertical-align","middle"):"middle")+";"+(c&&!MA(a.j)?"margin-left:"+_.Yt("calc(50% - 24px)")+";":"")+(c&&MA(a.j)?"margin-right:"+_.Yt("calc(50% - 24px)")+";":"")+(c?"margin-top:"+_.Yt(MA(a.j)?EA("margin-top","98px"):
"98px")+";":"")},GB=function(){return!0},HB=function(){return!1},IB=function(a,b){BB(a);return EB(b.Bg)},JB=function(a,b){BB(a);var c=b.sj;b=b.Bg;a="<div"+_.$t("")+_.au(CB(a,c,b)+"")+_.Zt(DB(a,c,b)+"")+">";c=EB(b);return _.Fb(a+(c+"</div>"),null)},EB=function(a){return" <div"+_.$t((a?"mspin-medium ":"")+(a?"":"mspin-small "))+_.au("")+_.Zt("")+"> <div> <div></div> </div> </div> "},BB=function(a){KB in a.o||_.fu(a,KB,{sj:0,Bg:1},IB,JB,GB,HB,"",DB,FB,CB)},KB="t-s91B_Xq1PdE",LB=function(a){this.o=a;
this.j=null};LB.prototype.Ma=function(){var a=this.o,b=this.A;MB(a);b="<div"+_.$t("")+_.au(NB(a,b)+"")+_.Zt("")+">";var c=_.du(a.A);""!==c&&(b+=" <style>"+c+"</style>");b+="</div>";_.hu(a);a=_.kq(document,_.Fb(b,null));this.j&&this.j.appendChild(a);return a};LB.prototype.fill=function(a){this.A=a};LB.prototype.instantiate=function(a){this.j=a;_.gu(this.o,a)};
var OB=function(){return""},PB=function(){return""},NB=function(a,b){return"box-shadow:0 -1px 2px 0 rgba(60,64,67,0.30),0 -2px 6px 2px rgba(60,64,67,0.15);height:calc(100% - 16px);"+(MA(a.j)?"":"left:0;")+(MA(a.j)?"right:0;":"")+"margin:8px;position:absolute;top:0;width:calc(100% - 16px);background:"+_.Yt(MA(a.j)?EA("background",b?"#2d2e30":"#FFF"):b?"#2d2e30":"#FFF")+";"},QB=function(){return!0},RB=function(){return!1},SB=function(a){MB(a);return""},TB=function(a,b){MB(a);a="<div"+_.$t("")+_.au(NB(a,
b.Ud)+"")+_.Zt("")+">";return _.Fb(a+"</div>",null)},MB=function(a){UB in a.o||_.fu(a,UB,{Ud:0},SB,TB,QB,RB,"",OB,PB,NB)},UB="t-LSLm3aJIFAU",VB=function(a){this.o=a;this.j=null};VB.prototype.Ma=function(){var a=this.o,b=this.C,c=this.D,d=this.B,e=this.A;WB(a);var f="<div"+_.$t("")+_.au(XB(a,b,c,d,e)+"")+_.Zt(' data-fb=""')+">";b=YB(a,b,c,d,e);c=_.du(a.A);""!==c&&(f+=" <style>"+c+"</style>");f+=b+"</div>";_.hu(a);a=_.kq(document,_.Fb(f,null));this.j&&this.j.appendChild(a);return a};
VB.prototype.fill=function(a,b,c,d){this.C=a;this.D=b;this.B=c;this.A=d};VB.prototype.instantiate=function(a){this.j=a;_.gu(this.o,a)};
var ZB=function(){return""},$B=function(){return""},XB=function(a,b,c,d,e){return"font:14px/22px Roboto,RobotoDraft,Arial,sans-serif;letter-spacing:0.03px;padding:134px 50px;text-align:center;white-space:normal;color:"+_.Yt(MA(a.j)?EA("color",e?"#e8eaed":"#5F6368"):e?"#e8eaed":"#5F6368")+";"},aC=function(){return!0},bC=function(){return!1},cC=function(a,b){WB(a);return YB(a,b.Jf,b.vg,b.Gf,b.Ud)},dC=function(a,b){WB(a);var c=b.Jf,d=b.vg,e=b.Gf,f=b.Ud;b="<div"+_.$t("")+_.au(XB(a,c,d,e,f)+"")+_.Zt(' data-fb=""')+
">";a=YB(a,c,d,e,f);return _.Fb(b+(a+"</div>"),null)},YB=function(a,b,c,d,e){return' <svg height="28px" viewbox="0 0 24 24" width="28px" xmlns="http://www.w3.org/2000/svg"> <path'+_.$t("")+_.au("")+_.Zt(' fill="'+_.Yt(e?"#E8EAED":"#80868B")+'" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"')+"></path> </svg> <p"+_.$t("")+_.au("margin-top:4px;")+_.Zt("")+"> "+_.Yt(b)+" <a"+_.$t("")+_.au("font:14px/22px Roboto,RobotoDraft,Arial,sans-serif;font-weight:bold;letter-spacing:0.03px;text-decoration:none;color:"+
_.Yt(MA(a.j)?EA("color",e?"#8AB4F8":"#4285F4"):e?"#8AB4F8":"#4285F4")+";")+_.Zt(' target="_blank"')+">"+_.Yt(c)+"</a> "+_.Yt(d)+" </p> "},WB=function(a){eC in a.o||_.fu(a,eC,{Jf:0,vg:1,Gf:2,Ud:3},cC,dC,aC,bC,' data-fb=""',ZB,$B,XB)},eC="t-PFKuGYhRe5s";
var gC=function(a,b,c,d){_.P.call(this);this.j=a;this.K=b;this.M=c;this.F=d;this.O=0;this.C=null;this.B=0;this.P=!0;this.H=null;this.S=!1;this.J=new _.eu;this.N=this.o=this.D=null;this.W=!1;this.A=new _.ig(this);_.Nf(this,this.A);_.Hg(this.j.G(),{transition:"height .3s ease-in-out"});fC(this)};_.n(gC,_.P);
var fC=function(a){a.A.L(a.j,"sorp",a.Hf);a.A.L(a.j,"sort",a.xj);a.A.L(a.j,"rav",a.Dj);a.A.L(a.j,"h",a.Cj);a.A.L(a.j,"sdm",function(){a.o&&a.o.querySelector("[data-fb]")&&hC(a)});a.A.L(a.K,"close",a.Bj)};_.h=gC.prototype;_.h.Dj=function(){iC(this);this.D&&this.D.Nb(!1);this.K.focus();this.F.setAttribute("aria-expanded",!0)};_.h.Cj=function(){this.F.setAttribute("aria-expanded",!1)};_.h.Bj=function(){this.F.focus()};
_.h.xj=function(){var a=this;switch(this.O){case 2:iC(this);vB(this.j);pB(this.j,!1);this.F.click();break;case 1:this.C&&_.$n(top.location,_.nb(this.C)||_.pb);case 3:this.Hf(),hC(this)}if(this.S){var b=_.ve("IFRAME"),c=_.O(window,"message",function(d){if("afbp"===d.Ya.data){d=a.j;switch(_.A(d.j,17)){case 1:qB(d,73)}a.j.G().removeChild(b);_.If(c)}});_.en(b,jC);b.style.display="none";this.j.G().appendChild(b)}};
_.h.Hf=function(){this.o&&iC(this);if(!this.N){if(!this.W){var a=1==this.B?kC:lC;var b=_.ve("LINK");_.uj(b,a,"stylesheet");document.head.appendChild(b);this.W=!0}a=new AB(this.J);a.fill(this.P,1==this.B);this.N=a.Ma()}a=this.N;switch(this.B){case 1:b=new LB(this.J);b.fill(this.j.D);this.o=b.Ma();this.o.appendChild(a);this.j.G().appendChild(this.o);fB(this.K,!1);pB(this.j,!0);break;default:this.o=a,_.Bq(this.M,!1),_.nh(this.o,this.M)}};
var hC=function(a){if(1==a.B&&a.C&&a.H){_.Hg(a.o,"background",a.j.D?"#2d2e30":"#FFF");_.we(a.o);var b=new VB(a.J);mC(a,b,a.H);b=b.Ma();var c=b.querySelectorAll("a")[0];_.lh(c,a.C);a.A.L(c,"click",function(){var d=a.j;null!=_.A(d.j,21)&&qB(d,_.A(d.j,21))});a.o.appendChild(b)}},iC=function(a){a.o&&(_.xe(a.o),1!=a.B&&_.Bq(a.M,!0),a.o=null)},mC=function(a,b,c){c=/(.*)%1\$s(.*)%2\$s(.*)/.exec(c);b.fill(c[1],c[2],c[3],a.j.D)},jC=_.dn(_.rl("https://www.gstatic.com/gb/html/afbp.html")),lC=_.dn(_.rl("https://www.gstatic.com/images/icons/material/anim/mspin/mspin_googcolor_small.css")),
kC=_.dn(_.rl("https://www.gstatic.com/images/icons/material/anim/mspin/mspin_googcolor_medium.css"));
var nC=function(a,b){this.o=a;this.j=b};_.h=nC.prototype;_.h.Xc=function(){return this.o};_.h.xe=function(a){sB(this.j,a)};_.h.$a=function(a){this.j.$a(a)};_.h.af=function(){return!0};_.h.Tb=function(){return this.j.isVisible()};_.h.we=function(){};_.h.mf=function(a){var b=this.j,c={},d=_.C(b.j,11),e=_.A(b.j,8);a||d?(c.left=0,c.right="",e&&(c["margin-left"]=e+"px",c["margin-right"]="")):(c.right=0,c.left="",e&&(c["margin-right"]=e+"px",c["margin-left"]=""));_.Hg(b.B,c)};
_.oC=function(a){if(a){var b=document.querySelector("#gb [data-ogsr-up]");if(b){var c=0!==_.E(a,7,0),d=_.Rj(a,KA,1);if(c||d&&d.length){VA();c=_.FA("dd");for(var e=0;e<d.length;e++){var f=d[e];if(_.G(f,_.tj,3)){if(3===_.A(f,17)){var g=_.G(f,HA,19);if(_.C(g,11)){var k=_.A(g,1)||0,l=_.A(g,2)||0;f=_.A(g,12)||0;var m=_.E(g,4,25)||0;g=GA(g,k,l);_.jo(g);l=_.Jc(_.Ic.va(),"p_log");k=new kB(l,k,f,m,g.Vb());k.F.log(k.j.toString(),"7","i","&ap=1&vis=0",1);_.Ho(k.C,"i",k.j,k.B,k.H,k.D,null,!0,!0,!0);continue}}k=
new nB(f,_.zn,b,!!_.C(a,10));m=k.G();g=a;l={};l.hl=_.A(g,9);if(1===_.A(f,17)){var r=_.Kc("dd").B;if(null===r?_.C(g,10):r)l.dm=""}m=new cB(m,_.G(f,_.tj,3),_.A(g,4),_.A(g,5),l,!!_.C(f,34));if(3===_.A(f,17)){r=_.G(f,HA,19);f=_.A(r,1)||0;var t=_.A(r,2)||0;g=_.A(r,12);l=_.E(r,4,25)||0;var D=new _.Dc;_.F(D,31,f);var B=_.fo(_.eo(new _.co,g),l);_.H(D,50,B);k.M=D;B=_.N("gb_5c");D=Array.from(_.mh("gb_D",B));(B=_.N("gb_ja",B))&&_.xg(D,void 0,0,B);uB(k,m,_.Io.va(),D);t=GA(r,f,t);r=new lB(t);t=t.Vb();D=_.Jc(_.Ic.va(),
"p_log");new yB(m,k,new kB(D,f,g,l,t),r)}else if(l=null,(g=1===_.A(f,17))?(l=document.querySelector("#gb [data-ogsr-alt]"),c.sf(new nC("app",k))):2===_.A(f,17)&&(l=(l=_.N("gb_Va"))?_.N("gb_D",l):null,c.sf(new nC("account",k))),null!=l&&(uB(k,m,l),r=k.D,g&&r!==_.C(a,10)&&c.$a(r),g=l.getElementsByClassName("gb_D")[0]||l,k=new gC(k,m,l,g),r=_.A(f,15),m=_.C(a,6),l=_.A(f,22),t=_.E(f,23,0),k.O=t,k.C=r,r=k,t=_.A(f,20),r.B=t,r.P=m,r.H=l,l=r,r=!!_.C(f,25),l.S=r,m&&1===_.A(f,17)&&(f=_.N("gb_1d"))))f=new _.qr(g,
f),k.D&&k.D.ua(),k.D=f}else _.M.log(Error("ab"))}}else _.M.log(Error("bb"))}else _.M.log(Error("cb"))}else _.M.log(Error("db"))};

}catch(e){_._DumpException(e)}
try{
var pC=function(){var a=_.FA("dd");return"app"in a.j?a.j.app:null};(function(){_.oC(_.G(_.vd,_.JA,21));var a=pC();if(a){var b=function(){a.mf(_.$i(_.nj))};_.uh(_.M,_.nj,["upi","upo"],b);b()}})();

}catch(e){_._DumpException(e)}
try{
var hF=function(a){_.z(this,a,0,-1,null,null)};_.v(hF,_.y);var iF=function(){this.j=_.zn};
if(null==_.G(_.vd,hF,20))_.M.log(Error("nb"));else a:{var jF=new iF,kF;b:{try{if(document.domain==window.top.document.domain){var lF=/google\.(com?\.)?[a-z]{2,3}$/.exec(document.domain);kF=lF&&lF[0];break b}}catch(a){}kF=null}var mF=kF;if(mF){for(var nF=_.ia(document.cookie.split(";")),oF=nF.next();!oF.done;oF=nF.next()){var pF=oF.value;pF=pF.trim();if(0==pF.indexOf("CONSENT=")){if(0!=pF.substr(8).indexOf("YES+")){jF.j&&jF.j.log(117);break a}}else break a}var qF=new Date,rF=[qF.getUTCFullYear(),qF.getUTCMonth()+
1,qF.getUTCDate(),qF.getUTCHours()].join("-");jF.j&&jF.j.log(116);_.Sk.set("1P_JAR",rF,{ue:2592E3,path:"/",domain:mF,Ck:!0})}}
;
}catch(e){_._DumpException(e)}
try{
var Up=function(){this.j=_.Kc("dd")};Up.prototype.o=function(){this.j.Zg("aw");this.j.Zg("app")};
_.u("gbar.R",Up);Up.prototype.ra=Up.prototype.o;_.sd(_.td.va().A,new Up);

}catch(e){_._DumpException(e)}
})(this.gbar_);
// Google Inc.