window.envFlags=new class{constructor(e){this._element=e}get(e){var t="env-"+e;return this._element.classList.contains(t)}set(e,t){var s="env-"+e;t?this._element.classList.add(s):this._element.classList.remove(s)}init(e){this.set("js-capable",!0),this.set("touch",this._element.ontouchstart),this._jsLoadTimeout=setTimeout((()=>{this.set("js-timeout",!0)}),5e3);var t=function(e){var t=/\b__env__=([^&]+)/.exec(e),s=[];t&&(s=t[1].split(";"));e.match(/\bnojs=1\b/)&&s.push("no-js-capable");return s}(e||this._element.ownerDocument.location.href);t.forEach((e=>{0===e.indexOf("no-")?this.set(e.slice(3),!1):this.set(e,!0)}))}ready(){this._jsLoadTimeout&&clearTimeout(this._jsLoadTimeout)}}(document.documentElement),window.envFlags.init();var e=document.querySelector('meta[name="google-analytics-tracking-id"]');e&&(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga("create",e.content,"auto"),ga("set","anonymizeIp",!0),ga("send","pageview"));