fix cookie consent, scroll layout

This commit is contained in:
Jonas Heinrich 2020-04-04 10:40:12 +02:00
parent 68d4bef422
commit fe04962bc5
18 changed files with 57 additions and 1953 deletions

View file

@ -19,6 +19,12 @@ Fork of the experimental KIT theme from kit-ausbildung.de, adapted to Wordpres.
* Development ressource: https://github.com/Automattic/_s
* Einrichtung Wordpress
* URL-Format: Einstellungen -> Permalinks -> Einstellen auf "Beitragsname" -> Übernehmen
* Footer Menü
* Design -> Menü
* Name des Menüs: "Footer Menü"
* Seiten: FAQ, Impressum, Datenschutz
* Klicken auf Menü erstellen
* Position im Theme: Footer Menü
* **From the appstore:** The most recent and stable version of the app can be found in the [official appstore](https://apps.nextcloud.com/apps/radio).
* **Using git:** In your `nextcloud/apps/` directory, run `git clone https://git.project-insanity.org/onny/nextcloud-app-radio.git radio`. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app.
* **Using the zip archive:** Download the latest [tar.bz2 archive](https://git.project-insanity.org/onny/nextcloud-app-radio/repository/archive.tar.bz2?ref=master), extract the directory inside your `nextcloud/apps/` directory, and rename it to `radio`. For stable releases, you can also download one of the [releases](https://git.project-insanity.org/onny/nextcloud-app-radio/) tar.bz2 archives. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app.

View file

@ -100,15 +100,15 @@
<?php get_template_part('template-parts/footer-nav'); ?>
</footer>
<script src="index_files/jquery_002.js" type="text/javascript"></script>
<script src="index_files/parsley.js" type="text/javascript"></script>
<script src="index_files/Tabs.js" type="text/javascript"></script>
<script src="index_files/Form.js" type="text/javascript"></script>
<script src="index_files/cookieconsent.js" type="text/javascript"></script>
<script src="index_files/magnific-popup.js" type="text/javascript"></script>
<script src="index_files/swiper.js" type="text/javascript"></script>
<script src="index_files/jquery.js" type="text/javascript"></script>
<script src="index_files/main.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/jquery_002.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/parsley.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/Tabs.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/Form.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/cookieconsent.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/magnific-popup.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/swiper.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/jquery.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/main.js" type="text/javascript"></script>
<?php wp_footer(); ?>

View file

@ -12,12 +12,12 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="handheldfriendly" content="true">
<link rel="stylesheet" type="text/css" href="index_files/cookieconsent.css" media="all">
<link rel="stylesheet" type="text/css" href="index_files/magnific-popup.css" media="all">
<link rel="stylesheet" type="text/css" href="index_files/swiper.css" media="all">
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/cookieconsent.css" media="all">
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/magnific-popup.css" media="all">
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/swiper.css" media="all">
<script src="index_files/jquery-3.js" type="text/javascript"></script>
<script src="index_files/js" type="text/javascript" async="async"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/jquery-3.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory');?>/js/js.js" type="text/javascript" async="async"></script>
<link rel="apple-touch-icon" href="https://www.kit-ausbildung.de/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://www.kit-ausbildung.de/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/apple-touch-icon-57x57.png">
@ -39,35 +39,49 @@
<meta name="msapplication-square70x70logo" content="/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/mstile-70x70.png">
<meta name="msapplication-square150x150logo" content="/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/mstile-150x150.png">
<meta name="msapplication-wide310x150logo" content="/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/mstile-310x150.png">
<meta name="msapplication-square310x310logo" content="/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/mstile-310x310.png"><script>window.addEventListener('load',function(){window.cookieconsent.initialise({
palette:{
popup:{
background:'#000000',
text:'#ffffff'
},
button:{
background:'#eeeeee',
}
},
position:'bottom',
content:{
message:'Diese Website nutzt Cookies, um bestmögliche Funktionalität bieten zu können.',
dismiss:'Ok',
link:'Mehr erfahren',
href:''
}
})})</script>
<link rel="canonical" href="https://www.kit-ausbildung.de/de/">
<meta name="msapplication-square310x310logo" content="/typo3conf/ext/dp_contentelements/Resources/Public/img/favicon-ogp/mstile-310x310.png">
<script>
window.addEventListener('load',function(){
window.cookieconsent.initialise(
{
palette:{
popup:{
background:'#000000',
text:'#ffffff'
},
button:{
background:'#eeeeee',
}
},
position:'bottom',
content:{
message:'Diese Website nutzt Cookies, um bestmögliche Funktionalität bieten zu können.',
dismiss:'Ok',
link:'Mehr erfahren',
href:''
}
})})
</script>
<!-- This site is optimized with the Yoast SEO for TYPO3 plugin - https://yoast.com/typo3-extensions-seo/ -->
<script type="application/ld+json">[{"@context":"https://www.schema.org","@type":"WebSite","url":"https://www.kit-ausbildung.de/","name":"Startseite"}]</script>
<style></style><script type="text/javascript" charset="UTF-8" src="index_files/common.js"></script><script type="text/javascript" charset="UTF-8" src="index_files/util.js"></script></head>
<link rel="canonical" href="https://www.kit-ausbildung.de/de/">
<script type="application/ld+json">
[{"@context":"https://www.schema.org","@type":"WebSite","url":"https://www.kit-ausbildung.de/","name":"Startseite"}]
</script>
<script type="text/javascript" charset="UTF-8" src="<?php bloginfo('stylesheet_directory');?>/js/common.js"></script><script type="text/javascript" charset="UTF-8" src="index_files/util.js"></script></head>
<body <?php body_class(); ?> class="subsite startpage page-theme-color-primary">
<?php wp_body_open(); ?>
<div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window cc-banner cc-type-info cc-theme-block cc-bottom cc-color-override--858973338 cc-invisible" style="display: none;"><!--googleoff: all--><span id="cookieconsent:desc" class="cc-message">Diese Website nutzt Cookies, um bestmögliche Funktionalität bieten zu können. <a aria-label="learn more about cookies" role="button" tabindex="0" class="cc-link" href="" target="_blank">Mehr erfahren</a></span><div class="cc-compliance"><a aria-label="dismiss cookie message" role="button" tabindex="0" class="cc-btn cc-dismiss">Ok</a></div><!--googleon: all--></div>
<div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window cc-banner cc-type-info cc-theme-block cc-bottom cc-color-override--858973338 cc-invisible" style="display: none;">
<!--googleoff: all-->
<span id="cookieconsent:desc" class="cc-message">
Diese Website nutzt Cookies, um bestmögliche Funktionalität bieten zu können. <a aria-label="learn more about cookies" role="button" tabindex="0" class="cc-link" href="" target="_blank">Mehr erfahren</a></span>
<div class="cc-compliance">
<a aria-label="dismiss cookie message" role="button" tabindex="0" class="cc-btn cc-dismiss">Ok</a>
</div><!--googleon: all-->
</div>

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
jQuery(document).ready(function(e){function a(e,a){l(e,a),e.find(a.container).first().show()}function n(a,n){if(n.tabs){var t=e("<div />",{"class":n.tabMenuClassName}).insertBefore(a.children(n.container).filter(":first"));a.children(n.container).each(function(i,r){var l=e("<button/>").html(e(this).children(n.header).html()).addClass(0==i?n.tabMenuItemActiveClassName:"").addClass("item"+i).addClass("btn btn-default").prop("type","button").on("click keypress",{container:a.children(n.container),fieldset:e(r)},function(){var t=e(this),i=t.parent().children().index(t);s(a,n,t,i)});n.tabIndex&&l.prop("tabindex",i),t.append(l)})}}function t(a,n){n.navigation&&a.children(n.container).each(function(t){var i=e("<div />").addClass("powermail_fieldwrap").addClass("powermail_tab_navigation").appendTo(e(this));t>0&&i.append(c(a,n)),t<a.children(n.container).length-1&&i.append(o(a,n))})}function i(a,n){e.fn.parsley&&"data-parsley-validate"===a.data("parsley-validate")&&a.parsley().subscribe("parsley:field:validated",function(){v(a,n),C(a,n)})}function r(a,n){n.openTabOnError&&e.fn.parsley&&e.listen("parsley:field:error",function(){setTimeout(function(){a.find("."+n.tabMenuClassName+" > ."+n.tabMenuItemErrorClassName+":first").click()},50)})}function s(a,n,t,i){$activeTab=b(a,n),$activeTab.removeClass(n.tabMenuItemActiveClassName),t.addClass(n.tabMenuItemActiveClassName),l(a,n),e(".powermail_fieldset",a).slice(i,i+1).show()}function l(e,a){e.children(a.container).hide()}function c(a,n){return e("<a />").prop("href","#").addClass("btn btn-warning").html("<").click(function(e){e.preventDefault(),u(a,n)})}function o(a,n){return e("<a />").prop("href","#").addClass("btn btn-primary pull-right").html(">").click(function(e){e.preventDefault(),d(a,n)})}function d(e,a){var n=m(e,a);$activeTab=b(e,a),$activeTab.removeClass(a.tabMenuItemActiveClassName).next().addClass(a.tabMenuItemActiveClassName),f(e,a,n+1)}function u(e,a){var n=m(e,a);$activeTab=b(e,a),$activeTab.removeClass(a.tabMenuItemActiveClassName).prev().addClass(a.tabMenuItemActiveClassName),f(e,a,n-1)}function f(e,a,n){l(e,a),e.find(".powermail_fieldset").slice(n,n+1).show()}function m(e,a){var n=p(e,a),t=n.index(b(e,a));return parseInt(t)}function p(e,a){return e.find("."+a.tabMenuClassName).children()}function b(e,a){var n=p(e,a);return n.filter("."+a.tabMenuItemActiveClassName)}function v(e,a){var n=p(e,a);n.removeClass(a.tabMenuItemErrorClassName)}function C(a,n){a.parsley().isValid()||a.find(".parsley-error").each(function(){var t=a.find(".powermail_fieldset").index(e(this).closest(".powermail_fieldset")),i=p(a,n),r=i.slice(t,t+1);r.addClass(n.tabMenuItemErrorClassName)})}e.fn.powermailTabs=function(e){"use strict";var s=jQuery(this);e=jQuery.extend({container:"fieldset",header:"legend",tabs:!0,navigation:!0,openTabOnError:!0,tabIndex:!0,tabMenuClassName:"btn-group",tabMenuItemActiveClassName:"btn-primary",tabMenuItemErrorClassName:"btn-danger"},e),a(s,e),n(s,e),t(s,e),i(s,e),r(s,e)}});

View file

@ -1,164 +0,0 @@
google.maps.__gjsload__('common', function(_){var yl,zl,Al,Dl,El,Fl,bm,am,cm,jm,km,tm,um,vm,wm,Am,Km,Lm,Nm,Qm,Tm,Um,cn,on,pn,yn,zn,An,Bn,Cn,En,Fn,Gn,Hn,Jn,Mn,Kn,On,Nn,Qn,Yn,Zn,ao,go,lo,so,xo,zo,Bo,Co,Ao,Do,Eo,Fo,Go,Ko,Ro,So,To,$o,ap,bp,cp,dp,Zo,ep,ip,gp,jp,hp,fp,mp,up,sp,tp,vp,qp,xp,Ap,zp,Bp,Ep,Cp,Dp,Gp,Hp,Ip,Mp,Kp,Lp,Pp,Qp,Rp,Sp,Up,Vp,Yp,$p,dq,fq,hq,gq,mq,sq,zq,Dq,Gq,Nq,Sq,Uq,Wq,Yq,br,er,ls,ms,os,ps,ss,Ts,dt,et,ft,bt,gt,jt,nt,rt,tt,vt,wt,xt,yt,zt,Et,Ht,Ct,It,Dt,Kt,Jt,Lt,Nt,Mt,Pl,Sl,Tl,Ul,Vl,Wl,Xl,Yl,sm;_.wl=function(a,b){return _.ra[a]=b};
_.xl=function(a){return 360==a.j-a.i};yl=function(){this.H=!1;this.j=null;this.T=void 0;this.i=1;this.$=0;this.o=null};zl=function(a){if(a.H)throw new TypeError("Generator is already running");a.H=!0};Al=function(a,b){a.o={Al:b,dm:!0};a.i=a.$};_.Bl=function(a,b,c){a.i=c;return{value:b}};_.Cl=function(a){this.i=new yl;this.j=a};
Dl=function(a){for(;a.i.i;)try{var b=a.j(a.i);if(b)return a.i.H=!1,{value:b.value,done:!1}}catch(c){a.i.T=void 0,Al(a.i,c)}a.i.H=!1;if(a.i.o){b=a.i.o;a.i.o=null;if(b.dm)throw b.Al;return{value:b.return,done:!0}}return{value:void 0,done:!0}};El=function(a,b,c,d){try{var e=b.call(a.i.j,c);if(!(e instanceof Object))throw new TypeError("Iterator result "+e+" is not an object");if(!e.done)return a.i.H=!1,e;var f=e.value}catch(g){return a.i.j=null,Al(a.i,g),Dl(a)}a.i.j=null;d.call(a.i,f);return Dl(a)};
Fl=function(a,b){zl(a.i);var c=a.i.j;if(c)return El(a,"return"in c?c["return"]:function(d){return{value:d,done:!0}},b,a.i.return);a.i.return(b);return Dl(a)};_.Gl=function(a){this.next=function(b){zl(a.i);a.i.j?b=El(a,a.i.j.next,b,a.i.W):(a.i.W(b),b=Dl(a));return b};this.throw=function(b){zl(a.i);a.i.j?b=El(a,a.i.j["throw"],b,a.i.W):(Al(a.i,b),b=Dl(a));return b};this.return=function(b){return Fl(a,b)};(0,_.Ca)();this[Symbol.iterator]=function(){return this}};
_.Hl=function(a){function b(d){return a.next(d)}function c(d){return a.throw(d)}return new Promise(function(d,e){function f(g){g.done?d(g.value):Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})};_.Il=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var d=c.slice();d.push.apply(d,arguments);return a.apply(this,d)}};_.Jl=function(a,b,c){for(var d=a.length,e=Array(d),f="string"===typeof a?a.split(""):a,g=0;g<d;g++)g in f&&(e[g]=b.call(c,f[g],g,a));return e};
_.Kl=function(a,b){return 0<=_.eb(a,b)};_.Ll=function(a){return Array.prototype.concat.apply([],arguments)};_.Ml=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};_.Nl=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};_.Ol=function(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b};
_.Ql=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<Pl.length;f++)c=Pl[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};_.Rl=function(a,b){return 0==a.lastIndexOf(b,0)};
_.Zl=function(a,b){if(b)a=a.replace(Sl,"&amp;").replace(Tl,"&lt;").replace(Ul,"&gt;").replace(Vl,"&quot;").replace(Wl,"&#39;").replace(Xl,"&#0;");else{if(!Yl.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(Sl,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(Tl,"&lt;"));-1!=a.indexOf(">")&&(a=a.replace(Ul,"&gt;"));-1!=a.indexOf('"')&&(a=a.replace(Vl,"&quot;"));-1!=a.indexOf("'")&&(a=a.replace(Wl,"&#39;"));-1!=a.indexOf("\x00")&&(a=a.replace(Xl,"&#0;"))}return a};_.$l=function(a){return a=_.Zl(a,void 0)};
bm=function(a){var b=a;if(Array.isArray(a))b=Array(a.length),am(b,a);else if(null!==a&&"object"==typeof a){var c=b={},d;for(d in a)a.hasOwnProperty(d)&&(c[d]=bm(a[d]))}return b};am=function(a,b){for(var c=0;c<b.length;++c)b.hasOwnProperty(c)&&(a[c]=bm(b[c]))};cm=function(a,b){a!==b&&(a.length=0,b&&(a.length=b.length,am(a,b)))};_.dm=function(a,b){return null!=a.V[b]};_.em=function(a,b){return!!_.zc(a,b,void 0)};_.fm=function(a){var b=[];cm(b,a.V);return b};_.gm=function(a,b){b=b&&b;cm(a.V,b?b.V:null)};
_.hm=function(a,b){return new _.Cd(a.Da+b.Da,a.Ha+b.Ha)};_.im=function(a,b){return new _.Cd(a.Da-b.Da,a.Ha-b.Ha)};jm=function(a,b){return b-Math.floor((b-a.min)/a.i)*a.i};km=function(a,b,c){return b-Math.round((b-c)/a.i)*a.i};_.lm=function(a,b){return new _.Cd(a.$d?jm(a.$d,b.Da):b.Da,a.ae?jm(a.ae,b.Ha):b.Ha)};_.mm=function(a,b,c){return new _.Cd(a.$d?km(a.$d,b.Da,c.Da):b.Da,a.ae?km(a.ae,b.Ha,c.Ha):b.Ha)};_.nm=function(a){return{wa:Math.round(a.wa),Ca:Math.round(a.Ca)}};
_.om=function(a,b){return{wa:a.j*b.Da+a.o*b.Ha,Ca:a.H*b.Da+a.T*b.Ha}};_.pm=function(a){return new _.L(a.Za.i,a.Ua.j,!0)};_.qm=function(a){return new _.L(a.Za.j,a.Ua.i,!0)};_.rm=function(a){return!!a.handled};tm=function(a,b){_.Nl(b,function(c,d){c&&"object"==typeof c&&c.Uc&&(c=c.Eb());"style"==d?a.style.cssText=c:"class"==d?a.className=c:"for"==d?a.htmlFor=c:sm.hasOwnProperty(d)?a.setAttribute(sm[d],c):_.Rl(d,"aria-")||_.Rl(d,"data-")?a.setAttribute(d,c):a[d]=c})};
um=function(a){if(a&&"number"==typeof a.length){if(_.Sa(a))return"function"==typeof a.item||"string"==typeof a.item;if(_.Ra(a))return"function"==typeof a.item}return!1};vm=function(a,b,c){function d(g){g&&b.appendChild("string"===typeof g?a.createTextNode(g):g)}for(var e=2;e<c.length;e++){var f=c[e];!_.Qa(f)||_.Sa(f)&&0<f.nodeType?d(f):_.B(um(f)?_.Ml(f):f,d)}};
wm=function(a,b,c){var d=arguments,e=document,f=String(d[0]),g=d[1];if(!_.vk&&g&&(g.name||g.type)){f=["<",f];g.name&&f.push(' name="',_.$l(g.name),'"');if(g.type){f.push(' type="',_.$l(g.type),'"');var h={};_.Ql(h,g);delete h.type;g=h}f.push(">");f=f.join("")}f=_.ue(e,f);g&&("string"===typeof g?f.className=g:Array.isArray(g)?f.className=g.join(" "):tm(f,g));2<d.length&&vm(e,f,d);return f};_.xm=function(a,b){a=_.af(a,b);a.push(b);return new _.$e(a)};
_.ym=function(a,b){var c=void 0===b?{}:b;b=void 0===c.root?document.head:c.root;c.Zd&&(a=a.replace(/(\W)left(\W)/g,"$1`$2").replace(/(\W)right(\W)/g,"$1left$2").replace(/(\W)`(\W)/g,"$1right$2"));c=wm("STYLE");c.appendChild(document.createTextNode(a));b.insertBefore(c,b.firstChild);return c};_.zm=function(a,b,c){c=void 0===c?!1:c;b=b.getRootNode?b.getRootNode():document;b=b.head||b;_.yk.has(b)||_.yk.set(b,new WeakSet);var d=_.yk.get(b);d.has(a)||(d.add(a),_.ym(a(),{root:b,Zd:c}))};
Am=function(a,b,c){var d=c.Da,e=c.Ha;switch((360+a.heading*b)%360){case 90:d=c.Ha;e=a.size.Ca-c.Da;break;case 180:d=a.size.wa-c.Da;e=a.size.Ca-c.Ha;break;case 270:d=a.size.wa-c.Ha,e=c.Da}return new _.Cd(d,e)};_.Bm=function(a,b){var c=Math.pow(2,b.Ma);return Am(a,-1,new _.Cd(a.size.wa*b.Aa/c,a.size.Ca*(.5+(b.Ba/c-.5)/a.i)))};_.Cm=function(a,b,c,d){d=void 0===d?Math.floor:d;var e=Math.pow(2,c);b=Am(a,1,b);return{Aa:d(b.Da*e/a.size.wa),Ba:d(e*(.5+(b.Ha/a.size.Ca-.5)*a.i)),Ma:c}};
_.Dm=function(a,b){b=void 0===b?!1:b;a=a.H;for(var c=b?_.Ic(a,1):_.Ic(a,0),d=[],e=0;e<c;e++)d.push(b?_.Ec(a,1,e):_.Ec(a,0,e));return d.map(function(f){return f+"?"})};_.Em=function(a,b,c){return a.i>b||a.i==b&&a.j>=(c||0)};_.Fm=function(){var a=_.cj;return 4==a.type&&(5==a.i||6==a.i)};_.Gm=function(a){return"string"==typeof a.className?a.className:a.getAttribute&&a.getAttribute("class")||""};_.Hm=function(a,b){"string"==typeof a.className?a.className=b:a.setAttribute&&a.setAttribute("class",b)};
_.Im=function(a,b){return a.classList?a.classList.contains(b):_.Kl(a.classList?a.classList:_.Gm(a).match(/\S+/g)||[],b)};_.Jm=function(a,b){if(a.classList)a.classList.add(b);else if(!_.Im(a,b)){var c=_.Gm(a);_.Hm(a,c+(0<c.length?" "+b:b))}};Km=function(a,b){b=new _.Gl(new _.Cl(b));_.Ga&&(0,_.Ga)(b,a.prototype);return b};Lm=function(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b};
_.Mm=function(a,b){_.Qa(a);void 0===b&&(b=0);_.mc();b=_.nc[b];for(var c=[],d=0;d<a.length;d+=3){var e=a[d],f=d+1<a.length,g=f?a[d+1]:0,h=d+2<a.length,k=h?a[d+2]:0,l=e>>2;e=(e&3)<<4|g>>4;g=(g&15)<<2|k>>6;k&=63;h||(k=64,f||(g=64));c.push(b[l],b[e],b[g]||"",b[k]||"")}return c.join("")};Nm=function(a){return a.replace(/[+/]/g,function(b){return"+"==b?"-":"_"}).replace(/[.=]+$/,"")};_.Om=function(a){return Math.log(a)/Math.LN2};_.Pm=function(){return(new Date).getTime()};
Qm=function(a){var b=[],c=!1,d;return function(e){e=e||_.n();c?e(d):(b.push(e),1==_.Xc(b)&&a(function(f){d=f;for(c=!0;_.Xc(b);)b.shift()(f)}))}};_.Rm=function(a){return window.setTimeout(a,0)};_.Q=function(a){return Math.round(a)+"px"};_.Sm=function(a){a=a.split(/(^[^A-Z]+|[A-Z][^A-Z]+)/);for(var b=[],c=0;c<a.length;++c)a[c]&&b.push(a[c]);return b.join("-").toLowerCase()};Tm=function(a){return"("+a.Aa+","+a.Ba+")@"+a.Ma};Um=function(a){this.i=a||0};
_.Vm=function(a,b){this.x=void 0!==a?a:0;this.y=void 0!==b?b:0};_.Wm=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};_.Xm=function(a){return 9==a.nodeType?a:a.ownerDocument||a.document};_.Ym=function(a,b,c,d){this.latLng=a;this.tb=b;this.pixel=c;this.ab=d};_.Zm=function(a){_.E(this,a,2)};_.$m=function(a,b){a.V[0]=b};
_.an=function(a){_.E(this,a,2)};_.bn=function(a){return new _.Zm(_.Gc(a,1))};cn=function(a,b){var c=document,d=c.head;c=c.createElement("script");c.type="text/javascript";c.charset="UTF-8";_.Zb(c,a);b&&(c.onerror=b);d.appendChild(c);return c};_.dn=function(a){_.E(this,a,2)};_.en=function(a,b){a.V[0]=b};_.fn=function(a,b){a.V[1]=b};_.gn=function(a){_.E(this,a,2)};_.hn=function(a){return new _.dn(_.G(a,0))};_.jn=function(a){return new _.dn(_.G(a,1))};
_.ln=function(){kn||(kn={ha:"mm",ma:["dd","dd"]});return kn};on=function(){mn&&nn&&(_.og=null)};pn=function(a,b){var c=a.x,d=a.y;switch(b){case 90:a.x=d;a.y=256-c;break;case 180:a.x=256-c;a.y=256-d;break;case 270:a.x=256-d,a.y=c}};_.qn=function(a){this.o=new _.xg;this.i=new Um(a%360);this.H=new _.I(0,0);this.j=!0};_.rn=function(a){return!a||a instanceof _.qn?_.il:a};_.sn=function(a,b){a=_.rn(b).fromLatLngToPoint(a);return new _.Cd(a.x,a.y)};
_.tn=function(a,b,c){return _.rn(b).fromPointToLatLng(new _.I(a.Da,a.Ha),c)};_.vn=function(){return un.find(function(a){return a in document.body.style})};_.wn=function(a,b,c){this.i=document.createElement("div");a.appendChild(this.i);this.i.style.position="absolute";this.i.style.top=this.i.style.left="0";this.i.style.zIndex=b;this.j=c.bounds;this.o=c.size;this.H=_.vn();a=document.createElement("div");this.i.appendChild(a);a.style.position="absolute";a.style.top=a.style.left="0";a.appendChild(c.image)};
_.xn=function(a){_.jl?_.z.requestAnimationFrame(a):_.z.setTimeout(function(){return a(_.Ya())},0)};yn=function(a){this.j=a;this.Na=_.ve("DIV");this.Na.style.position="absolute";this.i=this.origin=this.scale=null};zn=function(a,b){a.Na.appendChild(b);a.Na.parentNode||a.j.appendChild(a.Na)};An=function(a){var b=a.je,c=a.ko,d=a.Wa;this.Xa=a.Xa;this.o=b;this.i=c;this.Wa=d;this.T=null;this.j=!1;this.H=!0;this.loaded=c.loaded};
Bn=function(a){_.kl.has(a.o)||_.kl.set(a.o,new Map);var b=_.kl.get(a.o),c=a.Xa.Ma;b.has(c)||b.set(c,new yn(a.o));return b.get(c)};
Cn=function(a,b){b=void 0===b?!0:b;return a.T||(a.T=new Promise(function(c){var d,e;_.xn(function(){if(a.H)if(d=a.i.Hb())if(d.parentElement||zn(Bn(a),d),e=d.style,e.position="absolute",b){e.transition="opacity 200ms linear";e.opacity="0";_.xn(function(){e.opacity=""});var f=function(){a.j=!0;d.removeEventListener("transitionend",f);clearTimeout(g);c()};d.addEventListener("transitionend",f);var g=setTimeout(f,400)}else a.j=!0,c();else a.j=!0,c();else c()})}))};
_.Dn=function(a){var b=a.Wa;return{Wa:b,Vb:a.Vb,om:function(c){return new An({je:c.je,Xa:c.Xa,ko:a.Yb(c.No,{Lb:c.Lb}),Wa:b})}}};En=function(a,b,c){var d=_.Cm(a,b.min,c);a=_.Cm(a,b.max,c);this.o=Math.min(d.Aa,a.Aa);this.H=Math.min(d.Ba,a.Ba);this.i=Math.max(d.Aa,a.Aa);this.j=Math.max(d.Ba,a.Ba);this.Ma=c};Fn=function(a,b){return a<b?a:1E3-a};Gn=function(a,b){var c=a.Ma;b=c-b;return{Aa:a.Aa>>b,Ba:a.Ba>>b,Ma:c-b}};
Hn=function(a,b){var c=Math.min(a.Ma,b.Ma);a=Gn(a,c);b=Gn(b,c);return a.Aa==b.Aa&&a.Ba==b.Ba};_.In=function(a,b,c,d,e,f){f=void 0===f?{}:f;f=void 0===f.Ve?!1:f.Ve;this.o=document.createElement("div");a.appendChild(this.o);this.o.style.position="absolute";this.o.style.top=this.o.style.left="0";this.o.style.zIndex=b;this.nb=c;this.Ta=e;this.Ve=f&&"transition"in this.o.style;this.ta=!0;this.Qa=this.i=this.W=null;this.T=d;this.ka=this.La=this.H=0;this.ua=!1;this.ya=1!=d.Vb;this.j=new Map;this.$=null};
Jn=function(a,b,c,d){a.ka&&(clearTimeout(a.ka),a.ka=0);if(a.ta&&b.Ma==a.H)if(!c&&!d&&_.Ya()<a.La+250)a.ka=setTimeout(function(){return Jn(a,b,c,d)},a.La+250-_.Ya());else{a.$=b;Kn(a);for(var e=_.Da(a.j.values()),f=e.next();!f.done;f=e.next())f=f.value,f.setZIndex(String(Fn(f.Xa.Ma,b.Ma)));if(a.ta&&(d||3!=a.T.Vb)){e={};f=_.Da(Ln(b));for(var g=f.next();!g.done;e={Jc:e.Jc},g=f.next()){g=g.value;var h=Tm(g);if(!a.j.has(h)){a.ua||(a.ua=!0,a.Ta(!0));var k=g,l=k.Ma,m=a.T.Wa;k=_.Bm(m,{Aa:k.Aa+.5,Ba:k.Ba+.5,
Ma:l});m=_.Cm(m,_.lm(a.nb.j,k),l);e.Jc=a.T.om({je:a.o,Xa:g,No:m});a.j.set(h,e.Jc);e.Jc.setZIndex(String(Fn(l,b.Ma)));a.W&&a.i&&a.Qa&&e.Jc.Pb(a.W,a.i,a.Qa.Sd);a.ya?e.Jc.loaded.then(function(q){return function(){return Mn(a,q.Jc)}}(e)):e.Jc.loaded.then(function(q){return function(){return Cn(q.Jc,a.Ve)}}(e)).then(function(q){return function(){return Mn(a,q.Jc)}}(e))}}}}};
Mn=function(a,b){if(a.$.has(b.Xa)){b=_.Da(Nn(a,b.Xa));for(var c=b.next();!c.done;c=b.next()){c=c.value;var d=a.j.get(c);a:{var e=a;for(var f=d.Xa,g=_.Da(Ln(e.$)),h=g.next();!h.done;h=g.next())if(h=h.value,Hn(h,f)&&!On(e,h)){e=!1;break a}e=!0}e&&(d.release(),a.j.delete(c))}if(a.ya)for(b=_.Da(Ln(a.$)),c=b.next();!c.done;c=b.next())c=c.value,(d=a.j.get(Tm(c)))&&0==Nn(a,c).length&&Cn(d,!1)}Kn(a)};Kn=function(a){a.ua&&[].concat(_.Ea(Ln(a.$))).every(function(b){return On(a,b)})&&(a.ua=!1,a.Ta(!1))};
On=function(a,b){return(b=a.j.get(Tm(b)))?a.ya?b.nc():b.j:!1};Nn=function(a,b){var c=[];a=_.Da(a.j.values());for(var d=a.next();!d.done;d=a.next())d=d.value.Xa,d.Ma!=b.Ma&&Hn(d,b)&&c.push(Tm(d));return c};_.Pn=function(a,b,c,d){c=Math.pow(2,c);_.Pn.tmp||(_.Pn.tmp=new _.I(0,0));var e=_.Pn.tmp;e.x=b.x/c;e.y=b.y/c;return a.fromPointToLatLng(e,d)};
Qn=function(a,b){var c=b.getSouthWest();b=b.getNorthEast();var d=c.lng(),e=b.lng();d>e&&(b=new _.L(b.lat(),e+360,!0));c=a.fromLatLngToPoint(c);a=a.fromLatLngToPoint(b);return new _.Id([c,a])};_.Rn=function(a,b,c){a=Qn(a,b);c=Math.pow(2,c);b=new _.Id;b.Ka=a.Ka*c;b.Ia=a.Ia*c;b.Pa=a.Pa*c;b.Oa=a.Oa*c;return b};_.Sn=function(a,b){var c=_.Cg(a,new _.L(0,179.999999),b);a=_.Cg(a,new _.L(0,-179.999999),b);return new _.I(c.x-a.x,c.y-a.y)};
_.Tn=function(a,b){return a&&_.fd(b)?(a=_.Sn(a,b),Math.sqrt(a.x*a.x+a.y*a.y)):0};_.Un=function(a,b,c){var d=a.Za.i,e=a.Za.j,f=a.Ua.i,g=a.Ua.j,h=a.toSpan(),k=h.lat();h=h.lng();_.Vd(a.Ua)&&(g+=360);d-=b*k;e+=b*k;f-=b*h;g+=b*h;c&&(a=Math.min(k,h)/c,a=Math.max(1E-6,a),d=a*Math.floor(d/a),e=a*Math.ceil(e/a),f=a*Math.floor(f/a),g=a*Math.ceil(g/a));if(a=360<=g-f)f=-180,g=180;return new _.$d(new _.L(d,f,a),new _.L(e,g,a))};
_.Vn=function(){return window.devicePixelRatio||screen.deviceXDPI&&screen.deviceXDPI/96||1};_.Wn=function(a){a.parentNode&&(a.parentNode.removeChild(a),_.wi(a))};_.Xn=function(){this.i=new _.I(0,0)};
Yn=function(a,b,c,d){a:{var e=a.get("projection");var f=a.get("zoom");a=a.get("center");c=Math.round(c);d=Math.round(d);if(e&&b&&_.fd(f)&&(b=_.Cg(e,b,f))){a&&(f=_.Tn(e,f))&&Infinity!=f&&0!=f&&(e&&e.getPov&&0!=e.getPov().heading()%180?(e=b.y-a.y,e=_.ad(e,-f/2,f/2),b.y=a.y+e):(e=b.x-a.x,e=_.ad(e,-(f/2),f/2),b.x=a.x+e));e=new _.I(b.x-c,b.y-d);break a}e=null}return e};
Zn=function(a,b,c,d,e,f){var g=a.get("projection"),h=a.get("zoom");if(b&&g&&_.fd(h)){if(!_.fd(b.x)||!_.fd(b.y))throw Error("from"+e+"PixelToLatLng: Point.x and Point.y must be of type number");a=a.i;a.x=b.x+Math.round(c);a.y=b.y+Math.round(d);return _.Pn(g,a,h,f)}return null};_.$n=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};ao=function(a,b){return a===b};
_.bo=function(a,b){this.j={};this.i=[];this.o=0;var c=arguments.length;if(1<c){if(c%2)throw Error("Uneven number of arguments");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a)if(a instanceof _.bo)for(c=a.Rc(),d=0;d<c.length;d++)this.set(c[d],a.get(c[d]));else for(d in a)this.set(d,a[d])};
_.co=function(a){if(a.o!=a.i.length){for(var b=0,c=0;b<a.i.length;){var d=a.i[b];_.$n(a.j,d)&&(a.i[c++]=d);b++}a.i.length=c}if(a.o!=a.i.length){var e={};for(c=b=0;b<a.i.length;)d=a.i[b],_.$n(e,d)||(a.i[c++]=d,e[d]=1),b++;a.i.length=c}};_.eo=function(a){if(a.Tb&&"function"==typeof a.Tb)return a.Tb();if("string"===typeof a)return a.split("");if(_.Qa(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return Lm(a)};
_.fo=function(a){if(a.Rc&&"function"==typeof a.Rc)return a.Rc();if(!a.Tb||"function"!=typeof a.Tb){if(_.Qa(a)||"string"===typeof a){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}return _.Ol(a)}};go=function(a,b,c){if(a.forEach&&"function"==typeof a.forEach)a.forEach(b,c);else if(_.Qa(a)||"string"===typeof a)_.B(a,b,c);else for(var d=_.fo(a),e=_.eo(a),f=e.length,g=0;g<f;g++)b.call(c,e[g],d&&d[g],a)};
_.ho=function(){var a;(a=_.Fm())||(a=_.cj,a=4==a.type&&4==a.i&&_.Em(_.cj.version,534));a||(a=_.cj,a=3==a.type&&4==a.i);return a||0<window.navigator.maxTouchPoints||0<window.navigator.msMaxTouchPoints||"ontouchstart"in document.documentElement&&"ontouchmove"in document.documentElement&&"ontouchend"in document.documentElement};_.io=function(a){return a?9==a.nodeType?a:a.ownerDocument||document:document};_.jo=function(a,b,c){a=_.io(b).createTextNode(a);b&&!c&&b.appendChild(a);return a};
_.ko=function(a,b){1==_.cj.type?a.innerText=b:a.textContent=b};lo=function(a,b){var c=a.style;_.Yc(b,function(d,e){c[d]=e})};_.mo=function(a){a=a.style;"absolute"!=a.position&&(a.position="absolute")};_.no=function(a,b,c){_.mo(a);a=a.style;c=c?"right":"left";var d=_.Q(b.x);a[c]!=d&&(a[c]=d);b=_.Q(b.y);a.top!=b&&(a.top=b)};_.oo=function(a,b,c,d,e){a=_.io(b).createElement(a);c&&_.no(a,c);d&&_.Wg(a,d);b&&!e&&b.appendChild(a);return a};_.po=function(a,b){a.style.zIndex=Math.round(b)};
_.qo=function(a){var b=!1;_.sl.o()?a.draggable=!1:b=!0;var c=_.tl.o;c?a.style[c]="none":b=!0;b&&a.setAttribute("unselectable","on");a.onselectstart=function(d){_.fe(d);_.ge(d)}};_.ro=function(a){_.N.addDomListener(a,"contextmenu",function(b){_.fe(b);_.ge(b)})};so=function(){return document.location&&document.location.href||window.location.href};_.to=function(){try{return window.self!==window.top}catch(a){return!0}};_.uo=function(a,b,c){_.hj&&_.P("stats").then(function(d){d.ya(a).ka(b,c)})};
_.vo=function(a,b,c){if(_.hj){var d=a+b;_.P("stats").then(function(e){e.H(d).add(c);if("-p"==b){var f=a+"-h";e.H(f).add(c)}else"-v"==b&&(f=a+"-vh",e.H(f).add(c))})}};_.wo=function(a,b,c){_.hj&&_.P("stats").then(function(d){d.H(a+b).remove(c)})};xo=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," ")):"")}}};
_.yo=function(a,b){this.j=this.i=null;this.o=a||null;this.H=!!b};zo=function(a){a.i||(a.i=new _.bo,a.j=0,a.o&&xo(a.o,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};Bo=function(a,b){zo(a);b=Ao(a,b);return _.$n(a.i.j,b)};Co=function(a){var b=new _.yo;b.o=a.o;a.i&&(b.i=new _.bo(a.i),b.j=a.j);return b};Ao=function(a,b){b=String(b);a.H&&(b=b.toLowerCase());return b};
Do=function(a,b){b&&!a.H&&(zo(a),a.o=null,a.i.forEach(function(c,d){var e=d.toLowerCase();d!=e&&(this.remove(d),this.setValues(e,c))},a));a.H=b};Eo=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""};Fo=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)};Go=function(a,b,c){return"string"===typeof a?(a=encodeURI(a).replace(b,Fo),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null};
_.Ho=function(a,b){this.i=this.W=this.o="";this.ka=null;this.H=this.$="";this.T=!1;var c;a instanceof _.Ho?(this.T=void 0!==b?b:a.T,_.Io(this,a.o),this.W=a.W,this.i=a.i,_.Jo(this,a.zd()),this.setPath(a.getPath()),Ko(this,Co(a.j)),this.H=a.H):a&&(c=String(a).match(_.Lo))?(this.T=!!b,_.Io(this,c[1]||"",!0),this.W=Eo(c[2]||""),this.i=Eo(c[3]||"",!0),_.Jo(this,c[4]),this.setPath(c[5]||"",!0),Ko(this,c[6]||"",!0),this.H=Eo(c[7]||"")):(this.T=!!b,this.j=new _.yo(null,this.T))};
_.Io=function(a,b,c){a.o=c?Eo(b,!0):b;a.o&&(a.o=a.o.replace(/:$/,""))};_.Jo=function(a,b){if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("Bad port number "+b);a.ka=b}else a.ka=null};Ko=function(a,b,c){b instanceof _.yo?(a.j=b,Do(a.j,a.T)):(c||(b=Go(b,Mo)),a.j=new _.yo(b,a.T));return a};_.No=function(a,b,c){a.j.set(b,c);return a};_.Po=function(a,b,c){return _.Oo+a+(b&&1<_.Vn()?"_hdpi":"")+(c?".gif":".png")};
_.Qo=function(a,b,c,d){var e=this;this.T=a;this.H=b;this.i=this.o=this.j=null;this.W=c;this.$=d||_.Na;_.N.kb(a,"projection_changed",function(){var f=_.rn(a.getProjection());f instanceof _.xg||(f=f.fromLatLngToPoint(new _.L(0,180)).x-f.fromLatLngToPoint(new _.L(0,-180)).x,e.H.j=new _.Ed({$d:new _.Dd(f),ae:void 0}))})};Ro=function(a){var b=a.H.jh();return a.H.Wc({clientX:b.left,clientY:b.top})};
So=function(a,b,c){if(!c||!b||!a.j)return null;b=_.sn(b,a.T.get("projection"));b=_.mm(a.H.j,b,new _.Cd(.5*(a.j.min.Da+a.j.max.Da),.5*(a.j.min.Ha+a.j.max.Ha)));a=_.om(a.i,_.im(b,c));return new _.I(a.wa,a.Ca)};To=function(a,b,c,d){return c&&a.i?_.tn(_.hm(c,_.Hd(a.i,{wa:b.x,Ca:b.y})),a.T.get("projection"),d):null};_.Uo=function(a,b,c,d){this.coords=b;this.button=c;this.Sa=a;this.i=d};_.Vo=function(a){a.Sa.noDown=!0};_.Wo=function(a){a.Sa.noMove=!0};_.Xo=function(a){a.Sa.noUp=!0};
_.Yo=function(a){a.Sa.noClick=!0};$o=function(a){this.i=a;this.Fa=[];this.H=!1;this.o=0;this.j=new Zo(this)};ap=function(a,b){a.o&&(clearTimeout(a.o),a.o=0);b&&(a.j=b,b.j&&b.Ae&&(a.o=setTimeout(function(){ap(a,b.Ae())},b.j)))};bp=function(a){a=_.Da(a.Fa);for(var b=a.next();!b.done;b=a.next())b.value.reset()};cp=function(a){a=a.Fa.map(function(b){return b.rh()});return[].concat.apply([],_.Ea(a))};
dp=function(a,b,c){var d=Math.abs(a.clientX-b.clientX);a=Math.abs(a.clientY-b.clientY);return d*d+a*a>=c*c};Zo=function(a){this.i=a;this.Ae=this.j=void 0;bp(a)};ep=function(a,b,c){this.i=a;this.o=b;this.T=c;this.H=cp(a)[0];this.j=500};ip=function(a,b){var c=fp(cp(a.i)),d=a.o&&1==c.Uf&&a.i.i.vl||a.i.i.Od;if(!d||_.rm(b.Sa)||b.Sa.noDrag)return new gp(a.i);d.Dd(c,b);return new hp(a.i,d,c.Gb)};gp=function(a){this.i=a;this.Ae=this.j=void 0};jp=function(a,b,c){this.i=a;this.H=b;this.o=c;this.j=300;bp(a)};
hp=function(a,b,c){this.H=a;this.i=b;this.o=c;this.Ae=this.j=void 0};fp=function(a){for(var b=a.length,c=0,d=0,e=0,f=0;f<b;++f){var g=a[f];c+=g.clientX;d+=g.clientY;e+=g.clientX*g.clientX+g.clientY*g.clientY}return{Gb:{clientX:c/b,clientY:d/b},radius:Math.sqrt(e-(c*c+d*d)/b)+1E-10,Uf:b}};
_.lp=function(a,b,c,d){var e=void 0===d?{}:d;d=void 0===e.Sb?!1:e.Sb;e=void 0===e.passive?!1:e.passive;this.i=a;this.o=b;this.j=c;this.H=kp?{passive:e,capture:d}:d;a.addEventListener?a.addEventListener(b,c,this.H):a.attachEvent&&a.attachEvent("on"+b,c)};mp=function(){this.i={}};
up=function(a,b,c){var d=this;this.T=b;this.o=void 0===c?a:c;this.o.style.msTouchAction=this.o.style.touchAction="none";this.i=null;this.$=new _.lp(a,1==np?op.zf:pp.zf,function(e){qp(e)&&(rp=_.Ya(),d.i||_.rm(e)||(sp(d),d.i=new tp(d,d.T,e),d.T.Ib(new _.Uo(e,e,1))))},{Sb:!1});this.H=null;this.W=!1;this.j=-1};sp=function(a){-1!=a.j&&a.H&&(_.z.clearTimeout(a.j),a.T.Mb(new _.Uo(a.H,a.H,1)),a.j=-1)};
tp=function(a,b,c){var d=this;this.H=a;this.j=b;a=1==np?op:pp;this.Fa=[new _.lp(document,a.zf,function(e){qp(e)&&(rp=_.Ya(),d.i.add(e),d.o=null,d.j.Ib(new _.Uo(e,e,1)))},{Sb:!0}),new _.lp(document,a.move,function(e){a:{if(qp(e)){rp=_.Ya();d.i.add(e);if(d.o){if(1==Lm(d.i.i).length&&!dp(e,d.o,15)){e=void 0;break a}d.o=null}d.j.Wb(new _.Uo(e,e,1))}e=void 0}return e},{Sb:!0})].concat(_.Ea(a.up.map(function(e){return new _.lp(document,e,function(f){return vp(d,f)},{Sb:!0})})));this.i=new mp;this.i.add(c);
this.o=c};vp=function(a,b){if(qp(b)){rp=_.Ya();var c=!1;!a.H.W||1!=Lm(a.i.i).length||"pointercancel"!=b.type&&"MSPointerCancel"!=b.type||(a.j.Wb(new _.Uo(b,b,1)),c=!0);var d=-1;c&&(d=_.z.setTimeout(function(){return sp(a.H)},1500));delete a.i.i[b.pointerId];0==Lm(a.i.i).length&&a.H.reset(b,d);c||a.j.Mb(new _.Uo(b,b,1))}};qp=function(a){var b=a.pointerType;return"touch"==b||b==a.MSPOINTER_TYPE_TOUCH};
xp=function(a){if(void 0==wp)try{new MouseEvent("click"),wp=!0}catch(c){wp=!1}if(wp)return new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window,detail:1,screenX:a.clientX,screenY:a.clientY,clientX:a.clientX,clientY:a.clientY});var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,1,a.clientX,a.clientY,a.clientX,a.clientY,!1,!1,!1,!1,0,null);return b};
Ap=function(a,b){var c=this;this.j=b;this.i=null;this.o=new _.lp(a,"touchstart",function(d){yp=_.Ya();if(!c.i&&!_.rm(d)){var e=!c.j.H||1<d.touches.length;e&&_.ee(d);c.i=new zp(c,c.j,Array.from(d.touches),e);c.j.Ib(new _.Uo(d,d.changedTouches[0],1))}},{Sb:!1,passive:!1})};
zp=function(a,b,c,d){var e=this;this.T=a;this.H=b;this.Fa=[new _.lp(document,"touchstart",function(f){yp=_.Ya();e.j=!0;_.rm(f)||_.ee(f);e.i=Array.from(f.touches);e.o=null;e.H.Ib(new _.Uo(f,f.changedTouches[0],1))},{Sb:!0,passive:!1}),new _.lp(document,"touchmove",function(f){a:{yp=_.Ya();e.i=Array.from(f.touches);!_.rm(f)&&e.j&&_.ee(f);if(e.o){if(1==e.i.length&&!dp(e.i[0],e.o,15)){f=void 0;break a}e.o=null}e.H.Wb(new _.Uo(f,f.changedTouches[0],1));f=void 0}return f},{Sb:!0,passive:!1}),new _.lp(document,
"touchend",function(f){return Bp(e,f)},{Sb:!0,passive:!1})];this.i=c;this.o=c[0]||null;this.j=d};Bp=function(a,b){yp=_.Ya();!_.rm(b)&&a.j&&_.ee(b);a.i=Array.from(b.touches);0==a.i.length&&a.T.reset(b.changedTouches[0]);a.H.Mb(new _.Uo(b,b.changedTouches[0],1,function(){a.j&&b.target.dispatchEvent(xp(b.changedTouches[0]))}))};
Ep=function(a,b,c){var d=this;this.j=b;this.o=c;this.i=null;this.ka=new _.lp(a,"mousedown",function(e){d.H=!1;_.rm(e)||_.Ya()<d.o.Cf()+200||(d.o instanceof up&&sp(d.o),d.i=d.i||new Cp(d,d.j,e),d.j.Ib(new _.Uo(e,e,Dp(e))))},{Sb:!1});this.ua=new _.lp(a,"mousemove",function(e){_.rm(e)||d.i||d.j.Ed(new _.Uo(e,e,Dp(e)))},{Sb:!1});this.T=0;this.H=!1;this.ta=new _.lp(a,"click",function(e){if(!_.rm(e)&&!d.H){var f=_.Ya();f<d.o.Cf()+200||(300>=f-d.T?d.T=0:(d.T=f,d.j.onClick(new _.Uo(e,e,Dp(e)))))}},{Sb:!1});
this.$=new _.lp(a,"dblclick",function(e){if(!(_.rm(e)||d.H||_.Ya()<d.o.Cf()+200)){var f=d.j;e=new _.Uo(e,e,Dp(e));var g=_.rm(e.Sa)||!!e.Sa.noClick;if(f.i.onClick&&!g)f.i.onClick({event:e,coords:e.coords,Td:!0})}},{Sb:!1});this.W=new _.lp(a,"contextmenu",function(e){return _.ee(e)},{Sb:!1})};
Cp=function(a,b,c){var d=this;this.H=a;this.o=b;this.W=new _.lp(document,"mousemove",function(e){a:{d.j=e;if(d.i){if(!dp(e,d.i,2)){e=void 0;break a}d.i=null}d.o.Wb(new _.Uo(e,e,Dp(e)));d.H.H=!0;e=void 0}return e},{Sb:!0});this.ka=new _.lp(document,"mouseup",function(e){d.H.reset();d.o.Mb(new _.Uo(e,e,Dp(e)))},{Sb:!0});this.T=new _.lp(document,"dragstart",_.ee);this.$=new _.lp(document,"selectstart",_.ee);this.i=this.j=c};Dp=function(a){return 2==a.buttons||3==a.which||2==a.button?3:2};
_.Fp=function(a,b,c){b=new $o(b);c=2==np?new Ap(a,b):new up(a,b,c);b.addListener(c);b.addListener(new Ep(a,b,c));return b};Gp=function(a){_.E(this,a,102)};Hp=function(a){var b=_.Pm().toString(36);a.V[6]=b.substr(b.length-6)};Ip=function(a){_.E(this,a,100)};_.Jp=function(a){var b=void 0===b?"":b;a.loaded||(b=a()+b,_.ym(b),a.loaded=!0)};
Mp=function(a,b){window._xdc_=window._xdc_||{};var c=window._xdc_;return function(d,e,f){function g(){var m=cn(k,l.qd);setTimeout(function(){return _.Wn(m)},25E3)}var h="_"+a(d).toString(36);d+="&callback=_xdc_."+h;b&&(d=b(d));var k=_.tf(d);Kp(c,h);var l=c[h];d=setTimeout(l.qd,25E3);l.Vg.push(new Lp(e,d,f));1==_.cj.type?_.Rm(g):g()}};
Kp=function(a,b){if(a[b])a[b].xh++;else{var c=function(d){var e=c.Vg.shift();e&&(e.o(d),clearTimeout(e.j));a[b].xh--;0==a[b].xh&&delete a[b]};c.Vg=[];c.xh=1;c.qd=function(){var d=c.Vg.shift();d&&(d.i&&d.i(),clearTimeout(d.j))};a[b]=c}};Lp=function(a,b,c){this.o=a;this.j=b;this.i=c||null};_.Op=function(a,b,c,d,e,f){a=Mp(a,c);b=_.Np(b,d);a(b,e,f)};_.Np=function(a,b,c){var d=a.charAt(a.length-1);"?"!=d&&"&"!=d&&(a+="?");b&&"&"==b.charAt(b.length-1)&&(b=b.substr(0,b.length-1));a+=b;c&&(a=c(a));return a};
Pp=function(){if(_.H){var a=_.Lc(_.H);a=_.em(a,3)}else a=!1;this.i=a};Qp=function(a){_.E(this,a,101)};Rp=function(a){_.E(this,a,100)};Sp=_.p(".gm-err-container{height:100%;width:100%;display:table;background-color:#e0e0e0;position:relative;left:0;top:0}.gm-err-content{border-radius:1px;padding-top:0;padding-left:10%;padding-right:10%;position:static;vertical-align:middle;display:table-cell}.gm-err-content a{color:#4285f4}.gm-err-icon{text-align:center}.gm-err-title{margin:5px;margin-bottom:20px;color:#616161;font-family:Roboto,Arial,sans-serif;text-align:center;font-size:24px}.gm-err-message{margin:5px;color:#757575;font-family:Roboto,Arial,sans-serif;text-align:center;font-size:12px}.gm-err-autocomplete{padding-left:20px;background-repeat:no-repeat;background-size:15px 15px}\n");
Up=function(){if(_.og){_.B(_.og,function(b){_.Tp(b,"Oops! Something went wrong.","This page didn't load Google Maps correctly. See the JavaScript console for technical details.")});on();var a=function(b){"object"==typeof b&&_.Yc(b,function(c,d){"Size"!=c&&(_.Yc(d.prototype,function(e){d.prototype[e]=_.Na}),a(d))})};a(_.z.google.maps)}};
_.Tp=function(a,b,c){var d=_.Po("api-3/images/icon_error");_.Jp(Sp);if(a.type)a.disabled=!0,a.placeholder=b,a.className+=" gm-err-autocomplete",a.style.backgroundImage="url('"+d+"')";else{a.innerText="";var e=_.ve("div");e.className="gm-err-container";a.appendChild(e);a=_.ve("div");a.className="gm-err-content";e.appendChild(a);e=_.ve("div");e.className="gm-err-icon";a.appendChild(e);var f=_.ve("IMG");e.appendChild(f);f.src=d;_.qo(f);d=_.ve("div");d.className="gm-err-title";a.appendChild(d);d.innerText=
b;b=_.ve("div");b.className="gm-err-message";a.appendChild(b);"string"===typeof c?b.innerText=c:b.appendChild(c)}};
Vp=function(a){var b=so(),c=_.H&&_.F(_.H,6),d=_.H&&_.F(_.H,13),e=_.H&&_.F(_.H,16);this.j=Qm(function(f){var g=new Qp;g.setUrl(b.substring(0,1024));d&&(g.V[2]=d);c&&(g.V[1]=c);e&&(g.V[3]=e);if(!c&&!e){var h=_.z.self==_.z.top&&b||location.ancestorOrigins&&location.ancestorOrigins[0]||document.referrer||"undefined";h=h.slice(0,1024);g.V[4]=h}a(g,function(k){mn=!0;var l=(new _.Uc(_.H.V[39])).getStatus();l=_.em(k,0)||0!=k.getStatus()||2==l;if(!l){Up();var m=_.dm(new _.Uc(k.V[5]),2)?_.F(new _.Uc(k.V[5]),
2):"Google Maps JavaScript API error: UrlAuthenticationCommonError https://developers.google.com/maps/documentation/javascript/error-messages#"+_.Sm("UrlAuthenticationCommonError");k=_.Ac(k,1,-1);if(0==k||13==k){var q=so();0==q.indexOf("file:/")&&13==k&&(q=q.replace("file:/","__file_url__"));m+="\nYour site URL to be authorized: "+q}_.kd(m);_.z.gm_authFailure&&_.z.gm_authFailure()}on();f(l)})})};_.Wp=function(a,b){a.i();a.j(function(c){c&&b()})};
Yp=function(a){var b=_.Xp,c=so(),d=_.H&&_.F(_.H,6),e=_.H&&_.F(_.H,16),f=_.H&&_.dm(_.H,13)?_.F(_.H,13):null;this.j=new Gp;this.j.setUrl(c.substring(0,1024));this.T=!1;_.H&&_.dm(_.H,39)?c=new _.Uc(_.H.V[39]):(c=new _.Uc,c.V[0]=1);this.o=_.ef(c,!1);this.o.kb(function(g){_.dm(g,2)&&_.kd(_.F(g,2))});f&&(this.j.V[8]=f);d?this.j.V[1]=d:e&&(this.j.V[2]=e);this.$=a;this.W=b};
_.Zp=function(a,b){var c=a.j;c.V[9]=b;Hp(c);_.Wp(a.W,function(){return a.$(c,function(d){if(!a.T&&(nn=a.T=!0,0===d.getStatus())){var e=new _.Uc(d.V[5]);var f=_.dm(e,0)?e.getStatus():_.em(d,2)?1:3;e=new _.Uc(_.G(d,5));3===f?Up():2!==f||_.dm(e,0)||(f=(new _.Uc(d.V[5])).getStatus(),e.V[0]=f);a.H(e);_.F(d,3)&&_.kd(_.F(d,3))}on()})})};$p=function(a,b,c,d){this.top=a;this.right=b;this.bottom=c;this.left=d};_.bq=function(){aq||(aq={ha:"mmmf",ma:["ddd","fff","ii"]});return aq};
dq=function(){cq||(cq={ha:"ssmmebb9eisa"},cq.ma=[_.bq(),"3dd"]);return cq};_.eq=_.n();fq=function(a){for(var b=0,c=a.length,d=0;d<c;++d){var e=a[d];null!=e&&(b+=4,_.Pa(e)&&(b+=fq(e)))}return b};hq=function(a,b,c,d){(new _.wc(b)).forEach(function(e){var f=e.Ud;if(e.hf)for(var g=e.value,h=0;h<g.length;++h)d=gq(g[h],f,e,c,d);else d=gq(e.value,f,e,c,d)},a);return d};
gq=function(a,b,c,d,e){d[e++]="!";d[e++]=b;if("m"==c.type)d[e++]="m",d[e++]=0,b=e,e=hq(a,c.lg,d,e),d[b-1]=e-b>>2;else{c=c.type;switch(c){case "b":a=a?1:0;break;case "i":case "j":case "u":case "v":case "n":case "o":a="string"!==typeof a||"j"!=c&&"v"!=c&&"o"!=c?Math.floor(a):a;break;case "s":"string"!==typeof a&&(a=""+a);var f=a;if(iq.test(f))b=!1;else{b=encodeURIComponent(f).replace(/%20/g,"+");var g=b.match(/%[89AB]/ig);f=f.length+(g?g.length:0);b=4*Math.ceil(f/3)-(3-f%3)%3<b.length}b&&(c="z");if("z"==
c){b=[];for(g=f=0;g<a.length;g++){var h=a.charCodeAt(g);128>h?b[f++]=h:(2048>h?b[f++]=h>>6|192:(55296==(h&64512)&&g+1<a.length&&56320==(a.charCodeAt(g+1)&64512)?(h=65536+((h&1023)<<10)+(a.charCodeAt(++g)&1023),b[f++]=h>>18|240,b[f++]=h>>12&63|128):b[f++]=h>>12|224,b[f++]=h>>6&63|128),b[f++]=h&63|128)}a=_.Mm(b,4)}else-1!=a.indexOf("*")&&(a=a.replace(jq,"*2A")),-1!=a.indexOf("!")&&(a=a.replace(kq,"*21"));break;case "B":"string"===typeof a?a=Nm(a):_.Qa(a)&&(a=_.Mm(a,4))}d[e++]=c;d[e++]=a}return e};
_.lq=function(a){var b=a.Aa,c=a.Ba,d=a.Ma,e=1<<d;return 0>c||c>=e?null:0<=b&&b<e?a:{Aa:(b%e+e)%e,Ba:c,Ma:d}};mq=function(a,b){var c=a.Aa,d=a.Ba,e=a.Ma,f=1<<e,g=Math.ceil(f*b.Oa);if(d<Math.floor(f*b.Ia)||d>=g)return null;g=Math.floor(f*b.Ka);b=Math.ceil(f*b.Pa);if(c>=g&&c<b)return a;a=b-g;c=Math.round(((c-g)%a+a)%a+g);return{Aa:c,Ba:d,Ma:e}};_.qq=function(a,b){_.Se.call(this);this.j=a;this.H=b;this.i=!1};
_.rq=function(a,b,c){_.kh.call(this);this.ka=null!=c?(0,_.y)(a,c):a;this.T=b;this.H=(0,_.y)(this.ta,this);this.j=this.i=null;this.o=[]};sq=function(a,b){_.cf.call(this);this.H=a;this.j=b;this.o=!0;this.i=null};_.tq=function(a,b,c){b+="";var d=new _.O,e="get"+_.se(b);d[e]=function(){return c.get()};e="set"+_.se(b);d[e]=function(){throw Error("Attempted to set read-only property: "+b);};c.addListener(function(){d.notify(b)});a.bindTo(b,d,b,void 0)};_.uq=function(a,b){return new sq(a,b)};
_.wq=function(){vq||(vq={ha:"qqm",ma:[""]});return vq};zq=function(){if(!xq){var a=xq={ha:"15m"};yq||(yq={ha:"mb",ma:["es"]});a.ma=[yq]}return xq};_.Bq=function(){Aq||(Aq={ha:"xx15m500m"},Aq.ma=["",zq()]);return Aq};Dq=function(){Cq||(Cq={ha:"mk",ma:["kxx"]});return Cq};Gq=function(){if(!Eq){var a=Eq={ha:"iuUieiiMemmusimssuums"};Fq||(Fq={ha:"esmss",ma:["kskbss8kss"]});a.ma=[Fq,"duuuu","eesbbii","sss","s"]}return Eq};
Nq=function(){if(!Hq){var a=Hq={ha:"esmsmMbuuuuuuuuuuuuusueuusmmeeEusuuuubeMssbuuuuuuuuuuumuMumM62uuumuumMuusmwmmuuMmmqMummMbkMMbmQ"},b=Gq(),c=Gq(),d=Gq();Iq||(Iq={ha:"imbiMiiiiiiiiiiiiiiemmWbi",ma:["uuus","bbbuu","iiiiiiik","iiiiiiik"]});var e=Iq;Jq||(Jq={ha:"sM"},Jq.ma=[Gq()]);var f=Jq;Kq||(Kq={ha:"mm",ma:["i","i"]});var g=Kq;Lq||(Lq={ha:"ms",ma:["sbiiiisss"]});var h=Lq;Mq||(Mq={ha:"Mi",ma:["uUk"]});a.ma=["sbi",b,c,"buuuuu","bbb",d,e,"Uuiu","uu","esii","iikkkii","uuuuu",f,"u3uu","iiiiii","bbb",
"uUs","bbbi",g,"iii","i","bbib","bki",h,"siksskb",Mq]}return Hq};_.Pq=function(){Oq||(Oq={ha:"ii5iiiiibiqmim"},Oq.ma=[Dq(),"Ii"]);return Oq};_.Qq=function(a){_.E(this,a,1)};_.Rq=function(a){_.E(this,a,2)};Sq=function(a){_.E(this,a,4)};Uq=function(){Tq||(Tq={ha:"mmss7bibsee",ma:["iiies","3dd"]});return Tq};Wq=function(){Vq||(Vq={ha:"M",ma:["ii"]});return Vq};Yq=function(){Xq||(Xq={ha:"nm",ma:["if"]});return Xq};
br=function(){if(!Zq){var a=Zq={ha:"ssmseemsb11bsss16m18bs21bim"};if(!$q){var b=$q={ha:"m"};ar||(ar={ha:"mb"},ar.ma=[br()]);b.ma=[ar]}a.ma=["3dd","sfss",$q,"bbbbb"]}return Zq};_.cr=function(a){_.E(this,a,24)};
er=function(){if(!dr){var a=dr={ha:"mm5mm8m10semmb16MsMUmEmmm"},b=er(),c=dq();if(!fr){var d=fr={ha:"2mmM"};gr||(gr={ha:"4M"},gr.ma=[Uq()]);var e=gr;hr||(hr={ha:"sme",ma:["3dd"]});d.ma=[e,"Si",hr]}d=fr;e=Uq();if(!ir){var f=ir={ha:"M3mi6memM12bs15mbb19mmsbi25bmbmeeaaeM37b"};var g=br(),h=_.bq();if(!jr){var k=jr={ha:"mmbb6mbbebmbbbIbm19mm25bbb31b33bbb37b40bbbis46mbbb51mb55m57bb61mmmbb67bb"};if(!kr){var l=kr={ha:"eek5ebEebMmeiiMbbbbmmbme"};lr||(lr={ha:"e3m",ma:["ii"]});var m=lr;mr||(mr={ha:"mm",ma:["bbbbb",
"bbbbb"]});l.ma=["e",m,"e","i",mr,"be"]}l=kr;nr||(m=nr={ha:"bbbbmbbb20eibMbbem45M"},or||(or={ha:"M3ee",ma:["e"]}),m.ma=["2bbbbee9be","e",or,"e"]);m=nr;pr||(pr={ha:"biib7i23b25bii29b32ii39iiibibb48bbbbs55bbbbibbimibbbbebbemib79e81i83dbbb89bbbb94bbb98bsbiIbbbbbb",ma:["dii","s"]});var q=pr;if(!qr){var t=qr={ha:"eebbebbb10bbm"};if(!rr){var u=rr={ha:"emb"};sr||(sr={ha:"M",ma:["e"]});u.ma=[sr]}t.ma=[rr]}t=qr;tr||(tr={ha:"mssm",ma:["bb","ss"]});u=tr;ur||(ur={ha:"M",ma:["e"]});var v=ur;vr||(vr={ha:"mbsb",
ma:["bbb"]});var w=vr;if(!wr){var x=wr={ha:"mbbmb"};if(!xr){var D=xr={ha:"mm4m6MMmmmm"};yr||(yr={ha:"j3mmeffm",ma:["if","if","if"]});var J=yr;zr||(zr={ha:"mmm",ma:["ff","ff","ff"]});var M=zr;Ar||(Ar={ha:"MM",ma:["ii","ii"]});var U=Ar;Br||(Br={ha:"3mi",ma:["if"]});var wa=Br;Cr||(Cr={ha:"fmmm",ma:["if","if","if"]});var qa=Cr;if(!Dr){var bb=Dr={ha:"4M"};Er||(Er={ha:"iM",ma:["ii"]});bb.ma=[Er]}bb=Dr;Fr||(Fr={ha:"im",ma:["if"]});var ic=Fr;if(!Gr){var Yd=Gr={ha:"7M"};Hr||(Hr={ha:"fM"},Hr.ma=[Yq()]);Yd.ma=
[Hr]}Yd=Gr;Ir||(Ir={ha:"4M"},Ir.ma=[Yq()]);D.ma=[J,M,U,wa,qa,bb,ic,Yd,Ir]}D=xr;Jr||(Jr={ha:"MM",ma:["2i","s"]});x.ma=[D,Jr]}x=wr;Kr||(D=Kr={ha:"Mm"},Lr||(Lr={ha:"qm",ma:["qq"]}),D.ma=[Lr,"b"]);k.ma=[l,m,q,"eb","EbEe","eek",t,"b",u,v,w,x,Kr]}k=jr;Mr||(Mr={ha:"imsfb",ma:["3dd"]});l=Mr;Nr||(m=Nr={ha:"ssbmsseMssmeemi17sEmbbbbm"},q=_.Pq(),Or||(t=Or={ha:"i3iIsei11m149i232m"},Pr||(Pr={ha:"mmi5k"},Pr.ma=["kxx",Dq()]),u=Pr,Qr||(v=Qr={ha:"m"},Rr||(Rr={ha:"mmmss"},Rr.ma=["kxx",_.Pq(),Dq()]),v.ma=[Rr]),t.ma=
[u,Qr]),m.ma=[q,Or,Nq(),"bss","e","se"]);m=Nr;Sr||(q=Sr={ha:"Mbb"},Tr||(Tr={ha:"mm",ma:["ii","ii"]}),q.ma=[Tr]);q=Sr;Ur||(Ur={ha:"ssssssss10ssssassM",ma:["a"]});t=Ur;Vr||(Vr={ha:"imb"},Vr.ma=[Nq()]);f.ma=[g,h,k,"ebbIIbb",l,m,"e",q,"e",t,Vr]}f=ir;Wr||(g=Wr={ha:"smMmsm8m10bbsm18smememb"},Xr||(Xr={ha:"m3s5mmm"},Xr.ma=[_.wq(),"3dd","fs","es"]),h=Xr,Yr||(k=Yr={ha:"Em4E7sem12Siiib18bbEebms"},Zr||(l=Zr={ha:"siee6ssfm11emm15mbmm"},$r||(m=$r={ha:"bbbbbimbbibbbbbbb"},as||(as={ha:"mMbb",ma:["ii","ebe"]}),m.ma=
[as]),m=$r,bs||(bs={ha:"mmiibi",ma:["iii","iii"]}),l.ma=["ii","bbbbbb",m,"i",bs,"bbbbbbbbb"]),k.ma=["ew",Zr,"Eii"]),k=Yr,cs||(cs={ha:"mm"},cs.ma=[_.Bq(),_.Bq()]),l=cs,ds||(ds={ha:"3mm",ma:["3dd","3dd"]}),m=ds,q=dq(),es||(es={ha:"biiebbemmebe"},es.ma=[Wq(),Wq()]),g.ma=["sssff",h,k,l,m,q,"bsS","ess",es]);g=Wr;fs||(fs={ha:"2s14b18m21mm",ma:["5bb9b12bbebbbbb","bb","6eee"]});h=fs;gs||(gs={ha:"msm"},gs.ma=[_.wq(),_.Bq()]);k=gs;hs||(hs={ha:"em",ma:["Sv"]});l=hs;is||(m=is={ha:"MssjMibM"},js||(js={ha:"eM",
ma:["3dd"]}),m.ma=["2sSbe","3dd",js]);a.ma=[b,c,d,e,f,g,h,k,"es",l,is,"3dd","sib"]}return dr};_.ks=function(a){_.E(this,a,9)};ls=function(a){_.E(this,a,5)};ms=function(a){_.E(this,a,9)};os=function(){ns||(ns={ha:"emmbfbmmb",ma:["bi","iiiibe","bii","E"]});return ns};ps=function(a){_.E(this,a,21)};_.qs=function(a){return new _.an(_.Gc(a,11))};_.rs=function(a){_.E(this,a,4)};ss=function(a){_.E(this,a,1001)};_.ts=function(a){_.E(this,a,26)};
_.Ks=function(a){var b=new _.eq;if(!us){var c=us={ha:"MMmemms9m11mmibbb18mbmkmImim"};if(!vs){var d=vs={ha:"m3mm6m8m25s1001m"};ws||(ws={ha:"mmi",ma:["uu","uu"]});var e=ws;xs||(xs={ha:"mumMmmuu"},xs.ma=["uu",_.Bq(),_.Bq(),_.Bq(),_.Bq()]);var f=xs;ys||(ys={ha:"miX",ma:["iiii"]});d.ma=["iiii",e,f,"ii",ys,"dddddd"]}d=vs;if(!zs){e=zs={ha:"esiMImbmm"};if(!As){f=As={ha:"MMEM"};Bs||(Bs={ha:"meusumbmiie13eese"},Bs.ma=[_.Bq(),_.wq(),""]);var g=Bs;if(!Cs){var h=Cs={ha:"mufb"};Ds||(Ds={ha:"M15m500m"},Ds.ma=[_.Bq(),
"",zq()]);h.ma=[Ds]}h=Cs;Es||(Es={ha:"mfufu"},Es.ma=[_.Bq()]);f.ma=[g,h,Es]}e.ma=["ss",As,er(),"e"]}e=zs;Fs||(f=Fs={ha:"2ssbe7m12Mu15sbb19bbb"},Gs||(Gs={ha:"eM",ma:["ss"]}),f.ma=["ii",Gs]);f=Fs;g=os();if(!Hs){h=Hs={ha:"ei4bbbbebbebbbbebbmmbI24bbm28ebm32beb36b38ebbEIbebbbb50eei54eb57bbmbbIIbb67mbm71bm1021b1024bbbb"};Is||(Is={ha:"ee4m"},Is.ma=[os()]);var k=Is;Js||(Js={ha:"eem"},Js.ma=[os()]);h.ma=[k,Js,"bbbbbbbbib","f","b","e","b","b"]}c.ma=[d,e,f,g,Hs,"eddisss","eb","ebfbb","b","2eb6bebbiiis15bde",
"be","bbbbbb","E"]}return b.i(a.V,us)};_.Ls=function(a){return new ps(_.G(a,2))};_.Ms=function(a){return new _.ks(_.Gc(a,1))};_.Ns=function(){this.parameters={};this.data=new _.Ye};_.Ps=function(a,b,c){var d=this;this.Db=a;this.yi="";this.Vc=!1;this.qg=function(){return _.Os(d,d.Vc)};this.Kg=b;this.Kg.addListener(this.qg);this.Jg=c;this.Jg.addListener(this.qg);_.Os(this,this.Vc)};_.Os=function(a,b){a.Vc=b;b=a.Kg.get()||_.Qs;var c=a.Jg.get()||Rs;b=a.Vc?b:c;a.yi!=b&&(a.Db.style.cursor=b,a.yi=b)};
_.Ss=function(a,b){b=b||new _.an;b.V[0]=26;b=_.bn(b);_.$m(b,"styles");b.V[1]=a};Ts=function(a,b){if(a.layerId){b=b||new _.ks;b.V[0]=2;b.V[1]=a.layerId;_.tc(b.V,4)[0]=1;for(var c in a.parameters){var d=new _.Rq(_.Gc(b,3));d.V[0]=c;d.V[1]=a.parameters[c]}a.spotlightDescription&&_.gm(new _.cr(_.G(b,7)),a.spotlightDescription);a.mapsApiLayer&&_.gm(new _.Qq(_.G(b,8)),a.mapsApiLayer)}};
_.Us=function(a){var b=this;this.i=new _.ts;a&&_.gm(this.i,a);_.Yg().forEach(function(c){for(var d=!1,e=0,f=_.Ic(b.i,22);e<f;e++)if(_.Ec(b.i,22,e)==c){d=!0;break}d||_.Dc(b.i,22,c)})};_.Vs=function(a,b,c,d){d=void 0===d?!0:d;var e=_.Ls(a.i);e.V[1]=b;e.V[2]=c;e.V[4]=_.Pg[43]?78:_.Pg[35]?289:18;d&&_.P("util").then(function(f){f.i.o.kb(function(g){2==g.getStatus()&&(g=_.Ms(a.i),g.V[0]=2,(new Sq(_.G(g,5))).addElement(5))})})};_.Ws=function(a,b){a.i.V[3]=b;3==b?(new ls(_.G(a.i,11))).V[4]=!0:_.Cc(a.i,11)};
_.Xs=function(a,b,c,d){"terrain"==b?(b=_.Ms(a.i),b.V[0]=4,b.V[1]="t",b.V[2]=d,a=_.Ms(a.i),a.V[0]=0,a.V[1]="r",a.V[2]=c):(a=_.Ms(a.i),a.V[0]=0,a.V[1]="m",a.V[2]=c)};
_.Zs=function(a,b,c,d){d=void 0===d?!0:d;if(b.paintExperimentIds){for(var e=[],f=0,g=_.Ic(a.i,22);f<g;f++)e.push(_.Ec(a.i,22,f));f={};g=_.Da(b.paintExperimentIds);for(var h=g.next();!h.done;f={sf:f.sf},h=g.next())f.sf=h.value,0>e.findIndex(function(k){return function(l){return l==k.sf}}(f))&&_.Dc(a.i,22,f.sf)}b.layerId&&(Ts(b,_.Ms(a.i)),d&&(b=b.Ef(c))&&_.Ys(a,b))};_.Ys=function(a,b){_.gm(_.qs(_.Ls(a.i)),b)};_.$s=function(a,b){a.i.V[12]=b;a.i.V[13]=!0};_.at=function(a,b){return a[(b.Aa+2*b.Ba)%a.length]};
_.ct=function(a,b,c,d){var e=bt;d=void 0===d?{}:d;this.ya=e;this.Xa=a;this.W=c;_.no(c,_.rk);this.Qa=b;this.ka=d.errorMessage||null;this.ta=d.Lb;this.La=d.dj;this.T=!1;this.j=null;this.$="";this.ua=1;this.o=this.H=this.i=null};dt=function(a){a.o||(a.o=_.N.addDomListener(_.z,"online",function(){a.T&&a.setUrl(a.$)}));if(!a.j&&a.ka){a.j=_.oo("div",a.W);var b=a.j.style;b.fontFamily="Roboto,Arial,sans-serif";b.fontSize="x-small";b.textAlign="center";b.paddingTop="6em";_.qo(a.j);_.jo(a.ka,a.j);a.La&&a.La()}};
et=function(a){a.o&&(a.o.remove(),a.o=null);a.j&&(_.Wn(a.j),a.j=null)};
ft=function(a,b,c,d){var e=this;this.o=a;this.i=b;_.Wg(this.i,c);this.j=!0;var f=this.i;_.qo(f);f.style.border="0";f.style.padding="0";f.style.margin="0";f.style.maxWidth="none";f.alt="";f.setAttribute("role","presentation");this.H=(new Promise(function(g){f.onload=function(){return g(!1)};f.onerror=function(){return g(!0)};f.src=d})).then(function(g){return g||!f.decode?g:f.decode().then(_.p(!1),_.p(!1))}).then(function(g){if(e.j)return e.j=!1,f.onload=f.onerror=null,g||e.o.appendChild(e.i),g});
(a=_.z.__gm_captureTile)&&a(d)};bt=function(){return document.createElement("img")};gt=function(a,b,c,d,e,f,g){var h=_.Ai,k=this;this.j=a;this.ka=b||[];this.La=h;this.ya=c;this.ta=d;this.i=e;this.H=null;this.ua=f;this.W=!1;this.loaded=new Promise(function(l){k.$=l});this.loaded.then(function(){k.W=!0});this.T="number"===typeof g?g:null;this.i&&this.i.i().addListener(this.o,this);this.o()};
_.ht=function(a,b,c,d,e,f,g,h){this.j=a||[];this.$=new _.K(256,256);this.T=b;this.ta=c;this.o=d;this.H=e;this.ka=f;this.i=void 0!==g?g:null;this.Vb=1;this.Wa=new _.Bg({wa:256,Ca:256},_.fd(g)?45:0,g||0);this.W=h};_.it=function(a){if("number"!==typeof a)return _.lq;var b=(1-1/Math.sqrt(2))/2,c=1-b;if(0==a%180){var d=_.Jd(0,b,1,c);return function(f){return mq(f,d)}}var e=_.Jd(b,0,c,1);return function(f){var g=mq({Aa:f.Ba,Ba:f.Aa,Ma:f.Ma},e);return{Aa:g.Ba,Ba:g.Aa,Ma:f.Ma}}};
_.kt=function(a,b,c,d){d=void 0===d?0:d;var e=a.getCenter(),f=a.getZoom(),g=a.getProjection();if(e&&null!=f&&g){var h=a.getTilt()||0;a=a.getHeading()||0;e=_.sn(e,g);var k={top:d.top||0,bottom:d.bottom||0,left:d.left||0,right:d.right||0};"number"===typeof d&&(k.top=k.bottom=k.left=k.right=d);d=b.Og({center:e,zoom:f,tilt:h,heading:a},k);c=Qn(_.rn(g),c);g=new _.Cd((c.Pa-c.Ka)/2,(c.Oa-c.Ia)/2);k=_.mm(b.j,new _.Cd((c.Ka+c.Pa)/2,(c.Ia+c.Oa)/2),e);c=_.im(k,g);k=_.hm(k,g);g=jt(c.Da,k.Da,d.min.Da,d.max.Da);
d=jt(c.Ha,k.Ha,d.min.Ha,d.max.Ha);0==g&&0==d||b.Tf({center:_.hm(e,new _.Cd(g,d)),zoom:f,heading:a,tilt:h},!0)}};jt=function(a,b,c,d){a-=c;b-=d;return 0>a&&0>b?Math.max(a,b):0<a&&0<b?Math.min(a,b):0};_.lt=function(a,b,c){var d=this;this.o=a;this.j=c;this.i=!1;this.Fa=[];this.Fa.push(new _.lp(b,"mouseout",function(e){_.rm(e)||(d.i=_.Wm(d.o,e.relatedTarget||e.toElement),d.i||d.j.af(e))}));this.Fa.push(new _.lp(b,"mouseover",function(e){_.rm(e)||d.i||(d.i=!0,d.j.df(e))}))};_.mt=_.oa("i");
nt=function(a,b,c){var d=this;c=void 0===c?{}:c;this.i=a.getTile(new _.I(b.Aa,b.Ba),b.Ma,document);this.T=_.ve("DIV");this.i&&this.T.appendChild(this.i);this.o=a;this.j=!1;this.H=c.Lb||null;this.loaded=new Promise(function(e){a.triggersTileLoadEvent&&d.i?_.N.addListenerOnce(d.i,"load",e):e()});this.loaded.then(function(){d.j=!0})};_.pt=function(a,b){var c=a.tileSize,d=c.width;c=c.height;this.i=a;this.Vb=a instanceof _.mt?3:1;this.Wa=b||(ot.equals(a.tileSize)?_.ll:new _.Bg({wa:d,Ca:c},0,0))};
_.qt=function(a,b){this.H=a;this.T=b;this.i=this.j=null;this.o=[]};_.st=function(a,b){if(b!=a.j){a.i&&(a.i.freeze(),a.o.push(a.i));a.j=b;var c=a.i=b&&a.H(b,function(d){a.i==c&&(d||rt(a),a.T(d))})}};rt=function(a){for(var b;b=a.o.pop();)b.nb.ue(b)};tt=function(a){_.E(this,a,11)};vt=function(a){var b=_.bh;ut||(ut={ha:"mu4sesbebbe"},ut.ma=[_.ln()]);return b.i(a.V,ut)};wt=function(a){_.E(this,a,2)};xt=function(a){_.E(this,a,2)};yt=function(a){_.E(this,a,1)};zt=function(a){_.E(this,a,6)};
_.At=function(a,b){this.min=a;this.max=b};_.Bt=function(){this.i=this.j=!1};
_.Ft=function(a,b,c,d){var e=this;this.H=this.j=null;this.ka=a;this.i=c;this.$=b;this.o=d;this.T=1;this.Ja=new _.ji(function(){var f=e.get("bounds");if(f&&!_.qm(f).equals(_.pm(f))){var g=e.j;var h=e.W();var k=e.get("bounds"),l=Ct(e);_.fd(h)&&k&&l?(h=l+"|"+h,45==e.get("tilt")&&(h+="|"+(e.get("heading")||0))):h=null;if(h=e.j=h){if((g=h!=g)||(g=(g=e.get("bounds"))?e.H?!e.H.Qc(g):!0:!1),g){for(var m in e.i)e.i[m].set("featureRects",void 0);++e.T;g=(0,_.y)(e.ta,e,e.T,Ct(e));k=e.get("bounds");Ct(e);l=Dt(e);
if(k&&_.fd(l)){h=new tt;h.V[3]=e.ka;h.setZoom(e.W());h.V[4]=l;l=45==e.get("tilt");l=(h.V[6]=l)&&e.get("heading")||0;h.V[7]=l;_.Pg[43]?h.V[10]=78:_.Pg[35]&&(h.V[10]=289);(l=e.get("baseMapType"))&&l.He&&e.o&&(h.V[5]=l.He);k=e.H=_.Un(k,1,10);l=new _.gn(_.G(h,0));var q=_.hn(l);_.en(q,k.getSouthWest().lat());_.fn(q,k.getSouthWest().lng());l=_.jn(l);_.en(l,k.getNorthEast().lat());_.fn(l,k.getNorthEast().lng());Et(h,g)}}}else e.set("attributionText","");e.$.set("latLng",f&&f.getCenter());for(m in e.i)e.i[m].set("viewport",
f)}},0)};Et=function(a,b){a=vt(a);_.Op(_.sj,_.Gt+"/maps/api/js/ViewportInfoService.GetViewportInfo",_.Ai,a,function(c){b(new zt(c))})};Ht=function(a){var b=Ct(a);if("hybrid"==b||"satellite"==b)var c=a.ua;a.$.set("maxZoomRects",c)};Ct=function(a){return(a=a.get("baseMapType"))&&a.mapTypeId};It=function(a){var b=new _.dn(a.V[0]);a=new _.dn(a.V[1]);return _.ae(_.Bc(b,0),_.Bc(b,1),_.Bc(a,0),_.Bc(a,1))};
Dt=function(a){a=a.get("baseMapType");if(!a)return null;switch(a.mapTypeId){case "roadmap":return 0;case "terrain":return 4;case "hybrid":return 3;case "satellite":return a.ta?5:2}return null};Kt=function(a,b){b=b||a;this.mapPane=Jt(a,0);this.overlayLayer=Jt(a,1);this.overlayShadow=Jt(a,2);this.markerLayer=Jt(a,3);this.overlayImage=Jt(b,4);this.floatShadow=Jt(b,5);this.overlayMouseTarget=Jt(b,6);this.floatPane=Jt(b,7)};
Jt=function(a,b){var c=document.createElement("div");c.style.position="absolute";c.style.top=c.style.left="0";c.style.zIndex=100+b;c.style.width="100%";a.appendChild(c);return c};
_.Ot=function(a){var b=a.je,c=a.Ci,d;if(d=c){a:{d=_.Xm(c);if(d.defaultView&&d.defaultView.getComputedStyle&&(d=d.defaultView.getComputedStyle(c,null))){d=d.position||d.getPropertyValue("position")||"";break a}d=""}d="absolute"!=d}d&&(c.style.position="relative");b!=c&&(b.style.position="absolute",b.style.left=b.style.top="0");if((d=a.backgroundColor)||!b.style.backgroundColor)b.style.backgroundColor=d||"#e5e3df";c.style.overflow="hidden";c=_.ve("DIV");d=_.ve("DIV");c.style.position=d.style.position=
"absolute";c.style.top=d.style.top=c.style.left=d.style.left=c.style.zIndex=d.style.zIndex="0";d.tabIndex=a.fm?0:-1;Lt(c);Lt(d);b.appendChild(c);c.appendChild(d);_.zm(Mt,b);_.Jm(c,"gm-style");a.Vi&&_.Jm(c,"gm-china");this.i=document.createElement("div");this.i.style.zIndex=1;d.appendChild(this.i);a.Nh?Nt(this.i):(this.i.style.position="absolute",this.i.style.left=this.i.style.top="0",this.i.style.width="100%");this.W=null;a.wi&&(this.W=document.createElement("div"),this.W.style.zIndex=2,d.appendChild(this.W),
Lt(this.W),this.T=document.createElement("div"),this.T.style.zIndex=3,d.appendChild(this.T),Lt(this.T),a.em&&(this.T.style.backgroundColor="rgba(255,255,255,0)"),this.j=document.createElement("div"),this.j.style.zIndex=4,a.Nh?(this.T.appendChild(this.j),Nt(this.j)):(d.appendChild(this.j),this.j.style.position="absolute",this.j.style.left=this.j.style.top="0",this.j.style.width="100%"));this.o=d;this.H=c;this.Be=new Kt(this.i,this.j)};
Lt=function(a){a=a.style;a.position="absolute";a.width=a.height="100%";a.top=a.left=a.margin=a.borderWidth=a.padding="0"};Nt=function(a){a=a.style;a.position="absolute";a.top=a.left="50%";a.width="100%"};Mt=_.p(".gm-style img{max-width: none;}.gm-style {font: 400 11px Roboto, Arial, sans-serif; text-decoration: none;}");_.Pt=_.oa("i");
_.Qt=function(a){this.j=_.oo("div",a.body,new _.I(0,-2));lo(this.j,{height:"1px",overflow:"hidden",position:"absolute",visibility:"hidden",width:"1px"});this.i=_.oo("span",this.j);_.ko(this.i,"BESbswy");lo(this.i,{position:"absolute",fontSize:"300px",width:"auto",height:"auto",margin:"0",padding:"0",fontFamily:"Arial,sans-serif"});this.H=this.i.offsetWidth;lo(this.i,{fontFamily:"Roboto,Arial,sans-serif"});this.o();this.get("fontLoaded")||this.set("fontLoaded",!1)};
_.Rt=function(a,b){this.T=a;this.j=this.o=this.i=null;a&&(this.i=_.io(this.Db).createElement("div"),this.i.style.width="1px",this.i.style.height="1px",_.po(this.i,1E3));this.Db=b;this.j&&(_.N.removeListener(this.j),this.j=null);this.T&&b&&(this.j=_.N.addDomListener(b,"mousemove",(0,_.y)(this.H,this),!0));this.title_changed()};_.Zg.prototype.Tc=_.wl(21,function(){return _.Bc(this,1)});_.Zg.prototype.Sc=_.wl(20,function(){return _.Bc(this,0)});
_.Id.prototype.Qc=_.wl(19,function(a){return this.Ka<=a.Ka&&this.Pa>=a.Pa&&this.Ia<=a.Ia&&this.Oa>=a.Oa});_.$d.prototype.Qc=_.wl(18,function(a){a=_.ce(a);var b=this.Za;var c=a.Za;if(b=c.isEmpty()?!0:c.i>=b.i&&c.j<=b.j){b=this.Ua;a=a.Ua;c=b.i;var d=b.j;b=_.Vd(b)?_.Vd(a)?a.i>=c&&a.j<=d:(a.i>=c||a.j<=d)&&!b.isEmpty():_.Vd(a)?_.xl(b)||a.isEmpty():a.i>=c&&a.j<=d}return b});_.C.prototype.Zd=_.wl(12,function(a){var b=this.V;this.V=a.V;a.V=b});_.pb.prototype.Eb=_.wl(5,_.pa("i"));
_.sb.prototype.Eb=_.wl(4,function(){return this.i.toString()});_.vb.prototype.Eb=_.wl(3,function(){return this.j.toString()});_.Fb.prototype.Eb=_.wl(2,_.pa("i"));_.Ib.prototype.Eb=_.wl(1,_.pa("i"));_.Rb.prototype.Eb=_.wl(0,function(){return this.j.toString()});yl.prototype.W=_.oa("T");yl.prototype.return=function(a){this.o={return:a};this.i=this.$};Pl="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");Sl=/&/g;Tl=/</g;Ul=/>/g;Vl=/"/g;Wl=/'/g;
Xl=/\x00/g;Yl=/[\x00&<>"']/;sm={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"};_.St={roadmap:"m",satellite:"k",hybrid:"h",terrain:"r"};Um.prototype.heading=_.pa("i");Um.prototype.tilt=_.p(45);Um.prototype.toString=function(){return this.i+",45"};_.r=_.Vm.prototype;
_.r.equals=function(a){return a instanceof _.Vm&&(this==a?!0:this&&a?this.x==a.x&&this.y==a.y:!1)};_.r.ceil=function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};_.r.floor=function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this};_.r.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this};_.r.translate=function(a,b){a instanceof _.Vm?(this.x+=a.x,this.y+=a.y):(this.x+=Number(a),"number"===typeof b&&(this.y+=b));return this};
_.r.scale=function(a,b){this.x*=a;this.y*="number"===typeof b?b:a;return this};_.Ym.prototype.stop=function(){this.tb&&_.ge(this.tb)};_.Ym.prototype.equals=function(a){return this.latLng==a.latLng&&this.pixel==a.pixel&&this.ab==a.ab&&this.tb==a.tb};_.A(_.Zm,_.C);_.Zm.prototype.getKey=function(){return _.F(this,0)};_.Zm.prototype.Fb=_.sa(23);_.A(_.an,_.C);_.an.prototype.getType=function(){return _.Ac(this,0,37)};var Gs;_.A(_.dn,_.C);_.A(_.gn,_.C);var kn,mn=!1,nn=!1;
_.qn.prototype.fromLatLngToPoint=function(a,b){b=this.o.fromLatLngToPoint(a,b);pn(b,this.i.heading());b.y=(b.y-128)/_.hl+128;return b};_.qn.prototype.fromPointToLatLng=function(a,b){b=void 0===b?!1:b;var c=this.H;c.x=a.x;c.y=(a.y-128)*_.hl+128;pn(c,360-this.i.heading());return this.o.fromPointToLatLng(c,b)};_.qn.prototype.getPov=_.pa("i");var un=["transform","webkitTransform","MozTransform","msTransform"];
_.wn.prototype.Pb=function(a,b,c,d,e,f,g,h){a=_.nm(_.om(c,_.im(this.j.min,b)));b=_.om(c,this.j.min);d=_.om(c,new _.Cd(this.j.max.Da,this.j.min.Ha));c=_.om(c,new _.Cd(this.j.min.Da,this.j.max.Ha));this.i.style[this.H]="matrix("+(d.wa-b.wa)/this.o.width+","+(d.Ca-b.Ca)/this.o.width+","+(c.wa-b.wa)/this.o.height+","+(c.Ca-b.Ca)/this.o.height+","+a.wa+","+a.Ca+")";this.i.style.willChange=h.Sd?"":"transform"};_.wn.prototype.dispose=function(){_.xe(this.i)};
yn.prototype.Xc=function(a){a.parentNode==this.Na&&(this.Na.removeChild(a),this.Na.hasChildNodes()||(this.i=null,_.xe(this.Na)))};An.prototype.nc=function(){return this.i.nc()};An.prototype.setZIndex=function(a){var b=Bn(this).Na.style;b.zIndex!==a&&(b.zIndex=a)};
An.prototype.Pb=function(a,b,c){var d=this.i.Hb();if(d){var e=this.Wa,f=e.size,g=this.Xa.Ma,h=Bn(this);if(!h.i||c&&!a.equals(h.origin))h.i=_.Cm(e,a,g);if(!b.equals(h.scale)||!a.equals(h.origin)){h.origin=a;h.scale=b;a=_.nm(_.om(b,_.im(_.Bm(e,h.i),a)));var k=_.om(b,_.Bm(e,{Aa:0,Ba:0,Ma:g})),l=_.om(b,_.Bm(e,{Aa:0,Ba:1,Ma:g}));b=_.om(b,_.Bm(e,{Aa:1,Ba:0,Ma:g}));b="matrix("+(b.wa-k.wa)/f.wa+","+(b.Ca-k.Ca)/f.wa+","+(l.wa-k.wa)/f.Ca+","+(l.Ca-k.Ca)/f.Ca+","+a.wa+","+a.Ca+")";h.Na.style[_.vn()]=b}h.Na.style.willChange=
c?"":"transform";c=d.style;h=h.i;c.position="absolute";c.left=f.wa*(this.Xa.Aa-h.Aa)+"px";c.top=f.Ca*(this.Xa.Ba-h.Ba)+"px";c.width=f.wa+"px";c.height=f.Ca+"px"}};An.prototype.release=function(){var a=this.i.Hb();a&&Bn(this).Xc(a);this.i.release();this.H=!1};En.prototype.has=function(a,b){var c=a.Aa,d=a.Ba;b=void 0===b?{}:b;b=void 0===b.Fj?0:b.Fj;return a.Ma!=this.Ma?!1:this.o-b<=c&&c<=this.i+b&&this.H-b<=d&&d<=this.j+b};
var Ln=function Tt(a){var c,d,e,f,g,h,k;return Km(Tt,function(l){switch(l.i){case 1:return c=Math.ceil((a.o+a.i)/2),d=Math.ceil((a.H+a.j)/2),_.Bl(l,{Aa:c,Ba:d,Ma:a.Ma},2);case 2:e=[-1,0,1,0],f=[0,-1,0,1],g=0,h=1;case 3:k=0;case 5:if(!(k<h)){g=(g+1)%4;0==f[g]&&h++;l.i=3;break}c+=e[g];d+=f[g];if((d<a.H||d>a.j)&&(c<a.o||c>a.i))return l.return();if(!(a.H<=d&&d<=a.j&&a.o<=c&&c<=a.i)){l.i=6;break}return _.Bl(l,{Aa:c,Ba:d,Ma:a.Ma},6);case 6:++k,l.i=5}})};_.In.prototype.freeze=function(){this.ta=!1};
_.In.prototype.setZIndex=function(a){this.o.style.zIndex=a};
_.In.prototype.Pb=function(a,b,c,d,e,f,g,h){d=h.Sd||this.W&&!b.equals(this.W)||this.i&&!c.equals(this.i);this.W=b;this.i=c;this.Qa=h;e=h.Jb&&h.Jb.ub;f=Math.round(Math.log(c.i)/Math.LN2);g=e?e.zoom:f;switch(this.T.Vb){case 2:var k=f;break;case 1:case 3:k=g}void 0!=k&&k!=this.H&&(this.H=k,this.La=_.Ya());k=1==this.T.Vb&&e&&this.nb.Og(e)||a;f=this.T.Wa;g=_.Da(this.j.keys());for(var l=g.next();!l.done;l=g.next()){l=l.value;var m=this.j.get(l),q=m.Xa,t=q.Ma,u=new En(f,k,t),v=new En(f,a,t),w=!this.ta&&
!m.nc(),x=t!=this.H&&!m.nc();t=t!=this.H&&!u.has(q)&&!v.has(q);q=h.Sd&&!u.has(q,{Fj:2});w||x||t||q?(m.release(),this.j.delete(l)):d&&m.Pb(b,c,h.Sd)}Jn(this,new En(f,k,this.H),e,h.Sd)};_.In.prototype.dispose=function(){for(var a=_.Da(this.j.values()),b=a.next();!b.done;b=a.next())b.value.release();this.j.clear();this.o.parentNode&&this.o.parentNode.removeChild(this.o)};_.A(_.Xn,_.O);_.r=_.Xn.prototype;
_.r.fromLatLngToContainerPixel=function(a){var b=this.get("projectionTopLeft");return b?Yn(this,a,b.x,b.y):null};_.r.fromLatLngToDivPixel=function(a){var b=this.get("offset");return b?Yn(this,a,b.width,b.height):null};_.r.fromDivPixelToLatLng=function(a,b){var c=this.get("offset");return c?Zn(this,a,c.width,c.height,"Div",b):null};_.r.fromContainerPixelToLatLng=function(a,b){var c=this.get("projectionTopLeft");return c?Zn(this,a,c.x,c.y,"Container",b):null};
_.r.getWorldWidth=function(){return _.Tn(this.get("projection"),this.get("zoom"))};_.r=_.bo.prototype;_.r.mc=_.pa("o");_.r.Tb=function(){_.co(this);for(var a=[],b=0;b<this.i.length;b++)a.push(this.j[this.i[b]]);return a};_.r.Rc=function(){_.co(this);return this.i.concat()};_.r.ke=_.sa(25);_.r.equals=function(a,b){if(this===a)return!0;if(this.o!=a.mc())return!1;b=b||ao;_.co(this);for(var c,d=0;c=this.i[d];d++)if(!b(this.get(c),a.get(c)))return!1;return!0};_.r.isEmpty=function(){return 0==this.o};
_.r.clear=function(){this.j={};this.o=this.i.length=0};_.r.remove=function(a){return _.$n(this.j,a)?(delete this.j[a],this.o--,this.i.length>2*this.o&&_.co(this),!0):!1};_.r.get=function(a,b){return _.$n(this.j,a)?this.j[a]:b};_.r.set=function(a,b){_.$n(this.j,a)||(this.o++,this.i.push(a));this.j[a]=b};_.r.forEach=function(a,b){for(var c=this.Rc(),d=0;d<c.length;d++){var e=c[d],f=this.get(e);a.call(b,f,e,this)}};_.Lo=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^/?#]*)@)?([^/#?]*?)(?::([0-9]+))?(?=[/\\#?]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;
_.r=_.yo.prototype;_.r.mc=function(){zo(this);return this.j};_.r.add=function(a,b){zo(this);this.o=null;a=Ao(this,a);var c=this.i.get(a);c||this.i.set(a,c=[]);c.push(b);this.j=this.j+1;return this};_.r.remove=function(a){zo(this);a=Ao(this,a);return _.$n(this.i.j,a)?(this.o=null,this.j=this.j-this.i.get(a).length,this.i.remove(a)):!1};_.r.clear=function(){this.i=this.o=null;this.j=0};_.r.isEmpty=function(){zo(this);return 0==this.j};_.r.ke=_.sa(24);
_.r.forEach=function(a,b){zo(this);this.i.forEach(function(c,d){_.B(c,function(e){a.call(b,e,d,this)},this)},this)};_.r.Rc=function(){zo(this);for(var a=this.i.Tb(),b=this.i.Rc(),c=[],d=0;d<b.length;d++)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};_.r.Tb=function(a){zo(this);var b=[];if("string"===typeof a)Bo(this,a)&&(b=_.Ll(b,this.i.get(Ao(this,a))));else{a=this.i.Tb();for(var c=0;c<a.length;c++)b=_.Ll(b,a[c])}return b};
_.r.set=function(a,b){zo(this);this.o=null;a=Ao(this,a);Bo(this,a)&&(this.j=this.j-this.i.get(a).length);this.i.set(a,[b]);this.j=this.j+1;return this};_.r.get=function(a,b){if(!a)return b;a=this.Tb(a);return 0<a.length?String(a[0]):b};_.r.setValues=function(a,b){this.remove(a);0<b.length&&(this.o=null,this.i.set(Ao(this,a),_.Ml(b)),this.j=this.j+b.length)};
_.r.toString=function(){if(this.o)return this.o;if(!this.i)return"";for(var a=[],b=this.i.Rc(),c=0;c<b.length;c++){var d=b[c],e=encodeURIComponent(String(d));d=this.Tb(d);for(var f=0;f<d.length;f++){var g=e;""!==d[f]&&(g+="="+encodeURIComponent(String(d[f])));a.push(g)}}return this.o=a.join("&")};_.r.extend=function(a){for(var b=0;b<arguments.length;b++)go(arguments[b],function(c,d){this.add(d,c)},this)};var Ut=/[#\/\?@]/g,Vt=/[#\?]/g,Wt=/[#\?:]/g,Xt=/#/g,Mo=/[#\?@]/g;_.r=_.Ho.prototype;
_.r.toString=function(){var a=[],b=this.o;b&&a.push(Go(b,Ut,!0),":");var c=this.i;if(c||"file"==b)a.push("//"),(b=this.W)&&a.push(Go(b,Ut,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.zd(),null!=c&&a.push(":",String(c));if(c=this.getPath())this.i&&"/"!=c.charAt(0)&&a.push("/"),a.push(Go(c,"/"==c.charAt(0)?Vt:Wt,!0));(c=this.j.toString())&&a.push("?",c);(c=this.H)&&a.push("#",Go(c,Xt));return a.join("")};
_.r.resolve=function(a){var b=new _.Ho(this),c=!!a.o;c?_.Io(b,a.o):c=!!a.W;c?b.W=a.W:c=!!a.i;c?b.i=a.i:c=null!=a.ka;var d=a.getPath();if(c)_.Jo(b,a.zd());else if(c=!!a.$){if("/"!=d.charAt(0))if(this.i&&!this.$)d="/"+d;else{var e=b.getPath().lastIndexOf("/");-1!=e&&(d=b.getPath().substr(0,e+1)+d)}e=d;if(".."==e||"."==e)d="";else if(-1!=e.indexOf("./")||-1!=e.indexOf("/.")){d=_.Rl(e,"/");e=e.split("/");for(var f=[],g=0;g<e.length;){var h=e[g++];"."==h?d&&g==e.length&&f.push(""):".."==h?((1<f.length||
1==f.length&&""!=f[0])&&f.pop(),d&&g==e.length&&f.push("")):(f.push(h),d=!0)}d=f.join("/")}else d=e}c?b.setPath(d):c=""!==a.j.toString();c?Ko(b,Co(a.j)):c=!!a.H;c&&(b.H=a.H);return b};_.r.zd=_.pa("ka");_.r.getPath=_.pa("$");_.r.setPath=function(a,b){this.$=b?Eo(a,!0):a;return this};_.r.setQuery=function(a,b){return Ko(this,a,b)};_.r.getQuery=function(){return this.j.toString()};var Yt;if(_.H){var Zt=_.Lc(_.H);Yt=_.F(Zt,6)}else Yt="";_.Oo=Yt;_.Gt=_.H?_.Mc():"";_.$t=_.Gt;try{window.sessionStorage&&(_.$t=window.sessionStorage.getItem("gFunnelwebApiBaseUrl")||_.$t)}catch(a){}_.au=_.Po("transparent");_.If("common",{});_.r=_.Qo.prototype;_.r.fromLatLngToContainerPixel=function(a){var b=Ro(this);return So(this,a,b)};_.r.fromLatLngToDivPixel=function(a){return So(this,a,this.o)};_.r.fromDivPixelToLatLng=function(a,b){return To(this,a,this.o,b)};_.r.fromContainerPixelToLatLng=function(a,b){var c=Ro(this);return To(this,a,c,b)};_.r.getWorldWidth=function(){return this.i?_.om(this.i,new _.Cd(256,256)).wa:256*Math.pow(2,this.T.getZoom()||0)};_.r.Pb=function(a,b,c){this.j=a;this.o=b;this.i=c;this.W()};_.r.dispose=function(){this.$()};_.Uo.prototype.stop=function(){_.ge(this.Sa)};_.r=$o.prototype;_.r.reset=function(){this.j.qc();this.j=new Zo(this)};_.r.remove=function(){for(var a=_.Da(this.Fa),b=a.next();!b.done;b=a.next())b.value.remove();this.Fa.length=0};_.r.Yd=function(a){for(var b=_.Da(this.Fa),c=b.next();!c.done;c=b.next())c.value.Yd(a);this.H=a};_.r.Ib=function(a){!this.i.Ib||_.rm(a.Sa)||a.Sa.noDown||this.i.Ib(a);ap(this,this.j.Ib(a))};_.r.Ed=function(a){!this.i.Ed||_.rm(a.Sa)||a.Sa.noMove||this.i.Ed(a)};
_.r.Wb=function(a){!this.i.Wb||_.rm(a.Sa)||a.Sa.noMove||this.i.Wb(a);ap(this,this.j.Wb(a))};_.r.Mb=function(a){!this.i.Mb||_.rm(a.Sa)||a.Sa.noUp||this.i.Mb(a);ap(this,this.j.Mb(a))};_.r.onClick=function(a){var b=_.rm(a.Sa)||!!a.Sa.noClick;if(this.i.onClick&&!b)this.i.onClick({event:a,coords:a.coords,Td:!1})};_.r.addListener=function(a){this.Fa.push(a)};Zo.prototype.Ib=function(a){return _.rm(a.Sa)?new gp(this.i):new ep(this.i,!1,a.button)};Zo.prototype.Wb=_.n();Zo.prototype.Mb=_.n();
Zo.prototype.qc=_.n();_.r=ep.prototype;_.r.Ib=function(a){return ip(this,a)};_.r.Wb=function(a){return ip(this,a)};_.r.Mb=function(a){if(2==a.button)return new Zo(this.i);var b=_.rm(a.Sa)||!!a.Sa.noClick;if(this.i.i.onClick&&!b)this.i.i.onClick({event:a,coords:this.H,Td:this.o});this.i.i.ng&&a.i&&a.i();return this.o||b?new Zo(this.i):new jp(this.i,this.H,this.T)};_.r.qc=_.n();_.r.Ae=function(){if(this.i.i.Rm&&3!=this.T&&this.i.i.Rm(this.H))return new gp(this.i)};gp.prototype.Ib=_.n();
gp.prototype.Wb=_.n();gp.prototype.Mb=function(){if(1>cp(this.i).length)return new Zo(this.i)};gp.prototype.qc=_.n();_.r=jp.prototype;_.r.Ib=function(a){var b=cp(this.i);b=!_.rm(a.Sa)&&this.o==a.button&&!dp(this.H,b[0],50);!b&&this.i.i.th&&this.i.i.th(this.H,this.o);return _.rm(a.Sa)?new gp(this.i):new ep(this.i,b,a.button)};_.r.Wb=_.n();_.r.Mb=_.n();_.r.Ae=function(){this.i.i.th&&this.i.i.th(this.H,this.o);return new Zo(this.i)};_.r.qc=_.n();
hp.prototype.Ib=function(a){a.stop();var b=fp(cp(this.H));this.i.Dd(b,a);this.o=b.Gb};hp.prototype.Wb=function(a){a.stop();a=fp(cp(this.H));this.i.xe(a);this.o=a.Gb};hp.prototype.Mb=function(a){var b=fp(cp(this.H));if(1>b.Uf)return this.i.Wd(a.coords),new Zo(this.H);this.i.Dd(b,a);this.o=b.Gb};hp.prototype.qc=function(){this.i.Wd(this.o)};_.lp.prototype.remove=function(){if(this.i.removeEventListener)this.i.removeEventListener(this.o,this.j,this.H);else{var a=this.i;a.detachEvent&&a.detachEvent("on"+this.o,this.j)}};var kp=!1;try{var bu=_.n();_.xa.Object.defineProperties(bu.prototype,{passive:{configurable:!0,enumerable:!0,get:function(){kp=!0}}});_.z.addEventListener("test",null,new bu)}catch(a){};var np="ontouchstart"in _.z?2:_.z.PointerEvent?0:_.z.MSPointerEvent?1:2;mp.prototype.add=function(a){this.i[a.pointerId]=a};mp.prototype.clear=function(){var a=this.i,b;for(b in a)delete a[b]};var pp={zf:"pointerdown",move:"pointermove",up:["pointerup","pointercancel"]},op={zf:"MSPointerDown",move:"MSPointerMove",up:["MSPointerUp","MSPointerCancel"]},rp=-1E4;_.r=up.prototype;_.r.reset=function(a,b){b=void 0===b?-1:b;this.i&&(this.i.remove(),this.i=null);-1!=this.j&&(_.z.clearTimeout(this.j),this.j=-1);-1!=b&&(this.j=b,this.H=a||this.H)};_.r.remove=function(){this.reset();this.$.remove();this.o.style.msTouchAction=this.o.style.touchAction=""};
_.r.Yd=function(a){this.o.style.msTouchAction=a?this.o.style.touchAction="pan-x pan-y":this.o.style.touchAction="none";this.W=a};_.r.rh=function(){return this.i?Lm(this.i.i.i):[]};_.r.Cf=function(){return rp};tp.prototype.remove=function(){for(var a=_.Da(this.Fa),b=a.next();!b.done;b=a.next())b.value.remove()};var wp=void 0;var yp=-1E4;_.r=Ap.prototype;_.r.reset=function(){this.i&&(this.i.remove(),this.i=null)};_.r.remove=function(){this.reset();this.o.remove()};_.r.rh=function(){return this.i?this.i.i:[]};_.r.Yd=_.n();_.r.Cf=function(){return yp};zp.prototype.remove=function(){for(var a=_.Da(this.Fa),b=a.next();!b.done;b=a.next())b.value.remove()};Ep.prototype.reset=function(){this.i&&(this.i.remove(),this.i=null)};Ep.prototype.remove=function(){this.reset();this.ka.remove();this.ua.remove();this.ta.remove();this.$.remove();this.W.remove()};Ep.prototype.rh=function(){return this.i?[this.i.j]:[]};Ep.prototype.Yd=_.n();Cp.prototype.remove=function(){this.W.remove();this.ka.remove();this.T.remove();this.$.remove()};_.cu=!0;try{new MouseEvent("click")}catch(a){_.cu=!1};_.A(Gp,_.C);Gp.prototype.getUrl=function(){return _.F(this,0)};Gp.prototype.setUrl=function(a){this.V[0]=a};_.A(Ip,_.C);Ip.prototype.getStatus=function(){return _.Ac(this,0,-1)};Pp.prototype.setPosition=function(a,b){_.no(a,b,this.i)};_.A(Qp,_.C);Qp.prototype.getUrl=function(){return _.F(this,0)};Qp.prototype.setUrl=function(a){this.V[0]=a};_.A(Rp,_.C);Rp.prototype.getStatus=function(){return _.Ac(this,2,-1)};Vp.prototype.i=function(){this.j(_.n())};Yp.prototype.H=function(a){var b=this.o.get(),c=2===b.getStatus();this.o.set(c?b:a)};Yp.prototype.i=function(a){function b(d){2===d.getStatus()&&a(d);(_.Pg[35]?0:2===d.getStatus()||nn)&&c.removeListener(b)}var c=this.o;c.kb(b)};var eu,hu;_.du=new Pp;if(_.H){var fu=_.Lc(_.H);eu=_.F(fu,8)}else eu="";_.gu=eu;hu=_.H?["/intl/",_.Kc(_.Lc(_.H)),"_",_.F(_.Lc(_.H),1)].join(""):"";_.iu=(_.H&&_.em(_.Lc(_.H),15)?"http://www.google.cn":"https://www.google.com")+hu+"/help/terms_maps.html";
"undefined"!=typeof document&&(_.Xp=new Vp(function(a,b){_.Op(_.sj,_.Gt+"/maps/api/js/AuthenticationService.Authenticate",_.Ai,_.bh.i(a.V,"sssss100ss"),function(c){c=new Rp(c);b(c)},function(){var c=new Rp;c.V[2]=1;b(c)})}),_.ju=new Yp(function(a,b){_.Op(_.sj,_.Gt+"/maps/api/js/QuotaService.RecordEvent",_.Ai,_.bh.i(a.V,"sss7s9se100s102s"),function(c){c=new Ip(c);b(c)},function(){var c=new Ip;c.V[0]=1;b(c)})}));/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.r=$p.prototype;_.r.contains=function(a){return this&&a?a instanceof $p?a.left>=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.x>=this.left&&a.x<=this.right&&a.y>=this.top&&a.y<=this.bottom:!1};_.r.expand=function(a,b,c,d){_.Sa(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};
_.r.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};_.r.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};_.r.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};
_.r.translate=function(a,b){a instanceof _.Vm?(this.left+=a.x,this.right+=a.x,this.top+=a.y,this.bottom+=a.y):(this.left+=a,this.right+=a,"number"===typeof b&&(this.top+=b,this.bottom+=b));return this};_.r.scale=function(a,b){b="number"===typeof b?b:a;this.left*=a;this.right*=a;this.top*=b;this.bottom*=b;return this};var aq;var cq;var jq,kq,iq;_.eq.prototype.i=function(a,b){var c=fq(a);c=Array(c);hq(a,b,c,0);return c.join("")};_.ku=new _.eq;jq=/(\*)/g;kq=/(!)/g;iq=/^[-A-Za-z0-9_.!~*() ]*$/;_.Ha(_.qq,_.Se);_.qq.prototype.o=function(){this.notify({sync:!0})};_.qq.prototype.ze=function(){if(!this.i){this.i=!0;for(var a=_.Da(this.j),b=a.next();!b.done;b=a.next())b.value.addListener(this.o,this)}};_.qq.prototype.ye=function(){this.i=!1;for(var a=_.Da(this.j),b=a.next();!b.done;b=a.next())b.value.removeListener(this.o,this)};_.qq.prototype.get=function(){return this.H.apply(null,this.j.map(function(a){return a.get()}))};_.A(_.rq,_.kh);_.rq.prototype.Nb=function(a){this.o=arguments;this.i?this.j=_.Ya()+this.T:this.i=_.ii(this.H,this.T)};_.rq.prototype.stop=function(){this.i&&(_.z.clearTimeout(this.i),this.i=null);this.j=null;this.o=[]};_.rq.prototype.xc=function(){this.stop();_.rq.Zc.xc.call(this)};_.rq.prototype.ta=function(){this.j?(this.i=_.ii(this.H,this.j-_.Ya()),this.j=null):(this.i=null,this.ka.apply(null,this.o))};_.Ha(sq,_.cf);_.r=sq.prototype;_.r.ze=function(){var a=this;this.i||(this.i=this.H.addListener((this.j+"").toLowerCase()+"_changed",function(){a.o&&a.notify()}))};_.r.ye=function(){this.i&&(this.i.remove(),this.i=null)};_.r.get=function(){return this.H.get(this.j)};_.r.set=function(a){this.H.set(this.j,a)};_.r.$i=function(a){var b=this.o;this.o=!1;try{this.H.set(this.j,a)}finally{this.o=b}};var Jr;var vq;var yq;var xq;var Aq;var Ds;var cs;var Cq;var Pr;var Fq;var Kq;var Iq;var Eq;var Jq;var Lq;var Mq;var Hq;var Oq;var Rr;var Qr;var Or;_.A(_.Qq,_.C);_.A(_.Rq,_.C);_.Rq.prototype.getKey=function(){return _.F(this,0)};_.Rq.prototype.Fb=_.sa(22);var Es;var Bs;var Cs;var As;_.A(Sq,_.C);Sq.prototype.Hb=function(a){return _.Ec(this,2,a)};Sq.prototype.Xc=function(a){_.tc(this.V,2).splice(a,1)};Sq.prototype.addElement=function(a){_.Dc(this,2,a)};var Tq;var gr;var hr;var fr;var Xr;var Vq;var es;var ds;var bs;var as;var $r;var Zr;var Yr;var Wr;var gs;var hs;var js;var is;var fs;var Tr;var Sr;var pr;var tr;var or;var nr;var vr;var mr;var lr;var kr;var sr;var rr;var qr;var ur;var Xq;var Ir;var Er;var Dr;var Fr;var Cr;var Br;var Hr;var Gr;var Ar;var zr;var yr;var xr;var wr;var Lr;var Kr;var jr;var Mr;var ar;var $q;var Zq;var Vr;var Nr;var Ur;var ir;var dr;_.A(_.cr,_.C);_.cr.prototype.getContext=function(){return new _.cr(this.V[0])};var zs;_.A(_.ks,_.C);_.ks.prototype.getType=function(){return _.Ac(this,0)};_.ks.prototype.getId=function(){return _.F(this,1)};_.A(ls,_.C);ls.prototype.getType=function(){return _.Ac(this,0)};var ns;_.A(ms,_.C);var Js;var Is;var Hs;var Fs;_.A(ps,_.C);ps.prototype.Ef=function(a){return new _.an(_.Hc(this,11,a))};var xs;var ws;_.A(_.rs,_.C);_.r=_.rs.prototype;_.r.getZoom=function(){return _.Bc(this,0)};_.r.setZoom=function(a){this.V[0]=a};_.r.Sc=function(){return _.Bc(this,1)};_.r.ig=function(a){this.V[1]=a};_.r.Tc=function(){return _.Bc(this,2)};_.r.jg=function(a){this.V[2]=a};var ys;var vs;_.A(ss,_.C);ss.prototype.getTile=function(){return new _.rs(this.V[0])};ss.prototype.i=function(){return new _.rs(_.G(this,0))};ss.prototype.clearRect=function(){_.Cc(this,2)};var us;_.A(_.ts,_.C);_.ts.prototype.j=function(){return new ss(_.Gc(this,0))};_.Ns.prototype.toString=function(){if(this.bc)var a=_.Ks(this.bc);else{a=this.Gc()+";";var b;if(b=this.spotlightDescription){b=this.spotlightDescription;var c=_.bh,d=er();b=c.i(b.V,d)}a=a+b+";"+(this.Oe&&this.Oe.join())}return a};_.Ns.prototype.Gc=function(){var a=[],b;for(b in this.parameters)a.push(b+":"+this.parameters[b]);a=a.sort();a.splice(0,0,this.layerId);return a.join("|")};_.Ns.prototype.Ef=function(a){return("roadmap"==a&&this.eg?this.eg:this.styler)||null};var Rs;Rs="url("+_.Oo+"openhand_8_8.cur), default";_.Qs="url("+_.Oo+"closedhand_8_8.cur), move";_.Us.prototype.j=function(a,b){b=void 0===b?0:b;var c=this.i.j().i();c.ig(a.Aa);c.jg(a.Ba);c.setZoom(a.Ma);b&&(c.V[3]=b)};_.r=_.ct.prototype;_.r.Hb=_.pa("W");_.r.nc=function(){return!this.i};_.r.release=function(){this.i&&(this.i.dispose(),this.i=null);this.o&&(this.o.remove(),this.o=null);et(this);this.H&&this.H.dispose();this.ta&&this.ta()};_.r.setOpacity=function(a){this.ua=a;this.H&&this.H.setOpacity(a);this.i&&this.i.setOpacity(a)};
_.r.setUrl=function(a){var b=this,c;return _.Hl(new _.Gl(new _.Cl(function(d){if(1==d.i){if(a==b.$&&!b.T)return d.return();b.$=a;b.i&&b.i.dispose();if(!a)return b.i=null,b.T=!1,d.return();b.i=new ft(b.W,b.ya(),b.Qa,a);b.i.setOpacity(b.ua);return _.Bl(d,b.i.H,2)}c=d.T;if(!b.i||void 0==c)return d.return();b.H&&b.H.dispose();b.H=b.i;b.i=null;(b.T=c)?dt(b):et(b);d.i=0})))};ft.prototype.setOpacity=function(a){this.i.style.opacity=1==a?"":a};
ft.prototype.dispose=function(){this.j?(this.j=!1,this.i.onload=this.i.onerror=null,this.i.src=_.au):this.i.parentNode&&this.o.removeChild(this.i)};gt.prototype.Hb=function(){return this.j.Hb()};gt.prototype.nc=_.pa("W");gt.prototype.release=function(){this.i&&this.i.i().removeListener(this.o,this);this.j.release()};
gt.prototype.o=function(){var a=this.ua;if(a&&a.bc){var b=this.j.Xa;if(b=this.ta({Aa:b.Aa,Ba:b.Ba,Ma:b.Ma})){if(this.i){var c=this.i.H(b);if(!c||this.H==c&&!this.j.T)return;this.H=c}var d=2==a.scale||4==a.scale?a.scale:1;d=Math.min(1<<b.Ma,d);for(var e=this.ya&&4!=d,f=d;1<f;f/=2)b.Ma--;f=256;var g;1!=d&&(f/=d);e&&(d*=2);1!=d&&(g=d);d=new _.Us(a.bc);_.Ws(d,0);d.j(b,f);g&&((new ms(_.G(d.i,4))).V[4]=g);if(c)for(g=0,e=_.Ic(d.i,1);g<e;g++)f=new _.ks(_.Hc(d.i,1,g)),0==f.getType()&&(f.V[2]=c);"number"===
typeof this.T&&_.$s(d,this.T);b=_.at(this.ka,b);b+="pb="+encodeURIComponent(_.Ks(d.i)).replace(/%20/g,"+");null!=a.ld&&(b+="&authuser="+a.ld);this.j.setUrl(this.La(b)).then(this.$)}else this.j.setUrl("").then(this.$)}};_.ht.prototype.Yb=function(a,b){a=new _.ct(a,this.$,_.ve("DIV"),{errorMessage:this.T||void 0,Lb:b&&b.Lb,dj:this.W});return new gt(a,this.j,this.ta,this.o,this.H,this.ka,null===this.i?void 0:this.i)};_.lt.prototype.remove=function(){for(var a=_.Da(this.Fa),b=a.next();!b.done;b=a.next())b.value.remove();this.Fa.length=0};_.mt.prototype.tileSize=new _.K(256,256);_.mt.prototype.maxZoom=25;_.mt.prototype.getTile=function(a,b,c){c=c.createElement("div");_.Wg(c,this.tileSize);c.wb={Na:c,Xa:new _.I(a.x,a.y),zoom:b,data:new _.Ye};_.Ze(this.i,c.wb);return c};_.mt.prototype.releaseTile=function(a){this.i.remove(a.wb);a.wb=null};var ot=new _.K(256,256);nt.prototype.Hb=_.pa("T");nt.prototype.nc=_.pa("j");nt.prototype.release=function(){this.o.releaseTile&&this.i&&this.o.releaseTile(this.i);this.H&&this.H()};_.pt.prototype.Yb=function(a,b){return new nt(this.i,a,b)};_.qt.prototype.setZIndex=function(a){this.i&&this.i.setZIndex(a)};_.qt.prototype.clear=function(){_.st(this,null);rt(this)};var ut;_.A(tt,_.C);tt.prototype.getZoom=function(){return _.Bc(this,1)};tt.prototype.setZoom=function(a){this.V[1]=a};_.A(wt,_.C);wt.prototype.clearRect=function(){_.Cc(this,1)};_.A(xt,_.C);xt.prototype.clearRect=function(){_.Cc(this,1)};_.A(yt,_.C);_.A(zt,_.C);zt.prototype.getStatus=function(){return _.Ac(this,4,-1)};zt.prototype.getAttribution=function(){return _.F(this,0)};zt.prototype.setAttribution=function(a){this.V[0]=a};_.A(_.Bt,_.O);_.r=_.Bt.prototype;_.r.actualTilt_changed=function(){var a=this.get("actualTilt");if(null!=a&&a!=this.get("tilt")){this.j=!0;try{this.set("tilt",a)}finally{this.j=!1}}};_.r.tilt_changed=function(){if(!this.j){var a=this.get("tilt");a!=this.get("desiredTilt")?this.set("desiredTilt",a):a!=this.get("actualTilt")&&this.set("actualTilt",this.get("actualTilt"))}};
_.r.xf=function(){var a=this.get("mapTypeId");if(a){a=!this.i&&("satellite"==a||"hybrid"==a)&&18<=this.get("zoom")&&this.get("aerial");var b=this.get("desiredTilt");b=!_.fd(b)||22.5<b;var c;this.i?c=0:b?a?c=45:null==a?c=null:c=0:c=0;this.set("actualTilt",c);this.set("aerialAvailableAtZoom",a)}};_.r.aerial_changed=_.Bt.prototype.xf;_.r.mapTypeId_changed=_.Bt.prototype.xf;_.r.zoom_changed=_.Bt.prototype.xf;_.r.desiredTilt_changed=_.Bt.prototype.xf;_.A(_.Ft,_.O);_.Ft.prototype.changed=function(a){"attributionText"!=a&&("baseMapType"==a&&(Ht(this),this.j=null),_.ki(this.Ja))};_.Ft.prototype.W=_.Te("zoom");
_.Ft.prototype.ta=function(a,b,c){if(a==this.T){Ct(this)==b&&this.set("attributionText",decodeURIComponent(c.getAttribution()));this.o&&this.o.$(new yt(c.V[3]));var d={};a=0;for(var e=_.Ic(c,1);a<e;++a){b=new wt(_.Hc(c,1,a));var f=_.F(b,0);b=new _.gn(b.V[1]);b=It(b);d[f]=d[f]||[];d[f].push(b)}_.Nl(this.i,function(h,k){h.set("featureRects",d[k]||[])});e=_.Ic(c,2);f=this.ua=Array(e);for(a=0;a<e;++a){b=new xt(_.Hc(c,2,a));var g=_.Bc(b,0);b=It(new _.gn(b.V[1]));f[a]={bounds:b,maxZoom:g}}Ht(this)}};_.A(_.Pt,_.O);_.Pt.prototype.get=function(a){var b=_.O.prototype.get.call(this,a);return null!=b?b:this.i[a]};_.A(_.Qt,_.O);_.Qt.prototype.o=function(){this.i.offsetWidth!=this.H?(this.set("fontLoaded",!0),_.xe(this.j)):window.setTimeout((0,_.y)(this.o,this),250)};_.A(_.Rt,_.O);
_.Rt.prototype.W=function(){if(this.Db){var a=this.get("title");a?this.Db.setAttribute("title",a):this.Db.removeAttribute("title");if(this.i&&this.o){a=this.Db;if(1==a.nodeType){b:{try{var b=a.getBoundingClientRect()}catch(c){b={left:0,top:0,right:0,bottom:0};break b}_.hc&&a.ownerDocument.body&&(a=a.ownerDocument,b.left-=a.documentElement.clientLeft+a.body.clientLeft,b.top-=a.documentElement.clientTop+a.body.clientTop)}b=new _.Vm(b.left,b.top)}else b=a.changedTouches?a.changedTouches[0]:a,b=new _.Vm(b.clientX,
b.clientY);_.no(this.i,new _.I(this.o.clientX-b.x,this.o.clientY-b.y));this.Db.appendChild(this.i)}}};_.Rt.prototype.title_changed=_.Rt.prototype.W;_.Rt.prototype.H=function(a){this.o={clientX:a.clientX,clientY:a.clientY}};_.lu=Math.sqrt(2);});

View file

@ -1,6 +0,0 @@
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

View file

@ -1,587 +0,0 @@
! function(e) {
if (!e.hasInitialised) {
var t = {
escapeRegExp: function(e) {
return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&")
},
hasClass: function(e, t) {
var i = " ";
return 1 === e.nodeType && (i + e.className + i).replace(/[\n\t]/g, i).indexOf(i + t + i) >= 0
},
addClass: function(e, t) {
e.className += " " + t
},
removeClass: function(e, t) {
var i = new RegExp("\\b" + this.escapeRegExp(t) + "\\b");
e.className = e.className.replace(i, "")
},
interpolateString: function(e, t) {
var i = /{{([a-z][a-z0-9\-_]*)}}/gi;
return e.replace(i, function(e) {
return t(arguments[1]) || ""
})
},
getCookie: function(e) {
var t = "; " + document.cookie,
i = t.split("; " + e + "=");
return 2 != i.length ? void 0 : i.pop().split(";").shift()
},
setCookie: function(e, t, i, n, o) {
var s = new Date;
s.setDate(s.getDate() + (i || 365));
var r = [e + "=" + t, "expires=" + s.toUTCString(), "path=" + (o || "/")];
n && r.push("domain=" + n), document.cookie = r.join(";")
},
deepExtend: function(e, t) {
for (var i in t) t.hasOwnProperty(i) && (i in e && this.isPlainObject(e[i]) && this.isPlainObject(t[i]) ? this.deepExtend(e[i], t[i]) : e[i] = t[i]);
return e
},
throttle: function(e, t) {
var i = !1;
return function() {
i || (e.apply(this, arguments), i = !0, setTimeout(function() {
i = !1
}, t))
}
},
hash: function(e) {
var t, i, n, o = 0;
if (0 === e.length) return o;
for (t = 0, n = e.length; t < n; ++t) i = e.charCodeAt(t), o = (o << 5) - o + i, o |= 0;
return o
},
normaliseHex: function(e) {
return "#" == e[0] && (e = e.substr(1)), 3 == e.length && (e = e[0] + e[0] + e[1] + e[1] + e[2] + e[2]), e
},
getContrast: function(e) {
e = this.normaliseHex(e);
var t = parseInt(e.substr(0, 2), 16),
i = parseInt(e.substr(2, 2), 16),
n = parseInt(e.substr(4, 2), 16),
o = (299 * t + 587 * i + 114 * n) / 1e3;
return o >= 128 ? "#000" : "#fff"
},
getLuminance: function(e) {
var t = parseInt(this.normaliseHex(e), 16),
i = 38,
n = (t >> 16) + i,
o = (t >> 8 & 255) + i,
s = (255 & t) + i,
r = (16777216 + 65536 * (n < 255 ? n < 1 ? 0 : n : 255) + 256 * (o < 255 ? o < 1 ? 0 : o : 255) + (s < 255 ? s < 1 ? 0 : s : 255)).toString(16).slice(1);
return "#" + r
},
isMobile: function() {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
},
isPlainObject: function(e) {
return "object" == typeof e && null !== e && e.constructor == Object
}
};
e.status = {
deny: "deny",
allow: "allow",
dismiss: "dismiss"
}, e.transitionEnd = function() {
var e = document.createElement("div"),
t = {
t: "transitionend",
OT: "oTransitionEnd",
msT: "MSTransitionEnd",
MozT: "transitionend",
WebkitT: "webkitTransitionEnd"
};
for (var i in t)
if (t.hasOwnProperty(i) && "undefined" != typeof e.style[i + "ransition"]) return t[i];
return ""
}(), e.hasTransition = !!e.transitionEnd;
var i = Object.keys(e.status).map(t.escapeRegExp);
e.customStyles = {}, e.Popup = function() {
function n() {
this.initialise.apply(this, arguments)
}
function o(e) {
this.openingTimeout = null, t.removeClass(e, "cc-invisible")
}
function s(t) {
t.style.display = "none", t.removeEventListener(e.transitionEnd, this.afterTransition), this.afterTransition = null
}
function r() {
var t = this.options.onInitialise.bind(this);
if (!window.navigator.cookieEnabled) return t(e.status.deny), !0;
if (window.CookiesOK || window.navigator.CookiesOK) return t(e.status.allow), !0;
var i = Object.keys(e.status),
n = this.getStatus(),
o = i.indexOf(n) >= 0;
return o && t(n), o
}
function a() {
var e = this.options.position.split("-"),
t = [];
return e.forEach(function(e) {
t.push("cc-" + e)
}), t
}
function c() {
var e = this.options,
i = "top" == e.position || "bottom" == e.position ? "banner" : "floating";
t.isMobile() && (i = "floating");
var n = ["cc-" + i, "cc-type-" + e.type, "cc-theme-" + e.theme];
e["static"] && n.push("cc-static"), n.push.apply(n, a.call(this));
p.call(this, this.options.palette);
return this.customStyleSelector && n.push(this.customStyleSelector), n
}
function l() {
var e = {},
i = this.options;
i.showLink || (i.elements.link = "", i.elements.messagelink = i.elements.message), Object.keys(i.elements).forEach(function(n) {
e[n] = t.interpolateString(i.elements[n], function(e) {
var t = i.content[e];
return e && "string" == typeof t && t.length ? t : ""
})
});
var n = i.compliance[i.type];
n || (n = i.compliance.info), e.compliance = t.interpolateString(n, function(t) {
return e[t]
});
var o = i.layouts[i.layout];
return o || (o = i.layouts.basic), t.interpolateString(o, function(t) {
return e[t]
})
}
function u(i) {
var n = this.options,
o = document.createElement("div"),
s = n.container && 1 === n.container.nodeType ? n.container : document.body;
o.innerHTML = i;
var r = o.children[0];
return r.style.display = "none", t.hasClass(r, "cc-window") && e.hasTransition && t.addClass(r, "cc-invisible"), this.onButtonClick = h.bind(this), r.addEventListener("click", this.onButtonClick), n.autoAttach && (s.firstChild ? s.insertBefore(r, s.firstChild) : s.appendChild(r)), r
}
function h(n) {
var o = n.target;
if (t.hasClass(o, "cc-btn")) {
var s = o.className.match(new RegExp("\\bcc-(" + i.join("|") + ")\\b")),
r = s && s[1] || !1;
r && (this.setStatus(r), this.close(!0))
}
t.hasClass(o, "cc-close") && (this.setStatus(e.status.dismiss), this.close(!0)), t.hasClass(o, "cc-revoke") && this.revokeChoice()
}
function p(e) {
var i = t.hash(JSON.stringify(e)),
n = "cc-color-override-" + i,
o = t.isPlainObject(e);
return this.customStyleSelector = o ? n : null, o && d(i, e, "." + n), o
}
function d(i, n, o) {
if (e.customStyles[i]) return void++e.customStyles[i].references;
var s = {},
r = n.popup,
a = n.button,
c = n.highlight;
r && (r.text = r.text ? r.text : t.getContrast(r.background), r.link = r.link ? r.link : r.text, s[o + ".cc-window"] = ["color: " + r.text, "background-color: " + r.background], s[o + ".cc-revoke"] = ["color: " + r.text, "background-color: " + r.background], s[o + " .cc-link," + o + " .cc-link:active," + o + " .cc-link:visited"] = ["color: " + r.link], a && (a.text = a.text ? a.text : t.getContrast(a.background), a.border = a.border ? a.border : "transparent", s[o + " .cc-btn"] = ["color: " + a.text, "border-color: " + a.border, "background-color: " + a.background], "transparent" != a.background && (s[o + " .cc-btn:hover, " + o + " .cc-btn:focus"] = ["background-color: " + v(a.background)]), c ? (c.text = c.text ? c.text : t.getContrast(c.background), c.border = c.border ? c.border : "transparent", s[o + " .cc-highlight .cc-btn:first-child"] = ["color: " + c.text, "border-color: " + c.border, "background-color: " + c.background]) : s[o + " .cc-highlight .cc-btn:first-child"] = ["color: " + r.text]));
var l = document.createElement("style");
document.head.appendChild(l), e.customStyles[i] = {
references: 1,
element: l.sheet
};
var u = -1;
for (var h in s) s.hasOwnProperty(h) && l.sheet.insertRule(h + "{" + s[h].join(";") + "}", ++u)
}
function v(e) {
return e = t.normaliseHex(e), "000000" == e ? "#222" : t.getLuminance(e)
}
function f(i) {
if (t.isPlainObject(i)) {
var n = t.hash(JSON.stringify(i)),
o = e.customStyles[n];
if (o && !--o.references) {
var s = o.element.ownerNode;
s && s.parentNode && s.parentNode.removeChild(s), e.customStyles[n] = null
}
}
}
function m(e, t) {
for (var i = 0, n = e.length; i < n; ++i) {
var o = e[i];
if (o instanceof RegExp && o.test(t) || "string" == typeof o && o.length && o === t) return !0
}
return !1
}
function b() {
var t = this.setStatus.bind(this),
i = this.options.dismissOnTimeout;
"number" == typeof i && i >= 0 && (this.dismissTimeout = window.setTimeout(function() {
t(e.status.dismiss)
}, Math.floor(i)));
var n = this.options.dismissOnScroll;
if ("number" == typeof n && n >= 0) {
var o = function(i) {
window.pageYOffset > Math.floor(n) && (t(e.status.dismiss), window.removeEventListener("scroll", o), this.onWindowScroll = null)
};
this.onWindowScroll = o, window.addEventListener("scroll", o)
}
}
function y() {
if ("info" != this.options.type && (this.options.revokable = !0), t.isMobile() && (this.options.animateRevokable = !1), this.options.revokable) {
var e = a.call(this);
this.options.animateRevokable && e.push("cc-animate"), this.customStyleSelector && e.push(this.customStyleSelector);
var i = this.options.revokeBtn.replace("{{classes}}", e.join(" "));
this.revokeBtn = u.call(this, i);
var n = this.revokeBtn;
if (this.options.animateRevokable) {
var o = t.throttle(function(e) {
var i = !1,
o = 20,
s = window.innerHeight - 20;
t.hasClass(n, "cc-top") && e.clientY < o && (i = !0), t.hasClass(n, "cc-bottom") && e.clientY > s && (i = !0), i ? t.hasClass(n, "cc-active") || t.addClass(n, "cc-active") : t.hasClass(n, "cc-active") && t.removeClass(n, "cc-active")
}, 200);
this.onMouseMove = o, window.addEventListener("mousemove", o)
}
}
}
var g = {
enabled: !0,
container: null,
cookie: {
name: "cookieconsent_status",
path: "/",
domain: "",
expiryDays: 365
},
onPopupOpen: function() {},
onPopupClose: function() {},
onInitialise: function(e) {},
onStatusChange: function(e, t) {},
onRevokeChoice: function() {},
content: {
header: "Cookies used on the website!",
message: "This website uses cookies to ensure you get the best experience on our website.",
dismiss: "Got it!",
allow: "Allow cookies",
deny: "Decline",
link: "Learn more",
href: "http://cookiesandyou.com",
close: "&#x274c;"
},
elements: {
header: '<span class="cc-header">{{header}}</span>&nbsp;',
message: '<span id="cookieconsent:desc" class="cc-message">{{message}}</span>',
messagelink: '<span id="cookieconsent:desc" class="cc-message">{{message}} <a aria-label="learn more about cookies" role=button tabindex="0" class="cc-link" href="{{href}}" target="_blank">{{link}}</a></span>',
dismiss: '<a aria-label="dismiss cookie message" role=button tabindex="0" class="cc-btn cc-dismiss">{{dismiss}}</a>',
allow: '<a aria-label="allow cookies" role=button tabindex="0" class="cc-btn cc-allow">{{allow}}</a>',
deny: '<a aria-label="deny cookies" role=button tabindex="0" class="cc-btn cc-deny">{{deny}}</a>',
link: '<a aria-label="learn more about cookies" role=button tabindex="0" class="cc-link" href="{{href}}" target="_blank">{{link}}</a>',
close: '<span aria-label="dismiss cookie message" role=button tabindex="0" class="cc-close">{{close}}</span>'
},
window: '<div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window {{classes}}"><!--googleoff: all-->{{children}}<!--googleon: all--></div>',
revokeBtn: '<div class="cc-revoke {{classes}}">Cookie Policy</div>',
compliance: {
info: '<div class="cc-compliance">{{dismiss}}</div>',
"opt-in": '<div class="cc-compliance cc-highlight">{{dismiss}}{{allow}}</div>',
"opt-out": '<div class="cc-compliance cc-highlight">{{deny}}{{dismiss}}</div>'
},
type: "info",
layouts: {
basic: "{{messagelink}}{{compliance}}",
"basic-close": "{{messagelink}}{{compliance}}{{close}}",
"basic-header": "{{header}}{{message}}{{link}}{{compliance}}"
},
layout: "basic",
position: "bottom",
theme: "block",
"static": !1,
palette: null,
revokable: !1,
animateRevokable: !0,
showLink: !0,
dismissOnScroll: !1,
dismissOnTimeout: !1,
autoOpen: !0,
autoAttach: !0,
whitelistPage: [],
blacklistPage: [],
overrideHTML: null
};
return n.prototype.initialise = function(e) {
this.options && this.destroy(), t.deepExtend(this.options = {}, g), t.isPlainObject(e) && t.deepExtend(this.options, e), r.call(this) && (this.options.enabled = !1), m(this.options.blacklistPage, location.pathname) && (this.options.enabled = !1), m(this.options.whitelistPage, location.pathname) && (this.options.enabled = !0);
var i = this.options.window.replace("{{classes}}", c.call(this).join(" ")).replace("{{children}}", l.call(this)),
n = this.options.overrideHTML;
if ("string" == typeof n && n.length && (i = n), this.options["static"]) {
var o = u.call(this, '<div class="cc-grower">' + i + "</div>");
o.style.display = "", this.element = o.firstChild, this.element.style.display = "none", t.addClass(this.element, "cc-invisible")
} else this.element = u.call(this, i);
b.call(this), y.call(this), this.options.autoOpen && this.autoOpen()
}, n.prototype.destroy = function() {
this.onButtonClick && this.element && (this.element.removeEventListener("click", this.onButtonClick), this.onButtonClick = null), this.dismissTimeout && (clearTimeout(this.dismissTimeout), this.dismissTimeout = null), this.onWindowScroll && (window.removeEventListener("scroll", this.onWindowScroll), this.onWindowScroll = null), this.onMouseMove && (window.removeEventListener("mousemove", this.onMouseMove), this.onMouseMove = null), this.element && this.element.parentNode && this.element.parentNode.removeChild(this.element), this.element = null, this.revokeBtn && this.revokeBtn.parentNode && this.revokeBtn.parentNode.removeChild(this.revokeBtn), this.revokeBtn = null, f(this.options.palette), this.options = null
}, n.prototype.open = function(t) {
if (this.element) return this.isOpen() || (e.hasTransition ? this.fadeIn() : this.element.style.display = "", this.options.revokable && this.toggleRevokeButton(), this.options.onPopupOpen.call(this)), this
}, n.prototype.close = function(t) {
if (this.element) return this.isOpen() && (e.hasTransition ? this.fadeOut() : this.element.style.display = "none", t && this.options.revokable && this.toggleRevokeButton(!0), this.options.onPopupClose.call(this)), this
}, n.prototype.fadeIn = function() {
var i = this.element;
if (e.hasTransition && i && (this.afterTransition && s.call(this, i), t.hasClass(i, "cc-invisible"))) {
if (i.style.display = "", this.options["static"]) {
var n = this.element.clientHeight;
this.element.parentNode.style.maxHeight = n + "px"
}
var r = 20;
this.openingTimeout = setTimeout(o.bind(this, i), r)
}
}, n.prototype.fadeOut = function() {
var i = this.element;
e.hasTransition && i && (this.openingTimeout && (clearTimeout(this.openingTimeout), o.bind(this, i)), t.hasClass(i, "cc-invisible") || (this.options["static"] && (this.element.parentNode.style.maxHeight = ""), this.afterTransition = s.bind(this, i), i.addEventListener(e.transitionEnd, this.afterTransition), t.addClass(i, "cc-invisible")))
}, n.prototype.isOpen = function() {
return this.element && "" == this.element.style.display && (!e.hasTransition || !t.hasClass(this.element, "cc-invisible"))
}, n.prototype.toggleRevokeButton = function(e) {
this.revokeBtn && (this.revokeBtn.style.display = e ? "" : "none")
}, n.prototype.revokeChoice = function(e) {
this.options.enabled = !0, this.clearStatus(), this.options.onRevokeChoice.call(this), e || this.autoOpen()
}, n.prototype.hasAnswered = function(t) {
return Object.keys(e.status).indexOf(this.getStatus()) >= 0
}, n.prototype.hasConsented = function(t) {
var i = this.getStatus();
return i == e.status.allow || i == e.status.dismiss
}, n.prototype.autoOpen = function(e) {
!this.hasAnswered() && this.options.enabled && this.open()
}, n.prototype.setStatus = function(i) {
var n = this.options.cookie,
o = t.getCookie(n.name),
s = Object.keys(e.status).indexOf(o) >= 0;
Object.keys(e.status).indexOf(i) >= 0 ? (t.setCookie(n.name, i, n.expiryDays, n.domain, n.path), this.options.onStatusChange.call(this, i, s)) : this.clearStatus()
}, n.prototype.getStatus = function() {
return t.getCookie(this.options.cookie.name)
}, n.prototype.clearStatus = function() {
var e = this.options.cookie;
t.setCookie(e.name, "", -1, e.domain, e.path)
}, n
}(), e.Location = function() {
function e(e) {
t.deepExtend(this.options = {}, s), t.isPlainObject(e) && t.deepExtend(this.options, e), this.currentServiceIndex = -1
}
function i(e, t, i) {
var n, o = document.createElement("script");
o.type = "text/" + (e.type || "javascript"), o.src = e.src || e, o.async = !1, o.onreadystatechange = o.onload = function() {
var e = o.readyState;
clearTimeout(n), t.done || e && !/loaded|complete/.test(e) || (t.done = !0, t(), o.onreadystatechange = o.onload = null)
}, document.body.appendChild(o), n = setTimeout(function() {
t.done = !0, t(), o.onreadystatechange = o.onload = null
}, i)
}
function n(e, t, i, n, o) {
var s = new(window.XMLHttpRequest || window.ActiveXObject)("MSXML2.XMLHTTP.3.0");
if (s.open(n ? "POST" : "GET", e, 1), s.setRequestHeader("X-Requested-With", "XMLHttpRequest"), s.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), Array.isArray(o))
for (var r = 0, a = o.length; r < a; ++r) {
var c = o[r].split(":", 2);
s.setRequestHeader(c[0].replace(/^\s+|\s+$/g, ""), c[1].replace(/^\s+|\s+$/g, ""))
}
"function" == typeof t && (s.onreadystatechange = function() {
s.readyState > 3 && t(s)
}), s.send(n)
}
function o(e) {
return new Error("Error [" + (e.code || "UNKNOWN") + "]: " + e.error)
}
var s = {
timeout: 5e3,
services: ["freegeoip", "ipinfo", "maxmind"],
serviceDefinitions: {
freegeoip: function() {
return {
url: "//freegeoip.net/json/?callback={callback}",
isScript: !0,
callback: function(e, t) {
try {
var i = JSON.parse(t);
return i.error ? o(i) : {
code: i.country_code
}
} catch (n) {
return o({
error: "Invalid response (" + n + ")"
})
}
}
}
},
ipinfo: function() {
return {
url: "//ipinfo.io",
headers: ["Accept: application/json"],
callback: function(e, t) {
try {
var i = JSON.parse(t);
return i.error ? o(i) : {
code: i.country
}
} catch (n) {
return o({
error: "Invalid response (" + n + ")"
})
}
}
}
},
ipinfodb: function(e) {
return {
url: "//api.ipinfodb.com/v3/ip-country/?key={api_key}&format=json&callback={callback}",
isScript: !0,
callback: function(e, t) {
try {
var i = JSON.parse(t);
return "ERROR" == i.statusCode ? o({
error: i.statusMessage
}) : {
code: i.countryCode
}
} catch (n) {
return o({
error: "Invalid response (" + n + ")"
})
}
}
}
},
maxmind: function() {
return {
url: "//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js",
isScript: !0,
callback: function(e) {
return window.geoip2 ? void geoip2.country(function(t) {
try {
e({
code: t.country.iso_code
})
} catch (i) {
e(o(i))
}
}, function(t) {
e(o(t))
}) : void e(new Error("Unexpected response format. The downloaded script should have exported `geoip2` to the global scope"))
}
}
}
}
};
return e.prototype.getNextService = function() {
var e;
do e = this.getServiceByIdx(++this.currentServiceIndex); while (this.currentServiceIndex < this.options.services.length && !e);
return e
}, e.prototype.getServiceByIdx = function(e) {
var i = this.options.services[e];
if ("function" == typeof i) {
var n = i();
return n.name && t.deepExtend(n, this.options.serviceDefinitions[n.name](n)), n
}
return "string" == typeof i ? this.options.serviceDefinitions[i]() : t.isPlainObject(i) ? this.options.serviceDefinitions[i.name](i) : null
}, e.prototype.locate = function(e, t) {
var i = this.getNextService();
return i ? (this.callbackComplete = e, this.callbackError = t, void this.runService(i, this.runNextServiceOnError.bind(this))) : void t(new Error("No services to run"))
}, e.prototype.setupUrl = function(e) {
var t = this.getCurrentServiceOpts();
return e.url.replace(/\{(.*?)\}/g, function(i, n) {
if ("callback" === n) {
var o = "callback" + Date.now();
return window[o] = function(t) {
e.__JSONP_DATA = JSON.stringify(t)
}, o
}
if (n in t.interpolateUrl) return t.interpolateUrl[n]
})
}, e.prototype.runService = function(e, t) {
var o = this;
if (e && e.url && e.callback) {
var s = e.isScript ? i : n,
r = this.setupUrl(e);
s(r, function(i) {
var n = i ? i.responseText : "";
e.__JSONP_DATA && (n = e.__JSONP_DATA, delete e.__JSONP_DATA), o.runServiceCallback.call(o, t, e, n)
}, this.options.timeout, e.data, e.headers)
}
}, e.prototype.runServiceCallback = function(e, t, i) {
var n = this,
o = function(t) {
s || n.onServiceResult.call(n, e, t)
},
s = t.callback(o, i);
s && this.onServiceResult.call(this, e, s)
}, e.prototype.onServiceResult = function(e, t) {
t instanceof Error || t && t.error ? e.call(this, t, null) : e.call(this, null, t)
}, e.prototype.runNextServiceOnError = function(e, t) {
if (e) {
this.logError(e);
var i = this.getNextService();
i ? this.runService(i, this.runNextServiceOnError.bind(this)) : this.completeService.call(this, this.callbackError, new Error("All services failed"))
} else this.completeService.call(this, this.callbackComplete, t)
}, e.prototype.getCurrentServiceOpts = function() {
var e = this.options.services[this.currentServiceIndex];
return "string" == typeof e ? {
name: e
} : "function" == typeof e ? e() : t.isPlainObject(e) ? e : {}
}, e.prototype.completeService = function(e, t) {
this.currentServiceIndex = -1, e && e(t)
}, e.prototype.logError = function(e) {
var t = this.currentServiceIndex,
i = this.getServiceByIdx(t);
console.error("The service[" + t + "] (" + i.url + ") responded with the following error", e)
}, e
}(), e.Law = function() {
function e(e) {
this.initialise.apply(this, arguments)
}
var i = {
regionalLaw: !0,
hasLaw: ["AT", "BE", "BG", "HR", "CZ", "CY", "DK", "EE", "FI", "FR", "DE", "EL", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", "PL", "PT", "SK", "SI", "ES", "SE", "GB", "UK"],
revokable: ["HR", "CY", "DK", "EE", "FR", "DE", "LV", "LT", "NL", "PT", "ES"],
explicitAction: ["HR", "IT", "ES"]
};
return e.prototype.initialise = function(e) {
t.deepExtend(this.options = {}, i), t.isPlainObject(e) && t.deepExtend(this.options, e)
}, e.prototype.get = function(e) {
var t = this.options;
return {
hasLaw: t.hasLaw.indexOf(e) >= 0,
revokable: t.revokable.indexOf(e) >= 0,
explicitAction: t.explicitAction.indexOf(e) >= 0
}
}, e.prototype.applyLaw = function(e, t) {
var i = this.get(t);
return i.hasLaw || (e.enabled = !1), this.options.regionalLaw && (i.revokable && (e.revokable = !0), i.explicitAction && (e.dismissOnScroll = !1, e.dismissOnTimeout = !1)), e
}, e
}(), e.initialise = function(t, i, n) {
var o = new e.Law(t.law);
i || (i = function() {}), n || (n = function() {}), e.getCountryCode(t, function(n) {
delete t.law, delete t.location, n.code && (t = o.applyLaw(t, n.code)), i(new e.Popup(t))
}, function(i) {
delete t.law, delete t.location, n(i, new e.Popup(t))
})
}, e.getCountryCode = function(t, i, n) {
if (t.law && t.law.countryCode) return void i({
code: t.law.countryCode
});
if (t.location) {
var o = new e.Location(t.location);
return void o.locate(function(e) {
i(e || {})
}, n)
}
i({})
}, e.utils = t, e.hasInitialised = !0, window.cookieconsent = e
}
}(window.cookieconsent || {});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,882 +0,0 @@
'use strict';
//@prepros-append polyfills/console-polyfill.js
//@prepros-append helpers/equalHeight.js
//@prepros-append elements/sticky-header.js
//@prepros-append elements/nav.js
//@prepros-append elements/picturebook.js
//@prepros-append elements/image-slider.js
//@prepros-append elements/video-teaser.js
//@prepros-append elements/big-teaser-tiles.js
//@prepros-append elements/teaser-tiles.js
//@prepros-append elements/toggles.js
//@prepros-append elements/tab-navigation-variable-height.js
//@prepros-append elements/tab-navigation-auto-height.js
//@prepros-append elements/locations-map.js
//disabled: elements/maps.js
//@prepros-append elements/meta-footer.js
//@prepros-append elements/waypoints.js
//@prepros-append elements/searchResultsMore.js
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
(function () {
var noop = function noop() {};
var methods = ['assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', 'timeStamp', 'trace', 'warn'];
var length = methods.length;
var console = window.console = window.console || {};
while (length--) {
var method = methods[length];
if (console[method] == null) {
console[method] = noop;
}
}
})();
/**
*
* Plugin by Jan-Gerke Salomon
* Released under MIT License
* http://en.wikipedia.org/wiki/MIT_License
*
**/
(function ($) {
$.fn.eqHeight = function (removeHeight) {
if ($(this).length == 1) return this;
if (removeHeight) {
$(this).each(function () {
var style = $(this).attr('style');
if (style) {
style = style.replace(/height:[^;]*;/, '');
$(this).attr('style', style);
}
});
} else {
$(this).css('height', 'auto');
}
var els = $(this);
var startIndex = 0;
var endIndex = -1;
var maxH = 0;
for (var i = 0; i < $(this).length; ++i) {
var cur = $(this[i]);
var nxt = $(this[i + 1]);
var off1 = cur.offset().top;
var off2 = nxt.length ? nxt.offset().top : false;
if (cur.outerHeight() > maxH) {
maxH = cur.outerHeight();
}
endIndex++;
//end of row: equalize current row
if (off1 !== off2) {
for (var a = startIndex; a <= endIndex; ++a) {
els.eq(a).css('height', maxH);
}
//reset for next row
maxH = 0;
startIndex = endIndex + 1;
}
}
return this;
};
})(jQuery);
(function (window, $) {
$(function () {
var BREAKPOINT_MEDIUM_PLUS = 960;
var SCROLL_OFFSET = 30;
var STICKY_CLASS = 'sticky-header';
var header = document.getElementsByTagName('header')[0];
function isDesktop() {
return window.innerWidth > BREAKPOINT_MEDIUM_PLUS;
}
function isScrolled() {
return window.pageYOffset >= SCROLL_OFFSET;
}
if (isDesktop()) {
if (isScrolled()) {
header.classList.add(STICKY_CLASS);
} else {
header.classList.remove(STICKY_CLASS);
}
} else {
header.classList.remove(STICKY_CLASS);
}
$(window).on('resize scroll', function () {
if (isDesktop()) {
if (isScrolled()) {
header.classList.add(STICKY_CLASS);
} else {
header.classList.remove(STICKY_CLASS);
}
} else {
header.classList.remove(STICKY_CLASS);
}
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var BREAKPOINT_MEDIUM_PLUS = 960;
var OPENED_CLASS = 'opened';
var SLIDE_DURATION = 300;
function isMobile() {
return window.innerWidth <= BREAKPOINT_MEDIUM_PLUS;
}
if (isMobile()) {
$('nav ul li').removeClass(OPENED_CLASS);
$('nav ul li .nav-second-level').hide();
}
$(window).resize(function () {
if (isMobile()) {
$('nav ul li:not(.opened) .nav-second-level').hide();
} else {
$('nav ul li .nav-second-level').show();
}
});
$('nav ul li .nav-first-level-opener').click(function () {
var navFirstLevelOpener = $(this);
var navFirstLevelElement = navFirstLevelOpener.parent();
var navSecondLevel = navFirstLevelElement.find('.nav-second-level');
if (isMobile()) {
if (navFirstLevelElement.hasClass(OPENED_CLASS)) {
navFirstLevelElement.removeClass(OPENED_CLASS);
navSecondLevel.stop().slideUp(SLIDE_DURATION);
} else {
navFirstLevelElement.addClass(OPENED_CLASS);
navSecondLevel.stop().slideDown(SLIDE_DURATION);
}
}
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var BREAKPOINT_MEDIUM_PLUS = 960;
var OPENED_CLASS = 'opened';
var SLIDE_DURATION = 300;
function isMobile() {
return window.innerWidth <= BREAKPOINT_MEDIUM_PLUS;
}
if (isMobile()) {
$('nav ul li .nav-second-level').removeClass(OPENED_CLASS);
$('nav ul li .nav-second-level ul').hide();
}
$(window).resize(function () {
if (isMobile()) {
$('nav ul li .nav-second-level:not(.opened) ul').hide();
} else {
$('nav ul li .nav-second-level ul').show();
}
});
$('nav ul li .nav-second-level-opener').click(function () {
var navSecondLevelOpener = $(this);
var navSecondLevelElement = navSecondLevelOpener.parent();
var navSecondLevelUl = navSecondLevelElement.find('ul');
if (isMobile()) {
if (navSecondLevelElement.hasClass(OPENED_CLASS)) {
navSecondLevelElement.removeClass(OPENED_CLASS);
navSecondLevelUl.stop().slideUp(SLIDE_DURATION);
} else {
navSecondLevelElement.addClass(OPENED_CLASS);
navSecondLevelUl.stop().slideDown(SLIDE_DURATION);
}
}
});
});
})(window, jQuery);
$(document).ready(function () {
// eslint-disable-next-line no-undef
var picturebookSwiper = new Swiper('.picturebook', {
direction: 'horizontal',
loop: false,
simulateTouch: false,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev'
}
});
});
$(document).ready(function () {
// eslint-disable-next-line no-undef, no-unused-vars
var imageSlider = new Swiper('.image-slider', {
direction: 'horizontal',
loop: false,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev'
},
pagination: {
el: '.swiper-pagination',
type: 'bullets',
clickable: true
}
});
});
$(document).ready(function () {
$('.video-teaser-youtube').magnificPopup({
delegate: '.play-button',
type: 'iframe'
});
$('.video-teaser-local').each(function () {
var aTag = $(this).find('.play-button').get(0);
var videoPath = aTag.href;
$(this).magnificPopup({
delegate: '.play-button',
type: 'iframe',
iframe: {
markup: '<div><video src="' + videoPath + '" controls autoplay playsinline></video></div>'
}
});
});
});
function equalizeBigTeaserTilesHeights() {
var bigTeaserTiles = document.getElementsByClassName('big-teaser-tiles');
for (var bigTeaserTile = 0; bigTeaserTile < bigTeaserTiles.length; bigTeaserTile++) {
var highestBigTeaserTilesHeight = 0;
var tiles = bigTeaserTiles[bigTeaserTile].getElementsByClassName('big-teaser-tile');
for (var tile = 0; tile < tiles.length; tile++) {
tiles[tile].style.height = 'auto';
}
for (var _tile = 0; _tile < tiles.length; _tile++) {
if (tiles[_tile].offsetHeight > highestBigTeaserTilesHeight) {
highestBigTeaserTilesHeight = tiles[_tile].offsetHeight;
}
}
if (highestBigTeaserTilesHeight > 0) {
for (var _tile2 = 0; _tile2 < tiles.length; _tile2++) {
tiles[_tile2].style.height = highestBigTeaserTilesHeight + 'px';
}
}
}
}
$(window).on('load', function () {
equalizeBigTeaserTilesHeights();
});
$(window).on('resize', function () {
equalizeBigTeaserTilesHeights();
});
$(window).on('load resize', function () {
$('.teaser-tile').sort(function (a, b) {
return a.offsetTop - b.offsetTop;
}).eqHeight();
});
(function (window, $) {
$(function () {
var OPENED_CLASS = 'opened';
var SLIDE_DURATION = 300;
$('.toggle').removeClass(OPENED_CLASS);
$('.toggle-body').hide();
$('.toggle-head').click(function () {
var toggleHead = $(this);
var toggle = toggleHead.parent();
var toggleBody = toggle.find('.toggle-body');
if (toggle.hasClass(OPENED_CLASS)) {
toggle.removeClass(OPENED_CLASS);
toggleBody.stop().slideUp(SLIDE_DURATION);
} else {
toggle.addClass(OPENED_CLASS);
toggleBody.stop().slideDown(SLIDE_DURATION);
}
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var TabNavigation = function TabNavigation(node, tabItems, CLASS_ACTIVE) {
_classCallCheck(this, TabNavigation);
_initialiseProps.call(this);
this.node = node;
this.$node = $(this.node);
this.$nodeParent = this.$node.parent();
this.tabItems = tabItems;
this.CLASS_ACTIVE = CLASS_ACTIVE;
this.$mobileTrigger = $('.tab-navigation-mobile-head', this.$nodeParent);
this.mobileStateVisible = false;
this.hashChange();
this.setInitialState();
window.addEventListener('hashchange', this.onHashChange);
this.$mobileTrigger.get(0).addEventListener('click', this.mobileTabMenu);
};
var _initialiseProps = function _initialiseProps() {
var _this = this;
this.setInitialState = function () {
var hash = window.location.hash;
var parsedHash = void 0;
var $tabItems = $(_this.node).children();
var $tabWrapper = _this.$nodeParent.parents('.tabs.tabs-variable-height');
var $tabContent = $('[data-tab]', $tabWrapper);
if (hash === '') {
if (!$tabItems.length && !$tabContent.length) {
return false;
}
var $firstActiveItem = $tabItems.first();
var $firstActiveItemText = $firstActiveItem.text();
_this.setClassNames($tabItems, _this.CLASS_ACTIVE, true);
_this.setDisplayProps($tabContent, true);
_this.populateMobileTrigger($firstActiveItemText);
return false;
} else {
parsedHash = hash.replace('#', '');
var $content = $('[data-tab=' + parsedHash + ']', $tabWrapper);
var $anchor = $('div[data-hash="' + hash + '"]', $tabWrapper);
var _$firstActiveItem = $tabItems.first();
var _$firstActiveItemText = _$firstActiveItem.text();
if ($anchor.length) {
_this.populateMobileTrigger($anchor.text());
} else {
_this.populateMobileTrigger(_$firstActiveItemText);
}
if (!$content.length) {
_this.setClassNames($tabItems, _this.CLASS_ACTIVE, true);
_this.setDisplayProps($tabContent, false);
}
}
_this.onHashChange();
};
this.hashChange = function () {
var $tabWrapper = _this.$nodeParent.parents('.tabs.tabs-variable-height');
var $anchor = $('div[data-hash]', $tabWrapper);
$anchor.on('click', function () {
var $self = $(this);
var dataHash = $self.attr('data-hash');
window.location.hash = dataHash;
});
};
this.onHashChange = function () {
var hash = window.location.hash;
if (!hash) {
return false;
}
var $anchor = $('[data-hash$="' + hash + '"]', _this.$node);
if ($anchor.length) {
_this.populateMobileTrigger($anchor.text());
}
_this.hideMobileTabMenu();
return _this.setActiveState(hash, $anchor);
};
this.setClassNames = function ($element, CLASS_ACTIVE) {
var initial = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
if (!initial) {
return $element.addClass(CLASS_ACTIVE).siblings().removeClass(CLASS_ACTIVE);
}
return $element.first().addClass(CLASS_ACTIVE).siblings().removeClass(CLASS_ACTIVE);
};
this.setDisplayProps = function ($element) {
var initial = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
if ($element.parents('.tabs').hasClass('tabs-variable-height')) {
if (!initial) {
$element.css({ 'display': 'block' }).siblings().css({ 'display': 'none' });
}
$element.first().css({ 'display': 'block' }).siblings().css({ 'display': 'none' });
}
};
this.populateMobileTrigger = function (value) {
var $span = _this.$mobileTrigger.find('span');
var delay = 150;
var CLASS_TRANSITION = 'transitioning';
$span.addClass(CLASS_TRANSITION).delay(delay).queue(function (next) {
$(this).text(value);
next();
}).queue(function (next) {
$(this).removeClass(CLASS_TRANSITION);
next();
});
};
this.setActiveState = function (hash, $anchor) {
var dataHash = hash.replace('#', '');
var $tabItem = $anchor.parent();
var $tabContent = $('[data-tab=' + dataHash + ']');
_this.setClassNames($tabItem, _this.CLASS_ACTIVE);
_this.setDisplayProps($tabContent, false);
};
this.mobileTabMenu = function () {
var breakpointWidth = 1024;
var breakpoint = window.matchMedia('(max-width: ' + breakpointWidth + 'px)');
var slideToggleDuration = 300;
if (breakpoint.matches) {
_this.mobileStateVisible = !_this.mobileStateVisible;
switch (_this.mobileStateVisible) {
case true:
_this.$mobileTrigger.addClass(_this.CLASS_ACTIVE);
_this.$node.slideDown(slideToggleDuration);
break;
case false:
_this.$mobileTrigger.removeClass(_this.CLASS_ACTIVE);
_this.$node.slideUp(slideToggleDuration);
break;
}
}
window.addEventListener('resize', function () {
var windowWidth = window.innerWidth;
if (windowWidth > breakpointWidth) {
_this.$mobileTrigger.removeClass(_this.CLASS_ACTIVE);
_this.$node.removeAttr('style');
}
});
};
this.hideMobileTabMenu = function () {
var breakpointWidth = 1024;
var breakpoint = window.matchMedia('(max-width: ' + breakpointWidth + 'px)');
var slideToggleDuration = 300;
if (breakpoint.matches && _this.mobileStateVisible === true) {
_this.$node.slideUp(slideToggleDuration);
_this.$mobileTrigger.removeClass(_this.CLASS_ACTIVE);
_this.mobileStateVisible = false;
}
};
};
var tabsItem = document.querySelectorAll('.tab-navigation .tab-navigation-items');
$(tabsItem).each(function () {
var $children = $(this).children();
var CLASS_ACTIVE = 'active';
new TabNavigation($(this).get(0), $children, CLASS_ACTIVE);
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var TabNavigation = function TabNavigation(node, tabItems, CLASS_ACTIVE) {
_classCallCheck(this, TabNavigation);
_initialiseProps2.call(this);
this.node = node;
this.$node = $(this.node);
this.$nodeParent = this.$node.parent();
this.tabItems = tabItems;
this.CLASS_ACTIVE = CLASS_ACTIVE;
this.$mobileTrigger = $('.tab-navigation-mobile-head', this.$nodeParent);
this.mobileStateVisible = false;
this.hashChange();
this.setInitialState();
window.addEventListener('hashchange', this.onHashChange);
this.$mobileTrigger.get(0).addEventListener('click', this.mobileTabMenu);
};
var _initialiseProps2 = function _initialiseProps2() {
var _this2 = this;
this.setInitialState = function () {
var hash = window.location.hash;
var parsedHash = void 0;
var $tabItems = $(_this2.node).children();
var $tabWrapper = _this2.$nodeParent.parents('.tabs.tabs-auto-height');
var $tabContent = $('[data-tab]', $tabWrapper);
if (hash === '') {
if (!$tabItems.length && !$tabContent.length) {
return false;
}
var $firstActiveItem = $tabItems.first();
var $firstActiveItemText = $firstActiveItem.text();
_this2.setClassNames($tabItems, _this2.CLASS_ACTIVE, true);
_this2.setDisplayProps($tabContent, true);
_this2.populateMobileTrigger($firstActiveItemText);
return false;
} else {
parsedHash = hash.replace('#', '');
var $content = $('[data-tab=' + parsedHash + ']', $tabWrapper);
var $anchor = $('div[data-hash="' + hash + '"]', $tabWrapper);
var _$firstActiveItem2 = $tabItems.first();
var _$firstActiveItemText2 = _$firstActiveItem2.text();
if ($anchor.length) {
_this2.populateMobileTrigger($anchor.text());
} else {
_this2.populateMobileTrigger(_$firstActiveItemText2);
}
if (!$content.length) {
_this2.setClassNames($tabItems, _this2.CLASS_ACTIVE, true);
_this2.setDisplayProps($tabContent, false);
}
}
_this2.onHashChange();
};
this.hashChange = function () {
var $tabWrapper = _this2.$nodeParent.parents('.tabs.tabs-auto-height');
var $anchor = $('div[data-hash]', $tabWrapper);
$anchor.on('click', function () {
var $self = $(this);
var dataHash = $self.attr('data-hash');
window.location.hash = dataHash;
});
};
this.onHashChange = function () {
var hash = window.location.hash;
if (!hash) {
return false;
}
var $anchor = $('[data-hash$="' + hash + '"]', _this2.$node);
if ($anchor.length) {
_this2.populateMobileTrigger($anchor.text());
}
_this2.hideMobileTabMenu();
return _this2.setActiveState(hash, $anchor);
};
this.setClassNames = function ($element, CLASS_ACTIVE) {
var initial = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
if (!initial) {
return $element.addClass(CLASS_ACTIVE).siblings().removeClass(CLASS_ACTIVE);
}
return $element.first().addClass(CLASS_ACTIVE).siblings().removeClass(CLASS_ACTIVE);
};
this.setDisplayProps = function ($element) {
var initial = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
if ($element.parents('.tabs').hasClass('tabs-auto-height')) {
if (!initial) {
$element.css({ 'visibility': '' }).siblings().css({ 'visibility': 'hidden' });
}
$element.first().css({ 'visibility': '' }).siblings().css({ 'visibility': 'hidden' });
}
};
this.populateMobileTrigger = function (value) {
var $span = _this2.$mobileTrigger.find('span');
var delay = 150;
var CLASS_TRANSITION = 'transitioning';
$span.addClass(CLASS_TRANSITION).delay(delay).queue(function (next) {
$(this).text(value);
next();
}).queue(function (next) {
$(this).removeClass(CLASS_TRANSITION);
next();
});
};
this.setActiveState = function (hash, $anchor) {
var dataHash = hash.replace('#', '');
var $tabItem = $anchor.parent();
var $tabContent = $('[data-tab=' + dataHash + ']');
_this2.setClassNames($tabItem, _this2.CLASS_ACTIVE);
_this2.setDisplayProps($tabContent, false);
};
this.mobileTabMenu = function () {
var breakpointWidth = 1024;
var breakpoint = window.matchMedia('(max-width: ' + breakpointWidth + 'px)');
var slideToggleDuration = 300;
if (breakpoint.matches) {
_this2.mobileStateVisible = !_this2.mobileStateVisible;
switch (_this2.mobileStateVisible) {
case true:
_this2.$mobileTrigger.addClass(_this2.CLASS_ACTIVE);
_this2.$node.slideDown(slideToggleDuration);
break;
case false:
_this2.$mobileTrigger.removeClass(_this2.CLASS_ACTIVE);
_this2.$node.slideUp(slideToggleDuration);
break;
}
}
window.addEventListener('resize', function () {
var windowWidth = window.innerWidth;
if (windowWidth > breakpointWidth) {
_this2.$mobileTrigger.removeClass(_this2.CLASS_ACTIVE);
_this2.$node.removeAttr('style');
}
});
};
this.hideMobileTabMenu = function () {
var breakpointWidth = 1024;
var breakpoint = window.matchMedia('(max-width: ' + breakpointWidth + 'px)');
var slideToggleDuration = 300;
if (breakpoint.matches && _this2.mobileStateVisible === true) {
_this2.$node.slideUp(slideToggleDuration);
_this2.$mobileTrigger.removeClass(_this2.CLASS_ACTIVE);
_this2.mobileStateVisible = false;
}
};
};
var tabsItem = document.querySelectorAll('.tab-navigation .tab-navigation-items');
$(tabsItem).each(function () {
var $children = $(this).children();
var CLASS_ACTIVE = 'active';
new TabNavigation($(this).get(0), $children, CLASS_ACTIVE);
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var BREAKPOINT_SMALL = 560;
var OPENED_CLASS = 'opened';
var SLIDE_DURATION = 300;
function isMobile() {
return window.innerWidth <= BREAKPOINT_SMALL;
}
if (isMobile()) {
$('.location-address').removeClass(OPENED_CLASS);
$('.location-address-body').hide();
}
$(window).resize(function () {
if (isMobile()) {
$('.location-address:not(.opened) .location-address-body').hide();
} else {
$('.location-address-body').show();
}
});
$('.location-address-head').click(function () {
var locationAddressHead = $(this);
var locationAddress = locationAddressHead.parent();
var locationAddressBody = locationAddress.find('.location-address-body');
if (isMobile()) {
if (locationAddress.hasClass(OPENED_CLASS)) {
locationAddress.removeClass(OPENED_CLASS);
locationAddressBody.stop().slideUp(SLIDE_DURATION);
} else {
locationAddress.addClass(OPENED_CLASS);
locationAddressBody.stop().slideDown(SLIDE_DURATION);
}
}
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var BREAKPOINT_SMALL = 560;
var OPENED_CLASS = 'opened';
var SLIDE_DURATION = 300;
function isMobile() {
return window.innerWidth <= BREAKPOINT_SMALL;
}
if (isMobile()) {
$('.meta-footer-contact-entity').removeClass(OPENED_CLASS);
$('.meta-footer-contact-entity-body').hide();
}
$(window).resize(function () {
if (isMobile()) {
$('.meta-footer-contact-entity:not(.opened) .meta-footer-contact-entity-body').hide();
} else {
$('.meta-footer-contact-entity-body').show();
}
});
$('.meta-footer-contact-entity-head').click(function () {
var metaFooterContactEntityHead = $(this);
var metaFooterContactEntity = metaFooterContactEntityHead.parent();
var metaFooterContactEntityBody = metaFooterContactEntity.find('.meta-footer-contact-entity-body');
if (isMobile()) {
if (metaFooterContactEntity.hasClass(OPENED_CLASS)) {
metaFooterContactEntity.removeClass(OPENED_CLASS);
metaFooterContactEntityBody.stop().slideUp(SLIDE_DURATION);
} else {
metaFooterContactEntity.addClass(OPENED_CLASS);
metaFooterContactEntityBody.stop().slideDown(SLIDE_DURATION);
}
}
});
});
})(window, jQuery);
(function (window, $) {
$(function () {
var waypointsHeadline = $('h2, .h2');
waypointsHeadline.each(function () {
var element = $(this);
element.addClass('waypoint');
element.waypoint({
handler: function handler(direction) {
if (direction == 'down') {
element.addClass('waypoint-triggered');
}
},
offset: '65%'
});
});
var waypointsList = $('.icon-headline-text');
waypointsList.each(function () {
var element = void 0;
if ($(this).parents('.container-2-cols').find('.icon-headline-text').length > 1) {
element = $(this).parents('.container-2-cols');
} else {
element = $(this);
}
element.addClass('waypoint');
var listItems = element.find('li');
listItems.addClass('waypoint');
element.waypoint({
handler: function handler(direction) {
if (direction == 'down') {
fadeInElements(listItems, 200, 'waypoint-triggered');
}
},
offset: '85%'
});
});
function fadeInElements(element, duration, customClass) {
element.each(function (n) {
var _this3 = this;
setTimeout(function () {
$(_this3).addClass(customClass);
}, duration * n);
});
}
});
})(window, jQuery);
(function (window, $) {
$(function () {
if ($('.tx-indexedsearch-res').length) {
$('.tx-indexedsearch-res').each(function () {
var $this = $(this);
var linkHref = $this.find('.tx-indexedsearch-title a').attr('href');
$this.find('.link-more').attr('href', linkHref);
var linkText = $this.find('.tx-indexedsearch-title a').html();
$this.find('.link-more span').html(linkText);
});
}
});
})(window, jQuery);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long