It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://docs.google.com/document/d/1KtnEjM_oLS3uXefxh8nylZdC6OXl79tjhADoNFsGaRk/pub

  1. <!DOCTYPE html><html><head><title>Sierra Natural Science</title><link rel="shortcut icon" href="https://ssl.gstatic.com/docs/documents/images/kix-favicon-2023q4.ico"><meta name="referrer" content="origin"><script nonce="1M-ot4ja3cOI9cSKijhofg">
  2.        var DOCS_timing = {};
  3.        var DOCS_drawing_load = {};
  4.        var DOCS_drawing_decode = {};
  5.  
  6.        function _DOCS_record_fn(id) {
  7.          if (window.performance && window.performance.now) {
  8.            DOCS_drawing_load[id] = performance.now();
  9.            const imgEl = document.getElementById(id);
  10.            if (imgEl && imgEl.decode) {
  11.              imgEl.decode().then(() => {
  12.                DOCS_drawing_decode[id] = performance.now();
  13.                if (typeof DOCS_notifyDrawingDecode === 'function') {
  14.                  DOCS_notifyDrawingDecode(id);
  15.                }
  16.              });
  17.            }
  18.          }
  19.  
  20.          if (typeof DOCS_notifyDrawingLoad === 'function') {
  21.            DOCS_notifyDrawingLoad(id);
  22.          }
  23.        }
  24.  
  25.        function DOCS_record_drawing_load(id) {
  26.          const imgEl = document.getElementById(id);
  27.          if (imgEl.complete) {
  28.            _DOCS_record_fn(id);
  29.          }
  30.          imgEl.onload = function() {
  31.            _DOCS_record_fn(id);
  32.          }
  33.        }
  34.  
  35.        document.documentElement.addEventListener(
  36.          'load',
  37.          function(event) {
  38.            if (!event || !event.target) {
  39.              return;
  40.            }
  41.            const target = event.target;
  42.  
  43.            if (target.tagName == 'IMG' &&  target.id && target.id.startsWith('ed.')) {
  44.              DOCS_record_drawing_load(target.id);
  45.            }
  46.          },
  47.          // Captures load events in the DOM because they do not bubble.
  48.          /* useCapture= */ true
  49.        );
  50.      </script><style nonce="v40DDR3taw4ZuNOJGe6TyA">
  51.      @import url("https://fonts.googleapis.com/css?family=Google+Sans");
  52.      @import url("https://fonts.googleapis.com/css?family=Roboto");
  53.  
  54.      body {
  55.        font-family: Roboto, arial, sans, sans-serif;
  56.        margin: 0;
  57.      }
  58.  
  59.      iframe {
  60.        border: 0;
  61.        frameborder: 0;
  62.        height: 100%;
  63.        width: 100%;
  64.      }
  65.  
  66.      #banners {
  67.        align-items: center;
  68.        background: white;
  69.        display: block;
  70.        justify-content: space-between;
  71.        position: fixed;
  72.        top: 0;
  73.        width: 100%;
  74.        z-index: 100;
  75.      }
  76.  
  77.      #banners #publish-banner {
  78.        background-color: #e8f0fe;
  79.        border-bottom: 1px #ccc solid;
  80.        color: #202124;
  81.        display: flex;
  82.        flex: 1 1 0%;
  83.        height: 60px;
  84.        width: 100%;
  85.      }
  86.  
  87.      #publish-banner-icon {
  88.        display: flex;
  89.        fill: #1967d2;
  90.        margin: auto 20px;
  91.      }
  92.  
  93.      #publish-banner-text {
  94.        flex-grow: 1;
  95.        margin: auto 0;
  96.        overflow: hidden;
  97.        text-overflow: ellipsis;
  98.        white-space: nowrap;
  99.      }
  100.  
  101.      #publish-banner-buttons {
  102.        margin: auto 25px auto 0;
  103.        white-space: nowrap;
  104.      }
  105.  
  106.      #publish-banner-buttons span {
  107.        align-self: center;
  108.        background-color: inherit;
  109.        border: none;
  110.        font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  111.        margin: 0 16px 0 32px;
  112.      }
  113.  
  114.      #publish-banner-buttons a {
  115.        color: #1967d2;
  116.        cursor: pointer;
  117.        font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  118.        font-size: 14px;
  119.        font-weight: 500;
  120.        line-height: 24px;
  121.        text-decoration: none;
  122.      }
  123.  
  124.      #banners #title-banner {
  125.        background: white;
  126.        border-bottom: 1px #ccc solid;
  127.        display: flex;
  128.        flex: 1 1 0%;
  129.        height: 60px;
  130.        width: 100%;
  131.      }
  132.  
  133.      #banners #title-banner #title {
  134.        flex-grow: 1;
  135.        font-family: 'Google Sans';
  136.        font-size: large;
  137.        margin: auto 0 auto 20px;
  138.        overflow: hidden;
  139.        text-overflow: ellipsis;
  140.        white-space: nowrap;
  141.        width: 70%;
  142.      }
  143.  
  144.      #banners #title-banner #interval {
  145.        margin: auto 25px auto 0;
  146.        font-family: Roboto;
  147.        font-size: small;;
  148.      }
  149.  
  150.      #footer {
  151.        background: #f0f0f0;
  152.        border-bottom: 1px #ccc solid;
  153.        bottom: 0;
  154.        font-family: Roboto;
  155.        font-size: small;
  156.        padding: 10px 10px;
  157.        position: fixed;
  158.        text-align: center;
  159.        width: 100%;
  160.      }
  161.  
  162.      @media only screen and (max-device-width: 800px) {
  163.        #banners #title-banner {
  164.          border-bottom-width: 5px;
  165.          height: auto;
  166.          display: block;
  167.        }
  168.  
  169.        #banners #title-banner #title {
  170.          font-size: 3em;
  171.          margin: auto 0 auto 20px;
  172.          width: 90%;
  173.        }
  174.  
  175.        #banners #title-banner #interval {
  176.          font-size: 1.5em;
  177.          margin: 10px 0 auto 25px;
  178.        }
  179.  
  180.        #footer {
  181.          font-size: 2em;
  182.        }
  183.      }
  184.  
  185.      .dash {
  186.        padding: 0 6px;
  187.      }
  188.  
  189.    
  190.        #contents {
  191.          padding: 100px 20% 50px 20%;
  192.        }
  193.  
  194.        @media only screen and (max-device-width: 800px) {
  195.          #contents {
  196.            padding: 150px 5% 80px;
  197.          }
  198.        }
  199.      </style></head><body><div id="banners"><div id="publish-banner"><span id="publish-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px"><path d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg></span><div id="publish-banner-text">Published using Google Docs</div><div id="publish-banner-buttons"><span><a href="//drive.google.com/abuse?id=1KtnEjM_oLS3uXefxh8nylZdC6OXl79tjhADoNFsGaRk">Report abuse</a></span><span><a target="_blank" title="Learn more" href="https://support.google.com/docs/answer/183965">Learn more</a></span></div></div><div id="title-banner"><div id="title">Sierra Natural Science</div><div id="interval"><span>Updated automatically every 5 minutes</span></div></div></div><div id="contents"><style type="text/css">ol{margin:0;padding:0}table td,table th{padding:0}.c2{-webkit-text-decoration-skip:none;color:#0000ee;font-weight:400;text-decoration:underline;vertical-align:baseline;text-decoration-skip-ink:none;font-size:11pt;font-family:"Arial";font-style:normal}.c1{color:#000000;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:"Arial";font-style:normal}.c4{color:#000000;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:"Arial";font-style:normal}.c0{padding-top:0pt;padding-bottom:0pt;line-height:1.0;text-align:left}.c5{text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;color:#0000ee;text-decoration:underline}.c6{background-color:#ffffff;max-width:468pt;padding:72pt 72pt 72pt 72pt}.c3{color:inherit;text-decoration:inherit}.title{padding-top:24pt;color:#000000;font-weight:700;font-size:36pt;padding-bottom:6pt;font-family:"Arial";line-height:1.0;page-break-after:avoid;text-align:left}.subtitle{padding-top:18pt;color:#666666;font-size:24pt;padding-bottom:4pt;font-family:"Georgia";line-height:1.0;page-break-after:avoid;font-style:italic;text-align:left}li{color:#000000;font-size:11pt;font-family:"Arial"}p{margin:0;color:#000000;font-size:11pt;font-family:"Arial"}h1{padding-top:12pt;color:#000000;font-weight:700;font-size:24pt;padding-bottom:12pt;font-family:"Arial";line-height:1.0;text-align:left}h2{padding-top:11.2pt;color:#000000;font-weight:700;font-size:18pt;padding-bottom:11.2pt;font-family:"Arial";line-height:1.0;text-align:left}h3{padding-top:12pt;color:#000000;font-weight:700;font-size:14pt;padding-bottom:12pt;font-family:"Arial";line-height:1.0;text-align:left}h4{padding-top:12.8pt;color:#000000;font-weight:700;font-size:12pt;padding-bottom:12.8pt;font-family:"Arial";line-height:1.0;text-align:left}h5{padding-top:12.8pt;color:#000000;font-weight:700;font-size:9pt;padding-bottom:12.8pt;font-family:"Arial";line-height:1.0;text-align:left}h6{padding-top:18pt;color:#000000;font-weight:700;font-size:8pt;padding-bottom:18pt;font-family:"Arial";line-height:1.0;text-align:left}</style><div class="c6 doc-content"><p class="c0"><span class="c1">Sierra Natural Science</span></p><p class="c0"><span class="c5"><a class="c3" href="https://www.google.com/url?q=https://storage.googleapis.com/sierra-natural-science/Sierra-Natural-Science-offers-organic-and-all-natural-gardening-products-that-are-EPA-exempt.html&amp;sa=D&amp;source=editors&amp;ust=1714002132253904&amp;usg=AOvVaw1aErL_3AefScp-574xFubC">https://storage.googleapis.com/sierra-natural-science/Sierra-Natural-Science-offers-organic-and-all-natural-gardening-products-that-are-EPA-exempt.html</a></span></p><p class="c0"><span class="c4">Sierra Natural Science supplies natural as well as natural gardening items that are EPA excluded</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">Sierra Natural Science supplies organic and also natural gardening items that are EPA exempt, so they posture little to no risk to your health and wellness or the setting. What&#39;s also much better, they additionally have a 0-day re-entry interval, suggesting there is no requirement to wear to use the products.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">They discuss just how much consideration is taken during the making of these products as they intended to prevent any type of rough or hazardous chemicals being made use of in the process. SNS is proud to state that all their products are ensured around children and family pets when utilized as routed.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">The 3 main products, 209-- PC-- DC from Sierra Natural Science, are all natural certified as well as can be utilized in organic production.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c4">The Natural Products</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">Sierra Natural Science supplies a vast array of ready-to-mix alternatives and concentrated choices if you&#39;re wanting to acquire some natural pesticides for your garden. Each pouch makes either a 32oz bottle or 5 gallons of items. It is straightforward to use, mix all pouch components with water, shake well, and afterwards spray as required. In addition to ready to make use of items for inside your house or out in your garden.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">For those skeptical about utilizing all-natural items, Sierra Natural Science comforts people that their items are a lot more effective than chemical products. Via considerable research study, SNS has created alternatives from natural resources. Therefore, it offers farmers and also gardeners a service to their pest troubles, with natural pesticides as well as natural fungicide.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">The natural fungicide from SNS is formulated so well that it will aid your plants and also yard to expand much better compared to other homemade options. This includes a boost in seed productivity, a prolonged shelf life, the capacity to control disease during plant development, and, most notably, make horticulture less complicated.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">Efficient as well as Natural Ways to See your Garden Embellishment</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">SNS is the most effective in business if you want to see your garden flourish, especially currently during the summer season. The yard professionals offer natural as well as natural items, however likewise advise the best weed killer for your garden as well as give an overview on exactly how to make use of liquid fertilizer correctly. There are several types of weed killers available, but SNS help you select the ideal one depending on requirements such as selectivity, perseverance, or appearance. SNS will certainly enjoy to review the very best one for your garden.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">If you wish to get started as well as utilize a liquid fertilizer, why not check out the guide available on the SNS internet site and ways to attain the very best results, it couldn&#39;t be extra comfortable with a laid-out plan.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">SNS cares for and informs garden enthusiasts and farmers with one of the most helpful information and guidance and also one of the most effective products, including hydroponic nutrients. These are readily available on their site for owners with hydroponic gardens in their houses, or hydro ranches that need hydroponic nutrient remedies and light as well as water.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c4">Even more information</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">For the most natural and safe gardening products, check out Sierra Natural Science&#39;s website today and search their range of items from natural fertilizers, weed killers, and hydroponic nutrients, and also look for disinfectants such as hand sanitizers and all-purpose natural anti-bacterials. Store online today at https://sierranaturalscience.com/ and also discover the affordable costs for every product compared to their competitors.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span class="c1">Any questions or inquiries about the natural and natural gardening products, please do not hesitate to contact SNS by means of e-mail at [email safeguarded] or by phone on (831) 757-1702.</span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span>Source: </span><span class="c5"><a class="c3" href="https://www.google.com/url?q=http://ezurl.co/38&amp;sa=D&amp;source=editors&amp;ust=1714002132257828&amp;usg=AOvVaw2PDCTuB_ryB9Fvw0bMkQgw">http://ezurl.co/38</a></span></p><p class="c0"><span class="c1"> </span></p><p class="c0"><span>Organisation: </span><span class="c5"><a class="c3" href="https://www.google.com/url?q=http://ezurl.co/39&amp;sa=D&amp;source=editors&amp;ust=1714002132258430&amp;usg=AOvVaw17dJ_XiaYJsddKF4RcttVe">http://ezurl.co/39</a></span></p></div></div><script nonce="1M-ot4ja3cOI9cSKijhofg">function _F_toggles_initialize(a){("undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:this)._F_toggles=a||[]}_F_toggles_initialize([]);
  200. function k(){return function(){}}var aa="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a};function ba(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("a");}var ca=ba(this);
  201. function l(a,b){if(b)a:{var c=ca;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&aa(c,a,{configurable:!0,writable:!0,value:b})}}var da="function"==typeof Object.create?Object.create:function(a){function b(){}b.prototype=a;return new b},m;
  202. if("function"==typeof Object.setPrototypeOf)m=Object.setPrototypeOf;else{var n;a:{var ea={a:!0},fa={};try{fa.__proto__=ea;n=fa.a;break a}catch(a){}n=!1}m=n?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError("b`"+a);return a}:null}var ha=m;
  203. function p(a,b){a.prototype=da(b.prototype);a.prototype.constructor=a;if(ha)ha(a,b);else for(var c in b)if("prototype"!=c)if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.o=b.prototype}l("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}});
  204. l("String.fromCodePoint",function(a){return a?a:function(b){for(var c="",d=0;d<arguments.length;d++){var e=Number(arguments[d]);if(0>e||1114111<e||e!==Math.floor(e))throw new RangeError("c`"+e);65535>=e?c+=String.fromCharCode(e):(e-=65536,c+=String.fromCharCode(e>>>10&1023|55296),c+=String.fromCharCode(e&1023|56320))}return c}});
  205. l("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var e=d.length,f=0;f<e;f++){var g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return b}});/*
  206.  
  207. Copyright The Closure Library Authors.
  208. SPDX-License-Identifier: Apache-2.0
  209. */
  210. var q=this||self,ia=q._F_toggles||[];function ja(a){var b=typeof a;return"object"==b&&null!=a||"function"==b}function ka(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)}}
  211. function la(a,b){function c(){}c.prototype=b.prototype;a.o=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.H=function(d,e,f){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[e].apply(d,g)}}function ma(a){return a};function na(a){na[" "](a);return a}na[" "]=k();function oa(a,b,c){return Object.prototype.hasOwnProperty.call(a,b)?a[b]:a[b]=c(b)};function r(){}r.prototype.l=function(){return this.j||(Object.defineProperties(this,{j:{value:pa=pa+1|0,enumerable:!1}}),this.j)};r.prototype.toString=function(){return t(u(v(this.constructor)))+"@"+t((this.l()>>>0).toString(16))};r.prototype.i=["java.lang.Object",0];function w(){}p(w,r);function x(a,b){a.g=b;qa(b,a)}function y(a){ra(a.g)&&(Error.captureStackTrace?Error.captureStackTrace(z(a.g,ra,sa)):z(a.g,ra,sa).stack=Error().stack)}w.prototype.toString=function(){var a=u(v(this.constructor)),b=this.h;return null==b?a:t(a)+": "+t(b)};function ta(a){if(null!=a){var b=a.v;if(b)return b}a instanceof TypeError?b=ua():(b=new A,y(b),x(b,Error(b)));b.h=t(a);x(b,a);return b}w.prototype.i=["java.lang.Throwable",0];function B(){}p(B,w);B.prototype.i=["java.lang.Exception",0];function C(){}p(C,B);C.prototype.i=["java.lang.RuntimeException",0];function va(){}p(va,C);va.prototype.i=["java.lang.IndexOutOfBoundsException",0];function z(a,b,c){if(null!=a&&!b(a))throw a=t(u(wa(a)))+" cannot be cast to "+t(u(v(c))),b=new xa,b.h=a,y(b),x(b,Error(b)),b.g;return a};function ya(){}p(ya,r);ya.prototype.i=["java.lang.Boolean",0];function za(){}p(za,r);za.prototype.i=["java.lang.Number",0];function Ba(){}p(Ba,za);Ba.prototype.i=["java.lang.Double",0];function Ca(a,b){D(a)?(Da(b,a.length),a=a.charCodeAt(b)):a=a.g(b);return a};function A(){}p(A,C);A.prototype.i=["java.lang.JsException",0];function Ea(){}p(Ea,A);function ua(){var a=new Ea;y(a);x(a,new TypeError(a));return a}Ea.prototype.i=["java.lang.NullPointerException",0];function xa(){}p(xa,C);xa.prototype.i=["java.lang.ClassCastException",0];var pa=0;function wa(a){switch(Fa(typeof a)){case "number":return v(Ba);case "boolean":return v(ya);case "string":return v(E);case "function":return v(Ga)}if(a instanceof r)a=v(a.constructor);else if(Array.isArray(a))a=(a=a.G)?v(a.J,a.I):v(r,1);else if(null!=a)a=v(Ha);else throw new TypeError("d");return a};function Ga(){}Ga.prototype.i=["<native function>",1];function Ha(){}p(Ha,r);Ha.prototype.i=["<native object>",0];function Ia(){}p(Ia,va);function Ja(a){var b=new Ia;b.h=a;y(b);x(b,Error(b));return b}Ia.prototype.i=["java.lang.StringIndexOutOfBoundsException",0];function Fa(a){if(null==a)throw ua().g;return a}function Da(a,b){if(0>a||a>=b)throw Ja("e`"+a+"`"+b).g;};function sa(){}function ra(a){return a instanceof Error}sa.prototype.i=["Error",0];function qa(a,b){if(a instanceof Object)try{a.v=b,Object.defineProperties(a,{cause:{get:function(){return b.m&&b.m.g}}})}catch(c){}};function E(){}p(E,r);function t(a){return null==a?"null":a.toString()}function Ka(a,b){var c=b,d=a.length,e;b=Ca(a,(e=c,c=c+1|0,e));var f;if(e=55296<=b&&56319>=b&&c<d)a=f=Ca(a,c),e=56320<=a&&57343>=a;var g;e?g=65536+((b&1023)<<10)+(f&1023)|0:g=b;return g}function D(a){return"string"===typeof a}E.prototype.i=["java.lang.String",0];function F(){}var La,Ma;p(F,r);function Na(){Na=k();Ma=new G;La=new H}F.prototype.i=["java.util.Locale",0];function G(){}p(G,F);G.prototype.toString=function(){return""};G.prototype.i=["java.util.Locale$1",0];function H(){}p(H,F);H.prototype.toString=function(){return"unknown"};H.prototype.i=["java.util.Locale$4",0];function I(a,b){this.g=a;this.h=b}p(I,r);function u(a){if(0!=a.h){var b=3==a.g.prototype.i[1]?a.g.prototype.i[2]:"L"+t(a.g.prototype.i[0])+";";a=a.h;for(var c="",d=0;d<a;d=d+1|0)c=t(c)+"[";return t(c)+t(b)}return a.g.prototype.i[0]}I.prototype.toString=function(){return String(0==this.h&&1==this.g.prototype.i[1]?"interface ":0==this.h&&3==this.g.prototype.i[1]?"":"class ")+t(u(this))};I.prototype.i=["java.lang.Class",0];
  212. function v(a,b){var c=b||0;return oa(a.prototype,"$$class/"+c,function(){return new I(a,c)})};function Oa(){}function Pa(a){return a instanceof Array}Oa.prototype.i=["Array",0];function Qa(a){var b=a;try{var c;if(c="www.google.com"===Ra(a)){var d=Sa(a);var e=z(d[5],D,E);c="/url"===(null==e?null:decodeURI(e))}if(c){var f=Ta(a,"q");b=f?f:Ta(a,"url")}}catch(h){var g=ta(h);if(!(g instanceof B))throw g.g;}return null!=b?b:""};var Ua;function Sa(a){Va();a=Ua.exec(a);for(var b=z([],Pa,Oa),c=0;7>=c;c=c+1|0)if(!a||a.length<=c||null==z(a[c],D,E))b.push(null);else{var d=b,e=z(a[c],D,E);d.push(e)}return b}function Ra(a){a=Sa(a);a=z(a[3],D,E);return null==a?null:decodeURI(a)}function Va(){Va=k();Ua=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([^/#?]*?)(?::([0-9]+))?(?=[/#?]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\S\\s]*))?$","")};function Ta(a,b){var c=String.fromCodePoint(35);c=a.indexOf(c);c=0>c?a.length:c;a:{var d=0;for(var e=b.length;0<(d=a.indexOf(b,d))&&d<c;){var f=Ka(a,d-1|0);if(38==f||63==f){if((d+e|0)>=a.length)break a;f=Ka(a,d+e|0);if(61==f||38==f||35==f)break a}d=d+(e+1)|0}d=-1}if(0>d)return null;e=d;f=String.fromCodePoint(38);e=a.indexOf(f,e);if(0>e||e>c)e=c;d=d+(b.length+1)|0;b=decodeURIComponent;c=Math.min(a.length,d);d=Math.min(a.length,Math.max(d,e));e=a.length;if(0>c||d>e||d<c)throw Ja("f`"+c+"`"+d+"`"+e).g;
  213. a=a.substr(c,d-c|0);c=(43).toString(16);d=c.length;Da(d,5);a=a.replace(new RegExp("\\u"+t("0000".substr(d))+t(c),"g"),String.fromCharCode(32));return b(a)};function Wa(){Wa=k();Xa||Ya()};var Za=!!(ia[0]&256);var $a;if(ia[0]&128)$a=Za;else{var J;a:{for(var ab=["WIZ_global_data","oxN3nb"],K=q,bb=0;bb<ab.length;bb++)if(K=K[ab[bb]],null==K){J=null;break a}J=K}var cb=J&&J[610401301];$a=null!=cb?cb:!1}var db=$a;var eb=/&/g,fb=/</g,gb=/>/g,hb=/"/g,ib=/'/g,jb=/\x00/g,kb=/[\x00&<>"']/;var lb=null,L,mb=q.navigator;L=mb?mb.userAgentData||null:null;function M(){var a;if(null==lb)a:{if(a=q.navigator)if(a=a.userAgent)break a;a=""}else a=lb;return a}function N(a){return-1!=M().indexOf(a)};function nb(){if(!db)return!1;var a=L;return!!a&&0<a.brands.length}function ob(a){a.forEach(k())}function pb(){for(var a=M(),b=RegExp("([A-Z][\\w ]+)/([^\\s]+)\\s*(?:\\((.*?)\\))?","g"),c=[],d;d=b.exec(a);)c.push([d[1],d[2],d[3]||void 0]);ob(c)}function Ya(){nb()?L.brands.find(function(a){return"Firefox"===a.brand}):pb()};var qb=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if("string"===typeof a)return"string"!==typeof b||1!=b.length?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1};var rb=nb()?!1:N("Trident")||N("MSIE"),sb=N("Edge")||rb,tb=N("Gecko")&&!(-1!=M().toLowerCase().indexOf("webkit")&&!N("Edge"))&&!(N("Trident")||N("MSIE"))&&!N("Edge"),Xa=-1!=M().toLowerCase().indexOf("webkit")&&!N("Edge"),ub;if(db){var vb=L;ub=!!vb&&!!vb.platform}else ub=!1;var wb=ub?"macOS"===L.platform:N("Macintosh");function xb(a){a&&"function"==typeof a.u&&a.u()};function O(){this.h=this.h;this.g=this.g}O.prototype.h=!1;O.prototype.u=function(){this.h||(this.h=!0,this.m())};O.prototype.m=function(){if(this.g)for(;this.g.length;)this.g.shift()()};function yb(a,b,c){for(var d in a)b.call(c,a[d],d,a)};var P;function Q(a,b){this.g=a===zb&&b||"";this.h=Ab}Q.prototype.toString=function(){return this.g};var Ab={},zb={};function R(a){this.g=a}R.prototype.toString=function(){return this.g.toString()};function Bb(a){return a instanceof R&&a.constructor===R?a.g:"type_error:SafeUrl"}var Cb={};var Db={};function S(a){this.g=a}S.prototype.toString=function(){return this.g.toString()};/*
  214.  
  215. SPDX-License-Identifier: Apache-2.0
  216. */
  217. var Eb=new R("about:invalid#zClosurez",Cb);function Fb(a){this.A=a}function T(a){return new Fb(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})}var Gb=[T("data"),T("http"),T("https"),T("mailto"),T("ftp"),new Fb(function(a){return/^[^:]*([/?#]|$)/.test(a)})],Hb=/^\s*(?!javascript:)(?:[a-z0-9+.-]+:|[^:\/?#]*(?:[\/?#]|$))/i;function Ib(a,b,c,d){a=Jb(a);b=b||q;c=c instanceof Q?c instanceof Q&&c.constructor===Q&&c.h===Ab?c.g:"type_error:Const":c||"";return void 0!==d?b.open(a,c,d):b.open(a,c)}function Jb(a){a instanceof R?a=Bb(a):a=Hb.test(a)?a:void 0;return void 0!==a?a:Eb.toString()};function Kb(a,b){this.type=a;this.target=b;this.j=!1}Kb.prototype.g=function(){this.j=!0};var Lb=function(){if(!q.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=k();q.addEventListener("test",c,b);q.removeEventListener("test",c,b)}catch(d){}return a}();function U(a){Kb.call(this,a?a.type:"");this.relatedTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=0;this.key="";this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.h=null;if(a){var b=this.type=a.type,c=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;var d=a.relatedTarget;if(d){if(tb){a:{try{na(d.nodeName);var e=!0;break a}catch(f){}e=!1}e||(d=
  218. null)}}else"mouseover"==b?d=a.fromElement:"mouseout"==b&&(d=a.toElement);this.relatedTarget=d;c?(this.clientX=void 0!==c.clientX?c.clientX:c.pageX,this.clientY=void 0!==c.clientY?c.clientY:c.pageY,this.screenX=c.screenX||0,this.screenY=c.screenY||0):(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.key=a.key||"";this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=
  219. a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType="string"===typeof a.pointerType?a.pointerType:Mb[a.pointerType]||"";this.state=a.state;this.h=a;a.defaultPrevented&&U.o.g.call(this)}}la(U,Kb);var Mb={2:"touch",3:"pen",4:"mouse"};U.prototype.g=function(){U.o.g.call(this);var a=this.h;a.preventDefault?a.preventDefault():a.returnValue=!1};var Nb="closure_listenable_"+(1E6*Math.random()|0);var Ob=0;function Pb(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.h=e;this.key=++Ob;this.g=this.s=!1}function Qb(a){a.g=!0;a.listener=null;a.proxy=null;a.src=null;a.h=null};function Rb(a){this.src=a;this.g={};this.h=0}Rb.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.g[f];a||(a=this.g[f]=[],this.h++);var g;a:{for(g=0;g<a.length;++g){var h=a[g];if(!h.g&&h.listener==b&&h.capture==!!d&&h.h==e)break a}g=-1}-1<g?(b=a[g],c||(b.s=!1)):(b=new Pb(b,this.src,f,!!d,e),b.s=c,a.push(b));return b};var Sb="closure_lm_"+(1E6*Math.random()|0),Tb={},Ub=0;function Vb(a,b,c,d,e){if(d&&d.once)return Wb(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f++)Vb(a,b[f],c,d,e);return null}c=Xb(c);return a&&a[Nb]?a.g(b,c,ja(d)?!!d.capture:!!d,e):Yb(a,b,c,!1,d,e)}
  220. function Yb(a,b,c,d,e,f){if(!b)throw Error("i");var g=ja(e)?!!e.capture:!!e,h=Zb(a);h||(a[Sb]=h=new Rb(a));c=h.add(b,c,d,g,f);if(c.proxy)return c;d=$b();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)Lb||(e=g),void 0===e&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(ac(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error("j");Ub++;return c}
  221. function $b(){function a(c){return b.call(a.src,a.listener,c)}var b=bc;return a}function Wb(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f++)Wb(a,b[f],c,d,e);return null}c=Xb(c);return a&&a[Nb]?a.h(b,c,ja(d)?!!d.capture:!!d,e):Yb(a,b,c,!0,d,e)}
  222. function cc(a){if("number"!==typeof a&&a&&!a.g){var b=a.src;if(b&&b[Nb])b.j(a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(ac(c),d):b.addListener&&b.removeListener&&b.removeListener(d);Ub--;if(c=Zb(b)){d=a.type;if(d in c.g){var e=c.g[d],f=qb(e,a),g;(g=0<=f)&&Array.prototype.splice.call(e,f,1);g&&(Qb(a),0==c.g[d].length&&(delete c.g[d],c.h--))}0==c.h&&(c.src=null,b[Sb]=null)}else Qb(a)}}}
  223. function ac(a){return a in Tb?Tb[a]:Tb[a]="on"+a}function bc(a,b){if(a.g)a=!0;else{b=new U(b,this);var c=a.listener,d=a.h||a.src;a.s&&cc(a);a=c.call(d,b)}return a}function Zb(a){a=a[Sb];return a instanceof Rb?a:null}var dc="__closure_events_fn_"+(1E9*Math.random()>>>0);function Xb(a){if("function"===typeof a)return a;a[dc]||(a[dc]=function(b){return a.handleEvent(b)});return a[dc]};function V(a){O.call(this);this.l=a;this.j={}}la(V,O);var ec=[];function fc(a){yb(a.j,function(b,c){this.j.hasOwnProperty(c)&&cc(b)},a);a.j={}}V.prototype.m=function(){V.o.m.call(this);fc(this)};V.prototype.handleEvent=function(){throw Error("k");};function gc(a,b,c,d){b=void 0===b?!1:b;c=void 0===c?!1:c;d=void 0===d?"editors":d;O.call(this);this.j=a||document.body;this.B=!!b;this.C=!!c;this.D=d;this.l=new V(this);a=ka(xb,this.l);this.h?a():(this.g||(this.g=[]),this.g.push(a));a=this.l;b=this.j;c=this.F;d="click";Array.isArray(d)||(d&&(ec[0]=d.toString()),d=ec);for(var e=0;e<d.length;e++){var f=Vb(b,d[e],c||a.handleEvent,!1,a.l||a);if(!f)break;a.j[f.key]=f}}p(gc,O);
  224. gc.prototype.F=function(a){if(!(0!=a.h.button||wb&&a.ctrlKey||a.j))for(var b=a.target;b&&b!=this.j;){if(b.tagName&&"a"==b.tagName.toLowerCase()){var c=b.getAttribute("href")||b.getAttributeNS("http://www.w3.org/1999/xlink","href"),d=Qa(c);if(c!=d){a:{b=void 0;Wa();try{b=Ra(d)}catch(Aa){b=ta(Aa);if(b instanceof C){b=!1;break a}throw b.g;}var e;if(e=null!=b){e=(Na(),Ma);var f=La;b=Object.is(e,f)||null==e&&null==f?b.toLocaleLowerCase():b.toLowerCase();e=".google.com"===Fa(b.substr(b.length-11|0,11))}b=
  225. e}if(!b)if(this.C){c=Qa(d);c=Fa(c);if(Object.is(c,d)||null==c&&null==d)d="//www.google.com/url?q="+t(encodeURIComponent(d)),d=t(d)+"&sa=D";d+="&source="+this.D}else d=this.B?c:d;e=d;b=void 0;c={target:"_blank",noreferrer:!0};d=window;if(e instanceof R)f=e;else{var g=void 0;g=void 0===g?Gb:g;a:if(f="undefined"!=typeof e.href?e.href:String(e),g=void 0===g?Gb:g,!(f instanceof R)){for(var h=0;h<g.length;++h){var W=g[h];if(W instanceof Fb&&W.A(f)){f=new R(f,Cb);break a}}f=void 0}f=f||Eb}h=void 0!==self.crossOriginIsolated;
  226. g="strict-origin-when-cross-origin";window.Request&&(g=(new Request("/")).referrerPolicy);W="unsafe-url"===g;g=c.noreferrer;if(h&&g){if(W)throw Error("l");g=!1}e=c.target||e.target;h=[];for(b in c)switch(b){case "width":case "height":case "top":case "left":h.push(b+"="+c[b]);break;case "target":case "noopener":case "noreferrer":break;default:h.push(b+"="+(c[b]?1:0))}b=h.join(",");if((N("iPhone")&&!N("iPod")&&!N("iPad")||N("iPad")||N("iPod"))&&d.navigator&&d.navigator.standalone&&e&&"_self"!=e)c="A",
  227. b=document,c=String(c),"application/xhtml+xml"===b.contentType&&(c=c.toLowerCase()),c=b.createElement(c),c.href=Jb(f),c.target=e,g&&(c.rel="noreferrer"),b=document.createEvent("MouseEvent"),b.initMouseEvent("click",!0,!0,d,1),c.dispatchEvent(b);else if(g){if(d=Ib("",d,e,b),c=Bb(f),d){sb&&-1!=c.indexOf(";")&&(c="'"+c.replace(/'/g,"%27")+"'");d.opener=null;""===c&&(c="javascript:''");kb.test(c)&&(-1!=c.indexOf("&")&&(c=c.replace(eb,"&amp;")),-1!=c.indexOf("<")&&(c=c.replace(fb,"&lt;")),-1!=c.indexOf(">")&&
  228. (c=c.replace(gb,"&gt;")),-1!=c.indexOf('"')&&(c=c.replace(hb,"&quot;")),-1!=c.indexOf("'")&&(c=c.replace(ib,"&#39;")),-1!=c.indexOf("\x00")&&(c=c.replace(jb,"&#0;")));c='<meta name="referrer" content="no-referrer"><meta http-equiv="refresh" content="0; url='+c+'">';if(void 0===P)if(b=null,(e=q.trustedTypes)&&e.createPolicy){try{b=e.createPolicy("goog#html",{createHTML:ma,createScript:ma,createScriptURL:ma})}catch(Aa){q.console&&q.console.error(Aa.message)}P=b}else P=b;c=(b=P)?b.createHTML(c):c;c=
  229. new S(c,Db);(d=d.document)&&d.write&&(d.write(c instanceof S&&c.constructor===S?c.g:"type_error:SafeHtml"),d.close())}}else(d=Ib(f,d,e,b))&&c.noopener&&(d.opener=null),d&&c.noreferrer&&(d.opener=null);a.g();break}}b=b.parentNode}};function hc(a,b,c,d){new gc(a,void 0===b?!1:b,void 0===c?!1:c,d)}var X=["DOCS_installLinkReferrerSanitizer"],Y=q;X[0]in Y||"undefined"==typeof Y.execScript||Y.execScript("var "+X[0]);
  230. for(var Z;X.length&&(Z=X.shift());)X.length||void 0===hc?Y[Z]&&Y[Z]!==Object.prototype[Z]?Y=Y[Z]:Y=Y[Z]={}:Y[Z]=hc;
  231. // Google Inc.
  232.  
  233. //# sourceMappingURL=linkreferrer_binary_linkreferrer_binary_chunk.sourcemap
  234. </script><script nonce="1M-ot4ja3cOI9cSKijhofg">DOCS_installLinkReferrerSanitizer( undefined,  true,  true, 'docs');</script><script nonce="1M-ot4ja3cOI9cSKijhofg">_docs_flag_initialData={"ilcm":{"eui":"ADFN-cuduXAuueUjWfaYvxH2ZxfmNJ1WNfdlPigdGLKqyJ2swuEJAxepaDg4tWlDo82Y1MpK_e8j","je":1,"sstu":1713998532266016,"si":"CMOPpY3224UDFe7ozgAd4wYPXA","gsc":0,"ei":[5700114,5703307,5703758,5703839,5704572,5704621,5704883,5704905,5705793,5705891,5706270,5707047,5707075,5707204,5707361,5707711,5707820,5707943,5708365,5708570,5708886,5709085,5709476,5709673,5710587,5710692,5711389,5711550,5712189,5712635,5712909,5712913,5713064,5713195,5713554,5714310,5715270,5715349,5715791,5716196,5717567,5723473,5724215,5724896,5725855,5726695,5727257,5727701,5729092,5730225,5731835,5734632,5734840,5735134,5735252,5735670,5735806,5737153,5737254,5737800,5740186,5740341,5740814,5741714,5742482,5742652,5743787,5746138,5746724,5747216,5748169,5750254,5752369,5752461,5752674,5752921,5753681,5753942,5754025,5754289,5754938,5756108,5756675,5757342,5757621,5757641,5758674,5759278,5760167,5760287,5760450,5760470,5761271,5762401,5763597,5763617,5763698,5763830,5770385,5771216,5771292,5773287,5773914,5775512,5776793,5779881,5780512,5781109,5781195,5781990,5787726,5788566,5791121,5792081,5792466,5796948,5798892,5798975,5799569,5799662,5799683,5799757,5799893,5799904,13702623,48966242,49372308,49375202,49381142,49398669,49451719,49453025,49472111,49491745,49499309,49501784,49512333,49622711,49629222,49642845,49643556,49644063,49658622,49661348,49769425,49822849,49823072,49824183,49833570,49842883,49894868,49904447,49924634,49926161,49943107,49972001,49974162,49979546,50082868,50109039,50167019,50179450,50221708,50266110,50273476,50293596,50297354,50335837,50360108,50361004,50387143,50389218,50390185,50439248,50498855,50515275,50520275,50529231,50549443,50550119,50562752,50578551,50587130,50602189,70971124,70973210,70979530,71008221,71035348,71035545,71036561,71038202,71061466,71079966,71085289,71113327,71117260,71123632,71178820,71185278,71197894,71239134,71254162,71260390,71274325,71289094,71291313,71316515,71330561,71346880,71357761,71376154,71386973,71387398,71387817,71394889,71401636,71429343,71451150,71473319,71477439,71478228,71520498,71528645,71530231,71531325,71531777,71544802,71554500,71573838,71574277,71582296,71608308,71612765,71614443,71625628,71628345,71628375,71628475,71631403,71632234,71638491,71640899,71657948,71659941,71661128,71667986,71671746,71675235,71679628,71679804,71684681,71686073,71689908,71704773,71710068,71710709,71722680,71732206,71733051,71748761,71798703,71810993,71822092,71832990,71833048,71835006,71835026,71853970,71857189,71868130,71868389,71897955,71924239,71927994,71958929,71959944,71960428,71966105,94327569,94353356,94354581,94356240,94363061,94364549,94374207,94375719,94409697,94429540,94434948,94437799,94442511,94444977,94461479,94478632,94482495,94492977,94493238,94514659,94516154,94516262,94542868,94543149,94568225,94573640,94617274,94628866,94716848],"crc":0,"cvi":[]},"docs-cclt":56}; _docs_flag_cek=''; if (window['DOCS_timing']) {DOCS_timing['ifdld']=new Date().getTime();}</script><script nonce="1M-ot4ja3cOI9cSKijhofg">DOCS_timing['sjl'] = performance.now();this._pubi=this._pubi||{};(function(_){var window=this;
  235. _._F_toggles_initialize=function(a){("undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:this)._F_toggles=a||[]};(0,_._F_toggles_initialize)([]);
  236. /*
  237.  
  238. Copyright The Closure Library Authors.
  239. SPDX-License-Identifier: Apache-2.0
  240. */
  241. var p=function(){return function(){}};var aa=function(a){return function(b){this[a]=b}};var ba=function(a){return function(){return a}};
  242. var r,ca=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},da=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("a");},u=function(a,b){if(b)a:{var c=ea;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&
  243. fa(c,a,{configurable:!0,writable:!0,value:b})}},ha=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a},v=function(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if("number"==typeof a.length)return{next:ca(a)};throw Error("d`"+String(a));},ia=function(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c},ja=function(a){return a instanceof Array?a:ia(v(a))},ka=function(a,b){return Object.prototype.hasOwnProperty.call(a,
  244. b)},w=function(a,b){a.prototype=la(b.prototype);a.prototype.constructor=a;if(ma)ma(a,b);else for(var c in b)if("prototype"!=c)if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.R=b.prototype},na=function(){this.v=!1;this.i=null;this.o=void 0;this.h=1;this.j=this.m=0;this.A=this.g=null},oa=function(a){if(a.v)throw new TypeError("g");a.v=!0},qa=function(a,b){a.g={wa:b,za:!0};a.h=a.m||a.j},ra=function(a,b,c){a.h=c;return{value:b}},
  245. sa=function(a){a.m=0;var b=a.g.wa;a.g=null;return b},ta=function(a){var b=a.A.splice(0)[0];(b=a.g=a.g||b)?b.za?a.h=a.m||a.j:void 0!=b.V&&a.j<b.V?(a.h=b.V,a.g=null):a.h=a.j:a.h=0},ua=function(a){this.g=new na;this.h=a},xa=function(a,b){oa(a.g);var c=a.g.i;if(c)return va(a,"return"in c?c["return"]:function(d){return{value:d,done:!0}},b,a.g.return);a.g.return(b);return wa(a)},va=function(a,b,c,d){try{var e=b.call(a.g.i,c);if(!(e instanceof Object))throw new TypeError("f`"+e);if(!e.done)return a.g.v=
  246. !1,e;var g=e.value}catch(f){return a.g.i=null,qa(a.g,f),wa(a)}a.g.i=null;d.call(a.g,g);return wa(a)},wa=function(a){for(;a.g.h;)try{var b=a.h(a.g);if(b)return a.g.v=!1,{value:b.value,done:!1}}catch(c){a.g.o=void 0,qa(a.g,c)}a.g.v=!1;if(a.g.g){b=a.g.g;a.g.g=null;if(b.za)throw b.wa;return{value:b.return,done:!0}}return{value:void 0,done:!0}},ya=function(a){this.next=function(b){oa(a.g);a.g.i?b=va(a,a.g.i.next,b,a.g.u):(a.g.u(b),b=wa(a));return b};this.throw=function(b){oa(a.g);a.g.i?b=va(a,a.g.i["throw"],
  247. b,a.g.u):(qa(a.g,b),b=wa(a));return b};this.return=function(b){return xa(a,b)};this[Symbol.iterator]=function(){return this}},za=function(a){function b(d){return a.next(d)}function c(d){return a.throw(d)}return new Promise(function(d,e){function g(f){f.done?d(f.value):Promise.resolve(f.value).then(b,c).then(g,e)}g(a.next())})},Aa=function(){for(var a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return b},Ba=function(a,b,c){if(null==a)throw new TypeError("k`"+c);if(b instanceof
  248. RegExp)throw new TypeError("l`"+c);return a+""},Da=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var g=c++;return{value:b(g,a[g]),done:!1}}d=!0;return{done:!0,value:void 0}}};e[Symbol.iterator]=function(){return e};return e},Ea=function(a){a:{var b=["WIZ_global_data","oxN3nb"];for(var c=x,d=0;d<b.length;d++)if(c=c[b[d]],null==c){b=null;break a}b=c}a=b&&b[a];return null!=a?a:!1},Fa=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b},
  249. Ia=function(a){return Object.prototype.hasOwnProperty.call(a,Ga)&&a[Ga]||(a[Ga]=++Ha)},Ja=function(a,b,c){return a.call.apply(a.bind,arguments)},Ka=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}},La=function(a,b,c){La=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?
  250. Ja:Ka;return La.apply(null,arguments)},Ma=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)}},Na=function(a,b){x[a]=b},Oa=function(a,b){function c(){}c.prototype=b.prototype;a.R=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.kb=function(d,e,g){for(var f=Array(arguments.length-2),h=2;h<arguments.length;h++)f[h-2]=arguments[h];return b.prototype[e].apply(d,f)}},Pa=function(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,
  251. Pa);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));void 0!==b&&(this.cause=b)},Qa=function(a){x.setTimeout(function(){throw a;},0)},y=function(){var a=x.navigator;return a&&(a=a.userAgent)?a:""},Sa=function(a){return Ra?A?A.brands.some(function(b){return(b=b.brand)&&-1!=b.indexOf(a)}):!1:!1},B=function(a){return-1!=y().indexOf(a)},Ta=function(){return Ra?!!A&&0<A.brands.length:!1},Ua=function(){return Ta()?!1:B("Opera")},Va=function(){return Ta()?!1:B("Trident")||B("MSIE")},
  252. Wa=function(){return Ta()?Sa("Microsoft Edge"):B("Edg/")},Xa=function(){return B("Firefox")||B("FxiOS")},Ya=function(){return Ta()?Sa("Chromium"):(B("Chrome")||B("CriOS"))&&!(Ta()?0:B("Edge"))||B("Silk")},Za=function(){return Ra?!!A&&!!A.platform:!1},$a=function(){return B("iPhone")&&!B("iPod")&&!B("iPad")},ab=function(){return $a()||B("iPad")||B("iPod")},bb=function(){return Za()?"macOS"===A.platform:B("Macintosh")},cb=function(){return Za()?"Chrome OS"===A.platform:B("CrOS")},eb=function(a,b){b=
  253. db(a,b);var c;(c=0<=b)&&Array.prototype.splice.call(a,b,1);return c},fb=function(a){fb[" "](a);return a},gb=function(a,b,c,d){d=d?d(b):b;return Object.prototype.hasOwnProperty.call(a,d)?a[d]:a[d]=c(b)},hb=function(){return"function"===typeof BigInt},kb=function(a){var b=0>a;a=Math.abs(a);var c=a>>>0;a=Math.floor((a-c)/4294967296);b&&(c=v(ib(c,a)),b=c.next().value,a=c.next().value,c=b);D=c>>>0;jb=a>>>0},mb=function(a,b){b>>>=0;a>>>=0;if(2097151>=b)var c=""+(4294967296*b+a);else hb()?c=""+(BigInt(b)<<
  254. BigInt(32)|BigInt(a)):(c=(a>>>24|b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+6777216*c+6710656*b,c+=8147497*b,b*=2,1E7<=a&&(c+=Math.floor(a/1E7),a%=1E7),1E7<=c&&(b+=Math.floor(c/1E7),c%=1E7),c=b+lb(c)+lb(a));return c},lb=function(a){a=String(a);return"0000000".slice(a.length)+a},nb=function(){var a=D,b=jb;b&2147483648?hb()?a=""+(BigInt(b|0)<<BigInt(32)|BigInt(a>>>0)):(b=v(ib(a,b)),a=b.next().value,b=b.next().value,a="-"+mb(a,b)):a=mb(a,b);return a},ib=function(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]},
  255. ob=function(a){return Array.prototype.slice.call(a)},pb=function(a){return"function"===typeof Symbol&&"symbol"===typeof Symbol()?Symbol():a},E=function(a,b,c){return c?a|b:a&~b},qb=function(a,b){F(b,(a|0)&-14591)},rb=function(a,b){F(b,(a|34)&-14557)},sb=function(a){a=a>>14&1023;return 0===a?536870912:a},ub=function(a){return!(!a||"object"!==typeof a||a.g!==tb)},vb=function(a){return null!==a&&"object"===typeof a&&!Array.isArray(a)&&a.constructor===Object},wb=function(a,b,c){if(!Array.isArray(a)||
  256. a.length)return!1;var d=H(a);if(d&1)return!0;if(!(b&&(Array.isArray(b)?b.includes(c):b.has(c))))return!1;F(a,d|1);return!0},xb=function(a){if(a&2)throw Error();},yb=function(a,b){a.__closure__error__context__984382||(a.__closure__error__context__984382={});a.__closure__error__context__984382.severity=b},zb=function(a){a=Error(a);yb(a,"warning");return a},Ab=function(a){return a.displayName||a.name||"unknown type name"},Cb=function(a){var b=typeof a;return"number"===b?Number.isFinite(a):"string"!==
  257. b?!1:Bb.test(a)},Db=function(a){if("number"!==typeof a)throw zb("int32");if(!Number.isFinite(a))throw zb("int32");return a|0},Eb=function(a){if(null==a)return a;if("string"===typeof a){if(!a)return;a=+a}if("number"===typeof a)return Number.isFinite(a)?a|0:void 0},Ib=function(a){if(null!=a){var b=!!b;if(!Cb(a))throw zb("int64");a="string"===typeof a?Fb(a):b?Gb(a):Hb(a)}return a},Jb=function(a){return"-"===a[0]?20>a.length?!0:20===a.length&&-922337<Number(a.substring(0,7)):19>a.length?!0:19===a.length&&
  258. 922337>Number(a.substring(0,6))},Hb=function(a){Cb(a);a=Math.trunc(a);if(!Number.isSafeInteger(a)){kb(a);var b=D,c=jb;if(a=c&2147483648)b=~b+1>>>0,c=~c>>>0,0==b&&(c=c+1>>>0);b=4294967296*c+(b>>>0);a=a?-b:b}return a},Gb=function(a){Cb(a);a=Math.trunc(a);if(Number.isSafeInteger(a))a=String(a);else{var b=String(a);Jb(b)?a=b:(kb(a),a=nb())}return a},Fb=function(a){Cb(a);var b=Math.trunc(Number(a));if(Number.isSafeInteger(b))return String(b);b=a.indexOf(".");-1!==b&&(a=a.substring(0,b));if(!Jb(a)){if(16>
  259. a.length)kb(Number(a));else if(hb())a=BigInt(a),D=Number(a&BigInt(4294967295))>>>0,jb=Number(a>>BigInt(32)&BigInt(4294967295));else{b=+("-"===a[0]);jb=D=0;for(var c=a.length,d=b,e=(c-b)%6+b;e<=c;d=e,e+=6)d=Number(a.slice(d,e)),jb*=1E6,D=1E6*D+d,4294967296<=D&&(jb+=Math.trunc(D/4294967296),jb>>>=0,D>>>=0);b&&(b=v(ib(D,jb)),a=b.next().value,b=b.next().value,D=a,jb=b)}a=nb()}return a},Kb=function(a,b){if(!(a instanceof b))throw Error("s`"+Ab(b)+"`"+(a&&Ab(a.constructor)));},Mb=function(a,b,c){if(null!=
  260. a&&"object"===typeof a&&a.sa===Lb)return a;if(Array.isArray(a)){var d=H(a),e=d;0===e&&(e|=c&32);e|=c&2;e!==d&&F(a,e);return new b(a)}},Ob=function(a,b){Nb=b;a=new a(b);Nb=void 0;return a},I=function(a,b,c){null==a&&(a=Nb);Nb=void 0;if(null==a){var d=96;c?(a=[c],d|=512):a=[];b&&(d=d&-16760833|(b&1023)<<14)}else{if(!Array.isArray(a))throw Error("t");d=H(a);if(d&2048)throw Error("u");if(d&64)return a;d|=64;if(c&&(d|=512,c!==a[0]))throw Error("v");a:{c=a;var e=c.length;if(e){var g=e-1;if(vb(c[g])){d|=
  261. 256;b=g-(+!!(d&512)-1);if(1024<=b)throw Error("w");d=d&-16760833|(b&1023)<<14;break a}}if(b){b=Math.max(b,e-(+!!(d&512)-1));if(1024<b)throw Error("x");d=d&-16760833|(b&1023)<<14}}}F(a,d);return a},Rb=function(a,b){return Pb(b)},Pb=function(a){switch(typeof a){case "number":return isFinite(a)?a:String(a);case "boolean":return a?1:0;case "object":if(a)if(Array.isArray(a)){if(wb(a,void 0,0))return}else if(Sb&&null!=a&&a instanceof Uint8Array){if(Tb){for(var b="",c=0,d=a.length-10240;c<d;)b+=String.fromCharCode.apply(null,
  262. a.subarray(c,c+=10240));b+=String.fromCharCode.apply(null,c?a.subarray(c):a);a=btoa(b)}else{void 0===b&&(b=0);if(!Ub){Ub={};c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split("");d=["+/=","+/","-_=","-_.","-_"];for(var e=0;5>e;e++){var g=c.concat(d[e].split(""));Vb[e]=g;for(var f=0;f<g.length;f++){var h=g[f];void 0===Ub[h]&&(Ub[h]=f)}}}b=Vb[b];c=Array(Math.floor(a.length/3));d=b[64]||"";for(e=g=0;g<a.length-2;g+=3){var k=a[g],l=a[g+1];h=a[g+2];f=b[k>>2];k=b[(k&3)<<4|l>>4];l=
  263. b[(l&15)<<2|h>>6];h=b[h&63];c[e++]=f+k+l+h}f=0;h=d;switch(a.length-g){case 2:f=a[g+1],h=b[(f&15)<<2]||d;case 1:a=a[g],c[e]=b[a>>2]+b[(a&3)<<4|f>>4]+h+d}a=c.join("")}return a}}return a},Wb=function(a,b,c){a=ob(a);var d=a.length,e=b&256?a[d-1]:void 0;d+=e?-1:0;for(b=b&512?1:0;b<d;b++)a[b]=c(a[b]);if(e){b=a[b]={};for(var g in e)b[g]=c(e[g])}return a},Yb=function(a,b,c,d,e){if(null!=a){if(Array.isArray(a))a=wb(a,void 0,0)?void 0:e&&H(a)&2?a:Xb(a,b,c,void 0!==d,e);else if(vb(a)){var g={},f;for(f in a)g[f]=
  264. Yb(a[f],b,c,d,e);a=g}else a=b(a,d);return a}},Xb=function(a,b,c,d,e){var g=d||c?H(a):0;d=d?!!(g&32):void 0;a=ob(a);for(var f=0;f<a.length;f++)a[f]=Yb(a[f],b,c,d,e);c&&c(g,a);return a},Zb=function(a){return a.sa===Lb?a.toJSON():Pb(a)},$b=function(a,b,c){c=void 0===c?rb:c;if(null!=a){if(Sb&&a instanceof Uint8Array)return b?a:new Uint8Array(a);if(Array.isArray(a)){var d=H(a);if(d&2)return a;b&&(b=0===d||!!(d&32)&&!(d&64||!(d&16)));return b?F(a,(d|34)&-12293):Xb(a,$b,d&4?rb:c,!0,!0)}a.sa===Lb&&(c=a.l,
  265. d=J(c),a=d&2?a:Ob(a.constructor,ac(c,d,!0)));return a}},ac=function(a,b,c){var d=c||b&2?rb:qb,e=!!(b&32);a=Wb(a,b,function(g){return $b(g,e,d)});bc(a,32|(c?2:0));return a},cc=function(a){var b=a.l,c=J(b);return c&2?Ob(a.constructor,ac(b,c,!1)):a},ec=function(a,b){a=a.l;return dc(a,J(a),b)},fc=function(a,b,c,d){b=d+(+!!(b&512)-1);if(!(0>b||b>=a.length||b>=c))return a[b]},dc=function(a,b,c,d){if(-1===c)return null;var e=sb(b);if(c>=e){if(b&256)return a[a.length-1][c]}else{var g=a.length;if(d&&b&256&&
  266. (d=a[g-1][c],null!=d)){if(fc(a,b,e,c)&&null!=gc){var f;a=null!=(f=hc)?f:hc={};f=a[gc]||0;4<=f||(a[gc]=f+1,f=Error(),yb(f,"incident"),Qa(f))}return d}return fc(a,b,e,c)}},jc=function(a,b,c){var d=a.l,e=J(d);xb(e);ic(d,e,b,c);return a},ic=function(a,b,c,d,e){var g=sb(b);if(c>=g||e){var f=b;if(b&256)e=a[a.length-1];else{if(null==d)return f;e=a[g+(+!!(b&512)-1)]={};f|=256}e[c]=d;c<g&&(a[c+(+!!(b&512)-1)]=void 0);f!==b&&F(a,f);return f}a[c+(+!!(b&512)-1)]=d;b&256&&(a=a[a.length-1],c in a&&delete a[c]);
  267. return b},K=function(a,b,c){return void 0!==kc(a,b,c,!1)},lc=function(a,b){a=ec(a,b);return null==a||"boolean"===typeof a?a:"number"===typeof a?!!a:void 0},mc=function(a){return!!(2&a)&&!!(4&a)||!!(2048&a)},oc=function(a,b,c){var d=a.l,e=J(d);xb(e);if(null==c)return ic(d,e,b),a;if(!Array.isArray(c))throw zb();var g=H(c),f=g,h=!!(2&g)||Object.isFrozen(c),k=!h&&!1;if(!(4&g))for(g=21,h&&(c=ob(c),f=0,g=nc(g,e,!0)),h=0;h<c.length;h++)c[h]=Db(c[h]);k&&(c=ob(c),f=0,g=nc(g,e,!0));g!==f&&F(c,g);ic(d,e,b,c);
  268. return a},kc=function(a,b,c,d){a=a.l;var e=J(a),g=dc(a,e,c,d);b=Mb(g,b,e);b!==g&&null!=b&&ic(a,e,c,b,d);return b},L=function(a,b,c,d){d=void 0===d?!1:d;b=kc(a,b,c,d);if(null==b)return b;a=a.l;var e=J(a);if(!(e&2)){var g=cc(b);g!==b&&(b=g,ic(a,e,c,b,d))}return b},qc=function(a,b,c){a=a.l;var d=J(a),e=d,g=!(2&d),f=!!(2&e),h=f?1:2;d=1===h;h=2===h;g&&(g=!f);f=dc(a,e,c);f=Array.isArray(f)?f:pc;var k=H(f),l=!!(4&k);if(!l){var m=k;0===m&&(m=nc(m,e,!1));m=E(m,1,!0);k=f;var n=e,t=!!(2&m);t&&(n=E(n,2,!0));
  269. for(var q=!t,z=!0,G=0,C=0;G<k.length;G++){var Ca=Mb(k[G],b,n);if(Ca instanceof b){if(!t){var pa=!!(H(Ca.l)&2);q&&(q=!pa);z&&(z=pa)}k[C++]=Ca}}C<G&&(k.length=C);m=E(m,4,!0);m=E(m,16,z);m=E(m,8,q);F(k,m);t&&Object.freeze(k);k=m}b=!!(8&k)||d&&!f.length;if(g&&!b){mc(k)&&(f=ob(f),k=nc(k,e,!1),e=ic(a,e,c,f));b=f;g=k;for(k=0;k<b.length;k++)m=b[k],n=cc(m),m!==n&&(b[k]=n);g=E(g,8,!0);g=E(g,16,!b.length);F(b,g);k=g}mc(k)||(b=k,d?k=E(k,!f.length||16&k&&(!l||32&k)?2:2048,!0):k=E(k,32,!1),k!==b&&F(f,k),d&&Object.freeze(f));
  270. h&&mc(k)&&(f=ob(f),k=nc(k,e,!1),F(f,k),ic(a,e,c,f));return f},M=function(a,b,c,d){null!=d?Kb(d,b):d=void 0;return jc(a,c,d)},rc=function(a,b,c,d){var e=a.l,g=J(e);xb(g);if(null==d)return ic(e,g,c),a;if(!Array.isArray(d))throw zb();for(var f=H(d),h=f,k=!!(2&f)||!!(2048&f),l=k||Object.isFrozen(d),m=!l&&!1,n=!0,t=!0,q=0;q<d.length;q++){var z=d[q];Kb(z,b);k||(z=!!(H(z.l)&2),n&&(n=!z),t&&(t=z))}k||(f=E(f,5,!0),f=E(f,8,n),f=E(f,16,t));if(m||l&&f!==h)d=ob(d),h=0,f=nc(f,g,!0);f!==h&&F(d,f);ic(e,g,c,d);return a},
  271. nc=function(a,b,c){a=E(a,2,!!(2&b));a=E(a,32,!!(32&b)&&c);return a=E(a,2048,!1)},N=function(a,b){a=ec(a,b);var c;null==a?c=a:Cb(a)?"number"===typeof a?c=Hb(a):c=Fb(a):c=void 0;return c},sc=function(a){a=ec(a,1);var b=void 0===b?!1:b;b=null==a?a:Cb(a)?"string"===typeof a?Fb(a):b?Gb(a):Hb(a):void 0;return b},tc=function(a,b){a=ec(a,b);return null==a||"string"===typeof a?a:void 0},uc=function(a,b){a=ec(a,b);return null==a?a:Number.isFinite(a)?a|0:void 0},vc=function(a,b){return null!=a?a:b},O=function(a,
  272. b,c){if(null!=c&&"boolean"!==typeof c)throw a=typeof c,Error("r`"+("object"!=a?a:c?Array.isArray(c)?"array":a:"null")+"`"+c);return jc(a,b,c)},wc=function(a,b,c){return jc(a,b,null==c?c:Db(c))},P=function(a,b,c){return jc(a,b,Ib(c))},Q=function(a,b,c){if(null!=c&&"string"!==typeof c)throw Error();return jc(a,b,c)},R=function(a,b,c){if(null!=c){if(!Number.isFinite(c))throw zb("enum");c|=0}return jc(a,b,c)},S=function(a,b,c){this.l=I(a,b,c)},yc=function(a){xc=!0;try{return JSON.stringify(a.toJSON(),
  273. Rb)}finally{xc=!1}},zc=function(a){var b=a.l;return Ob(a.constructor,ac(b,J(b),!1))},Bc=function(a,b,c){var d=Ac?void 0:a.constructor.G;var e=J(c?a.l:b);a=b.length;if(!a)return b;var g;if(vb(c=b[a-1])){a:{var f=c;var h={},k=!1,l;for(l in f){var m=f[l];if(Array.isArray(m)){var n=m;if(wb(m,d,+l)||ub(m)&&0===m.size)m=null;m!=n&&(k=!0)}null!=m?h[l]=m:k=!0}if(k){for(var t in h){f=h;break a}f=null}}f!=c&&(g=!0);a--}for(l=+!!(e&512)-1;0<a;a--){t=a-1;c=b[t];t-=l;if(!(null==c||wb(c,d,t)||ub(c)&&0===c.size))break;
  274. var q=!0}if(!g&&!q)return b;b=Array.prototype.slice.call(b,0,a);f&&b.push(f);return b},Cc=function(a){if(!a)return"";if(/^about:(?:blank|srcdoc)$/.test(a))return window.origin||"";0===a.indexOf("blob:")&&(a=a.substring(5));a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));c=a.substring(0,a.indexOf("://"));if(!c)throw Error("z`"+
  275. a);if("http"!==c&&"https"!==c&&"chrome-extension"!==c&&"moz-extension"!==c&&"file"!==c&&"android-app"!==c&&"chrome-search"!==c&&"chrome-untrusted"!==c&&"chrome"!==c&&"app"!==c&&"devtools"!==c)throw Error("A`"+c);a="";var d=b.indexOf(":");if(-1!=d){var e=b.substring(d+1);b=b.substring(0,d);if("http"===c&&"80"!==e||"https"===c&&"443"!==e)a=":"+e}return c+"://"+b+a},Ec=function(a){return gb(a.prototype,"$$generatedClassName",function(){return"Class$obf_"+{valueOf:function(){return++Dc}}})},Fc=p(),Gc=
  276. p(),Hc=function(a){a.g instanceof Error&&(Error.captureStackTrace?Error.captureStackTrace(a.g):a.g.stack=Error().stack)},Ic=p(),Jc=p(),Kc=function(a,b){this.h=a|0;this.g=b|0},Lc=function(a){return 4294967296*a.g+(a.h>>>0)},Mc=function(a){return 0==a.h&&0==a.g},Nc=function(a,b){return a.g==b.g?a.h==b.h?0:a.h>>>0>b.h>>>0?1:-1:a.g>b.g?1:-1},Oc=function(a){var b=~a.h+1|0;return T(b,~a.g+!b|0)},Pc=function(a,b){if(Mc(a))return a;if(Mc(b))return b;var c=a.g>>>16,d=a.g&65535,e=a.h>>>16;a=a.h&65535;var g=
  277. b.g>>>16,f=b.g&65535,h=b.h>>>16;b=b.h&65535;var k=a*b;var l=(k>>>16)+e*b;var m=l>>>16;l=(l&65535)+a*h;m+=l>>>16;m+=d*b;var n=m>>>16;m=(m&65535)+e*h;n+=m>>>16;m=(m&65535)+a*f;n=n+(m>>>16)+(c*b+d*h+e*f+a*g)&65535;return T((l&65535)<<16|k&65535,n<<16|m&65535)},Tc=function(a,b){if(Mc(b))throw Error("C");if(0>a.g){if(a.O(Qc)){if(b.O(Rc)||b.O(Sc))return Qc;if(b.O(Qc))return Rc;var c=a.g;c=T(a.h>>>1|c<<31,c>>1);c=Tc(c,b);var d=c.h;c=T(d<<1,c.g<<1|d>>>31);if(c.O(Uc))return 0>b.g?Rc:Sc;a=a.add(Oc(Pc(b,c)));
  278. return c.add(Tc(a,b))}return 0>b.g?Tc(Oc(a),Oc(b)):Oc(Tc(Oc(a),b))}if(Mc(a))return Uc;if(0>b.g)return b.O(Qc)?Uc:Oc(Tc(a,Oc(b)));for(d=Uc;0<=Nc(a,b);){c=Math.max(1,Math.floor(Lc(a)/Lc(b)));var e=Math.ceil(Math.log(c)/Math.LN2);e=48>=e?1:Math.pow(2,e-48);for(var g=Vc(c),f=Pc(g,b);0>f.g||0<Nc(f,a);)c-=e,g=Vc(c),f=Pc(g,b);Mc(g)&&(g=Rc);d=d.add(g);a=a.add(Oc(f))}return d},Vc=function(a){return 0<a?0x7fffffffffffffff<=a?Wc:new Kc(a,a/4294967296):0>a?-0x7fffffffffffffff>=a?Qc:Oc(new Kc(-a,-a/4294967296)):
  279. Uc},T=function(a,b){return new Kc(a,b)},Xc=p(),Yc=p(),Zc=p(),$c=p(),U=function(a){return null==a?"null":a.toString()},ad=function(a,b){this.g=a;this.i=b},bd=function(a){if(0!=a.i){var b="L"+U(Ec(a.g))+";";a=a.i;for(var c="",d=0;d<a;d=d+1|0)c=U(c)+"[";return U(c)+U(b)}return Ec(a.g)},cd=function(a){return gb(a.prototype,"$$class/0",function(){return new ad(a,0)})},dd=function(a,b){if(a instanceof Object)try{a.Fa=b,Object.defineProperties(a,{cause:{get:function(){return b.j&&b.j.g}}})}catch(c){}},fd=
  280. function(){var a=a?a:function(c){return Math.max(Math.min(Math.floor(Math.random()*c),2147483647),-2147483648)|0};var b=(a(2147483647)>>>0).toString(16);b=U(ed("0",Math.max(0,8-b.length|0)))+U(b);a=(a(2147483647)>>>0).toString(16);return U(a)+U(b)},hd=function(){this.g=new gd},id=function(a){this.l=I(a)},gd=function(a){this.l=I(a)},jd=function(a){this.l=I(a)},kd=function(a){this.l=I(a)},ld=function(a){this.l=I(a)},md=function(a){this.l=I(a)},pd=function(){var a;if(!nd){var b=new od(null);nd=function(){return b}}return a=
  281. nd,a()},qd=p(),od=function(a){this.g=new qd;if(a)for(var b in a){var c=b,d=a[b],e=this.g.get();e[c]=null!=d?d:null}},rd=function(a,b){a=a.g.get();return b in a},sd=function(a,b){a=a.get(b);return"string"==typeof a?"true"==a||"1"==a:!!a},ud=function(a,b){if(!rd(a,b)||null==a.get(b))return NaN;try{var c=U(a.get(b));td||(td=RegExp("^\\s*[+-]?(NaN|Infinity|((\\d+\\.?\\d*)|(\\.\\d+))([eE][+-]?\\d+)?[dDfF]?)\\s*$"));if(!td.test(c)){var d=new $c;d.i="D`"+U(c);Hc(d);var e=Error(d);d.g=e;dd(e,d);throw d.g;
  282. }return parseFloat(c)}catch(f){a:{a=f;if(null!=a&&(b=a.Fa)){var g=b;break a}a instanceof TypeError?(b=new Yc,Hc(b),c=new TypeError(b),b.g=c,dd(c,b)):(b=new Xc,Hc(b),c=Error(b),b.g=c,dd(c,b));b.i=U(a);b.g=a;dd(a,b);g=b}if(g instanceof $c)return NaN;throw g.g;}},vd=function(a,b){if(!rd(a,b))return"";a=a.get(b);if(null==a)var c="";else{if(b="number"===typeof a)b=Vc(a).O(Vc(a));b?c=""+Vc(a):c=U(a)}return c},wd=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=
  283. 3285377520;m=l=0}function b(n){for(var t=f,q=0;64>q;q+=4)t[q/4]=n[q]<<24|n[q+1]<<16|n[q+2]<<8|n[q+3];for(q=16;80>q;q++)n=t[q-3]^t[q-8]^t[q-14]^t[q-16],t[q]=(n<<1|n>>>31)&4294967295;n=e[0];var z=e[1],G=e[2],C=e[3],Ca=e[4];for(q=0;80>q;q++){if(40>q)if(20>q){var pa=C^z&(G^C);var Qb=1518500249}else pa=z^G^C,Qb=1859775393;else 60>q?(pa=z&G|C&(z|G),Qb=2400959708):(pa=z^G^C,Qb=3395469782);pa=((n<<5|n>>>27)&4294967295)+pa+Ca+Qb+t[q]&4294967295;Ca=C;C=G;G=(z<<30|z>>>2)&4294967295;z=n;n=pa}e[0]=e[0]+n&4294967295;
  284. e[1]=e[1]+z&4294967295;e[2]=e[2]+G&4294967295;e[3]=e[3]+C&4294967295;e[4]=e[4]+Ca&4294967295}function c(n,t){if("string"===typeof n){n=unescape(encodeURIComponent(n));for(var q=[],z=0,G=n.length;z<G;++z)q.push(n.charCodeAt(z));n=q}t||(t=n.length);q=0;if(0==l)for(;q+64<t;)b(n.slice(q,q+64)),q+=64,m+=64;for(;q<t;)if(g[l++]=n[q++],m++,64==l)for(l=0,b(g);q+64<t;)b(n.slice(q,q+64)),q+=64,m+=64}function d(){var n=[],t=8*m;56>l?c(h,56-l):c(h,64-(l-56));for(var q=63;56<=q;q--)g[q]=t&255,t>>>=8;b(g);for(q=
  285. t=0;5>q;q++)for(var z=24;0<=z;z-=8)n[t++]=e[q]>>z&255;return n}for(var e=[],g=[],f=[],h=[128],k=1;64>k;++k)h[k]=0;var l,m;a();return{reset:a,update:c,digest:d,Ia:function(){for(var n=d(),t="",q=0;q<n.length;q++)t+="0123456789ABCDEF".charAt(Math.floor(n[q]/16))+"0123456789ABCDEF".charAt(n[q]%16);return t}}},yd=function(a,b,c){var d=String(x.location.href);return d&&a&&b?[b,xd(Cc(d),a,c||null)].join(" "):null},xd=function(a,b,c){var d=[],e=[];if(1==(Array.isArray(c)?2:1))return e=[b,a],zd(d,function(h){e.push(h)}),
  286. Ad(e.join(" "));var g=[],f=[];zd(c,function(h){f.push(h.key);g.push(h.value)});c=Math.floor((new Date).getTime()/1E3);e=0==g.length?[c,b,a]:[g.join(":"),c,b,a];zd(d,function(h){e.push(h)});a=Ad(e.join(" "));a=[c,a];0==f.length||a.push(f.join(""));return a.join("_")},Ad=function(a){var b=wd();b.update(a);return b.Ia().toLowerCase()},Bd=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)},Dd=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 g=0;g<Cd.length;g++)c=
  287. Cd[g],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}},Ed=function(a){return a.replace(RegExp("(^|[\\s]+)([a-z])","g"),function(b,c,d){return c+d.toUpperCase()})},Fd=function(){this.g=document||{cookie:""}},Hd=function(a){return!!Gd.FPA_SAMESITE_PHASE2_MOD||!(void 0===a||!a)},Id=function(a,b,c,d){(a=x[a])||"undefined"===typeof document||(a=(new Fd).get(b));return a?yd(a,c,d):null},Jd=function(a,b){b=void 0===b?!1:b;var c=Cc(String(x.location.href)),d=[];var e=b;e=void 0===e?!1:e;var g=x.__SAPISID||
  288. x.__APISID||x.__3PSAPISID||x.__OVERRIDE_SID;Hd(e)&&(g=g||x.__1PSAPISID);if(g)e=!0;else{if("undefined"!==typeof document){var f=new Fd;g=f.get("SAPISID")||f.get("APISID")||f.get("__Secure-3PAPISID")||f.get("SID")||f.get("OSID");Hd(e)&&(g=g||f.get("__Secure-1PAPISID"))}e=!!g}e&&(e=(c=0==c.indexOf("https:")||0==c.indexOf("chrome-extension:")||0==c.indexOf("moz-extension:"))?x.__SAPISID:x.__APISID,e||"undefined"===typeof document||(e=new Fd,e=e.get(c?"SAPISID":"APISID")||e.get("__Secure-3PAPISID")),(e=
  289. e?yd(e,c?"SAPISIDHASH":"APISIDHASH",a):null)&&d.push(e),c&&Hd(b)&&((b=Id("__1PSAPISID","__Secure-1PAPISID","SAPISID1PHASH",a))&&d.push(b),(a=Id("__3PSAPISID","__Secure-3PAPISID","SAPISID3PHASH",a))&&d.push(a)));return 0==d.length?null:d.join(" ")},Kd=function(a){a&&"function"==typeof a.qa&&a.qa()},V=function(){this.v=this.v;this.m=this.m},Ld=function(a,b){b=Ma(Kd,b);a.v?b():(a.m||(a.m=[]),a.m.push(b))},Md=function(a,b,c,d,e,g,f,h,k){this.v=a;this.g=b;this.u=c;this.A=d;this.h=e;this.i=g;this.j=f;this.m=
  290. h;this.o=k},Od=function(){var a=pd(),b=a.get("ilcm");if(null==b)return null;var c=b.eui,d=b.je,e=b.sstu;if(Nd)var g=Nd;else{g=pd();var f=g.get("ilcm");null==f?g=null:Nd=g=sd(g,"icso")?fd():f.si}f=b.ei;a=a.get("buildLabel");return new Md(c,d,e,g,f,a,b.crc||0,b.cvi||[],b.gsc||null)},Pd=function(a){this.l=I(a)},Qd=function(a){this.l=I(a)},Rd=function(a){this.l=I(a)},Sd=function(a){this.l=I(a)},Td=function(a,b,c){V.call(this);this.u=a;this.h="number"===typeof c?c:null;this.o=(a=Od())?a.g:0;this.i=a?a.h:
  291. [];this.g=null;this.j=b},Ud=function(a){this.l=I(a)},Vd=function(a){this.l=I(a)},Wd=function(a){this.l=I(a,4)},Xd=function(a){this.l=I(a,35)},Yd=function(a,b){return Q(a,8,b)},Zd=aa("h"),$d=function(a){Pa.call(this);this.g=a},be=function(a){this.j=a;this.g=this.i=this.h=0;for(a=ae;3E4>a;)a*=2;this.m=a},ce=function(a,b){if(sd(a.j,"docs-irbfes"))if(0!==a.g&&2!==b)if(1===b)b=4>a.h?ae:3E4>a.g?2*a.g:a.m;else if(3===b)b=18E4>a.g?2*a.g:a.g;else throw Error("K");else b=ae;else{var c=2!=b&&!(4>a.h);b=ae;c&&
  292. 0!=a.g&&(b=3E4>a.g?2*a.g:a.g)}a.g=b;return Math.max(0,b-(Date.now()-a.i))},de=function(a,b){this.i=a;this.j=b;this.h=0;this.g=null},ee=function(a,b){a.j(b);100>a.h&&(a.h++,b.next=a.g,a.g=b)},fe=p(),ge=function(){var a=document;var b="IFRAME";"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},he=function(){this.g=x.document||document},ie=function(){var a=x.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&
  293. !B("Presto")&&(a=function(){var e=ge();e.style.display="none";document.documentElement.appendChild(e);var g=e.contentWindow;e=g.document;e.open();e.close();var f="callImmediate"+Math.random(),h="file:"==g.location.protocol?"*":g.location.protocol+"//"+g.location.host;e=La(function(k){if(("*"==h||k.origin==h)&&k.data==f)this.port1.onmessage()},this);g.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){g.postMessage(f,h)}}});if("undefined"!==typeof a&&!Va()){var b=new a,
  294. c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var e=c.ua;c.ua=null;e()}};return function(e){d.next={ua:e};d=d.next;b.port2.postMessage(0)}}return function(e){x.setTimeout(e,0)}},je=function(){this.h=this.g=null},le=function(){var a=ke,b=null;a.g&&(b=a.g,a.g=a.g.next,a.g||(a.h=null),b.next=null);return b},me=function(){this.next=this.g=this.h=null},qe=function(a,b){ne||oe();pe||(ne(),pe=!0);ke.add(a,b)},oe=function(){if(x.Promise&&x.Promise.resolve){var a=x.Promise.resolve(void 0);
  295. ne=function(){a.then(re)}}else ne=function(){var b=re;"function"!==typeof x.setImmediate||x.Window&&x.Window.prototype&&(Ta()||!B("Edge"))&&x.Window.prototype.setImmediate==x.setImmediate?(se||(se=ie()),se(b)):x.setImmediate(b)}},re=function(){for(var a;a=le();){try{a.h.call(a.g)}catch(b){Qa(b)}ee(te,a)}pe=!1},ve=function(a){this.g=0;this.o=void 0;this.j=this.h=this.i=null;this.m=this.v=!1;if(a!=fe)try{var b=this;a.call(void 0,function(c){ue(b,2,c)},function(c){ue(b,3,c)})}catch(c){ue(this,3,c)}},
  296. we=function(){this.next=this.i=this.h=this.m=this.g=null;this.j=!1},ye=function(a,b,c){var d=xe.get();d.m=a;d.h=b;d.i=c;return d},Ae=function(a,b,c){ze(a,b,c,null)||qe(Ma(b,a))},Be=function(a){return new ve(function(b){var c=a.length,d=[];if(c)for(var e=function(h,k,l){c--;d[h]=k?{Ka:!0,value:l}:{Ka:!1,reason:l};0==c&&b(d)},g=0,f;g<a.length;g++)f=a[g],Ae(f,Ma(e,g,!0),Ma(e,g,!1));else b(d)})},De=function(a,b){b=ye(b,b);b.j=!0;Ce(a,b)},Ee=function(a,b){if(0==a.g)if(a.i){var c=a.i;if(c.h){for(var d=
  297. 0,e=null,g=null,f=c.h;f&&(f.j||(d++,f.g==a&&(e=f),!(e&&1<d)));f=f.next)e||(g=f);e&&(0==c.g&&1==d?Ee(c,b):(g?(d=g,d.next==c.j&&(c.j=d),d.next=d.next.next):Fe(c),Ge(c,e,3,b)))}a.i=null}else ue(a,3,b)},Ce=function(a,b){a.h||2!=a.g&&3!=a.g||He(a);a.j?a.j.next=b:a.h=b;a.j=b},Je=function(a,b,c,d){var e=ye(null,null,null);e.g=new ve(function(g,f){e.m=b?function(h){try{var k=b.call(d,h);g(k)}catch(l){f(l)}}:g;e.h=c?function(h){try{var k=c.call(d,h);void 0===k&&h instanceof Ie?f(h):g(k)}catch(l){f(l)}}:f});
  298. e.g.i=a;Ce(a,e);return e.g},ue=function(a,b,c){0==a.g&&(a===c&&(b=3,c=new TypeError("L")),a.g=1,ze(c,a.Sa,a.Ta,a)||(a.o=c,a.g=b,a.i=null,He(a),3!=b||c instanceof Ie||Ke(a,c)))},ze=function(a,b,c,d){if(a instanceof ve)return Ce(a,ye(b||fe,c||null,d)),!0;if(a)try{var e=!!a.$goog_Thenable}catch(f){e=!1}else e=!1;if(e)return a.then(b,c,d),!0;if(Fa(a))try{var g=a.then;if("function"===typeof g)return Le(a,g,b,c,d),!0}catch(f){return c.call(d,f),!0}return!1},Le=function(a,b,c,d,e){function g(k){h||(h=!0,
  299. d.call(e,k))}function f(k){h||(h=!0,c.call(e,k))}var h=!1;try{b.call(a,f,g)}catch(k){g(k)}},He=function(a){a.v||(a.v=!0,qe(a.Ja,a))},Fe=function(a){var b=null;a.h&&(b=a.h,a.h=b.next,b.next=null);a.h||(a.j=null);return b},Ge=function(a,b,c,d){if(3==c&&b.h&&!b.j)for(;a&&a.m;a=a.i)a.m=!1;if(b.g)b.g.i=null,Me(b,c,d);else try{b.j?b.m.call(b.i):Me(b,c,d)}catch(e){Ne.call(null,e)}ee(xe,b)},Me=function(a,b,c){2==b?a.m.call(a.i,c):a.h&&a.h.call(a.i,c)},Ke=function(a,b){a.m=!0;qe(function(){a.m&&Ne.call(null,
  300. b)})},Ie=function(a){Pa.call(this,a)},Oe=function(a,b){this.type=a;this.g=this.target=b;this.defaultPrevented=!1},Re=function(a,b){Oe.call(this,a?a.type:"");this.relatedTarget=this.g=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=0;this.key="";this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.i=null;if(a){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=
  301. a.target||a.srcElement;this.g=b;if(b=a.relatedTarget){if(Pe){a:{try{fb(b.nodeName);var e=!0;break a}catch(g){}e=!1}e||(b=null)}}else"mouseover"==c?b=a.fromElement:"mouseout"==c&&(b=a.toElement);this.relatedTarget=b;d?(this.clientX=void 0!==d.clientX?d.clientX:d.pageX,this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=
  302. a.screenY||0);this.button=a.button;this.key=a.key||"";this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType="string"===typeof a.pointerType?a.pointerType:Qe[a.pointerType]||"";this.state=a.state;this.i=a;a.defaultPrevented&&Re.R.h.call(this)}},Te=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.ka=e;this.key=++Se;this.ca=this.ha=!1},Ue=function(a){a.ca=!0;a.listener=
  303. null;a.proxy=null;a.src=null;a.ka=null},Ve=function(a){this.src=a;this.g={};this.h=0},We=function(a,b){var c=b.type;c in a.g&&eb(a.g[c],b)&&(Ue(b),0==a.g[c].length&&(delete a.g[c],a.h--))},Xe=function(a,b,c,d){for(var e=0;e<a.length;++e){var g=a[e];if(!g.ca&&g.listener==b&&g.capture==!!c&&g.ka==d)return e}return-1},Ze=function(a,b,c,d,e){if(d&&d.once)return Ye(a,b,c,d,e);if(Array.isArray(b)){for(var g=0;g<b.length;g++)Ze(a,b[g],c,d,e);return null}c=$e(c);return a&&a[af]?a.h.add(String(b),c,!1,Fa(d)?
  304. !!d.capture:!!d,e):bf(a,b,c,!1,d,e)},bf=function(a,b,c,d,e,g){if(!b)throw Error("M");var f=Fa(e)?!!e.capture:!!e,h=cf(a);h||(a[df]=h=new Ve(a));c=h.add(b,c,d,f,g);if(c.proxy)return c;d=ef();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)ff||(e=f),void 0===e&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(gf(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error("N");hf++;return c},ef=function(){function a(c){return b.call(a.src,
  305. a.listener,c)}var b=jf;return a},Ye=function(a,b,c,d,e){if(Array.isArray(b)){for(var g=0;g<b.length;g++)Ye(a,b[g],c,d,e);return null}c=$e(c);return a&&a[af]?a.h.add(String(b),c,!0,Fa(d)?!!d.capture:!!d,e):bf(a,b,c,!0,d,e)},kf=function(a,b,c,d,e){if(Array.isArray(b))for(var g=0;g<b.length;g++)kf(a,b[g],c,d,e);else(d=Fa(d)?!!d.capture:!!d,c=$e(c),a&&a[af])?(a=a.h,b=String(b).toString(),b in a.g&&(g=a.g[b],c=Xe(g,c,d,e),-1<c&&(Ue(g[c]),Array.prototype.splice.call(g,c,1),0==g.length&&(delete a.g[b],a.h--)))):
  306. a&&(a=cf(a))&&(b=a.g[b.toString()],a=-1,b&&(a=Xe(b,c,d,e)),(c=-1<a?b[a]:null)&&lf(c))},lf=function(a){if("number"!==typeof a&&a&&!a.ca){var b=a.src;if(b&&b[af])We(b.h,a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(gf(c),d):b.addListener&&b.removeListener&&b.removeListener(d);hf--;(c=cf(b))?(We(c,a),0==c.h&&(c.src=null,b[df]=null)):Ue(a)}}},gf=function(a){return a in mf?mf[a]:mf[a]="on"+a},jf=function(a,b){if(a.ca)a=!0;else{b=new Re(b,
  307. this);var c=a.listener,d=a.ka||a.src;a.ha&&lf(a);a=c.call(d,b)}return a},cf=function(a){a=a[df];return a instanceof Ve?a:null},$e=function(a){if("function"===typeof a)return a;a[nf]||(a[nf]=function(b){return a.handleEvent(b)});return a[nf]},W=function(){V.call(this);this.h=new Ve(this);this.Ea=this;this.J=null},X=function(a,b){var c=a.J;if(c){var d=[];for(var e=1;c;c=c.J)d.push(c),++e}a=a.Ea;c=b.type||b;"string"===typeof b?b=new Oe(b,a):b instanceof Oe?b.target=b.target||a:(e=b,b=new Oe(c,a),Dd(b,
  308. e));e=!0;if(d)for(var g=d.length-1;0<=g;g--){var f=b.g=d[g];e=of(f,c,!0,b)&&e}f=b.g=a;e=of(f,c,!0,b)&&e;e=of(f,c,!1,b)&&e;if(d)for(g=0;g<d.length;g++)f=b.g=d[g],e=of(f,c,!1,b)&&e},of=function(a,b,c,d){b=a.h.g[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,g=0;g<b.length;++g){var f=b[g];if(f&&!f.ca&&f.capture==c){var h=f.listener,k=f.ka||f.src;f.ha&&We(a.h,f);e=!1!==h.call(k,d)&&e}}return e&&!d.defaultPrevented},pf=function(a,b){W.call(this);this.i=a||1;this.g=b||x;this.j=La(this.Ra,this);this.o=
  309. Date.now()},qf=function(a){a.fa=!1;a.K&&(a.g.clearTimeout(a.K),a.K=null)},rf=function(a,b,c){if("function"===typeof a)c&&(a=La(a,c));else if(a&&"function"==typeof a.handleEvent)a=La(a.handleEvent,a);else throw Error("O");return 2147483647<Number(b)?-1:x.setTimeout(a,b||0)},sf=function(a){var b=null;return(new ve(function(c,d){b=rf(function(){c(void 0)},a);-1==b&&d(Error("P"))})).ma(function(c){x.clearTimeout(b);throw c;})},tf=function(a,b){this.g=a;this.h=b;a=this.g;b=ud(this.h,"docs-clibs");a.M=
  310. b;a=this.g;b=ud(this.h,"docs-cirts");a.Y=b},wf=function(a,b,c){var d=Yd(new Xd,yc(b));uf(a.g,d);return(new ve(function(e,g){var f=Date.now();c.h++;c.i=f;vf(a,e,g)})).ma(function(e){if("number"===typeof e&&(500<=e&&600>e||401==e||0==e)&&4>c.h)return e=ce(c,0===e?1:3),sf(e).then(function(){return wf(a,b,c)});throw xf(e);})},vf=function(a,b,c){a.g.flush(b,function(d,e){d=sd(a.h,"docs-ecir")?e:xf(e);c(d)})},xf=function(a){return"number"===typeof a?new $d(!(500<=a&&600>a||401==a||0==a)):a},yf=aa("g"),
  311. zf=aa("h"),Af=function(a){this.l=I(a)},Bf=function(a){this.l=I(a)},Cf=function(a){this.l=I(a)},Df=function(a){this.l=I(a)},Ef=function(a){this.l=I(a)},Y=function(a){this.l=I(a)},Ff=aa("h"),Gf=function(){return new ve(function(a){a()})},Hf=function(a,b){this.h=a;this.g=b},If=p(),Jf=function(a){var b;(b=a.g)||(b=a.g={});return b},Kf=p(),Lf=function(a){W.call(this);this.headers=new Map;this.ea=a||null;this.g=!1;this.A=this.s=null;this.I="";this.i=this.H=this.j=this.F=!1;this.u=0;this.o=null;this.Z="";
  312. this.M=this.N=!1},Nf=function(a,b,c,d,e,g,f){var h=new Lf;Mf.push(h);b&&h.h.add("complete",b,!1,void 0,void 0);h.h.add("ready",h.Ha,!0,void 0,void 0);g&&(h.u=Math.max(0,g));f&&(h.N=f);h.send(a,c,d,e)},Pf=function(a){return Of&&"number"===typeof a.timeout&&void 0!==a.ontimeout},Sf=function(a){a.g=!1;a.s&&(a.i=!0,a.s.abort(),a.i=!1);Qf(a);Rf(a)},Qf=function(a){a.F||(a.F=!0,X(a,"complete"),X(a,"error"))},Wf=function(a){if(a.g&&"undefined"!=typeof Tf&&(!a.A[1]||4!=(a.s?a.s.readyState:0)||2!=Uf(a)))if(a.j&&
  313. 4==(a.s?a.s.readyState:0))rf(a.Aa,0,a);else if(X(a,"readystatechange"),4==(a.s?a.s.readyState:0)){a.g=!1;try{Vf(a)?(X(a,"complete"),X(a,"success")):Qf(a)}finally{Rf(a)}}},Rf=function(a,b){if(a.s){Xf(a);var c=a.s,d=a.A[0]?p():null;a.s=null;a.A=null;b||X(a,"ready");try{c.onreadystatechange=d}catch(e){}}},Xf=function(a){a.s&&a.M&&(a.s.ontimeout=null);a.o&&(x.clearTimeout(a.o),a.o=null)},Vf=function(a){var b=Uf(a);a:switch(b){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:var c=!0;break a;
  314. default:c=!1}if(!c){if(b=0===b)a=String(a.I).match(Yf)[1]||null,!a&&x.self&&x.self.location&&(a=x.self.location.protocol.slice(0,-1)),b=!Zf.test(a?a.toLowerCase():"");c=b}return c},Uf=function(a){try{return 2<(a.s?a.s.readyState:0)?a.s.status:-1}catch(b){return-1}},$f=function(a){W.call(this);this.j=a;this.i=!1;this.o=function(){return Date.now()};this.u=this.o()},bg=function(a,b){a.j=b;a.g&&a.i?(ag(a),a.start()):a.g&&ag(a)},ag=function(a){a.i=!1;a.g&&(clearTimeout(a.g),a.g=void 0)},cg=function(a){if(a.i){var b=
  315. Math.max(a.o()-a.u,0);b<.8*a.j?a.g=setTimeout(function(){cg(a)},a.j-b):(a.g&&(clearTimeout(a.g),a.g=void 0),X(a,"tick"),a.i&&(ag(a),a.start()))}else a.g=void 0},dg=function(a){this.h=this.g=this.i=a},eg=function(a){this.l=I(a)},fg=function(a){this.l=I(a)},gg=function(a){this.l=I(a)},hg=function(a,b){rc(a,fg,1,b)},ig=function(a){this.l=I(a)},mg=function(a,b){b=void 0===b?jg:b;if(!kg){var c;a=null==(c=a.navigator)?void 0:c.userAgentData;if(!a||"function"!==typeof a.getHighEntropyValues||a.brands&&"function"!==
  316. typeof a.brands.map)return Promise.reject(Error("T"));c=(a.brands||[]).map(function(e){var g=new fg;g=Q(g,1,e.brand);return Q(g,2,e.version)});hg(O(lg,2,a.mobile),c);kg=a.getHighEntropyValues(b)}var d=new Set(b);return kg.then(function(e){var g=zc(lg);d.has("platform")&&Q(g,3,e.platform);d.has("platformVersion")&&Q(g,4,e.platformVersion);d.has("architecture")&&Q(g,5,e.architecture);d.has("model")&&Q(g,6,e.model);d.has("uaFullVersion")&&Q(g,7,e.uaFullVersion);return g}).catch(function(){return zc(lg)})},
  317. ng=function(a){this.l=I(a)},og=function(a){this.l=I(a,19)},pg=function(a){this.l=I(a,8)},qg=function(a){this.l=I(a)},vg=function(a){V.call(this);var b=this;this.i=[];this.N="";this.Z=this.J=-1;this.I=this.o=0;this.ea=1;this.Y=0;this.W=a.W;this.ba=a.ba||p();this.h=new rg(a.W,a.S);this.B=a.B;this.X=a.X||null;this.M=1E3;this.u=a.Ua||null;this.T=a.T||null;this.aa=a.aa||!1;this.withCredentials=!a.va;this.S=a.S||!1;this.H="undefined"!==typeof URLSearchParams&&!!(new URL(sg())).searchParams&&!!(new URL(sg())).searchParams.set;
  318. var c=R(new ng,1,1);tg(this.h,c);this.j=new dg(1E4);this.g=new $f(this.j.g);a=ug(this,a.ta);Ze(this.g,"tick",a,!1,this);this.F=new $f(6E5);Ze(this.F,"tick",a,!1,this);this.aa||this.F.start();this.S||(Ze(document,"visibilitychange",function(){"hidden"===document.visibilityState&&b.A()}),Ze(document,"pagehide",this.A,!1,this))},ug=function(a,b){return a.H?b?function(){b().then(function(){a.flush()})}:function(){a.flush()}:p()},uf=function(a,b){a.H&&(b instanceof Xd?a.log(b):(b=Yd(new Xd,yc(b)),a.log(b)))},
  319. sg=ba("https://play.google.com/log?format=json&hasfast=true"),rg=function(a,b){this.S=b=void 0===b?!1:b;this.h=this.locale=null;this.g=new og;Number.isInteger(a)&&this.g.da(a);b||(this.locale=document.documentElement.getAttribute("lang"));tg(this,new ng)},tg=function(a,b){M(a.g,ng,1,b);uc(b,1)||R(b,1,1);a.S||(b=wg(a),tc(b,5)||Q(b,5,a.locale));a.h&&(b=wg(a),L(b,gg,9)||M(b,gg,9,a.h))},zg=function(a,b){K(xg(a),ig,11)&&(a=yg(a),R(a,1,b))},Ag=function(a,b){K(xg(a),ig,11)&&(a=yg(a),O(a,2,b))},xg=function(a){return L(a.g,
  320. ng,1)},Bg=function(a,b){var c=void 0===c?jg:c;var d=a.S?void 0:window;d?b(d,c).then(function(e){a.h=e;e=wg(a);M(e,gg,9,a.h);return!0}).catch(ba(!1)):Promise.resolve(!1)},wg=function(a){a=xg(a);var b=L(a,ig,11);b||(b=new ig,M(a,ig,11,b));return b},yg=function(a){a=wg(a);var b=L(a,eg,10);b||(b=new eg,O(b,2,!1),M(a,eg,10,b));return b},Cg=function(a,b,c,d,e){var g=0,f=0;c=void 0===c?0:c;g=void 0===g?0:g;f=void 0===f?0:f;d=void 0===d?0:d;if(K(xg(a),ig,11)){var h=yg(a);wc(h,3,d)}K(xg(a),ig,11)&&(d=yg(a),
  321. wc(d,4,g));K(xg(a),ig,11)&&(g=yg(a),wc(g,5,f));a=zc(a.g);a=jc(a,4,Ib(Date.now().toString()));b=rc(a,Xd,3,b);e&&(a=new Ud,e=wc(a,13,e),a=new Vd,e=M(a,Ud,2,e),a=new Wd,e=M(a,Vd,1,e),e=R(e,2,9),M(b,Wd,18,e));c&&P(b,14,c);return b},Dg=function(){this.Ga="undefined"!==typeof AbortController},Eg=p(),Fg=function(a,b){V.call(this);this.W=a;this.T=b;this.i="https://play.google.com/log?format=json&hasfast=true";this.h=!1;this.g=this.X=this.B=null},Gg=function(a){return(a=a.exec(y()))?a[1]:""},Ig=function(){var a,
  322. b,c=null==(a=x.navigator)?void 0:null==(b=a.userAgentData)?void 0:b.brands;a=Wa()||!!c&&Array.isArray(c)&&c.some(function(d){return(d=d.brand)&&-1!=d.indexOf("Microsoft Edge")});return Hg&&a},Kg=function(){var a=x.performance;if(!a||!a.getEntriesByType)return null;var b=a.getEntriesByType("navigation");if(!b||!b[0])return null;b=b[0];a=a.timeOrigin||a.timing.navigationStart;var c=new ld;c=P(c,1,1E3*Math.round(a));c=P(c,2,Math.round(1E3*(a+b.redirectStart)));c=P(c,3,Math.round(1E3*(a+b.redirectEnd)));
  323. c=P(c,17,Math.round(1E3*(a+b.workerStart)));c=P(c,4,Math.round(1E3*(a+b.fetchStart)));c=P(c,5,Math.round(1E3*(a+b.domainLookupStart)));c=P(c,6,Math.round(1E3*(a+b.domainLookupEnd)));c=P(c,7,Math.round(1E3*(a+b.connectStart)));c=P(c,8,Math.round(1E3*(a+b.connectEnd)));b.secureConnectionStart&&P(c,9,Math.round(1E3*(a+b.secureConnectionStart)));P(c,10,Math.round(1E3*(a+b.requestStart)));P(c,11,Math.round(1E3*(a+b.responseStart)));P(c,12,Math.round(1E3*(a+b.responseEnd)));wc(c,18,b.redirectCount);R(c,
  324. 19,Jg[b.type]||1);return c},Lg=function(a){this.l=I(a)},Mg=function(a){this.l=I(a)},Ng=p(),Og=aa("g"),Pg=function(a){this.l=I(a)},Qg=function(a){this.l=I(a)},Rg=function(a){this.l=I(a)},Sg=function(){this.h=this.g=null},Tg=function(a){var b=L(a.g,Y,5);null==b&&(b=new Y,M(a.g,Y,5,b));return b},Ug=function(a){N(a.g,10);null!=N(a.g,6)||N(a.g,10);if(2==uc(L(a.g,Rg,8),3)&&null!=N(a.g,13)){var b=L(L(a.g,Rg,8),Pg,2);N(b,2)}var c=L(a.g,Y,5);null!=c&&(b=a.g,c=zc(c),M(b,Y,5,c));return a.g},Vg=function(){Sg.call(this)},
  325. Wg=function(a){V.call(this);this.h=a;this.g={}},Yg=function(a,b,c,d){Array.isArray(c)||(c&&(Xg[0]=c.toString()),c=Xg);for(var e=0;e<c.length;e++){var g=Ze(b,c[e],d||a.handleEvent,!1,a.h||a);if(!g)break;a.g[g.key]=g}},Zg=function(a){Bd(a.g,function(b,c){this.g.hasOwnProperty(c)&&lf(b)},a);a.g={}},$g=function(a,b,c){a=new pf(a);Ld(c,a);var d=new Wg(c);Ld(c,d);Yg(d,a,"tick",b);a.start()},ah=function(){Sg.call(this)},bh=function(a,b,c){var d=1E3*Date.now();if(0==b){b=new Rg;var e=new Qg;e=P(e,1,d);M(b,
  326. Qg,1,e);R(b,3,1);M(a.g,Rg,8,b);P(a.g,12,c);P(a.g,13,c);P(a.g,4,d);P(a.g,3,c)}else 1==b&&(b=new Rg,e=new Pg,d=P(e,1,d),M(b,Pg,2,d),R(b,3,2),M(a.g,Rg,8,b),P(a.g,12,c),P(a.g,3,c));return a},dh=function(a,b){if(b&&a in b)return a;var c=ch?"Webkit":Pe?"Moz":Of?"ms":null;return c?(c=c.toLowerCase(),a=c+Ed(a),void 0===b||a in b?a:null):null},eh=function(){Oe.call(this,"visibilitychange")},hh=function(a){function b(g){var f=v(g);g=f.next().value;f=ia(f);return a.apply(g,f)}function c(g){g=v(g);g.next();g=
  327. ia(g);return d(e,g)}var d=void 0===d?fh:d;var e=Ia(a);return function(){var g=Aa.apply(0,arguments),f=this||x,h=gh.get(f);h||(h={},gh.set(f,h));return gb(h,[this].concat(ja(g)),b,c)}},fh=function(a,b){a=[a];for(var c=b.length-1;0<=c;--c)a.push(typeof b[c],b[c]);return a.join("\v")},jh=function(a){W.call(this);a||(a=ih||(ih=new he));this.g=a;if(this.i=this.La())this.j=Ze(this.g.g,this.i,La(this.Na,this))},kh=function(a,b){V.call(this);this.h=a;this.g=new jh(b);Ld(this,this.g);this.i=new Wg(this);Ld(this,
  328. this.i);this.g.U()&&Yg(this.i,this.g,"visibilitychange",this.j)},lh=function(a,b,c){c=void 0===c?!1:c;V.call(this);this.g=a;this.h=b;Ld(this,this.h);this.i=c},mh=function(a,b,c){V.call(this);this.u=null!=c?a.bind(c):a;this.o=b;this.h=null;this.j=!1;this.g=null},nh=function(a){a.g=rf(function(){a.g=null;a.j&&(a.j=!1,nh(a))},a.o);var b=a.h;a.h=null;a.u.apply(null,b)},oh=function(a,b,c,d,e){V.call(this);this.g=a;this.A=b;this.h=new mh(this.j,3E3,this);this.i=new Set;this.o=d;this.u=e||6E4},ph=function(a){V.call(this);
  329. this.g=a;Ld(this,this.g)},qh=function(a){this.l=I(a)},rh=function(a){this.l=I(a)},sh=function(a){this.l=I(a)},th=function(a){this.l=I(a)},uh=function(a){this.l=I(a)},vh=function(a){this.l=I(a)},wh=function(a){this.l=I(a)},xh=function(a){this.l=I(a)},yh=function(a){this.l=I(a)},zh=function(a){this.l=I(a)},Ch=function(){this.h=this.v=!1;this.i=null;for(var a=this.m=this.j=0;a<Ah.length;a++){var b=Ah[a];if(b&&b.chrome&&b.chrome.runtime&&b.chrome.runtime.connect){this.v=!0;Bh(this,b);break}}},Bh=function(a,
  330. b){a.i=b.chrome.runtime.connect("ciiamoeghmklpofjbocenebdfbgjapaa");a.h=!0;a.i.onDisconnect.addListener(function(){a.h=!1});document.addEventListener("mousemove",function(c){a.j=c.clientX;a.m=c.clientY})},Dh=p(),Eh=function(){this.h={};this.i={};this.g=null},Fh=function(){this.g=[]},Gh=function(){this.g={}},Hh=function(a){this.l=I(a)},Ih=function(a){this.l=I(a)},Jh=function(a){this.l=I(a,500)},Kh=function(a,b){this.h=a;this.F=b;this.v=1;this.m=this.i=null;this.o=new Gh;this.g=new Fh;this.u=this.A=
  331. this.j=!1},Mh=function(a,b){var c=new Sg,d=new Hh;a=a.F;c.g=d;c.h=a;d=c.h.h[Lh.g].xa();a=c.h;d.g=c.g;d.h=a;P(d.g,10,b);return d},Oh=function(a){var b=a.g,c=b.g;b.g=[];b=new Jh;var d=zc(a.h.g);b=M(b,qh,2,d);d=a.h;Nh(d);(d=d.i?zc(d.i):null)&&M(b,zh,5,d);d=a.h;for(var e,g=c.length-1;0<=g;g--){var f=L(c[g],Y,5);if(f&&L(f,md,1)){f=L(f,md,1);null!=lc(f,12)&&void 0===e&&(e=void 0,e=void 0===e?!1:e,e=vc(lc(f,12),e));f=L(f,kd,20);if(void 0!==f&&void 0===h){var h=new Pd;var k=lc(f,2);void 0!==k&&O(h,2,k);f=
  332. lc(f,1);void 0!==f&&O(h,1,f)}if(void 0!==e&&void 0!==h)break}}d=d.j?zc(d.j):null;if(void 0!==e||void 0!==h)d||(d=new Sd),void 0!==e&&O(d,6,e),void 0!==h&&M(d,Pd,13,h);(h=d)&&M(b,Sd,3,h);a=zc(a.h.m);M(b,Ih,4,a);rc(b,Hh,1,c);return b},Qh=function(a,b){var c=bh(Mh(a,b),0,a.v++);var d=a.o;var e=Object.keys(d.g);if(0==e.length)d=null;else{for(var g=[],f=0;f<e.length;f++){var h=Number(e[f]),k=d.g[h],l=new Af;h=P(l,1,h);k=N(k.g,10);k=P(h,2,null==k?void 0:k);g.push(k)}d=g}716!=b&&(b=a.m,P(c.g,6,a.i),e=new Bf,
  333. b=P(e,1,b),d&&rc(b,Af,2,d),d=Tg(c),M(d,Bf,3,b));Ph(a,c);return c},Ph=function(a,b){a.i=N(b.g,12);a.m=N(L(L(b.g,Rg,8),Qg,1),1)},Rh=p(),Sh=function(){this.g=this.h=null},Th=function(){this.g=new qh;this.i=null;this.m=new Ih;R(this.m,1,6);this.j=this.h=null},Z=function(a){null==a.i&&(a.i=new zh);return a.i},Uh=function(a){a=Z(a);var b=L(a,th,16);b||(b=new th,M(a,th,16,b));return b},Vh=function(a){a=Z(a);var b=L(a,uh,9);b||(b=new uh,M(a,uh,9,b));return b},Nh=function(a){null!=tc(a.g,1)&&null!=uc(a.g,
  334. 6)&&uc(a.g,6)},Wh=function(){this.h=this.j=null;this.g=new Th;this.i=null;this.m=!1},gi=function(a,b,c,d){var e=pd(),g=pd(),f=vd(g,"gaia_session_id"),h=ud(g,"docs-cclt"),k=vd(g,"docs-ccu");f=new Fg(h,f||"0");f.i=k;f.h=!0;sd(g,"docs-ecuach")&&(f.g=mg);f.B||(f.B=.5>Math.random()?new Dg:new Eg);g=new vg({W:f.W,ba:f.ba?f.ba:Jd,T:f.T,Ua:f.i,S:!1,aa:f.h,va:f.j,ta:f.ta,B:f.B?f.B:void 0});Ld(f,g);f.X&&(g.X=f.X);Bg(g.h,mg);f.g&&Bg(g.h,f.g);f.B.da&&f.B.da(f.W);f.B.Qa&&f.B.Qa(g);k=new tf(g,e);g=new Zd(g);var l,
  335. m;null!=(l=null==d?void 0:d())?m=l:m=new Hf(new zf(new Ff(k)),g);l=(new Td(!1,e)).get();d=Od();g=new Eh;k=new hd;f=new id;b=R(f,1,b);c=wc(b,2,c);K(k.g,id,152);M(k.g,id,152,c);c=new yf(k);g.i.docs_app_load_invariants=c;g.g&&(b=g.g,K(b,gd,3),M(b,gd,3,c.g.g));c=new Wh;c.j=m.h;c.h=m.g;c.i=g;b=c.g;uc(b.g,6);R(b.g,6,a);a=c.g;b=d.A;tc(a.g,1);Q(a.g,1,b);c.m=!1;Nh(c.g);a=new Sh;a.h=c.g;null!=c.i&&(a.g=c.i);var n;null==a.g&&(a.g=new Eh);a.g.h[Lh.g]=new Rh;a.g.h[Xh.g]=new Dh;b=a.g;m=a.h;K(Z(m),sh,1)||(g=Z(m),
  336. k=new sh,M(g,sh,1,k));m=L(Z(m),sh,1);b.g=m;g=b.i;m=[];k=0;for(n in g)m[k++]=g[n];for(n=0;n<m.length;n++)g=m[n],k=b.g,K(k,gd,3),M(k,gd,3,g.g.g);n=new Kh(a.h,a.g);c.m&&(a=new zf(new Ch),c.j=a,c.h=a);n=new lh(n,new oh(n,c.j,c.h,!1,null),!1);c.m&&(n=new ph(n));this.g=n;n=this.g.na();a=c=b=null;b=void 0===b?null:b;c=void 0===c?null:c;a=void 0===a?null:a;m=d.u;N(n.g,3);P(n.g,3,m);m=d.v;tc(n.g,4);Q(n.g,4,m);m=1E3*Date.now();N(n.g,2);P(n.g,2,m);n.j=l;l=new Mg;Yh?R(l,1,1):Zh?R(l,1,2):$h?R(l,1,5):ai?R(l,1,
  337. 4):cb()?R(l,1,6):bi&&R(l,1,3);Q(l,2,ci);m=Z(n);K(m,Mg,3);m=Z(n);M(m,Mg,3,l);l=d.o;null==l||sd(e,"icso")||(m=Vh(n),Eb(ec(m,4)),wc(m,4,l));l=d.i;null!==l&&(null==n.h&&(n.h=new rh,m=Z(n),M(m,rh,2,n.h)),tc(n.h,1),Q(n.h,1,l));if(l=Kg())m=Z(n),K(m,ld,6),m=Z(n),M(m,ld,6,l);l=d.g;m=Z(n);uc(m,4);m=Z(n);R(m,4,l);l=sd(e,"docs-idu")?1:2;m=Z(n);uc(m,5);m=Z(n);R(m,5,l);l=sd(e,"docs-isb");m=Uh(n);lc(m,3);O(m,3,l);l=Uh(n);lc(l,7);O(l,7,di);l=Uh(n);lc(l,8);O(l,8,ei);Hg&&sd(e,"docs-ccdil")&&(e=new Lg,e=R(e,1,d.j),
  338. e=oc(e,2,d.m),d=Uh(n),K(d,Lg,9),M(d,Lg,9,e));fi&&(e=!window.showModalDialog,d=Uh(n),lc(d,6),O(d,6,e));e=x.navigator.deviceMemory;Number.isFinite(e)&&(d=Vh(n),Eb(ec(d,9)),wc(d,9,1024*e));e=x.navigator.hardwareConcurrency;Number.isFinite(e)&&(d=Vh(n),Eb(ec(d,10)),wc(d,10,e));e=x.document.wasDiscarded;void 0!==e&&(d=Z(n),l=L(d,yh,18),l||(l=new yh,M(d,yh,18,l)),d=l,l=L(d,xh,1),l||(l=new xh,M(d,xh,1,l)),d=l,lc(d,1),O(d,1,e));b&&(e=b.g())&&(d=Z(n),K(d,jd,13),d=Z(n),M(d,jd,13,e));c&&(e=c.g())&&(d=Z(n),K(d,
  339. wh,20),d=Z(n),M(d,wh,20,e));e=Ig();d=Uh(n);lc(d,11);O(d,11,e);a&&(e=a.g(),d=Z(n),K(d,vh,21),d=Z(n),M(d,vh,21,e));this.g.pa()},hi=function(a,b){this.j=a;this.i=b;this.h=!1;this.g=window.performance.timing.responseStart-window.performance.timeOrigin},ii=function(a,b,c,d){d=void 0===d?null:d;a=a.j.g;b=a.ga(b,0);var e=Tg(b),g=new Cf;c=P(g,1,1E3*c);M(e,Cf,23,c);d&&(c=Tg(b),M(c,Ef,108,d));a.la(b)},ki=function(a,b){var c=x.DOCS_drawing_decode[b];c&&ii(a,47540,c-a.g,ji(b))},li=function(a,b){var c=x.DOCS_drawing_load[b];
  340. b=ji(b);c&&ii(a,47538,c-a.g,b);a.h||null==a.i||a.i!=Object.keys(x.DOCS_drawing_load).length||(ii(a,47539,Math.max.apply(Math,ja(Object.values(x.DOCS_drawing_load)))-a.g),a.h=!0)},ji=function(a){var b=new Ef,c=document.getElementById(a);if(!c||!c.hasAttribute("src"))return b;c.getAttribute("src").startsWith("data:")?(a=R(b,1,2),c=Math.ceil(c.getAttribute("src").length/1024),wc(a,2,c)):R(b,1,1);return b},fa="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(a==Array.prototype||
  341. a==Object.prototype)return a;a[b]=c.value;return a},ea=da(this);u("Symbol",function(a){function b(g){if(this instanceof b)throw new TypeError("b");return new c(d+(g||"")+"_"+e++,g)}function c(g,f){this.g=g;fa(this,"description",{configurable:!0,writable:!0,value:f})}if(a)return a;c.prototype.toString=function(){return this.g};var d="jscomp_symbol_"+(1E9*Math.random()>>>0)+"_",e=0;return b});
  342. u("Symbol.iterator",function(a){if(a)return a;a=Symbol("c");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=ea[b[c]];"function"===typeof d&&"function"!=typeof d.prototype[a]&&fa(d.prototype,a,{configurable:!0,writable:!0,value:function(){return ha(ca(this))}})}return a});
  343. var mi="function"==typeof Object.assign?Object.assign:function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in d)ka(d,e)&&(a[e]=d[e])}return a};u("Object.assign",function(a){return a||mi});var la="function"==typeof Object.create?Object.create:function(a){function b(){}b.prototype=a;return new b},ni;
  344. if("function"==typeof Object.setPrototypeOf)ni=Object.setPrototypeOf;else{var oi;a:{var pi={a:!0},qi={};try{qi.__proto__=pi;oi=qi.a;break a}catch(a){}oi=!1}ni=oi?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError("e`"+a);return a}:null}var ma=ni;na.prototype.u=aa("o");na.prototype.return=function(a){this.g={return:a};this.h=this.j};na.prototype.V=aa("h");
  345. u("Promise",function(a){function b(f){this.g=0;this.i=void 0;this.h=[];this.o=!1;var h=this.j();try{f(h.resolve,h.reject)}catch(k){h.reject(k)}}function c(){this.g=null}function d(f){return f instanceof b?f:new b(function(h){h(f)})}if(a)return a;c.prototype.h=function(f){if(null==this.g){this.g=[];var h=this;this.i(function(){h.m()})}this.g.push(f)};var e=ea.setTimeout;c.prototype.i=function(f){e(f,0)};c.prototype.m=function(){for(;this.g&&this.g.length;){var f=this.g;this.g=[];for(var h=0;h<f.length;++h){var k=
  346. f[h];f[h]=null;try{k()}catch(l){this.j(l)}}}this.g=null};c.prototype.j=function(f){this.i(function(){throw f;})};b.prototype.j=function(){function f(l){return function(m){k||(k=!0,l.call(h,m))}}var h=this,k=!1;return{resolve:f(this.I),reject:f(this.m)}};b.prototype.I=function(f){if(f===this)this.m(new TypeError("h"));else if(f instanceof b)this.M(f);else{a:switch(typeof f){case "object":var h=null!=f;break a;case "function":h=!0;break a;default:h=!1}h?this.H(f):this.v(f)}};b.prototype.H=function(f){var h=
  347. void 0;try{h=f.then}catch(k){this.m(k);return}"function"==typeof h?this.N(h,f):this.v(f)};b.prototype.m=function(f){this.u(2,f)};b.prototype.v=function(f){this.u(1,f)};b.prototype.u=function(f,h){if(0!=this.g)throw Error("i`"+f+"`"+h+"`"+this.g);this.g=f;this.i=h;2===this.g&&this.J();this.A()};b.prototype.J=function(){var f=this;e(function(){if(f.F()){var h=ea.console;"undefined"!==typeof h&&h.error(f.i)}},1)};b.prototype.F=function(){if(this.o)return!1;var f=ea.CustomEvent,h=ea.Event,k=ea.dispatchEvent;
  348. if("undefined"===typeof k)return!0;"function"===typeof f?f=new f("unhandledrejection",{cancelable:!0}):"function"===typeof h?f=new h("unhandledrejection",{cancelable:!0}):(f=ea.document.createEvent("CustomEvent"),f.initCustomEvent("unhandledrejection",!1,!0,f));f.promise=this;f.reason=this.i;return k(f)};b.prototype.A=function(){if(null!=this.h){for(var f=0;f<this.h.length;++f)g.h(this.h[f]);this.h=null}};var g=new c;b.prototype.M=function(f){var h=this.j();f.ia(h.resolve,h.reject)};b.prototype.N=
  349. function(f,h){var k=this.j();try{f.call(h,k.resolve,k.reject)}catch(l){k.reject(l)}};b.prototype.then=function(f,h){function k(t,q){return"function"==typeof t?function(z){try{l(t(z))}catch(G){m(G)}}:q}var l,m,n=new b(function(t,q){l=t;m=q});this.ia(k(f,l),k(h,m));return n};b.prototype.catch=function(f){return this.then(void 0,f)};b.prototype.ia=function(f,h){function k(){switch(l.g){case 1:f(l.i);break;case 2:h(l.i);break;default:throw Error("j`"+l.g);}}var l=this;null==this.h?g.h(k):this.h.push(k);
  350. this.o=!0};b.resolve=d;b.reject=function(f){return new b(function(h,k){k(f)})};b.race=function(f){return new b(function(h,k){for(var l=v(f),m=l.next();!m.done;m=l.next())d(m.value).ia(h,k)})};b.all=function(f){var h=v(f),k=h.next();return k.done?d([]):new b(function(l,m){function n(z){return function(G){t[z]=G;q--;0==q&&l(t)}}var t=[],q=0;do t.push(void 0),q++,d(k.value).ia(n(t.length-1),m),k=h.next();while(!k.done)})};return b});
  351. u("String.prototype.startsWith",function(a){return a?a:function(b,c){var d=Ba(this,b,"startsWith"),e=d.length,g=b.length;c=Math.max(0,Math.min(c|0,d.length));for(var f=0;f<g&&c<e;)if(d[c++]!=b[f++])return!1;return f>=g}});u("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var e=d.length,g=0;g<e;g++){var f=d[g];if(b.call(c,f,g,d)){b=f;break a}}b=void 0}return b}});
  352. u("WeakMap",function(a){function b(k){this.g=(h+=Math.random()+1).toString();if(k){k=v(k);for(var l;!(l=k.next()).done;)l=l.value,this.set(l[0],l[1])}}function c(){}function d(k){var l=typeof k;return"object"===l&&null!==k||"function"===l}function e(k){if(!ka(k,f)){var l=new c;fa(k,f,{value:l})}}function g(k){var l=Object[k];l&&(Object[k]=function(m){if(m instanceof c)return m;Object.isExtensible(m)&&e(m);return l(m)})}if(function(){if(!a||!Object.seal)return!1;try{var k=Object.seal({}),l=Object.seal({}),
  353. m=new a([[k,2],[l,3]]);if(2!=m.get(k)||3!=m.get(l))return!1;m.delete(k);m.set(l,4);return!m.has(k)&&4==m.get(l)}catch(n){return!1}}())return a;var f="$jscomp_hidden_"+Math.random();g("freeze");g("preventExtensions");g("seal");var h=0;b.prototype.set=function(k,l){if(!d(k))throw Error("m");e(k);if(!ka(k,f))throw Error("n`"+k);k[f][this.g]=l;return this};b.prototype.get=function(k){return d(k)&&ka(k,f)?k[f][this.g]:void 0};b.prototype.has=function(k){return d(k)&&ka(k,f)&&ka(k[f],this.g)};b.prototype.delete=
  354. function(k){return d(k)&&ka(k,f)&&ka(k[f],this.g)?delete k[f][this.g]:!1};return b});
  355. u("Map",function(a){function b(){var h={};return h.L=h.next=h.head=h}function c(h,k){var l=h[1];return ha(function(){if(l){for(;l.head!=h[1];)l=l.L;for(;l.next!=l.head;)return l=l.next,{done:!1,value:k(l)};l=null}return{done:!0,value:void 0}})}function d(h,k){var l=k&&typeof k;"object"==l||"function"==l?g.has(k)?l=g.get(k):(l=""+ ++f,g.set(k,l)):l="p_"+k;var m=h[0][l];if(m&&ka(h[0],l))for(h=0;h<m.length;h++){var n=m[h];if(k!==k&&n.key!==n.key||k===n.key)return{id:l,list:m,index:h,D:n}}return{id:l,
  356. list:m,index:-1,D:void 0}}function e(h){this[0]={};this[1]=b();this.size=0;if(h){h=v(h);for(var k;!(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}}if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var h=Object.seal({x:4}),k=new a(v([[h,"s"]]));if("s"!=k.get(h)||1!=k.size||k.get({x:4})||k.set({x:4},"t")!=k||2!=k.size)return!1;var l=k.entries(),m=l.next();if(m.done||m.value[0]!=h||"s"!=m.value[1])return!1;m=l.next();return m.done||4!=m.value[0].x||
  357. "t"!=m.value[1]||!l.next().done?!1:!0}catch(n){return!1}}())return a;var g=new WeakMap;e.prototype.set=function(h,k){h=0===h?0:h;var l=d(this,h);l.list||(l.list=this[0][l.id]=[]);l.D?l.D.value=k:(l.D={next:this[1],L:this[1].L,head:this[1],key:h,value:k},l.list.push(l.D),this[1].L.next=l.D,this[1].L=l.D,this.size++);return this};e.prototype.delete=function(h){h=d(this,h);return h.D&&h.list?(h.list.splice(h.index,1),h.list.length||delete this[0][h.id],h.D.L.next=h.D.next,h.D.next.L=h.D.L,h.D.head=null,
  358. this.size--,!0):!1};e.prototype.clear=function(){this[0]={};this[1]=this[1].L=b();this.size=0};e.prototype.has=function(h){return!!d(this,h).D};e.prototype.get=function(h){return(h=d(this,h).D)&&h.value};e.prototype.entries=function(){return c(this,function(h){return[h.key,h.value]})};e.prototype.keys=function(){return c(this,function(h){return h.key})};e.prototype.values=function(){return c(this,function(h){return h.value})};e.prototype.forEach=function(h,k){for(var l=this.entries(),m;!(m=l.next()).done;)m=
  359. m.value,h.call(k,m[1],m[0],this)};e.prototype[Symbol.iterator]=e.prototype.entries;var f=0;return e});u("Number.MAX_SAFE_INTEGER",ba(9007199254740991));u("Number.isFinite",function(a){return a?a:function(b){return"number"!==typeof b?!1:!isNaN(b)&&Infinity!==b&&-Infinity!==b}});u("Number.isInteger",function(a){return a?a:function(b){return Number.isFinite(b)?b===Math.floor(b):!1}});u("Number.isSafeInteger",function(a){return a?a:function(b){return Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});
  360. u("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||Infinity===b||-Infinity===b||0===b)return b;var c=Math.floor(Math.abs(b));return 0>b?-c:c}});u("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)ka(b,d)&&c.push(b[d]);return c}});u("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}});
  361. u("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(0>c&&(c=Math.max(c+e,0));c<e;c++){var g=d[c];if(g===b||Object.is(g,b))return!0}return!1}});u("String.prototype.includes",function(a){return a?a:function(b,c){return-1!==Ba(this,b,"includes").indexOf(b,c||0)}});u("Array.prototype.keys",function(a){return a?a:function(){return Da(this,function(b){return b})}});
  362. u("Array.prototype.values",function(a){return a?a:function(){return Da(this,function(b,c){return c})}});u("Array.from",function(a){return a?a:function(b,c,d){c=null!=c?c:function(h){return h};var e=[],g="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];if("function"==typeof g){b=g.call(b);for(var f=0;!(g=b.next()).done;)e.push(c.call(d,g.value,f++))}else for(g=b.length,f=0;f<g;f++)e.push(c.call(d,b[f],f));return e}});
  363. u("Set",function(a){function b(c){this.g=new Map;if(c){c=v(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.g.size}if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var c=Object.seal({x:4}),d=new a(v([c]));if(!d.has(c)||1!=d.size||d.add(c)!=d||1!=d.size||d.add({x:4})!=d||2!=d.size)return!1;var e=d.entries(),g=e.next();if(g.done||g.value[0]!=c||g.value[1]!=c)return!1;g=e.next();return g.done||g.value[0]==c||4!=g.value[0].x||
  364. g.value[1]!=g.value[0]?!1:e.next().done}catch(f){return!1}}())return a;b.prototype.add=function(c){c=0===c?0:c;this.g.set(c,c);this.size=this.g.size;return this};b.prototype.delete=function(c){c=this.g.delete(c);this.size=this.g.size;return c};b.prototype.clear=function(){this.g.clear();this.size=0};b.prototype.has=function(c){return this.g.has(c)};b.prototype.entries=function(){return this.g.entries()};b.prototype.values=function(){return this.g.values()};b.prototype.keys=b.prototype.values;b.prototype[Symbol.iterator]=
  365. b.prototype.values;b.prototype.forEach=function(c,d){var e=this;this.g.forEach(function(g){return c.call(d,g,g,e)})};return b});var Tf=Tf||{},x=this||self,ri=x._F_toggles||[],Ga="closure_uid_"+(1E9*Math.random()>>>0),Ha=0;Oa(Pa,Error);Pa.prototype.name="CustomError";var ih;var si=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};var ti=!!(ri[0]&128),ui=!!(ri[0]&256),vi=!!(ri[0]&2);var Ra=ti?ui:Ea(610401301),Ac=ti?vi:Ea(188588736);var A,wi=x.navigator;A=wi?wi.userAgentData||null:null;var db=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if("string"===typeof a)return"string"!==typeof b||1!=b.length?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1},zd=Array.prototype.forEach?function(a,b){Array.prototype.forEach.call(a,b,void 0)}:function(a,b){for(var c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)};fb[" "]=p();var xi=Ua(),Of=Va(),yi=B("Edge"),Pe=B("Gecko")&&!(-1!=y().toLowerCase().indexOf("webkit")&&!B("Edge"))&&!(B("Trident")||B("MSIE"))&&!B("Edge"),ch=-1!=y().toLowerCase().indexOf("webkit")&&!B("Edge"),Zh=bb(),Yh=Za()?"Windows"===A.platform:B("Windows"),bi=(Za()?"Linux"===A.platform:B("Linux"))||cb(),ai=Za()?"Android"===A.platform:B("Android"),zi=$a(),Ai=B("iPad"),Bi=B("iPod"),$h=ab(),Ci;
  366. a:{var Di="",Ei=function(){var a=y();if(Pe)return/rv:([^\);]+)(\)|;)/.exec(a);if(yi)return/Edge\/([\d\.]+)/.exec(a);if(Of)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(ch)return/WebKit\/(\S+)/.exec(a);if(xi)return/(?:Version)[ \/]?(\S+)/.exec(a)}();Ei&&(Di=Ei?Ei[1]:"");if(Of){var Fi,Gi=x.document;Fi=Gi?Gi.documentMode:void 0;if(null!=Fi&&Fi>parseFloat(Di)){Ci=String(Fi);break a}}Ci=Di}var Hi=Ci;var fi=Xa(),Ii=$a()||B("iPod"),Ji=B("iPad"),Ki=B("Android")&&!(Ya()||Xa()||Ua()||B("Silk")),Hg=Ya(),Li=B("Safari")&&!(Ya()||(Ta()?0:B("Coast"))||Ua()||(Ta()?0:B("Edge"))||Wa()||(Ta()?Sa("Opera"):B("OPR"))||Xa()||B("Silk")||B("Android"))&&!ab();var Vb={},Ub=null;var Sb="undefined"!==typeof Uint8Array,Tb=!Of&&"function"===typeof btoa;var D=0,jb=0;var Mi=pb(),gc=pb("2ex");Math.max.apply(Math,ja(Object.values({eb:1,bb:2,ab:4,hb:8,gb:16,fb:32,Va:64,jb:128,Za:256,Ya:512,cb:1024,Wa:2048,ib:4096,Xa:8192})));
  367. var bc=Mi?function(a,b){a[Mi]|=b}:function(a,b){void 0!==a.P?a.P|=b:Object.defineProperties(a,{P:{value:b,configurable:!0,writable:!0,enumerable:!1}})},H=Mi?function(a){return a[Mi]|0}:function(a){return a.P|0},J=Mi?function(a){return a[Mi]}:function(a){return a.P},F=Mi?function(a,b){a[Mi]=b;return a}:function(a,b){void 0!==a.P?a.P=b:Object.defineProperties(a,{P:{value:b,configurable:!0,writable:!0,enumerable:!1}});return a};var Lb={},tb={},xc,pc,Ni=[];F(Ni,55);pc=Object.freeze(Ni);Object.freeze(new (p()));Object.freeze(new (p()));var hc;var Bb=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;var Nb;S.prototype.toJSON=function(){return xc?Bc(this,this.l,!1):Bc(this,Xb(this.l,Zb,void 0,void 0,!1),!0)};S.prototype.sa=Lb;S.prototype.toString=function(){return Bc(this,this.l,!1).toString()};var Dc=1E3;Fc.prototype.O=function(a){return Object.is(this,a)||null==this&&null==a};Fc.prototype.ya=function(){return this.h||(Object.defineProperties(this,{h:{value:Oi=Oi+1|0,enumerable:!1}}),this.h)};Fc.prototype.toString=function(){return U(bd(cd(this.constructor)))+"@"+U((this.ya()>>>0).toString(16))};w(Gc,Fc);Gc.prototype.toString=function(){var a=bd(cd(this.constructor)),b=this.i;return null==b?a:U(a)+": "+U(b)};w(Ic,Gc);w(Jc,Ic);var td;r=Kc.prototype;r.toString=function(a){a=a||10;if(2>a||36<a)throw Error("B`"+a);var b=this.g>>21;if(0==b||-1==b&&(0!=this.h||-2097152!=this.g))return b=Lc(this),10==a?""+b:b.toString(a);b=14-(a>>2);var c=Math.pow(a,b),d=T(c,c/4294967296);c=Tc(this,d);d=Math.abs(Lc(this.add(Oc(Pc(c,d)))));var e=10==a?""+d:d.toString(a);e.length<b&&(e="0000000000000".slice(e.length-b)+e);d=Lc(c);return(10==a?d:d.toString(a))+e};r.ya=function(){return this.h^this.g};r.O=function(a){return this.h==a.h&&this.g==a.g};
  368. r.add=function(a){var b=this.g>>>16,c=this.g&65535,d=this.h>>>16,e=a.g>>>16,g=a.g&65535,f=a.h>>>16;a=(this.h&65535)+(a.h&65535);f=(a>>>16)+(d+f);d=f>>>16;d+=c+g;return T((f&65535)<<16|a&65535,((d>>>16)+(b+e)&65535)<<16|d&65535)};r.and=function(a){return T(this.h&a.h,this.g&a.g)};r.or=function(a){return T(this.h|a.h,this.g|a.g)};r.xor=function(a){return T(this.h^a.h,this.g^a.g)};var Uc=T(0,0),Rc=T(1,0),Sc=T(-1,-1),Wc=T(4294967295,2147483647),Qc=T(0,2147483648);w(Xc,Jc);w(Yc,Xc);w(Zc,Jc);w($c,Zc);var Oi=0;w(ad,Fc);ad.prototype.toString=function(){return"class "+U(bd(this))};var ed=String.prototype.repeat?function(a,b){return a.repeat(b)}:function(a,b){return Array(b+1).join(a)};w(hd,Fc);w(id,S);w(gd,S);gd.G=[90,91,125,93,103,155,123,139];w(jd,S);jd.G=[3];w(kd,S);w(ld,S);w(md,S);md.G=[3,42];var nd;w(qd,Fc);qd.prototype.get=function(){if(!this.g){var a=x._docs_flag_initialData;this.g=a?a:{}}return this.g};w(od,Fc);od.prototype.clear=function(){this.g=new qd};od.prototype.get=function(a){return this.g.get()[a]};var Gd={};var Cd="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");Fd.prototype.set=function(a,b,c){var d=!1;if("object"===typeof c){var e=c.mb;d=c.nb||!1;var g=c.domain||void 0;var f=c.path||void 0;var h=c.Oa}if(/[;=\s]/.test(a))throw Error("I`"+a);if(/[;\r\n]/.test(b))throw Error("J`"+b);void 0===h&&(h=-1);this.g.cookie=a+"="+b+(g?";domain="+g:"")+(f?";path="+f:"")+(0>h?"":0==h?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()+1E3*h)).toUTCString())+(d?";secure":"")+(null!=e?";samesite="+e:"")};
  369. Fd.prototype.get=function(a,b){for(var c=a+"=",d=(this.g.cookie||"").split(";"),e=0,g;e<d.length;e++){g=si(d[e]);if(0==g.lastIndexOf(c,0))return g.slice(c.length);if(g==a)return""}return b};Fd.prototype.clear=function(){for(var a=(this.g.cookie||"").split(";"),b=[],c=[],d,e,g=0;g<a.length;g++)e=si(a[g]),d=e.indexOf("="),-1==d?(b.push(""),c.push(e)):(b.push(e.substring(0,d)),c.push(e.substring(d+1)));for(a=b.length-1;0<=a;a--)c=b[a],this.get(c),this.set(c,"",{Oa:0,path:void 0,domain:void 0})};V.prototype.v=!1;V.prototype.qa=function(){this.v||(this.v=!0,this.C())};V.prototype.C=function(){if(this.m)for(;this.m.length;)this.m.shift()()};var Yf=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");var Nd=null;w(Pd,S);w(Qd,S);Qd.G=[1];w(Rd,S);w(Sd,S);w(Td,V);Td.prototype.get=function(){if(this.g)return this.g;var a=new Sd;a=Q(a,1,"en");a=Q(a,2,y());"number"===typeof this.h&&wc(a,11,this.h);var b=new Rd;b=O(b,2,this.u);var c=sd(this.j,"icso");b=O(b,1,c);M(a,Rd,5,b);R(a,9,this.o);b=new Qd;b=oc(b,1,this.i);M(a,Qd,10,b);return this.g=a};w(Ud,S);w(Vd,S);w(Wd,S);w(Xd,S);Xd.G=[3,20,27];Zd.prototype.g=function(a){a=Yd(new Xd,yc(a));uf(this.h,a);this.h.A()};w($d,Pa);var ae=5E3*(.75+.5*Math.random());de.prototype.get=function(){if(0<this.h){this.h--;var a=this.g;this.g=a.next;a.next=null}else a=this.i();return a};var se;je.prototype.add=function(a,b){var c=te.get();c.set(a,b);this.h?this.h.next=c:this.g=c;this.h=c};var te=new de(function(){return new me},function(a){return a.reset()});me.prototype.set=function(a,b){this.h=a;this.g=b;this.next=null};me.prototype.reset=function(){this.next=this.g=this.h=null};var ne,pe=!1,ke=new je;we.prototype.reset=function(){this.i=this.h=this.m=this.g=null;this.j=!1};var xe=new de(function(){return new we},function(a){a.reset()});ve.prototype.then=function(a,b,c){return Je(this,"function"===typeof a?a:null,"function"===typeof b?b:null,c)};ve.prototype.$goog_Thenable=!0;r=ve.prototype;r.ma=function(a,b){return Je(this,null,a,b)};r.catch=ve.prototype.ma;r.cancel=function(a){if(0==this.g){var b=new Ie(a);qe(function(){Ee(this,b)},this)}};r.Sa=function(a){this.g=0;ue(this,2,a)};
  370. r.Ta=function(a){this.g=0;ue(this,3,a)};r.Ja=function(){for(var a;a=Fe(this);)Ge(this,a,this.g,this.o);this.v=!1};var Ne=Qa;Oa(Ie,Pa);Ie.prototype.name="cancel";Oe.prototype.h=function(){this.defaultPrevented=!0};var di="ontouchstart"in x||!!(x.document&&document.documentElement&&"ontouchstart"in document.documentElement)||!(!x.navigator||!x.navigator.maxTouchPoints&&!x.navigator.msMaxTouchPoints),ei="PointerEvent"in x,ff=function(){if(!x.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=p();x.addEventListener("test",c,b);x.removeEventListener("test",c,b)}catch(d){}return a}();Oa(Re,Oe);var Qe={2:"touch",3:"pen",4:"mouse"};Re.prototype.h=function(){Re.R.h.call(this);var a=this.i;a.preventDefault?a.preventDefault():a.returnValue=!1};var af="closure_listenable_"+(1E6*Math.random()|0);var Se=0;Ve.prototype.add=function(a,b,c,d,e){var g=a.toString();a=this.g[g];a||(a=this.g[g]=[],this.h++);var f=Xe(a,b,d,e);-1<f?(b=a[f],c||(b.ha=!1)):(b=new Te(b,this.src,g,!!d,e),b.ha=c,a.push(b));return b};var df="closure_lm_"+(1E6*Math.random()|0),mf={},hf=0,nf="__closure_events_fn_"+(1E9*Math.random()>>>0);Oa(W,V);W.prototype[af]=!0;W.prototype.removeEventListener=function(a,b,c,d){kf(this,a,b,c,d)};W.prototype.C=function(){W.R.C.call(this);if(this.h){var a=this.h,b=0,c;for(c in a.g){for(var d=a.g[c],e=0;e<d.length;e++)++b,Ue(d[e]);delete a.g[c];a.h--}}this.J=null};Oa(pf,W);r=pf.prototype;r.fa=!1;r.K=null;r.Ra=function(){if(this.fa){var a=Date.now()-this.o;0<a&&a<.8*this.i?this.K=this.g.setTimeout(this.j,this.i-a):(this.K&&(this.g.clearTimeout(this.K),this.K=null),X(this,"tick"),this.fa&&(qf(this),this.start()))}};r.start=function(){this.fa=!0;this.K||(this.K=this.g.setTimeout(this.j,this.i),this.o=Date.now())};r.C=function(){pf.R.C.call(this);qf(this);delete this.g};tf.prototype.i=function(a){var b=this;if(sd(this.h,"docs-ecir"))return wf(this,a,new be(this.h));a=Yd(new Xd,yc(a));uf(this.g,a);return new ve(function(c,d){vf(b,c,d)})};zf.prototype.g=function(a){return this.h.g(a)};w(Af,S);w(Bf,S);Bf.G=[2];w(Cf,S);w(Df,S);Df.G=[2,27,36];w(Ef,S);w(Y,S);Ff.prototype.g=function(a){return this.h.i(a).ma(function(b){if(!(b instanceof $d&&b.g)){b=qc(a,Hh,1);b=v(b);for(var c=b.next();!c.done;c=b.next()){c=c.value;if(!K(c,Y,5)){var d=c,e=new Y;M(d,Y,5,e)}K(L(c,Y,5),Df,34)||(d=L(c,Y,5),e=new Df,M(d,Df,34,e));O(L(L(c,Y,5),Df,34),26,!0)}return Gf()}},this)};If.prototype.g=null;var Pi;Oa(Kf,If);Pi=new Kf;Oa(Lf,W);var Zf=/^https?$/i,Qi=["POST","PUT"],Mf=[];r=Lf.prototype;r.Ha=function(){this.qa();eb(Mf,this)};
  371. r.send=function(a,b,c,d){if(this.s)throw Error("R`"+this.I+"`"+a);b=b?b.toUpperCase():"GET";this.I=a;this.F=!1;this.g=!0;this.s=new XMLHttpRequest;this.A=this.ea?Jf(this.ea):Jf(Pi);this.s.onreadystatechange=La(this.Aa,this);try{this.H=!0,this.s.open(b,String(a),!0),this.H=!1}catch(f){Sf(this);return}a=c||"";c=new Map(this.headers);if(d)if(Object.getPrototypeOf(d)===Object.prototype)for(var e in d)c.set(e,d[e]);else if("function"===typeof d.keys&&"function"===typeof d.get){e=v(d.keys());for(var g=
  372. e.next();!g.done;g=e.next())g=g.value,c.set(g,d.get(g))}else throw Error("S`"+String(d));d=Array.from(c.keys()).find(function(f){return"content-type"==f.toLowerCase()});e=x.FormData&&a instanceof x.FormData;!(0<=db(Qi,b))||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=v(c);for(d=b.next();!d.done;d=b.next())c=v(d.value),d=c.next().value,c=c.next().value,this.s.setRequestHeader(d,c);this.Z&&(this.s.responseType=this.Z);"withCredentials"in this.s&&this.s.withCredentials!==
  373. this.N&&(this.s.withCredentials=this.N);try{Xf(this),0<this.u&&((this.M=Pf(this.s))?(this.s.timeout=this.u,this.s.ontimeout=La(this.Da,this)):this.o=rf(this.Da,this.u,this)),this.j=!0,this.s.send(a),this.j=!1}catch(f){Sf(this)}};r.Da=function(){"undefined"!=typeof Tf&&this.s&&(X(this,"timeout"),this.abort(8))};r.abort=function(){this.s&&this.g&&(this.g=!1,this.i=!0,this.s.abort(),this.i=!1,X(this,"complete"),X(this,"abort"),Rf(this))};
  374. r.C=function(){this.s&&(this.g&&(this.g=!1,this.i=!0,this.s.abort(),this.i=!1),Rf(this,!0));Lf.R.C.call(this)};r.Aa=function(){this.v||(this.H||this.j||this.i?Wf(this):this.Pa())};r.Pa=function(){Wf(this)};r.isActive=function(){return!!this.s};w($f,W);$f.prototype.start=function(){var a=this;this.i=!0;this.g||(this.g=setTimeout(function(){cg(a)},this.j),this.u=this.o())};dg.prototype.reset=function(){this.h=this.g=this.i};w(eg,S);eg.prototype.ja=function(){return uc(this,1)};w(fg,S);w(gg,S);gg.G=[1];w(ig,S);var jg=["platform","platformVersion","architecture","model","uaFullVersion"],lg=new gg,kg=null;w(ng,S);w(og,S);og.prototype.da=function(a){return R(this,2,a)};og.G=[3,5];w(pg,S);var Ri=function(a){return function(b){if(null==b||""==b)b=new a;else{b=JSON.parse(b);if(!Array.isArray(b))throw Error("y");bc(b,32);b=Ob(a,b)}return b}}(pg);pg.G=[5,6,7];w(qg,S);var Si=new function(a,b){this.h=a;this.g=b;this.i=L;this.defaultValue=void 0}(175237375,qg);w(vg,V);vg.prototype.C=function(){this.A();ag(this.g);ag(this.F);V.prototype.C.call(this)};vg.prototype.log=function(a){if(this.H){a=zc(a);var b=this.ea++;a=P(a,21,b);if(!sc(a)){var c=Date.now();b=a;c=Number.isFinite(c)?c.toString():"0";jc(b,1,Ib(c))}null!=N(a,15)||P(a,15,60*(new Date).getTimezoneOffset());b=this.i.length-this.M+1;0<b&&(this.i.splice(0,b),this.o+=b);this.i.push(a);this.aa||this.g.i||this.g.start()}};
  375. vg.prototype.flush=function(a,b){var c=this;if(0===this.i.length)a&&a();else{var d=Date.now();if(this.Z>d&&this.J<d)b&&b("throttled");else{this.B&&("function"===typeof this.B.ja?zg(this.h,this.B.ja()):zg(this.h,0));var e=Cg(this.h,this.i,this.o,this.I,this.X);d={};var g=this.ba();g&&(d.Authorization=g);this.u||(this.u=sg());try{var f=(new URL(this.u)).toString()}catch(k){f=(new URL(this.u,window.location.origin)).toString()}f=new URL(f);this.T&&(d["X-Goog-AuthUser"]=this.T,f.searchParams.set("authuser",
  376. this.T));if(g&&this.N===g)b&&b("stale-auth-token");else{this.i=[];this.g.i&&ag(this.g);this.o=0;var h=yc(e);d={url:f.toString(),body:h,lb:1,Ba:d,Ca:"POST",withCredentials:this.withCredentials,Y:this.Y};f=function(k){c.j.reset();bg(c.g,c.j.g);if(k){var l=null;try{var m=JSON.stringify(JSON.parse(k.replace(")]}'\n","")));l=Ri(m)}catch(n){}l&&(k=Number,m="-1",m=void 0===m?"0":m,m=vc(sc(l),m),k=k(m),0<k&&(c.J=Date.now(),c.Z=c.J+k),l=Si.g?Si.i(l,Si.g,Si.h,!0):Si.i(l,Si.h,null,!0),l=null===l?void 0:l)&&
  377. (k=-1,k=void 0===k?0:k,l=vc(Eb(ec(l,1)),k),-1!==l&&(c.j=new dg(1>l?1:l),bg(c.g,c.j.g)))}a&&a();c.I=0};h=function(k,l){var m=qc(e,Xd,3);var n=N(e,14),t=c.j;t.h=Math.min(3E5,2*t.h);t.g=Math.min(3E5,t.h+Math.round(.2*(Math.random()-.5)*t.h));bg(c.g,c.j.g);401===k&&g&&(c.N=g);n&&(c.o+=n);void 0===l&&(l=500<=k&&600>k||401===k||0===k);l&&(c.i=m.concat(c.i),c.aa||c.g.i||c.g.start());b&&b("net-send-failed",k);++c.I};c.B&&c.B.send(d,f,h)}}}};vg.prototype.A=function(){Ag(this.h,!0);this.flush();Ag(this.h,!1)};
  378. rg.prototype.da=function(a){this.g.da(a);return this};Dg.prototype.send=function(a,b,c){var d=this,e,g,f,h,k,l,m,n,t,q,z,G;return za(new ya(new ua(function(C){switch(C.h){case 1:return g=(e=d.Ga?new AbortController:void 0)?setTimeout(function(){e.abort()},a.Y):void 0,C.m=2,C.j=3,f=Object.assign({},{method:a.Ca,headers:Object.assign({},a.Ba)},a.body&&{body:a.body},a.withCredentials&&{credentials:"include"},{signal:a.Y&&e?e.signal:null}),ra(C,fetch(a.url,f),5);case 5:h=C.o;if(200!==h.status){null==(k=c)||k(h.status);C.V(3);break}if(null==(l=b)){C.V(7);
  379. break}n=m=l;return ra(C,h.text(),8);case 8:n(C.o);case 7:case 3:C.A=[C.g];C.m=0;C.j=0;clearTimeout(g);ta(C);break;case 2:t=sa(C);switch(null==(q=t)?void 0:q.name){case "AbortError":null==(z=c)||z(408);break;default:null==(G=c)||G(400)}C.V(3)}})))};Dg.prototype.ja=ba(4);Eg.prototype.send=function(a,b,c){b=void 0===b?p():b;c=void 0===c?p():c;Nf(a.url,function(d){d=d.target;if(Vf(d)){try{var e=d.s?d.s.responseText:""}catch(g){e=""}b(e)}else c(Uf(d))},a.Ca,a.body,a.Ba,a.Y,a.withCredentials)};Eg.prototype.ja=ba(1);w(Fg,V);Fg.prototype.va=function(){this.j=!0;return this};(function(){if(fi)return Gg(/Firefox\/([0-9.]+)/);if(Of||yi||xi)return Hi;if(Hg){if(ab()||bb()){var a=Gg(/CriOS\/([0-9.]+)/);if(a)return a}return Gg(/Chrome\/([0-9.]+)/)}if(Li&&!ab())return Gg(/Version\/([0-9.]+)/);if(Ii||Ji){if(a=/Version\/(\S+).*Mobile\/(\S+)/.exec(y()))return a[1]+"."+a[2]}else if(Ki)return(a=Gg(/Android\s+([0-9.]+)/))?a:Gg(/Version\/([0-9.]+)/);return""})();var Jg={navigate:2,reload:3,back_forward:4,prerender:5};w(Lg,S);Lg.G=[2];w(Mg,S);var ci=function(){if(Yh){var a=/Windows NT ([0-9.]+)/;return(a=a.exec(y()))?a[1]:"0"}return Zh?(a=/1[0|1][_.][0-9_.]+/,(a=a.exec(y()))?a[0].replace(/_/g,"."):"10"):ai?(a=/Android\s+([^\);]+)(\)|;)/,(a=a.exec(y()))?a[1]:""):zi||Ai||Bi?(a=/(?:iPhone|CPU)\s+OS\s+(\S+)/,(a=a.exec(y()))?a[1].replace(/_/g,"."):""):""}();w(Pg,S);w(Qg,S);w(Rg,S);w(Vg,Sg);var Xh=new Og("high_frequency_builder");Oa(Wg,V);var Xg=[];Wg.prototype.C=function(){Wg.R.C.call(this);Zg(this)};Wg.prototype.handleEvent=function(){throw Error("U");};w(ah,Sg);var Lh=new Og("system_builder");w(eh,Oe);var gh=new WeakMap;Oa(jh,W);r=jh.prototype;r.La=hh(function(){var a=!!this.U(),b="hidden"!=this.U();if(a){var c;b?c=(((ch?"Webkit":Pe?"Moz":Of?"ms":null)||"")+"visibilitychange").toLowerCase():c="visibilitychange";a=c}else a=null;return a});r.U=hh(function(){return dh("hidden",this.g.g)});r.Ma=hh(function(){return dh("visibilityState",this.g.g)});r.Na=function(){var a=this.U()?this.g.g[this.Ma()]:null;a=new eh(!!this.g.g[this.U()],a);X(this,a)};r.C=function(){lf(this.j);jh.R.C.call(this)};w(kh,V);kh.prototype.j=function(){if(this.h.oa()){var a=this.g;a=!!a.g.g[a.U()];a=this.h.ga(a?102001:102E3,0);this.h.la(a)}};w(lh,V);r=lh.prototype;r.la=function(a){var b=this.g;P(a.g,6,b.i);a=Ug(a);b.g.add(a);b.j=!0;b=this.h;3<=b.g.g.g.length&&b.h.i();return new Ng};r.ga=function(a,b){a=bh(Mh(this.g,a),b,this.g.v++);1==b&&(b=this.g,uc(L(a.g,Rg,8),3),b.o.add(a));return a};r.na=function(){return this.g.h};r.pa=function(){var a=this.g,b=Qh(a,716);Ph(a,b);b=Ug(b);a.g.add(b);a.A=!0;a.u=!0;a=this.h;$g(a.u,a.h.i,a.h);$g(36E5,a.F,a);this.h.h.i();this.i&&new kh(this)};r.ra=function(){this.h.j();return Be(Array.from(this.h.i)).then()};
  380. r.oa=function(){var a=this.g;return a.A&&a.u&&!0};w(mh,V);mh.prototype.i=function(a){this.h=arguments;this.g?this.j=!0:nh(this)};mh.prototype.C=function(){V.prototype.C.call(this);this.g&&(x.clearTimeout(this.g),this.g=null,this.j=!1,this.h=null)};w(oh,V);oh.prototype.j=function(){var a=this;if(0!=this.g.g.g.length&&(!this.o||this.g.j)){var b=Oh(this.g),c=this.A.g(b);c&&(De(c,function(){return void a.i.delete(c)}),this.i.add(c))}};oh.prototype.F=function(){var a=this.g,b=Qh(a,1153);b=Ug(b);a.g.add(b);this.h.i()};w(ph,V);r=ph.prototype;r.la=function(a){a=this.g.la(a);this.ra();return a};r.ga=function(a,b){return this.g.ga(a,b)};r.na=function(){return this.g.na()};r.pa=function(){return this.g.pa()};r.ra=function(){return this.g.ra()};r.oa=function(){return this.g.oa()};w(qh,S);w(rh,S);w(sh,S);w(th,S);w(uh,S);w(vh,S);w(wh,S);w(xh,S);w(yh,S);w(zh,S);var Ah=x.window?[x.window,x.window.opener,x.window.parent]:[];Ch.prototype.g=function(a){if(this.v&&this.h){var b=L(a,qh,2)||new qh,c=L(a,zh,5)||new zh,d=L(a,Sd,3)||new Sd;a=qc(a,Hh,1);a=v(a);for(var e=a.next();!e.done;e=a.next())this.i.postMessage({detail:{impression:yc(e.value),session_info:yc(b),session_invariants:yc(c),client_info:yc(d)}});document.dispatchEvent(new CustomEvent("ripple",{detail:{clientX:this.j,clientY:this.m}}))}};Dh.prototype.xa=function(){return new Vg};Fh.prototype.add=function(a){this.g.push(a)};Gh.prototype.add=function(a){uc(L(a.g,Rg,8),3);var b=void 0===b?0:b;b=vc(N(a.g,12),b);this.g[b]=a};w(Hh,S);w(Ih,S);w(Jh,S);Jh.G=[1];Rh.prototype.xa=function(){return new ah};hi.prototype.start=function(){var a=x.DOCS_drawing_load,b=x.DOCS_drawing_decode,c;for(c in a)li(this,c);for(var d in b)ki(this,d);(a=x.DOCS_timing)&&(a=a.ejl-a.sjl)&&ii(this,29035,a);ii(this,29031,performance.now()-this.g)};x.DOCS_initPublishImpressionTracker=function(a,b,c){var d=document.querySelectorAll("img[id^='ed.']").length;a=new gi(a,b,d,c);var e=new hi(a,d);Na("DOCS_notifyDrawingLoad",function(g){return li(e,g)});Na("DOCS_notifyDrawingDecode",function(g){return ki(e,g)});e.start();return e};
  381. })(this._pubi);
  382. // Google Inc.
  383.  
  384. //# sourceMappingURL=publish_binary_core.sourcemap
  385. DOCS_timing['ejl'] = performance.now(); DOCS_initPublishImpressionTracker( 142.0 ,  1.0 ); DOCS_timing['epr'] = performance.now();</script></body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda